]> git.mxchange.org Git - friendica.git/history - src/Protocol/ActivityPub/Processor.php
The tag table is now really used
[friendica.git] / src / Protocol / ActivityPub / Processor.php
2020-04-26 MichaelThe tag table is now really used
2020-04-24 MichaelMerge remote-tracking branch 'upstream/develop' into...
2020-04-24 Hypolite PetovanMerge pull request #8539 from annando/ap-update-create
2020-04-23 MichaelAP: Interpret "update" as "create" when item isn't...
2020-04-23 Hypolite PetovanMerge pull request #8520 from annando/term2tag
2020-04-20 MichaelAdded documentation
2020-04-20 MichaelSwitchable contact probing
2020-04-20 MichaelStore implicit mentions
2020-04-17 MichaelUse the new function when adding additional tags
2020-04-17 MichaelWe now store the tags in two separate tables
2020-04-15 MichaelAdded documentation header
2020-04-15 MichaelUse name or nick
2020-04-15 MichaelUse the name as name
2020-04-15 MichaelMerge remote-tracking branch 'upstream/develop' into...
2020-04-15 MichaelThe new tag table should work for feeds no as well
2020-04-14 MichaelDon't use "sensitive"
2020-04-14 MichaelImproved logging
2020-04-14 MichaelStore tags for Diaspora - shorten tags when needed
2020-04-13 MichaelStoring mentions in Diaspora and AP
2020-03-30 Tobias DiekershoffMerge pull request #8426 from tobiasd/2020.03-changelog
2020-03-29 Tobias DiekershoffMerge pull request #8464 from annando/notice
2020-03-29 Hypolite PetovanMerge pull request #8463 from annando/issue-8299
2020-03-28 Tobias DiekershoffMerge pull request #8461 from annando/issue-8341
2020-03-28 MichaelIssue 8341: Make events sharable
2020-03-26 Hypolite PetovanMerge pull request #8456 from annando/fix-ap
2020-03-25 Tobias DiekershoffMerge pull request #8429 from tobiasd/2020.03-credits
2020-03-23 Tobias DiekershoffMerge pull request #8447 from annando/issue-7771-funkwhale
2020-03-23 MichaelFunkwhale support added, Peertube support improved
2020-03-09 Tobias DiekershoffMerge pull request #8388 from annando/fetch
2020-03-07 Hypolite PetovanMerge pull request #8365 from nupplaphil/bug/mail_fix_text
2020-03-05 MichaelMerge remote-tracking branch 'upstream/develop' into...
2020-03-05 Hypolite PetovanMerge pull request #8366 from annando/issue-8321
2020-03-05 PhilippMerge pull request #8367 from annando/another-guid
2020-03-05 MichaelStore "sc:identifier" as GUID as well
2020-03-04 Michael VogelMerge pull request #8359 from MrPetovan/bug/7134-local...
2020-03-04 Hypolite PetovanMerge pull request #8362 from annando/push-pull
2020-03-03 MichaelSpaces removed
2020-03-03 MichaelThe direction field needs to be removed
2020-03-03 MichaelRestore previous state
2020-03-03 MichaelThe original content of the post hadn't always been...
2020-03-03 MichaelStore the direction only when there is content to store
2020-03-03 MichaelStore the push/pull direction in the conversation table
2020-03-03 MichaelMerge remote-tracking branch 'upstream/develop' into...
2020-03-03 Hypolite PetovanRename Item::delete* methods to Item::markForDeletion*
2020-03-03 Hypolite PetovanMerge pull request #8357 from annando/private
2020-03-02 MichaelMerge remote-tracking branch 'upstream/develop' into...
2020-03-02 MichaelSupport unlisted public posts
2020-02-29 Hypolite PetovanMerge pull request #8348 from nupplaphil/bug/fix_travis
2020-02-29 PhilippMerge pull request #8345 from annando/store-raw
2020-02-28 MichaelWe don't need to pass the protocol that way
2020-02-28 MichaelStore the conversation data as well
2020-02-28 MichaelStore the protocol as well
2020-02-28 MichaelStore the raw data in a different way
2020-02-27 MichaelPush/Pull indicator
2020-02-17 PhilippMerge pull request #8302 from annando/allowed-chars
2020-02-12 Michael VogelMerge pull request #8277 from MrPetovan/task/8251-use...
2020-02-10 Michael VogelMerge pull request #8261 from MrPetovan/task/8251-use...
2020-02-10 Michael VogelMerge pull request #8272 from MrPetovan/bug/8254-regex...
2020-02-10 Michael VogelMerge pull request #8269 from MrPetovan/bug/frio-more...
2020-02-10 Michael VogelMerge pull request #8271 from MrPetovan/bug/8229-frio...
2020-02-09 Hypolite PetovanMerge pull request #8230 from AlfredSK/AlfredSK-statist...
2020-02-09 Hypolite PetovanMerge pull request #8263 from annando/remote-follow
2020-02-09 Hypolite PetovanMerge pull request #8265 from nupplaphil/task/add_license
2020-02-09 nupplaPhilAdd license info at Friendica PHP files
2020-02-04 Hypolite PetovanMerge pull request #8215 from nupplaphil/task/extract_email
2020-02-03 Hypolite PetovanMerge pull request #8226 from nupplaphil/bug/wait_for_conn
2020-02-02 Hypolite PetovanMerge pull request #8224 from nupplaphil/task/force_ava...
2020-02-02 Hypolite PetovanMerge pull request #8222 from annando/ap-gnusocial
2020-02-02 MichaelAP comments from GNU Social are now working
2020-01-20 PhilippMerge pull request #8147 from annando/fetch-post
2020-01-20 MichaelFix for AP posts where the URL don't match
2020-01-20 Hypolite PetovanMerge pull request #8142 from nupplaphil/task/di_config
2020-01-19 nupplaPhilRemove unneeded Config namespace usages
2020-01-19 nupplaPhilMove Config::get() to DI::config()->get()
2020-01-19 Hypolite PetovanMerge pull request #8134 from nupplaphil/task/di_l10n
2020-01-19 Hypolite PetovanMerge pull request #8137 from annando/ap-guid
2020-01-19 MichaelAP: Create a GUID out of an URL
2020-01-18 Hypolite PetovanMerge pull request #8131 from nupplaphil/task/cleanup_lock
2020-01-18 Hypolite PetovanMerge pull request #8132 from annando/child-user
2020-01-18 Hypolite PetovanMerge pull request #8130 from nupplaphil/task/di_pconfig
2020-01-18 nupplaPhilRemove unused `use` statements & remove PConfig class
2020-01-18 nupplaPhilMove PConfig::get() to DI::pConfig()->get()
2020-01-16 Hypolite PetovanMerge pull request #8119 from annando/localdfrn
2020-01-16 MichaelEnsure that local contacts always are DFRN contacts
2020-01-05 MichaelMerge remote-tracking branch 'upstream/develop' into...
2020-01-05 Tobias DiekershoffMerge pull request #8061 from annando/ap-receiver
2020-01-05 MichaelAP: ensure that incoming posts are reaching all receivers
2019-11-28 Michael VogelMerge pull request #7876 from MrPetovan/task/7308-backp...
2019-11-28 MichaelMerge remote-tracking branch 'upstream/develop' into...
2019-11-28 Tobias DiekershoffMerge pull request #7874 from annando/mail-post
2019-11-28 Tobias DiekershoffMerge pull request #7875 from annando/fix-pixelfed
2019-11-28 MichaelAttached photos from pixelfed are now added to the...
2019-11-02 Hypolite PetovanMerge pull request #7726 from tobiasd/20191010-uexport
2019-10-28 MichaelMerge remote-tracking branch 'upstream/develop' into...
2019-10-25 Hypolite PetovanMerge pull request #7774 from annando/img-title
2019-10-25 PhilippMerge pull request #7767 from MrPetovan/bug/fatal-errors
2019-10-24 Hypolite PetovanMerge pull request #7770 from nupplaphil/task/Activity
2019-10-24 Philipp HolzerAdd docs
2019-10-24 Philipp HolzerMove Activity/Namespaces defines to constants
2019-10-18 MichaelMerge remote-tracking branch 'upstream/develop' into...
next