]> git.mxchange.org Git - friendica.git/log
friendica.git
3 years agoMerge pull request #8919 from annando/notice-info
Hypolite Petovan [Thu, 23 Jul 2020 10:31:14 +0000 (06:31 -0400)]
Merge pull request #8919 from annando/notice-info

Useless info messages removed

3 years agoTranslation function added
Michael [Thu, 23 Jul 2020 06:32:31 +0000 (06:32 +0000)]
Translation function added

3 years agoEOL removed
Michael [Thu, 23 Jul 2020 06:25:01 +0000 (06:25 +0000)]
EOL removed

3 years agoUseless info messages removed
Michael [Thu, 23 Jul 2020 06:11:21 +0000 (06:11 +0000)]
Useless info messages removed

3 years agoMerge pull request #8917 from MrPetovan/task/8914-replace-jquery-textcomplete
Michael Vogel [Thu, 23 Jul 2020 03:16:40 +0000 (05:16 +0200)]
Merge pull request #8917 from MrPetovan/task/8914-replace-jquery-textcomplete

Replace jquery-textcomplete with yuku/old-textcomplete

3 years agoRemove obsolete view/js/jquery-textcomplete folder
Hypolite Petovan [Wed, 22 Jul 2020 14:48:30 +0000 (10:48 -0400)]
Remove obsolete view/js/jquery-textcomplete folder

3 years agoReplace jquery-textcomplete with yuku/old-textcomplete
Hypolite Petovan [Wed, 22 Jul 2020 14:48:02 +0000 (10:48 -0400)]
Replace jquery-textcomplete with yuku/old-textcomplete

- Add a jQuery wrapper to minimize code changes
- Improve local autocomplete jQuery plugin to allow chaining

3 years ago[Composer] Update Composer lock file
Hypolite Petovan [Wed, 22 Jul 2020 14:43:05 +0000 (10:43 -0400)]
[Composer] Update Composer lock file

3 years ago[Composer] Add new dependency npm-asset/textcomplete
Hypolite Petovan [Wed, 22 Jul 2020 14:42:53 +0000 (10:42 -0400)]
[Composer] Add new dependency npm-asset/textcomplete

3 years agoMerge pull request #8915 from annando/store-on-comment
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

3 years agoFix "!="
Michael [Wed, 22 Jul 2020 05:34:56 +0000 (05:34 +0000)]
Fix "!="

3 years agoStore copy on activities
Michael [Wed, 22 Jul 2020 05:16:57 +0000 (05:16 +0000)]
Store copy on activities

3 years agoStore personal copy of public item upon commenting
Michael [Tue, 21 Jul 2020 23:26:01 +0000 (23:26 +0000)]
Store personal copy of public item upon commenting

3 years agoMerge pull request #8913 from annando/notice
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"

3 years agoFix notice "Undefined index: gravity in /src/Protocol/ActivityPub/Processor.php on...
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"

3 years agoFix notice "Undefined index: parent-uri"
Michael [Tue, 21 Jul 2020 19:43:07 +0000 (19:43 +0000)]
Fix notice "Undefined index: parent-uri"

3 years agoMerge pull request #8904 from MrPetovan/task/ap-conversion-admin-module
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

3 years agoMerge pull request #8903 from MrPetovan/task/8676-ap-multiple-link-image
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

3 years agoMerge pull request #8912 from annando/subscribed-tags
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

3 years agoCorrected variable in condition
Michael [Tue, 21 Jul 2020 18:53:01 +0000 (18:53 +0000)]
Corrected variable in condition

3 years agoAdded logging
Michael [Tue, 21 Jul 2020 18:30:45 +0000 (18:30 +0000)]
Added logging

3 years agoDon't load tag postings on the network page anymore
Michael [Tue, 21 Jul 2020 14:13:19 +0000 (14:13 +0000)]
Don't load tag postings on the network page anymore

