]>
git.mxchange.org Git - friendica.git/log
Hypolite Petovan [Tue, 9 Oct 2018 19:09:51 +0000 (15:09 -0400)]
Revert "Word Wrap for long words in comments"
Hypolite Petovan [Tue, 9 Oct 2018 18:46:14 +0000 (14:46 -0400)]
Merge pull request #5861 from JonnyTischbein/issue_return_url
Replace goaway location SESSION var return_url with page as string value
Jonny Tischbein [Tue, 9 Oct 2018 18:44:30 +0000 (20:44 +0200)]
goaway to network if deleted item + remove goaway for filerm
Jonny Tischbein [Tue, 9 Oct 2018 18:40:25 +0000 (20:40 +0200)]
Return to item if not owned by user or canceld
Jonny Tischbein [Tue, 9 Oct 2018 18:10:34 +0000 (20:10 +0200)]
Replace goaway location SESSION var return_url with page as string value
Hypolite Petovan [Tue, 9 Oct 2018 15:17:11 +0000 (11:17 -0400)]
Merge pull request #5860 from JonnyTischbein/issue_comment_wrap
[frio] Word Wrap for long words in comments
Jonny Tischbein [Tue, 9 Oct 2018 15:12:28 +0000 (17:12 +0200)]
frio set working css property + adding fix for vier
Jonny Tischbein [Tue, 9 Oct 2018 14:47:28 +0000 (16:47 +0200)]
word-wrap for comments in frio style.css
Tobias Diekershoff [Tue, 9 Oct 2018 05:13:49 +0000 (07:13 +0200)]
Merge pull request #5856 from annando/ap-fixes
AP fixes: LD-signature, wrong owner for completed threads, account removal
Michael [Tue, 9 Oct 2018 05:06:20 +0000 (05:06 +0000)]
Merge remote-tracking branch 'upstream/develop' into ap-fixes
Michael [Tue, 9 Oct 2018 05:04:24 +0000 (05:04 +0000)]
AP fixes: LD-signature, wrong owner for completed thres, account removal
Hypolite Petovan [Mon, 8 Oct 2018 04:06:41 +0000 (00:06 -0400)]
Merge pull request #5855 from annando/ap-avatar
AP: Avoid an empty avatar field
Michael [Mon, 8 Oct 2018 03:28:49 +0000 (03:28 +0000)]
AP: Avoid an empty avatar field
Hypolite Petovan [Sun, 7 Oct 2018 21:47:51 +0000 (17:47 -0400)]
Merge pull request #5848 from nupplaphil/friendica-5847
friendica-5847 Console Cache List command doesn't work
Hypolite Petovan [Sun, 7 Oct 2018 21:42:03 +0000 (17:42 -0400)]
Merge pull request #5854 from annando/ap-parser
We now parse a compacted JSON
Michael [Sun, 7 Oct 2018 20:51:39 +0000 (20:51 +0000)]
Duplicated line removed
Michael [Sun, 7 Oct 2018 20:36:15 +0000 (20:36 +0000)]
Detect the object type
Philipp Holzer [Sun, 7 Oct 2018 20:14:05 +0000 (22:14 +0200)]
Bugfixings for getAllKeys()
Michael [Sun, 7 Oct 2018 19:42:04 +0000 (19:42 +0000)]
Several fixes
Michael [Sun, 7 Oct 2018 18:41:45 +0000 (18:41 +0000)]
Some more cleanup
Michael [Sun, 7 Oct 2018 17:35:43 +0000 (17:35 +0000)]
owner is now actor
Michael [Sun, 7 Oct 2018 17:17:06 +0000 (17:17 +0000)]
The new parsing is now active
Hypolite Petovan [Sun, 7 Oct 2018 15:59:17 +0000 (11:59 -0400)]
Merge pull request #5853 from JonnyTischbein/issue_login_redirect-fixed
Return to previous page after login
Michael [Sun, 7 Oct 2018 15:34:51 +0000 (15:34 +0000)]
Switching to parsing the JSON-LD
Jonny Tischbein [Sun, 7 Oct 2018 14:34:08 +0000 (16:34 +0200)]
Save return_url before login. Add login mask to many sites if not logged in.
Michael [Sun, 7 Oct 2018 13:37:05 +0000 (13:37 +0000)]
Switch to parsing compacted JSON data
Hypolite Petovan [Sun, 7 Oct 2018 12:58:21 +0000 (08:58 -0400)]
Merge pull request #5845 from annando/ap-suggest
Preparation for suggestions under AP
Philipp Holzer [Sun, 7 Oct 2018 08:38:45 +0000 (10:38 +0200)]
Bugfixing Memcached
Philipp Holzer [Sun, 7 Oct 2018 08:35:37 +0000 (10:35 +0200)]
friendica-5847 Console Cache List command doesn't work
- filterPrefix => filterArrayKeysByPrefix()
- Logging failed Executions of getAllKeys and get from Memcached
Hypolite Petovan [Sun, 7 Oct 2018 02:38:54 +0000 (22:38 -0400)]
Merge pull request #5844 from nupplaphil/mode_followup
Changing Friendica\App\Mode from static methods to public methods
Philipp Holzer [Sat, 6 Oct 2018 22:27:54 +0000 (00:27 +0200)]
friendica-5847 Console Cache List command doesn't work
- Added $prefix to all CacheDriver
- Moved hostname magic to CacheDriver
- Added test for getAllKeys()
Michael [Sat, 6 Oct 2018 18:44:42 +0000 (18:44 +0000)]
Avoid a notice
Michael [Sat, 6 Oct 2018 18:42:26 +0000 (18:42 +0000)]
Preparation for suggestions under AP
Philipp Holzer [Sat, 6 Oct 2018 17:11:00 +0000 (19:11 +0200)]
Removing debugging echo
Updating Tests
Tobias Diekershoff [Sat, 6 Oct 2018 14:49:16 +0000 (16:49 +0200)]
Merge pull request #5843 from annando/guid-like
Transmit the Diaspora GUID with activities (Like, Dislike, ...)
Philipp Holzer [Sat, 6 Oct 2018 14:27:20 +0000 (16:27 +0200)]
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
Michael [Sat, 6 Oct 2018 14:02:23 +0000 (14:02 +0000)]
Transmit the Diaspora GUID with activities (Like, Dislike, ...)
Hypolite Petovan [Sat, 6 Oct 2018 13:35:44 +0000 (09:35 -0400)]
Merge pull request #5842 from annando/ap-distribution
Improved AP distribution / Only process trusted content
Michael [Sat, 6 Oct 2018 13:28:17 +0000 (13:28 +0000)]
"name" must be plaintext
Michael [Sat, 6 Oct 2018 13:16:52 +0000 (13:16 +0000)]
Improved AP distribution / Only process trusted content
Hypolite Petovan [Sat, 6 Oct 2018 11:13:04 +0000 (07:13 -0400)]
Merge pull request #5841 from JonnyTischbein/issue_profile_edit_sexual_marital
Fix (short) profile editing showing 'e' for martial and sexual preferences
Tobias Diekershoff [Sat, 6 Oct 2018 09:48:52 +0000 (11:48 +0200)]
Merge pull request #5840 from annando/like-owner
Ensure that the owner of an activity is always the author
Michael [Sat, 6 Oct 2018 09:38:51 +0000 (09:38 +0000)]
Additional check to ensure that the owner of an activity is always the author
Jonny Tischbein [Sat, 6 Oct 2018 09:37:15 +0000 (11:37 +0200)]
Fix (short) profile editing showing 'e' for martial and sexual preference
Tobias Diekershoff [Sat, 6 Oct 2018 09:09:42 +0000 (11:09 +0200)]
Merge pull request #5839 from annando/like-owner
The owner of a "like" should be the author
Michael Vogel [Sat, 6 Oct 2018 09:04:52 +0000 (11:04 +0200)]
Merge pull request #5838 from tobiasd/
20181006 -lng
CS, DE and PL translation update
Michael [Sat, 6 Oct 2018 08:51:52 +0000 (08:51 +0000)]
The owner of a "like" should be the author
Tobias Diekershoff [Sat, 6 Oct 2018 08:12:37 +0000 (10:12 +0200)]
DE translation update
Tobias Diekershoff [Sat, 6 Oct 2018 08:03:04 +0000 (10:03 +0200)]
CS translation update THX Aditoo
Tobias Diekershoff [Sat, 6 Oct 2018 08:02:14 +0000 (10:02 +0200)]
PL translation update THX waldis
Tobias Diekershoff [Sat, 6 Oct 2018 07:19:28 +0000 (09:19 +0200)]
Merge pull request #5836 from annando/ap4
No @brief anymore
Tobias Diekershoff [Sat, 6 Oct 2018 07:18:30 +0000 (09:18 +0200)]
Merge pull request #5835 from annando/ap3
Some more AP stuff ...
Michael [Sat, 6 Oct 2018 04:18:40 +0000 (04:18 +0000)]
No @brief anymore
Hypolite Petovan [Sat, 6 Oct 2018 04:06:47 +0000 (00:06 -0400)]
Merge pull request #5829 from annando/develop
Cache the AP delivery process
Michael [Sat, 6 Oct 2018 03:17:44 +0000 (03:17 +0000)]
Include AP in the contact search
Michael [Sat, 6 Oct 2018 03:16:38 +0000 (03:16 +0000)]
AP delivery is relocated to the top of the notifier
Michael [Sat, 6 Oct 2018 02:09:27 +0000 (02:09 +0000)]
Spaces
Hypolite Petovan [Sat, 6 Oct 2018 00:32:26 +0000 (20:32 -0400)]
Merge pull request #5833 from MrPetovan/develop
Replace remaining $a->isInstallMode() instances
Hypolite Petovan [Sat, 6 Oct 2018 00:31:32 +0000 (20:31 -0400)]
Replace remaining $a->isInstallMode() instances
Hypolite Petovan [Sat, 6 Oct 2018 00:07:39 +0000 (20:07 -0400)]
Merge pull request #5828 from nupplaphil/mode_class
Creating Friendica\App\Mode for encapsulating the App Mode
Hypolite Petovan [Fri, 5 Oct 2018 23:45:04 +0000 (19:45 -0400)]
Merge pull request #5831 from nupplaphil/addon_check
moving boot::check_addons to Friendica\Core\Addon::check
Hypolite Petovan [Fri, 5 Oct 2018 23:39:38 +0000 (19:39 -0400)]
Merge pull request #5827 from annando/follow-on-switch
Send a follow request upon contact switch to AP
Philipp Holzer [Fri, 5 Oct 2018 23:21:05 +0000 (01:21 +0200)]
Used new select function
Philipp Holzer [Fri, 5 Oct 2018 23:13:29 +0000 (01:13 +0200)]
moving boot::check_addons to Friendica\Core\Addon::check
And extending Addon from BaseObject because of self::getApp()
Michael [Fri, 5 Oct 2018 21:04:17 +0000 (21:04 +0000)]
Merge remote-tracking branch 'upstream/develop' into develop
Michael [Fri, 5 Oct 2018 21:00:40 +0000 (21:00 +0000)]
Cache the AP delivery process
Philipp Holzer [Fri, 5 Oct 2018 20:41:11 +0000 (22:41 +0200)]
delete unused use
Philipp Holzer [Fri, 5 Oct 2018 20:36:09 +0000 (22:36 +0200)]
Creating Friendica\App\Mode for encapsulating the App Mode
Michael [Fri, 5 Oct 2018 20:10:10 +0000 (20:10 +0000)]
Avoid to do the follow stuff for the public user
Michael [Fri, 5 Oct 2018 19:48:48 +0000 (19:48 +0000)]
Send a follow request upon contact switch to AP
Hypolite Petovan [Fri, 5 Oct 2018 19:43:16 +0000 (15:43 -0400)]
Merge pull request #5826 from annando/network-name
We now can show "Friendica (AP)" as network name
Michael [Fri, 5 Oct 2018 19:26:20 +0000 (19:26 +0000)]
We now can show "Friendica (AP)" as network name
Hypolite Petovan [Fri, 5 Oct 2018 18:05:34 +0000 (14:05 -0400)]
Merge pull request #5825 from nupplaphil/friendica-5820
Adding "FRIENDICA_URL_PATH" to the automatic installation
Philipp Holzer [Fri, 5 Oct 2018 17:51:14 +0000 (19:51 +0200)]
Fixing tests for AutomaticInstallation
Philipp Holzer [Fri, 5 Oct 2018 17:42:08 +0000 (19:42 +0200)]
Adding "FRIENDICA_URL_PATH" to the automatic installation
Hypolite Petovan [Fri, 5 Oct 2018 11:49:36 +0000 (07:49 -0400)]
Merge pull request #5824 from annando/fix-follow
Following a soapbox now works / rapid follow/unfollow should work now
Michael [Fri, 5 Oct 2018 06:35:50 +0000 (06:35 +0000)]
AP Bugfix: Following a soapbox now works / rapid follow/unfollow should work now
Hypolite Petovan [Fri, 5 Oct 2018 04:21:41 +0000 (00:21 -0400)]
Merge pull request #5823 from annando/ap-attach
Changed attachment handling to improve Mastodon compatibility
Michael [Fri, 5 Oct 2018 04:04:37 +0000 (04:04 +0000)]
Changed attachment handling to improve Mastodon compatibility
Hypolite Petovan [Thu, 4 Oct 2018 22:33:11 +0000 (18:33 -0400)]
Merge pull request #5821 from JonnyTischbein/issue_rss_test
[frio] Submit button for RSS Frequency
Jonny Tischbein [Thu, 4 Oct 2018 22:11:13 +0000 (00:11 +0200)]
css for submit button
Jonny Tischbein [Thu, 4 Oct 2018 22:08:16 +0000 (00:08 +0200)]
Submit button for rss poll
Hypolite Petovan [Thu, 4 Oct 2018 19:51:14 +0000 (15:51 -0400)]
Merge pull request #5819 from JonnyTischbein/issue_install_db_inuse
Install: After detecting DB already in use, go back to db_stettings with error
Jonny Tischbein [Thu, 4 Oct 2018 19:38:44 +0000 (21:38 +0200)]
fix indent with tabs
Jonny Tischbein [Thu, 4 Oct 2018 16:53:52 +0000 (18:53 +0200)]
Install: After detecting DB already in use, go back to db_stettings with error
Hypolite Petovan [Thu, 4 Oct 2018 13:10:17 +0000 (09:10 -0400)]
Merge pull request #5815 from annando/ap2
The ActivityPub functionality is now split into 4 files
Michael [Thu, 4 Oct 2018 13:08:11 +0000 (13:08 +0000)]
is sensitive
Michael [Thu, 4 Oct 2018 12:57:42 +0000 (12:57 +0000)]
Added to-do
Michael [Thu, 4 Oct 2018 12:53:41 +0000 (12:53 +0000)]
Improved return values
Hypolite Petovan [Thu, 4 Oct 2018 12:46:15 +0000 (08:46 -0400)]
Merge pull request #5816 from JonnyTischbein/issue_failed_login_layout
[Frio] Fix Layout when login failed
Michael [Thu, 4 Oct 2018 09:46:29 +0000 (09:46 +0000)]
It's possibly better to use context links that do exist
Michael [Thu, 4 Oct 2018 05:29:22 +0000 (05:29 +0000)]
Funkwhale documentation added
Michael [Thu, 4 Oct 2018 05:26:00 +0000 (05:26 +0000)]
Simplified attachment handling
Michael [Wed, 3 Oct 2018 19:35:01 +0000 (19:35 +0000)]
Added some to-do
Michael [Wed, 3 Oct 2018 19:17:40 +0000 (19:17 +0000)]
Unused "use" removed
Michael [Wed, 3 Oct 2018 19:00:32 +0000 (19:00 +0000)]
Fix error / "about" is now converted to BBCode
Michael [Wed, 3 Oct 2018 18:27:01 +0000 (18:27 +0000)]
Tags are now transmitted as expected
Michael [Wed, 3 Oct 2018 17:36:55 +0000 (17:36 +0000)]
Attachments do work now
Jonny Tischbein [Wed, 3 Oct 2018 16:28:04 +0000 (18:28 +0200)]
goaway with argument
Michael Vogel [Wed, 3 Oct 2018 16:08:15 +0000 (18:08 +0200)]
Merge pull request #5813 from MrPetovan/task/update-composer
Update composer