Michael
1efca1b75d
owner is now actor
2018-10-07 17:35:43 +00:00
Michael
616c4a89bd
The new parsing is now active
2018-10-07 17:17:06 +00:00
Hypolite Petovan
ebe87bb16d
Merge pull request #5853 from JonnyTischbein/issue_login_redirect-fixed
...
Return to previous page after login
2018-10-07 11:59:17 -04:00
Michael
36c31e4091
Switching to parsing the JSON-LD
2018-10-07 15:34:51 +00:00
Jonny Tischbein
28456de249
Save return_url before login. Add login mask to many sites if not logged in.
2018-10-07 16:34:08 +02:00
Michael
3a74f3364d
Switch to parsing compacted JSON data
2018-10-07 13:37:05 +00:00
Hypolite Petovan
772d735f12
Merge pull request #5845 from annando/ap-suggest
...
Preparation for suggestions under AP
2018-10-07 08:58:21 -04:00
Philipp Holzer
8491f8660f
Bugfixing Memcached
2018-10-07 10:38:45 +02:00
Philipp Holzer
1ec5c6b284
friendica-5847 Console Cache List command doesn't work
...
- filterPrefix => filterArrayKeysByPrefix()
- Logging failed Executions of getAllKeys and get from Memcached
2018-10-07 10:35:37 +02:00
Hypolite Petovan
571e37f4d4
Merge pull request #5844 from nupplaphil/mode_followup
...
Changing Friendica\App\Mode from static methods to public methods
2018-10-06 22:38:54 -04:00
Philipp Holzer
3f0f3b6ae6
friendica-5847 Console Cache List command doesn't work
...
- Added $prefix to all CacheDriver
- Moved hostname magic to CacheDriver
- Added test for getAllKeys()
2018-10-07 00:27:54 +02:00
Michael
f8b74033a4
Avoid a notice
2018-10-06 18:44:42 +00:00
Michael
192c6c8d4f
Preparation for suggestions under AP
2018-10-06 18:42:26 +00:00
Philipp Holzer
a2fb49a2b4
Removing debugging echo
...
Updating Tests
2018-10-06 19:11:00 +02:00
Tobias Diekershoff
1551570b7f
Merge pull request #5843 from annando/guid-like
...
Transmit the Diaspora GUID with activities (Like, Dislike, ...)
2018-10-06 16:49:16 +02:00
Philipp Holzer
31148e25cf
Changing Friendica\App\Mode from static methods to public methods
...
- Changing from static methods to public methods
- Adding dev-composer-dependency Mockery for static method mocking (f.e. Config, DBA)
- Adding ModeTest with Mocking
- removing bootstrap from phpunit.xml because of double loading tests\bootstrap.php
2018-10-06 16:27:20 +02:00
Michael
389a651005
Transmit the Diaspora GUID with activities (Like, Dislike, ...)
2018-10-06 14:02:23 +00:00
Hypolite Petovan
2341ce353d
Merge pull request #5842 from annando/ap-distribution
...
Improved AP distribution / Only process trusted content
2018-10-06 09:35:44 -04:00
Michael
a413ce15aa
"name" must be plaintext
2018-10-06 13:28:17 +00:00
Michael
6b374c32a2
Improved AP distribution / Only process trusted content
2018-10-06 13:16:52 +00:00
Hypolite Petovan
58c6ef2bc0
Merge pull request #5841 from JonnyTischbein/issue_profile_edit_sexual_marital
...
Fix (short) profile editing showing 'e' for martial and sexual preferences
2018-10-06 07:13:04 -04:00
Tobias Diekershoff
8860c1055e
Merge pull request #5840 from annando/like-owner
...
Ensure that the owner of an activity is always the author
2018-10-06 11:48:52 +02:00
Michael
acf31ab64b
Additional check to ensure that the owner of an activity is always the author
2018-10-06 09:38:51 +00:00
Jonny Tischbein
17019772a4
Fix (short) profile editing showing 'e' for martial and sexual preference
2018-10-06 11:37:15 +02:00
Tobias Diekershoff
5014779052
Merge pull request #5839 from annando/like-owner
...
The owner of a "like" should be the author
2018-10-06 11:09:42 +02:00
Michael Vogel
c7bbe08a48
Merge pull request #5838 from tobiasd/20181006-lng
...
CS, DE and PL translation update
2018-10-06 11:04:52 +02:00
Michael
510032444f
The owner of a "like" should be the author
2018-10-06 08:51:52 +00:00
Tobias Diekershoff
632dd93145
DE translation update
2018-10-06 10:12:37 +02:00
Tobias Diekershoff
f361947044
CS translation update THX Aditoo
2018-10-06 10:03:04 +02:00
Tobias Diekershoff
4a7aad3ec8
PL translation update THX waldis
2018-10-06 10:02:14 +02:00
Tobias Diekershoff
ce4204e81a
Merge pull request #5836 from annando/ap4
...
No @brief anymore
2018-10-06 09:19:28 +02:00
Tobias Diekershoff
3b41535dfe
Merge pull request #5835 from annando/ap3
...
Some more AP stuff ...
2018-10-06 09:18:30 +02:00
Michael
41123162f1
No @brief anymore
2018-10-06 04:18:40 +00:00
Hypolite Petovan
13c5bc807b
Merge pull request #5829 from annando/develop
...
Cache the AP delivery process
2018-10-06 00:06:47 -04:00
Michael
09302367d5
Include AP in the contact search
2018-10-06 03:17:44 +00:00
Michael
f69c80b9e2
AP delivery is relocated to the top of the notifier
2018-10-06 03:16:38 +00:00
Michael
9dbf8d0b9d
Spaces
2018-10-06 02:09:27 +00:00
Hypolite Petovan
dc49ad090e
Merge pull request #5833 from MrPetovan/develop
...
Replace remaining $a->isInstallMode() instances
2018-10-05 20:32:26 -04:00
Hypolite Petovan
3ed9e7fe1d
Replace remaining $a->isInstallMode() instances
2018-10-05 20:31:32 -04:00
Hypolite Petovan
3564daf24d
Merge pull request #5828 from nupplaphil/mode_class
...
Creating Friendica\App\Mode for encapsulating the App Mode
2018-10-05 20:07:39 -04:00
Hypolite Petovan
7ac652e20d
Merge pull request #5831 from nupplaphil/addon_check
...
moving boot::check_addons to Friendica\Core\Addon::check
2018-10-05 19:45:04 -04:00
Hypolite Petovan
f287d76264
Merge pull request #5827 from annando/follow-on-switch
...
Send a follow request upon contact switch to AP
2018-10-05 19:39:38 -04:00
Philipp Holzer
eb1a257224
Used new select function
2018-10-06 01:21:05 +02:00
Philipp Holzer
d72473fd51
moving boot::check_addons to Friendica\Core\Addon::check
...
And extending Addon from BaseObject because of self::getApp()
2018-10-06 01:13:29 +02:00
Michael
8dc1d19381
Merge remote-tracking branch 'upstream/develop' into develop
2018-10-05 21:04:17 +00:00
Michael
51dbffd396
Cache the AP delivery process
2018-10-05 21:00:40 +00:00
Philipp Holzer
947cc98cc4
delete unused use
2018-10-05 22:41:11 +02:00
Philipp Holzer
065340dc32
Creating Friendica\App\Mode for encapsulating the App Mode
2018-10-05 22:36:09 +02:00
Michael
5d7968bdf3
Avoid to do the follow stuff for the public user
2018-10-05 20:10:10 +00:00
Michael
5ed1c12349
Send a follow request upon contact switch to AP
2018-10-05 19:48:48 +00:00