3 years agoPosts with subscribed tags will now be stored for the user
Michael [Tue, 21 Jul 2020 08:35:57 +0000 (08:35 +0000)]
Posts with subscribed tags will now be stored for the user

3 years agoMerge pull request #8905 from annando/remove-output
Hypolite Petovan [Mon, 20 Jul 2020 11:48:04 +0000 (07:48 -0400)]
Merge pull request #8905 from annando/remove-output

Remove debug output

3 years agoRemove debug output
Michael [Mon, 20 Jul 2020 08:02:34 +0000 (08:02 +0000)]
Remove debug output

3 years agoAdd new admin debug module for ActivityPub
Hypolite Petovan [Mon, 20 Jul 2020 04:39:17 +0000 (00:39 -0400)]
Add new admin debug module for ActivityPub

3 years agoExpand scope of prepareObjectData in ActivityPub\Receiver
Hypolite Petovan [Mon, 20 Jul 2020 04:38:45 +0000 (00:38 -0400)]
Expand scope of prepareObjectData in ActivityPub\Receiver

3 years agoSeparate concerns between postItem and createItem in ActivityPub\Processor
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

3 years agoAdd support for image preview in attachments in ActivityPub\Processor
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

3 years agoAdd support for multiple Link as urls of Images in ActivityPub\Receiver
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

3 years agoMerge pull request #8902 from annando/fix-notice
Hypolite Petovan [Sun, 19 Jul 2020 21:18:53 +0000 (17:18 -0400)]
Merge pull request #8902 from annando/fix-notice

Fix wrong variable

3 years agoFix wrong variable
Michael [Sun, 19 Jul 2020 16:45:21 +0000 (16:45 +0000)]
Fix wrong variable

3 years agoMerge pull request #8901 from annando/failed
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

3 years agoMerge pull request #8899 from annando/item-fields
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

3 years agoMerge pull request #8897 from annando/block-separator
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

3 years agoAnother placed replaced with "failed"
Michael [Sun, 19 Jul 2020 11:55:42 +0000 (11:55 +0000)]
Another placed replaced with "failed"

3 years agoUse "failed" field
Michael [Sun, 19 Jul 2020 11:42:23 +0000 (11:42 +0000)]
Use "failed" field

3 years agodatabase.sql updates
Michael [Sun, 19 Jul 2020 10:04:50 +0000 (10:04 +0000)]
database.sql updates

3 years agoPost update added
Michael [Sun, 19 Jul 2020 10:03:33 +0000 (10:03 +0000)]
Post update added

3 years agoMerge pull request #8898 from annando/spool-log
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

3 years agoEnsure to only store valid item fields
Michael Vogel [Sun, 19 Jul 2020 01:40:40 +0000 (03:40 +0200)]
Ensure to only store valid item fields

3 years agoAdd some logging to SpoolPost.php
Michael Vogel [Sun, 19 Jul 2020 01:34:19 +0000 (03:34 +0200)]
Add some logging to SpoolPost.php

3 years agoSupport newline as block contact separator
Michael Vogel [Sun, 19 Jul 2020 01:21:15 +0000 (03:21 +0200)]
Support newline as block contact separator

3 years agoMerge remote-tracking branch 'upstream/develop' into failed
Michael [Sun, 19 Jul 2020 01:18:35 +0000 (01:18 +0000)]
Merge remote-tracking branch 'upstream/develop' into failed

3 years agoNew field "failed" for gserver, gcontact and contact
Michael [Sun, 19 Jul 2020 01:15:57 +0000 (01:15 +0000)]
New field "failed" for gserver, gcontact and contact

3 years agoMerge pull request #8895 from annando/performance
Hypolite Petovan [Sun, 19 Jul 2020 01:05:56 +0000 (21:05 -0400)]
Merge pull request #8895 from annando/performance

Database performance updates

3 years agoAdd some more useful fields for ping hook
Michael Vogel [Sat, 18 Jul 2020 20:48:40 +0000 (22:48 +0200)]
Add some more useful fields for ping hook

