Issue 9064: referring INSTALL.txt now points to doc/INSTALL.md
[friendica.git/.git] / src /
2021-02-23 Tobias DiekershoffIssue 9064: referring INSTALL.txt now points to doc...
2021-02-22 Hypolite PetovanMerge pull request #9949 from annando/view-rename
2021-02-22 Michaelpost/thread views are renamed, search bugs fixed
2021-02-22 Hypolite PetovanMerge pull request #9947 from annando/database
2021-02-21 Michael VogelAvoid endless loop with the MagicLink
2021-02-21 MichaelProhibit combined usage of "star" and "mention"
2021-02-21 MichaelAutomatically set to "seen"
2021-02-21 MichaelUse the system user for uid=0
2021-02-21 MichaelReset "star" and "mention" on new order
2021-02-21 MichaelQueries without indexes
2021-02-21 MichaelNon blocking item-uri cleanup
2021-02-21 MichaelUpdate in chunks
2021-02-21 Michael VogelSpaces removed
2021-02-21 MichaelFetch a given number of posts
2021-02-21 MichaelUpdate in segments
2021-02-20 MichaelImproved indexes, avoiding SQL errors, improving speed
2021-02-19 Hypolite PetovanMerge pull request #9946 from annando/delete-contacts
2021-02-19 MichaelContacts are now removed more ressource friendly
2021-02-19 Hypolite PetovanMerge pull request #9945 from annando/no-item
2021-02-19 MichaelMerge remote-tracking branch 'upstream/develop' into...
2021-02-19 MichaelThe item table is now completely removed
2021-02-19 Michael VogelMerge pull request #9935 from MrPetovan/bug/9929-harden...
2021-02-18 Hypolite PetovanMove /parse_url module to /parseurl
2021-02-18 Hypolite PetovanAdd new Content\Text\BBCode::embedURL method
2021-02-18 Hypolite PetovanAdd native media types and expiration to getSiteInfo
2021-02-17 Hypolite PetovanMerge pull request #9940 from annando/speed
2021-02-17 MichaelSeveral speed improvements (magiclink, caching, indexes)
2021-02-16 Hypolite PetovanMerge pull request #9939 from jurassic-c/mimetype-dotna...
2021-02-16 Hypolite PetovanMerge pull request #9938 from annando/database-issues
2021-02-16 Colby SollarsOn wall_attach, file extension to mimetype matching...
2021-02-16 MichaelFix several database issues
2021-02-16 Hypolite PetovanMerge pull request #9933 from annando/avoid-foreign-key
2021-02-16 Hypolite PetovanMerge pull request #9932 from annando/no-implicit
2021-02-16 MichaelNo implicit mention for top level Diaspora comments
2021-02-15 Hypolite PetovanMerge pull request #9931 from zsolt-beringer/patch-1
2021-02-15 Hypolite PetovanMerge pull request #9930 from annando/no-item
2021-02-15 MichaelSet the post update version
2021-02-15 MichaelFix updating the thread
2021-02-15 MichaelRever item reshare handling, fixed database
2021-02-15 MichaelAvoiding notice
2021-02-15 MichaelFix SQL query
2021-02-14 MichaelMerge remote-tracking branch 'upstream/develop' into...
2021-02-14 Michael VogelMerge pull request #9916 from MrPetovan/task/babel...
2021-02-14 MichaelPost update function to set the "external-id"
2021-02-14 MichaelWe now don't store in the "item" table anymore
2021-02-14 Michael"id" is now post-user-id
2021-02-14 MichaelSupport for message delivering via uri-id
2021-02-14 MichaelMore "item" traces removed
2021-02-13 MichaelGet rid of the "item" table, enhanced "post" tables
2021-02-10 Tobias DiekershoffMerge pull request #9922 from MrPetovan/bug/9666-video...
2021-02-10 Tobias DiekershoffMerge pull request #9915 from MrPetovan/bug/9895-twitte...
2021-02-10 Hypolite PetovanBabel: Support tweet URL
2021-02-10 Hypolite PetovanMove HTTPS exception for YouTube and Vimeo to OEmbed...
2021-02-10 Hypolite PetovanHarden OEmbed link discovery
2021-02-10 Hypolite PetovanTry OEmbed first for [audio] and [video] tags
2021-02-09 Hypolite PetovanMerge pull request #9921 from annando/issue-9906
2021-02-09 MichaelAdded update for post-thread-user
2021-02-09 MichaelIssue 9906: Improved view speed
2021-02-08 Hypolite PetovanMerge pull request #9917 from annando/no-thread
2021-02-08 MichaelThe "thread" table isn't used anymore
2021-02-08 Hypolite PetovanMerge pull request #9913 from VVelox/develop
2021-02-06 Michael"item" is replaced whenever possible at the moment
2021-02-05 Hypolite PetovanMerge pull request #9904 from annando/thread
2021-02-05 MichaelAvoid foreign key problems when deleting contacts
2021-02-04 MichaelFix test data
2021-02-04 MichaelThe thread table is replaced by post-thread and post...
2021-02-02 Hypolite PetovanMerge pull request #9901 from annando/post-thread-user
2021-02-02 Michael"participation" is removed since it is unused
2021-02-02 MichaelAdded "user-item" table to the list of removable tables
2021-02-02 Michaelremove test logging
2021-02-02 MichaelUser-Item table is replaced
2021-02-01 MichaelMerge remote-tracking branch 'upstream/develop' into...
2021-02-01 Michael VogelMerge pull request #9887 from MrPetovan/task/9872-norma...
2021-02-01 MichaelFixed class name
2021-02-01 MichaelDon't remove data from the item array
2021-02-01 MichaelAvoid "Undefined index: verb"
2021-02-01 MichaelNew table "post-user-notification"
2021-02-01 MichaelList of deprecated fields is checked
2021-01-31 MichaelMost user-item traces removed
2021-01-31 Hypolite PetovanAdd new item/{id}/follow module and POST route
2021-01-31 Michael VogelMerge pull request #9891 from MrPetovan/task/9782-item...
2021-01-31 Hypolite PetovanMove GET starred/{id} to POST item/{id}/star
2021-01-31 MichaelMerge remote-tracking branch 'upstream/develop' into...
2021-01-31 MichaelNew table "post-thread-user"
2021-01-31 Michael VogelMerge pull request #9889 from MrPetovan/task/9872-item...
2021-01-31 Hypolite PetovanMove GET item/ignore/{id} to POST item/{id}/ignore
2021-01-31 Michael VogelMerge pull request #9893 from MrPetovan/bug/9879-empty...
2021-01-31 Michael VogelMerge pull request #9888 from MrPetovan/task/9782-item...
2021-01-31 Hypolite PetovanMove GET /like/{id} to POST /item/{id}/activity/{verb}
2021-01-31 Hypolite PetovanSkip empty message strings in Console\PoToPhp
2021-01-31 Hypolite PetovanSet correct integer return type for Temporal::getAgeByT...
2021-01-31 Hypolite PetovanMerge pull request #9894 from annando/no-content-stored
2021-01-31 MichaelPrevent "No post-content stored"
2021-01-31 Michael VogelMerge pull request #9882 from MrPetovan/bug/po2php...
2021-01-31 Michael VogelMerge pull request #9892 from MrPetovan/task/9872-item-pin
2021-01-30 Hypolite PetovanMove GET pinned/{id} to POST item/{id}/pin
2021-01-30 Hypolite PetovanMerge pull request #9890 from annando/post-content
2021-01-30 MichaelAvoid "Duplicate entry"
2021-01-30 MichaelNew table "post-content"
2021-01-30 Hypolite PetovanMerge pull request #9884 from annando/update-in-maintenance
next