]>
git.mxchange.org Git - friendica.git/log
Michael [Thu, 23 Jul 2020 06:11:21 +0000 (06:11 +0000)]
Useless info messages removed
Hypolite Petovan [Wed, 22 Jul 2020 14:33:47 +0000 (10:33 -0400)]
Merge pull request #8915 from annando/store-on-comment
Store personal copy of public item upon commenting
Michael [Wed, 22 Jul 2020 05:34:56 +0000 (05:34 +0000)]
Fix "!="
Michael [Wed, 22 Jul 2020 05:16:57 +0000 (05:16 +0000)]
Store copy on activities
Michael [Tue, 21 Jul 2020 23:26:01 +0000 (23:26 +0000)]
Store personal copy of public item upon commenting
Hypolite Petovan [Tue, 21 Jul 2020 20:14:44 +0000 (16:14 -0400)]
Merge pull request #8913 from annando/notice
Fix notice "Undefined index: parent-uri"
Michael [Tue, 21 Jul 2020 19:55:24 +0000 (19:55 +0000)]
Fix notice "Undefined index: gravity in /src/Protocol/ActivityPub/Processor.php on line 556"
Michael [Tue, 21 Jul 2020 19:43:07 +0000 (19:43 +0000)]
Fix notice "Undefined index: parent-uri"
Michael Vogel [Tue, 21 Jul 2020 19:32:06 +0000 (21:32 +0200)]
Merge pull request #8904 from MrPetovan/task/ap-conversion-admin-module
Add new admin debug module for ActivityPub
Michael Vogel [Tue, 21 Jul 2020 19:29:32 +0000 (21:29 +0200)]
Merge pull request #8903 from MrPetovan/task/8676-ap-multiple-link-image
ActivityPub: Add support for multiple Link as urls of Images attachments
Hypolite Petovan [Tue, 21 Jul 2020 19:10:40 +0000 (15:10 -0400)]
Merge pull request #8912 from annando/subscribed-tags
Posts with subscribed tags will now be stored for the user
Michael [Tue, 21 Jul 2020 18:53:01 +0000 (18:53 +0000)]
Corrected variable in condition
Michael [Tue, 21 Jul 2020 18:30:45 +0000 (18:30 +0000)]
Added logging
Michael [Tue, 21 Jul 2020 14:13:19 +0000 (14:13 +0000)]
Don't load tag postings on the network page anymore
Michael [Tue, 21 Jul 2020 08:35:57 +0000 (08:35 +0000)]
Posts with subscribed tags will now be stored for the user
Hypolite Petovan [Mon, 20 Jul 2020 11:48:04 +0000 (07:48 -0400)]
Merge pull request #8905 from annando/remove-output
Remove debug output
Michael [Mon, 20 Jul 2020 08:02:34 +0000 (08:02 +0000)]
Remove debug output
Hypolite Petovan [Mon, 20 Jul 2020 04:39:17 +0000 (00:39 -0400)]
Add new admin debug module for ActivityPub
Hypolite Petovan [Mon, 20 Jul 2020 04:38:45 +0000 (00:38 -0400)]
Expand scope of prepareObjectData in ActivityPub\Receiver
Hypolite Petovan [Mon, 20 Jul 2020 04:37:43 +0000 (00:37 -0400)]
Separate concerns between postItem and createItem in ActivityPub\Processor
- postItem now only posts items created with createItem without altering it
- createItem now only creates an item array from an activity without posting it
- postItem scope is now public
Hypolite Petovan [Mon, 20 Jul 2020 04:27:36 +0000 (00:27 -0400)]
Add support for image preview in attachments in ActivityPub\Processor
- Address https://github.com/friendica/friendica/issues/8676#issuecomment-
650554955
Hypolite Petovan [Mon, 20 Jul 2020 04:26:42 +0000 (00:26 -0400)]
Add support for multiple Link as urls of Images in ActivityPub\Receiver
- Address https://github.com/friendica/friendica/issues/8676#issuecomment-
650554955
Hypolite Petovan [Sun, 19 Jul 2020 21:18:53 +0000 (17:18 -0400)]
Merge pull request #8902 from annando/fix-notice
Fix wrong variable
Michael [Sun, 19 Jul 2020 16:45:21 +0000 (16:45 +0000)]
Fix wrong variable
Hypolite Petovan [Sun, 19 Jul 2020 16:21:54 +0000 (12:21 -0400)]
Merge pull request #8901 from annando/failed
New field in gserver, gcontact and contact for failed connections
Hypolite Petovan [Sun, 19 Jul 2020 16:19:53 +0000 (12:19 -0400)]
Merge pull request #8899 from annando/item-fields
Ensure to only store valid item fields
Hypolite Petovan [Sun, 19 Jul 2020 12:43:13 +0000 (08:43 -0400)]
Merge pull request #8897 from annando/block-separator
Support newline as block contact separator
Michael [Sun, 19 Jul 2020 11:55:42 +0000 (11:55 +0000)]
Another placed replaced with "failed"
Michael [Sun, 19 Jul 2020 11:42:23 +0000 (11:42 +0000)]
Use "failed" field
Michael [Sun, 19 Jul 2020 10:04:50 +0000 (10:04 +0000)]
database.sql updates
Michael [Sun, 19 Jul 2020 10:03:33 +0000 (10:03 +0000)]
Post update added
Tobias Diekershoff [Sun, 19 Jul 2020 08:01:06 +0000 (10:01 +0200)]
Merge pull request #8898 from annando/spool-log
Add some logging to SpoolPost.php
Michael Vogel [Sun, 19 Jul 2020 01:40:40 +0000 (03:40 +0200)]
Ensure to only store valid item fields
Michael Vogel [Sun, 19 Jul 2020 01:34:19 +0000 (03:34 +0200)]
Add some logging to SpoolPost.php
Michael Vogel [Sun, 19 Jul 2020 01:21:15 +0000 (03:21 +0200)]
Support newline as block contact separator
Michael [Sun, 19 Jul 2020 01:18:35 +0000 (01:18 +0000)]
Merge remote-tracking branch 'upstream/develop' into failed
Michael [Sun, 19 Jul 2020 01:15:57 +0000 (01:15 +0000)]
New field "failed" for gserver, gcontact and contact
Hypolite Petovan [Sun, 19 Jul 2020 01:05:56 +0000 (21:05 -0400)]
Merge pull request #8895 from annando/performance
Database performance updates
Michael Vogel [Sat, 18 Jul 2020 20:48:40 +0000 (22:48 +0200)]
Add some more useful fields for ping hook
Michael Vogel [Sat, 18 Jul 2020 16:06:01 +0000 (18:06 +0200)]
Merge pull request #8893 from MrPetovan/task/8797-strip-label-shortened-url
Add shortened URL link label stripping to PageInfo::stripTrailingUrlFromBody
Michael Vogel [Sat, 18 Jul 2020 15:49:10 +0000 (17:49 +0200)]
Database performance updates
Michael Vogel [Sat, 18 Jul 2020 07:52:26 +0000 (09:52 +0200)]
Merge pull request #8894 from MrPetovan/task/8788-pageinfo-activitypub-processor
Use PageInfo::appendDataToBody in ActivityPub\Processor::constructAttachList
Hypolite Petovan [Fri, 17 Jul 2020 23:39:12 +0000 (19:39 -0400)]
Use PageInfo::appendDataToBody in ActivityPub\Processor::constructAttachList
Hypolite Petovan [Fri, 17 Jul 2020 23:38:28 +0000 (19:38 -0400)]
Add intermediate method PageInfo::appendDataToBody
- It handles the already existing attachment in the body case
Hypolite Petovan [Fri, 17 Jul 2020 23:18:27 +0000 (19:18 -0400)]
Ensure ParseUrl::getSiteinfo always returns the url and type keys
Hypolite Petovan [Fri, 17 Jul 2020 23:15:43 +0000 (19:15 -0400)]
Rename PageInfo::appendToBody to searchAndAppendToBody
Hypolite Petovan [Fri, 17 Jul 2020 21:16:22 +0000 (17:16 -0400)]
Add shortened URL link label stripping to PageInfo::stripTrailingUrlFromBody
- Add test cases for shortened URL link labels
Hypolite Petovan [Fri, 17 Jul 2020 21:14:13 +0000 (17:14 -0400)]
Add Twitter source debug to Debug\Babel
Hypolite Petovan [Fri, 17 Jul 2020 11:47:24 +0000 (07:47 -0400)]
Merge pull request #8892 from annando/feed
Atom feed generation is moved to the feed class
Michael [Fri, 17 Jul 2020 06:58:39 +0000 (06:58 +0000)]
Use "contact-type" instead of "account-type" to avoid notices
Michael [Fri, 17 Jul 2020 05:27:45 +0000 (05:27 +0000)]
Create a (meaningful) title
Michael [Fri, 17 Jul 2020 04:46:42 +0000 (04:46 +0000)]
Indention fixed
Michael [Fri, 17 Jul 2020 04:40:20 +0000 (04:40 +0000)]
Atom feed generation is moved to the feed class
Michael [Thu, 16 Jul 2020 19:49:54 +0000 (19:49 +0000)]
Merge branch 'develop' of github.com:annando/friendica into develop
Hypolite Petovan [Thu, 16 Jul 2020 19:40:20 +0000 (15:40 -0400)]
Merge pull request #8891 from annando/probe-replace
Replaced more calls of "Probe::uri" with "Contact::getByURL"
Michael [Thu, 16 Jul 2020 19:22:38 +0000 (19:22 +0000)]
Replaced more calls of "Probe::uri" with "Contact::getByURL"
Michael [Thu, 16 Jul 2020 19:21:52 +0000 (19:21 +0000)]
Replaced more calls of "Probe::uri" with "Contact::getByURL"
Hypolite Petovan [Thu, 16 Jul 2020 18:56:00 +0000 (14:56 -0400)]
Merge pull request #8888 from annando/rename-keywordlist
Update: Don't throw an error if the target field already exists
Michael [Thu, 16 Jul 2020 18:30:20 +0000 (18:30 +0000)]
Adding a post update to clean up the contact table
Hypolite Petovan [Thu, 16 Jul 2020 13:23:30 +0000 (09:23 -0400)]
Merge pull request #8886 from annando/getidforurl-update
in "getidforurl" "no update" is now "update"
Hypolite Petovan [Thu, 16 Jul 2020 13:15:46 +0000 (09:15 -0400)]
Merge pull request #8887 from annando/prevent-null
Prevent "null" value when calling "getTagsFromUrl"
Michael [Thu, 16 Jul 2020 10:23:56 +0000 (10:23 +0000)]
Update: Don't throw an error if the target field already exists
Michael [Thu, 16 Jul 2020 10:22:14 +0000 (10:22 +0000)]
Replace "Probe::uri" with "Contact::getByURL"
Michael [Thu, 16 Jul 2020 06:13:47 +0000 (06:13 +0000)]
Prevent "null" value when calling "getTagsFromUrl"
Michael [Thu, 16 Jul 2020 04:45:12 +0000 (04:45 +0000)]
Reverting accidentally commited test
Michael Vogel [Thu, 16 Jul 2020 04:36:17 +0000 (06:36 +0200)]
Merge pull request #8879 from MrPetovan/task/8847-httpsig-quotes
Add support for token strings in HTTPSignature::parseSigheader
Michael [Thu, 16 Jul 2020 04:18:33 +0000 (04:18 +0000)]
Fix fallback on unknown contact
Michael [Thu, 16 Jul 2020 03:52:18 +0000 (03:52 +0000)]
Fix fetching contacts
Michael [Wed, 15 Jul 2020 21:08:42 +0000 (21:08 +0000)]
in "getidforurl" "no update" is now "update"
Hypolite Petovan [Wed, 15 Jul 2020 17:49:27 +0000 (13:49 -0400)]
Merge pull request #8883 from annando/replace-getdetails
Replaced "getDetailsByURL" with "getByURL/getByURLForUser"
Michael [Wed, 15 Jul 2020 17:29:52 +0000 (17:29 +0000)]
Changed default value
Michael [Wed, 15 Jul 2020 17:22:12 +0000 (17:22 +0000)]
Changed parameter order for "getbyURLForUser"
Michael [Wed, 15 Jul 2020 17:06:48 +0000 (17:06 +0000)]
Changed parameter order for getByURL
Michael [Wed, 15 Jul 2020 04:42:04 +0000 (04:42 +0000)]
Replaced "getDetailsByURL" with "getByURL/getByURLForUser"
Michael Vogel [Tue, 14 Jul 2020 19:13:58 +0000 (21:13 +0200)]
Merge pull request #8880 from MrPetovan/task/8798-remove-items-php
Remove include/items.php
Hypolite Petovan [Tue, 14 Jul 2020 18:50:52 +0000 (14:50 -0400)]
Add ffi_keyword_denylist key check to match previous call in Protocol\Feed
Hypolite Petovan [Tue, 14 Jul 2020 14:15:19 +0000 (10:15 -0400)]
Delete include/items.php
- Remove all references
Hypolite Petovan [Tue, 14 Jul 2020 14:15:04 +0000 (10:15 -0400)]
Replace *_page_info function calls with Content\PageInfo equivalent
Hypolite Petovan [Tue, 14 Jul 2020 14:14:05 +0000 (10:14 -0400)]
Remove consume_feed in favor of Protocol\Feed::consume
Hypolite Petovan [Tue, 14 Jul 2020 13:48:34 +0000 (09:48 -0400)]
Add unencrypted header test for HTTPSignature::parseSigheader
Hypolite Petovan [Tue, 14 Jul 2020 13:48:04 +0000 (09:48 -0400)]
Add support for token strings in HTTPSignature::parseSigheader
- Only quoted strings were supported before
Hypolite Petovan [Tue, 14 Jul 2020 13:35:06 +0000 (09:35 -0400)]
Fix critical bug in Crypto::unencapsulate
- The direction of the sub-function has been corrected
Michael Vogel [Tue, 14 Jul 2020 05:52:02 +0000 (07:52 +0200)]
Merge pull request #8872 from MrPetovan/task/5742-update-addl-features
Update additional features
Michael Vogel [Mon, 13 Jul 2020 21:58:41 +0000 (23:58 +0200)]
Merge pull request #8878 from MrPetovan/bug/console-update-app
Suppress all emails when Update::run is ran with $sendEmail = false
Hypolite Petovan [Mon, 13 Jul 2020 21:22:21 +0000 (17:22 -0400)]
Suppress all emails when Update::run is ran with $sendEmail = false
- Address Renderer crash in the App-less context of Console
Hypolite Petovan [Mon, 13 Jul 2020 16:57:22 +0000 (12:57 -0400)]
Merge pull request #8870 from annando/nodeinfo2
Support Nodeinfo2
Michael [Mon, 13 Jul 2020 16:24:44 +0000 (16:24 +0000)]
Use "0" as default
Michael [Mon, 13 Jul 2020 14:16:44 +0000 (14:16 +0000)]
Unneeded variable removed
Michael [Mon, 13 Jul 2020 13:26:09 +0000 (13:26 +0000)]
Use "jsonexit"
Michael [Mon, 13 Jul 2020 09:45:45 +0000 (09:45 +0000)]
Module classes splitted
Hypolite Petovan [Mon, 13 Jul 2020 03:08:38 +0000 (23:08 -0400)]
Move export public calendar additional feature to core
Hypolite Petovan [Mon, 13 Jul 2020 02:52:51 +0000 (22:52 -0400)]
Move network sidebar widget additional features to core
- Make Archives filter core
- Make Protocol filter core
Hypolite Petovan [Mon, 13 Jul 2020 02:41:12 +0000 (22:41 -0400)]
Remove network tabs additional features
- Remove New network tab
- Remove Bookmark network tab
Michael [Sun, 12 Jul 2020 22:06:56 +0000 (22:06 +0000)]
Merge remote-tracking branch 'upstream/develop' into nodeinfo2
Michael [Sun, 12 Jul 2020 21:53:17 +0000 (21:53 +0000)]
Support Nodeinfo2
Tobias Diekershoff [Sun, 12 Jul 2020 19:23:03 +0000 (21:23 +0200)]
mark 2020.09 as unreleased in the CHANGELOG
Tobias Diekershoff [Sun, 12 Jul 2020 18:50:27 +0000 (20:50 +0200)]
Version 2020.09-dev
Tobias Diekershoff [Sun, 12 Jul 2020 18:48:26 +0000 (20:48 +0200)]
Version 2020.07
Tobias Diekershoff [Sun, 12 Jul 2020 18:46:59 +0000 (20:46 +0200)]
Merge branch '2020.06-rc' into stable
Tobias Diekershoff [Sun, 12 Jul 2020 18:46:07 +0000 (20:46 +0200)]
Merge pull request #8819 from tobiasd/2020.06-CHANGELOG
2020.06 CHANGELOG