3 years agoMerge pull request #8893 from MrPetovan/task/8797-strip-label-shortened-url
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

3 years agoDatabase performance updates
Michael Vogel [Sat, 18 Jul 2020 15:49:10 +0000 (17:49 +0200)]
Database performance updates

3 years agoMerge pull request #8894 from MrPetovan/task/8788-pageinfo-activitypub-processor
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

3 years agoUse 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

3 years agoAdd intermediate method PageInfo::appendDataToBody
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

3 years agoEnsure ParseUrl::getSiteinfo always returns the url and type keys
Hypolite Petovan [Fri, 17 Jul 2020 23:18:27 +0000 (19:18 -0400)]
Ensure ParseUrl::getSiteinfo always returns the url and type keys

3 years agoRename PageInfo::appendToBody to searchAndAppendToBody
Hypolite Petovan [Fri, 17 Jul 2020 23:15:43 +0000 (19:15 -0400)]
Rename PageInfo::appendToBody to searchAndAppendToBody

3 years agoAdd shortened URL link label stripping to PageInfo::stripTrailingUrlFromBody
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

3 years agoAdd Twitter source debug to Debug\Babel
Hypolite Petovan [Fri, 17 Jul 2020 21:14:13 +0000 (17:14 -0400)]
Add Twitter source debug to Debug\Babel

3 years agoMerge pull request #8892 from annando/feed
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

3 years agoUse "contact-type" instead of "account-type" to avoid notices
Michael [Fri, 17 Jul 2020 06:58:39 +0000 (06:58 +0000)]
Use "contact-type" instead of "account-type" to avoid notices

3 years agoCreate a (meaningful) title
Michael [Fri, 17 Jul 2020 05:27:45 +0000 (05:27 +0000)]
Create a (meaningful) title

3 years agoIndention fixed
Michael [Fri, 17 Jul 2020 04:46:42 +0000 (04:46 +0000)]
Indention fixed

3 years agoAtom feed generation is moved to the feed class
Michael [Fri, 17 Jul 2020 04:40:20 +0000 (04:40 +0000)]
Atom feed generation is moved to the feed class

3 years agoMerge branch 'develop' of github.com:annando/friendica into develop
Michael [Thu, 16 Jul 2020 19:49:54 +0000 (19:49 +0000)]
Merge branch 'develop' of github.com:annando/friendica into develop

3 years agoMerge pull request #8891 from annando/probe-replace
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"

3 years agoReplaced 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"

3 years agoReplaced 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"

3 years agoMerge pull request #8888 from annando/rename-keywordlist
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

3 years agoAdding a post update to clean up the contact table
Michael [Thu, 16 Jul 2020 18:30:20 +0000 (18:30 +0000)]
Adding a post update to clean up the contact table

3 years agoMerge pull request #8886 from annando/getidforurl-update
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"

3 years agoMerge pull request #8887 from annando/prevent-null
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"

3 years agoUpdate: Don't throw an error if the target field already exists
Michael [Thu, 16 Jul 2020 10:23:56 +0000 (10:23 +0000)]
Update: Don't throw an error if the target field already exists

3 years agoReplace "Probe::uri" with "Contact::getByURL"
Michael [Thu, 16 Jul 2020 10:22:14 +0000 (10:22 +0000)]
Replace "Probe::uri" with "Contact::getByURL"

3 years agoPrevent "null" value when calling "getTagsFromUrl"
Michael [Thu, 16 Jul 2020 06:13:47 +0000 (06:13 +0000)]
Prevent "null" value when calling "getTagsFromUrl"

3 years agoReverting accidentally commited test
Michael [Thu, 16 Jul 2020 04:45:12 +0000 (04:45 +0000)]
Reverting accidentally commited test

3 years agoMerge pull request #8879 from MrPetovan/task/8847-httpsig-quotes
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

