]>
git.mxchange.org Git - friendica.git/log
Jonny Tischbein [Sat, 13 Oct 2018 11:29:56 +0000 (13:29 +0200)]
change links from /contacts to /contact
Jonny Tischbein [Sat, 13 Oct 2018 09:35:51 +0000 (11:35 +0200)]
finish refactoring to Module\Contact
Jonny Tischbein [Sat, 13 Oct 2018 09:23:52 +0000 (11:23 +0200)]
Renaming functions and class
Jonny Tischbein [Thu, 11 Oct 2018 21:45:01 +0000 (23:45 +0200)]
Rename Contacts:content function
Jonny Tischbein [Thu, 11 Oct 2018 21:41:27 +0000 (23:41 +0200)]
Upate Contacts module file
Jonny Tischbein [Thu, 11 Oct 2018 21:14:12 +0000 (23:14 +0200)]
Move mod Contacts to /src/Module
Hypolite Petovan [Thu, 11 Oct 2018 20:42:53 +0000 (16:42 -0400)]
Merge pull request #5889 from annando/ap-store-diaspora
We now store the diaspora comment data as well
Hypolite Petovan [Thu, 11 Oct 2018 20:42:09 +0000 (16:42 -0400)]
Merge pull request #5888 from nupplaphil/curl_result_tests
Curl result tests
Michael [Thu, 11 Oct 2018 20:38:57 +0000 (20:38 +0000)]
We now store the diaspora comment data as well
Hypolite Petovan [Thu, 11 Oct 2018 20:32:00 +0000 (16:32 -0400)]
Merge pull request #5887 from annando/ap-store-conversation
Store conversation data directly from the AP receiver
Philipp Holzer [Thu, 11 Oct 2018 20:21:05 +0000 (22:21 +0200)]
smaller about.body
Philipp Holzer [Thu, 11 Oct 2018 20:18:27 +0000 (22:18 +0200)]
CurlResult Tests & RegEx fix
Michael [Thu, 11 Oct 2018 20:08:04 +0000 (20:08 +0000)]
Store conversation data directly from the AP receiver
Philipp Holzer [Thu, 11 Oct 2018 19:19:38 +0000 (21:19 +0200)]
CurlResult Tests
Tobias Diekershoff [Thu, 11 Oct 2018 13:38:37 +0000 (15:38 +0200)]
Merge pull request #5882 from MrPetovan/bug/fix-urlpath-determination
Fix URLPath determination
Hypolite Petovan [Thu, 11 Oct 2018 12:54:45 +0000 (08:54 -0400)]
Try additional $_SERVER properties to get relative path of Friendica
Hypolite Petovan [Thu, 11 Oct 2018 12:49:52 +0000 (08:49 -0400)]
Replace missing App->getURLPath in mod/install
Michael Vogel [Thu, 11 Oct 2018 05:46:07 +0000 (07:46 +0200)]
Merge pull request #5880 from nupplaphil/friendica-5879
Bugfixing CurlResult
Philipp Holzer [Thu, 11 Oct 2018 05:45:04 +0000 (07:45 +0200)]
Bugfixing CurlResult
Hypolite Petovan [Wed, 10 Oct 2018 22:31:49 +0000 (18:31 -0400)]
Merge pull request #5878 from nupplaphil/curl_response_refactoring
Curl response refactoring
Philipp Holzer [Wed, 10 Oct 2018 20:51:26 +0000 (22:51 +0200)]
Code standard
Philipp Holzer [Wed, 10 Oct 2018 20:08:13 +0000 (22:08 +0200)]
Renaming Curl to CurlResult
Philipp Holzer [Wed, 10 Oct 2018 19:20:30 +0000 (21:20 +0200)]
Curl Response Refactoring
- refactored Network::getCurl()
- replaced every Network::getCur() execution with a Curl Response
Hypolite Petovan [Wed, 10 Oct 2018 19:23:39 +0000 (15:23 -0400)]
Merge pull request #5877 from annando/issue-5859
Issue 5859: Avoid returning empty arrays
Philipp Holzer [Wed, 10 Oct 2018 19:15:26 +0000 (21:15 +0200)]
Curl Response Refactoring
- refactored Network::post()
- replaced every Network::post() execution with the new Curl container
Michael [Wed, 10 Oct 2018 19:15:16 +0000 (19:15 +0000)]
Issue 5859: Avoid returning empty arrays
Philipp Holzer [Wed, 10 Oct 2018 19:08:43 +0000 (21:08 +0200)]
Curl Response Refactoring
- extended Curl to parse Curl Response
- refactored Network::curl()
- replaced every Network::curl() execution with the new Curl container
Hypolite Petovan [Wed, 10 Oct 2018 16:18:11 +0000 (12:18 -0400)]
Merge pull request #5876 from nupplaphil/friendica-5875
Uncaught Error for getCurlCode()
Philipp Holzer [Wed, 10 Oct 2018 16:10:38 +0000 (18:10 +0200)]
friendica-5875 Uncaught Error: Call to undefined method Friendica\App::getCurlCode() fixed
Hypolite Petovan [Wed, 10 Oct 2018 12:17:39 +0000 (08:17 -0400)]
Merge pull request #5862 from nupplaphil/rename_App_Methods
Rename app methods
Philipp Holzer [Wed, 10 Oct 2018 07:16:06 +0000 (09:16 +0200)]
some more renamings & doku
Philipp Holzer [Wed, 10 Oct 2018 06:54:18 +0000 (08:54 +0200)]
some more renamings & doku
Philipp Holzer [Tue, 9 Oct 2018 23:18:47 +0000 (01:18 +0200)]
parameters and getURLpath to getURLPath
Philipp Holzer [Tue, 9 Oct 2018 23:16:51 +0000 (01:16 +0200)]
Bugfixing Backend
Philipp Holzer [Tue, 9 Oct 2018 22:20:08 +0000 (00:20 +0200)]
Bugfixing DatabaseTest
Philipp Holzer [Tue, 9 Oct 2018 17:58:58 +0000 (19:58 +0200)]
Rename App Methods
- renamed a lot of App methods to CamelCase
- replaced direct public variables with get-/set-Methods
Hypolite Petovan [Tue, 9 Oct 2018 20:08:38 +0000 (16:08 -0400)]
Merge pull request #5867 from annando/ap-fix-follow
AP: Switchting existing contacts to AP when receiving activities
Hypolite Petovan [Tue, 9 Oct 2018 20:06:58 +0000 (16:06 -0400)]
Merge pull request #5866 from annando/ap-cleanup
AP: Avoid a misleading log entry / unneeded field removed
Michael [Tue, 9 Oct 2018 20:00:57 +0000 (20:00 +0000)]
AP: Avoid a misleading log entry / unneeded field removed
Michael [Tue, 9 Oct 2018 19:58:15 +0000 (19:58 +0000)]
AP: Switchting existing contacts to AP when receiving activities
Hypolite Petovan [Tue, 9 Oct 2018 19:50:43 +0000 (15:50 -0400)]
Merge pull request #5865 from JonnyTischbein/issue_wrong_login_return
Fix Login return with pop-up menu form
Jonny Tischbein [Tue, 9 Oct 2018 19:38:17 +0000 (21:38 +0200)]
Give Login Form previous URL to return to. SESSION var is empty if invalid page. empty args is catched by function
Hypolite Petovan [Tue, 9 Oct 2018 19:25:18 +0000 (15:25 -0400)]
Merge pull request #5864 from friendica/revert-5860-issue_comment_wrap
Revert "Word Wrap for long words in comments"
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