]>
git.mxchange.org Git - friendica.git/log
Hypolite Petovan [Wed, 17 Oct 2018 05:13:18 +0000 (01:13 -0400)]
Rework BBCode::convertShare to accept a callback function
- Create default convertShare callback from previous code
- Remove $simplehtml = 8 case (moved to Twitter addon)
Hypolite Petovan [Wed, 17 Oct 2018 05:11:50 +0000 (01:11 -0400)]
Remove network exception in handle_tag
Hypolite Petovan [Wed, 17 Oct 2018 05:10:07 +0000 (01:10 -0400)]
Add Mastodon/Pleroma protocol guessing
Hypolite Petovan [Tue, 16 Oct 2018 17:37:19 +0000 (13:37 -0400)]
Merge pull request #5940 from JonnyTischbein/issue_update_display_network
Fix redirect after edit post to /update_*
Jonny Tischbein [Tue, 16 Oct 2018 17:14:55 +0000 (19:14 +0200)]
Fix Issue #5896 by setting static return for edit_post to display item page (kind of revert parts of #5774)
Hypolite Petovan [Tue, 16 Oct 2018 15:27:48 +0000 (11:27 -0400)]
Merge pull request #5939 from annando/onepoll
Onepoll hadn't polled anymore / small relocation in zrlinit for better logging
Michael [Tue, 16 Oct 2018 13:17:01 +0000 (13:17 +0000)]
Onepoll hadn't polled anymore / small relocation in zrlinit for better logging
Tobias Diekershoff [Tue, 16 Oct 2018 07:17:17 +0000 (09:17 +0200)]
Merge pull request #5938 from annando/magic-loop
Avoid endless loop at magic auth
Michael Vogel [Tue, 16 Oct 2018 06:42:25 +0000 (08:42 +0200)]
Merge pull request #5936 from MrPetovan/bug/5932-fix-notices
Fix PHP notices S02E01
Michael [Tue, 16 Oct 2018 06:32:12 +0000 (06:32 +0000)]
Avoid endless loop at magic auth
Hypolite Petovan [Tue, 16 Oct 2018 03:13:00 +0000 (23:13 -0400)]
Fix notices in include/enotify
Hypolite Petovan [Tue, 16 Oct 2018 03:12:29 +0000 (23:12 -0400)]
Fix notices in Network\Probe
Hypolite Petovan [Mon, 15 Oct 2018 22:36:32 +0000 (18:36 -0400)]
Merge pull request #5935 from MrPetovan/bug/5934-class-group-not-found
Fix namespace usage in mod/group
Hypolite Petovan [Mon, 15 Oct 2018 22:35:36 +0000 (18:35 -0400)]
Fix namespace usage in mod/group
Hypolite Petovan [Mon, 15 Oct 2018 22:12:45 +0000 (18:12 -0400)]
Merge pull request #5933 from annando/diaspora-signature
Signed Diaspora posts should now be stored more reliable
Michael [Mon, 15 Oct 2018 21:42:55 +0000 (21:42 +0000)]
Signed Diaspora posts should now be stored more reliable
Michael Vogel [Mon, 15 Oct 2018 12:10:50 +0000 (14:10 +0200)]
Merge pull request #5930 from tobiasd/
20181015-installdocs
added links to alternative ways to install Friendica to the docs
Tobias Diekershoff [Mon, 15 Oct 2018 11:45:21 +0000 (13:45 +0200)]
ypot
Tobias Diekershoff [Mon, 15 Oct 2018 11:44:09 +0000 (13:44 +0200)]
use the right bracket
Tobias Diekershoff [Mon, 15 Oct 2018 08:36:27 +0000 (10:36 +0200)]
added links to alternative ways to install Friendica to the docs
Tobias Diekershoff [Mon, 15 Oct 2018 06:02:51 +0000 (08:02 +0200)]
Merge pull request #5926 from annando/defer-worker
Poddibility to defer worker execution
Michael [Mon, 15 Oct 2018 05:19:35 +0000 (05:19 +0000)]
Poddibility to defer worker execution
Michael Vogel [Mon, 15 Oct 2018 04:02:55 +0000 (06:02 +0200)]
Merge pull request #5923 from MrPetovan/task/improve-contact-module
Improve Contact module
Hypolite Petovan [Mon, 15 Oct 2018 03:09:11 +0000 (23:09 -0400)]
Fix wrong use statement in mod/update_contacts
Hypolite Petovan [Sun, 14 Oct 2018 22:30:02 +0000 (18:30 -0400)]
Update formatting of Module\Contact
- Replace double quotes with single
- Align array declarations
- Replace q() call with Model\User::getOwnerDataById()
Hypolite Petovan [Sun, 14 Oct 2018 22:27:24 +0000 (18:27 -0400)]
Replace string fields by array in Module\Contact
Hypolite Petovan [Sun, 14 Oct 2018 22:25:44 +0000 (18:25 -0400)]
Replace unwarranted uses of $a->data['contact']
Hypolite Petovan [Sun, 14 Oct 2018 22:17:22 +0000 (18:17 -0400)]
Normalize uses of defaults() in Module\Contact
- Remove uses without default value
- Add relevant uses
Hypolite Petovan [Sun, 14 Oct 2018 22:02:54 +0000 (18:02 -0400)]
Fix remaining instances of "contacts"
Hypolite Petovan [Sun, 14 Oct 2018 21:17:18 +0000 (17:17 -0400)]
Merge pull request #5922 from JonnyTischbein/issue_delete_since
Admin: Change User deleted since to delete in
Jonny Tischbein [Sun, 14 Oct 2018 20:57:44 +0000 (22:57 +0200)]
Add Support for relativeDateTime in future + update Admin user waiting for deleting table header
Hypolite Petovan [Sun, 14 Oct 2018 20:42:50 +0000 (16:42 -0400)]
Merge pull request #5891 from JonnyTischbein/move_module_contacts
Move module contacts
Jonny Tischbein [Sun, 14 Oct 2018 19:38:38 +0000 (21:38 +0200)]
Fix batch action choice - All Actions for one contact were taken before
Jonny Tischbein [Sun, 14 Oct 2018 19:14:32 +0000 (21:14 +0200)]
Fix batch action query + Fix Namespace import
Hypolite Petovan [Sun, 14 Oct 2018 18:05:51 +0000 (14:05 -0400)]
Merge pull request #5921 from annando/ap-video
ActivityPub: Rudimentary support for videos
Jonny Tischbein [Sun, 14 Oct 2018 18:03:22 +0000 (20:03 +0200)]
code standards + fixing navigation links to /contact/...
Michael Vogel [Sun, 14 Oct 2018 18:00:19 +0000 (20:00 +0200)]
Merge pull request #5912 from MrPetovan/bug/fix-code-tag-nonsense
Fix [code] tag whitespace nonsense
Michael [Sun, 14 Oct 2018 17:57:44 +0000 (17:57 +0000)]
ActivityPub: Rudimentary support for videos
Hypolite Petovan [Sun, 14 Oct 2018 16:04:52 +0000 (12:04 -0400)]
Merge pull request #5906 from annando/ap-switch
OStatus contacts are now automatically converted to AP
Hypolite Petovan [Sun, 14 Oct 2018 11:44:07 +0000 (07:44 -0400)]
Add HTML result boxes to mod/babel
Hypolite Petovan [Sun, 14 Oct 2018 11:43:44 +0000 (07:43 -0400)]
Remove whitespace clearing around code tags
- Normalize inline code blocks to <code>
Hypolite Petovan [Sun, 14 Oct 2018 10:27:02 +0000 (06:27 -0400)]
Merge pull request #5910 from nupplaphil/acctlink_followup
FollowUp Acctlink move
Hypolite Petovan [Sun, 14 Oct 2018 10:23:33 +0000 (06:23 -0400)]
Merge pull request #5902 from nupplaphil/Install_Class_to_methods
Install class bugfixing & tests & changed method signature
Philipp Holzer [Sun, 14 Oct 2018 08:37:19 +0000 (10:37 +0200)]
Type hinting & call bugfixing
Philipp Holzer [Sun, 14 Oct 2018 08:31:11 +0000 (10:31 +0200)]
FollowUp Acctlink move
Tobias Diekershoff [Sun, 14 Oct 2018 08:06:39 +0000 (10:06 +0200)]
Merge pull request #5909 from annando/ap-receiver
The outbox is now more complete / No more duplicates in the receiver
Michael [Sun, 14 Oct 2018 07:47:04 +0000 (07:47 +0000)]
The outbox is now more complete / No more duplicates in the receiver array
Hypolite Petovan [Sun, 14 Oct 2018 00:17:14 +0000 (20:17 -0400)]
Merge pull request #5904 from annando/ap-announce
AP: Announce will now work
Hypolite Petovan [Sat, 13 Oct 2018 23:46:57 +0000 (19:46 -0400)]
Merge pull request #5905 from nupplaphil/move_global_functions
Move global functions
Michael [Sat, 13 Oct 2018 21:37:39 +0000 (21:37 +0000)]
Location, coord and app are now processed as well
Michael [Sat, 13 Oct 2018 20:36:44 +0000 (20:36 +0000)]
The instrument is now added, updating AP contacts is now enabled
Michael [Sat, 13 Oct 2018 19:49:20 +0000 (19:49 +0000)]
We now transmit location and application as well.
Michael [Sat, 13 Oct 2018 18:59:39 +0000 (18:59 +0000)]
"to" is now used for mentions, "cc" for everything else
Michael [Sat, 13 Oct 2018 18:13:01 +0000 (18:13 +0000)]
OStatus contacts are now automatically converted to AP
Philipp Holzer [Sat, 13 Oct 2018 17:10:46 +0000 (19:10 +0200)]
isAjax bugfix
Michael Vogel [Sat, 13 Oct 2018 17:09:59 +0000 (19:09 +0200)]
Merge pull request #5903 from nupplaphil/move_module_acctlink
Move module AcctLink
Philipp Holzer [Sat, 13 Oct 2018 17:05:54 +0000 (19:05 +0200)]
rename argv to getArgumentValue
Philipp Holzer [Sat, 13 Oct 2018 17:00:44 +0000 (19:00 +0200)]
Renamed AcctLink to Acctlink
Philipp Holzer [Sat, 13 Oct 2018 16:57:31 +0000 (18:57 +0200)]
Moved functions out of boot.php into class
- z_root() => $a->getBaseURL()
- absurl() => removed because no usage
- is_ajax() => $a->isAjax()
- current_load() => System::currentLoad()
- argc() => $a->argc
- argv($x) => $a->getArgumentValue($x)
Michael [Sat, 13 Oct 2018 16:41:29 +0000 (16:41 +0000)]
AP: Announce will now work
Philipp Holzer [Sat, 13 Oct 2018 16:32:14 +0000 (18:32 +0200)]
Move Module AcctLink
Philipp Holzer [Mon, 8 Oct 2018 00:15:27 +0000 (02:15 +0200)]
Install Class to methods
- Bugfixing Install checks (worked not as expected)
- Changed static methods from Install to class functions
- Added tests
Hypolite Petovan [Sat, 13 Oct 2018 14:52:18 +0000 (10:52 -0400)]
Merge pull request #5901 from annando/catch-error
Catching error when compacting doesn't work
Michael [Sat, 13 Oct 2018 13:17:10 +0000 (13:17 +0000)]
Catching error when compacting doesn't work
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
Tobias Diekershoff [Sat, 13 Oct 2018 06:41:32 +0000 (08:41 +0200)]
Merge pull request #5899 from annando/avoid-flooding
Avoid beeing flooded by invalid requests
Michael [Sat, 13 Oct 2018 04:31:37 +0000 (04:31 +0000)]
Avoid beeing flooded by invalid requests
Hypolite Petovan [Fri, 12 Oct 2018 23:58:10 +0000 (19:58 -0400)]
Merge pull request #5897 from annando/fix-diaspora-signature
The virtual fields for the diaspora signatures have to be removed at any time
Michael [Fri, 12 Oct 2018 20:52:22 +0000 (20:52 +0000)]
Some beautification
Michael [Fri, 12 Oct 2018 18:53:13 +0000 (18:53 +0000)]
We can now store it without any problem
Michael [Fri, 12 Oct 2018 18:52:22 +0000 (18:52 +0000)]
Merge remote-tracking branch 'upstream/develop' into fix-diaspora-signature
Michael [Fri, 12 Oct 2018 18:47:32 +0000 (18:47 +0000)]
The virtuel fields for the diaspora signatures have to be removed at any time
Hypolite Petovan [Fri, 12 Oct 2018 14:36:06 +0000 (10:36 -0400)]
Merge pull request #5894 from friendica/revert-5889-ap-store-diaspora
Revert "We now store the diaspora comment data as well"
Hypolite Petovan [Fri, 12 Oct 2018 14:35:43 +0000 (10:35 -0400)]
Revert "We now store the diaspora comment data as well"
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