3 years agoFix fallback on unknown contact
Michael [Thu, 16 Jul 2020 04:18:33 +0000 (04:18 +0000)]
Fix fallback on unknown contact

3 years agoFix fetching contacts
Michael [Thu, 16 Jul 2020 03:52:18 +0000 (03:52 +0000)]
Fix fetching contacts

3 years agoin "getidforurl" "no update" is now "update"
Michael [Wed, 15 Jul 2020 21:08:42 +0000 (21:08 +0000)]
in "getidforurl" "no update" is now "update"

3 years agoMerge pull request #8883 from annando/replace-getdetails
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"

3 years agoChanged default value
Michael [Wed, 15 Jul 2020 17:29:52 +0000 (17:29 +0000)]
Changed default value

3 years agoChanged parameter order for "getbyURLForUser"
Michael [Wed, 15 Jul 2020 17:22:12 +0000 (17:22 +0000)]
Changed parameter order for "getbyURLForUser"

3 years agoChanged parameter order for getByURL
Michael [Wed, 15 Jul 2020 17:06:48 +0000 (17:06 +0000)]
Changed parameter order for getByURL

3 years agoReplaced "getDetailsByURL" with "getByURL/getByURLForUser"
Michael [Wed, 15 Jul 2020 04:42:04 +0000 (04:42 +0000)]
Replaced "getDetailsByURL" with "getByURL/getByURLForUser"

3 years agoMerge pull request #8880 from MrPetovan/task/8798-remove-items-php
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

3 years agoAdd ffi_keyword_denylist key check to match previous call in Protocol\Feed
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

3 years agoDelete include/items.php
Hypolite Petovan [Tue, 14 Jul 2020 14:15:19 +0000 (10:15 -0400)]
Delete include/items.php

- Remove all references

3 years agoReplace *_page_info function calls with Content\PageInfo equivalent
Hypolite Petovan [Tue, 14 Jul 2020 14:15:04 +0000 (10:15 -0400)]
Replace *_page_info function calls with Content\PageInfo equivalent

3 years agoRemove consume_feed in favor of Protocol\Feed::consume
Hypolite Petovan [Tue, 14 Jul 2020 14:14:05 +0000 (10:14 -0400)]
Remove consume_feed in favor of Protocol\Feed::consume

3 years agoAdd unencrypted header test for HTTPSignature::parseSigheader
Hypolite Petovan [Tue, 14 Jul 2020 13:48:34 +0000 (09:48 -0400)]
Add unencrypted header test for HTTPSignature::parseSigheader

3 years agoAdd support for token strings in 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

3 years agoFix critical bug in Crypto::unencapsulate
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

3 years agoMerge pull request #8872 from MrPetovan/task/5742-update-addl-features
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

3 years agoMerge pull request #8878 from MrPetovan/bug/console-update-app
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

3 years agoSuppress 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

3 years agoMerge pull request #8870 from annando/nodeinfo2
Hypolite Petovan [Mon, 13 Jul 2020 16:57:22 +0000 (12:57 -0400)]
Merge pull request #8870 from annando/nodeinfo2

Support Nodeinfo2

3 years agoUse "0" as default
Michael [Mon, 13 Jul 2020 16:24:44 +0000 (16:24 +0000)]
Use "0" as default

3 years agoUnneeded variable removed
Michael [Mon, 13 Jul 2020 14:16:44 +0000 (14:16 +0000)]
Unneeded variable removed

3 years agoUse "jsonexit"
Michael [Mon, 13 Jul 2020 13:26:09 +0000 (13:26 +0000)]
Use "jsonexit"

3 years agoModule classes splitted
Michael [Mon, 13 Jul 2020 09:45:45 +0000 (09:45 +0000)]
Module classes splitted

3 years agoMove export public calendar additional feature to core
Hypolite Petovan [Mon, 13 Jul 2020 03:08:38 +0000 (23:08 -0400)]
Move export public calendar additional feature to core

3 years agoMove network sidebar widget additional features 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