]> git.mxchange.org Git - friendica.git/history - src
Adding possibility to use a different cache-backend for locking and caching
[friendica.git] / src /
2019-08-04 Philipp HolzerAdding possibility to use a different cache-backend...
2019-08-04 Philipp HolzerRename *CacheDriver to *Cache because they don't act...
2019-08-03 Philipp HolzerRefactor Cache/Lock to DICE
2019-08-03 Hypolite PetovanMerge pull request #7461 from annando/handling-db-error
2019-08-03 MichaelMoved several database stuff out of the transaction...
2019-08-02 Hypolite PetovanMerge pull request #7458 from annando/fix-7449
2019-08-02 Hypolite PetovanMerge pull request #7459 from annando/notice
2019-08-02 Hypolite PetovanMerge pull request #7460 from annando/contact-id-new
2019-08-02 Michael"contact-id" has to be set, after "author-id" had been set
2019-08-02 MichaelClarified description
2019-08-02 MichaelMerge remote-tracking branch 'upstream/develop' into...
2019-08-02 MichaelImproved PR 7452: We now respect the "self" contact
2019-08-02 MichaelFixed description
2019-08-02 MichaelFix issue 7449: Image permissions are now set like...
2019-08-02 Hypolite PetovanMerge pull request #7455 from friendica/revert-7452...
2019-08-02 Hypolite PetovanRevert "Reworked contact-id generation"
2019-08-01 Michael VogelMerge pull request #7381 from MrPetovan/task/7309-frio...
2019-07-31 Hypolite PetovanMerge pull request #7444 from nupplaphil/task/dice_console
2019-07-31 PhilippMerge pull request #7453 from annando/tag-deliver-delete
2019-07-31 Philipp HolzerAdding Configuration dependency
2019-07-31 Philipp HolzerUse DICE for Console
2019-07-31 MichaelMoved user block
2019-07-31 MichaelAdded header
2019-07-31 MichaelLog level changed
2019-07-31 MichaelMerge remote-tracking branch 'upstream/develop' into...
2019-07-31 MichaelImproved logging when item had been deliberately delete...
2019-07-31 Hypolite PetovanMerge pull request #7452 from annando/contact-id
2019-07-30 Hypolite PetovanMerge pull request #7450 from annando/api-alt-description
2019-07-30 MichaelWe now use a central function for fetching the postdata
2019-07-30 MichaelReworked contact-id generation
2019-07-30 MichaelMerge remote-tracking branch 'upstream/develop' into...
2019-07-30 Hypolite PetovanMerge pull request #7451 from annando/ap-contact-id
2019-07-30 MichaelFix: The field "contact-id" now contains the correct...
2019-07-30 Hypolite PetovanReplace removed Contact::select method with Contact...
2019-07-30 Hypolite PetovanFix formatting in Model\Group
2019-07-30 Hypolite PetovanDevelop one-liner in Item\Compose
2019-07-30 Hypolite PetovanReplace removed Contact::select by Contact::selectToArray
2019-07-30 Hypolite PetovanReplace $uid parameter by $obj['uid'] in Item::enumerat...
2019-07-30 Hypolite PetovanImprove compose page template
2019-07-30 Hypolite PetovanAdd meta protocol group for private post support
2019-07-30 Hypolite PetovanOnly include natively supported protocol contacts in...
2019-07-30 Hypolite Petovan[frio] Add jotnet fields to compose page
2019-07-30 Hypolite PetovanAdd frio-specific /compose module
2019-07-30 Hypolite PetovanAdd user meta-groups for followers and mutual contacts
2019-07-29 PhilippMerge pull request #7174 from MrPetovan/task/dba-quote...
2019-07-29 Hypolite PetovanMerge pull request #7447 from annando/ap-alt-outgoing
2019-07-29 MichaelActivityPub: We now do support transmitting alternative...
2019-07-29 Hypolite PetovanMerge pull request #7446 from annando/alt-text
2019-07-29 MichaelActivityPub: Support for incoming picture descriptions
2019-07-29 Hypolite PetovanCorrectly escape identifier names
2019-07-28 Hypolite PetovanMerge pull request #7443 from annando/no-diaspora
2019-07-28 MichaelDon't deliver nested comments to Diaspora if the previo...
2019-07-28 Michael VogelMerge pull request #7437 from MrPetovan/bug/fatal-errors
2019-07-28 Hypolite PetovanRevert adding DBA::toArray to Item::selectToArray
2019-07-28 Hypolite PetovanFix indent in Model\Item
2019-07-28 Hypolite PetovanEnsure *toArray returns an array
2019-07-27 Hypolite PetovanMerge pull request #7417 from nupplaphil/task/app_depen...
2019-07-27 Philipp HolzerRefactoring Profile:: selectors
2019-07-27 Philipp Holzermerge DBA::selectToArray
2019-07-27 Philipp Holzerimprove Profile model
2019-07-27 Philipp HolzerIntroduce test optimization
2019-07-27 Philipp HolzerFix tests
2019-07-27 Philipp HolzerReplace q() call with Profile::get() method
2019-07-27 Philipp HolzerRemove DependencyFactory
2019-07-27 Hypolite PetovanMerge pull request #7434 from annando/contact-protocol
2019-07-27 MichaelImproved documentation
2019-07-27 PhilippMerge pull request #7435 from annando/select-to-array
2019-07-27 PhilippMerge pull request #7431 from MrPetovan/task/server...
2019-07-27 MichaelType hints
2019-07-27 MichaelSome more
2019-07-27 MichaelReplaced some " with '
2019-07-27 MichaelMoved function to Database.php
2019-07-27 MichaelChanged "Contact::select" to "Contact::selectToArray"
2019-07-27 MichaelChanged "Photo::select(" to "Photo::selectToArray("
2019-07-27 MichaelChanged Attach::select to Attach::selectToArray
2019-07-27 MichaelFix: The $contact error is expected to be a single...
2019-07-27 MichaelAdded "selectToArray" functions in DBA and Item
2019-07-27 MichaelNew functions to check if a contact supports that protocol
2019-07-26 Hypolite PetovanUpdate server block admin page to reflect the addition...
2019-07-26 Hypolite PetovanUpdate server block console help text to reflect the...
2019-07-26 Hypolite PetovanSwitch server blocklist check to case-insensitive shell...
2019-07-25 PhilippMerge pull request #7425 from MrPetovan/task/2fa-ping...
2019-07-24 Hypolite PetovanMerge pull request #7430 from annando/contact-not-archived
2019-07-24 Hypolite PetovanMerge pull request #7429 from annando/empty-nick
2019-07-24 MichaelSupport for empty nick names
2019-07-24 Michael"all" contacts shouldn't show archived contacts
2019-07-24 Hypolite PetovanRemove mod/ping from 2fa exception list
2019-07-24 Hypolite PetovanUse template-displayed errors in TwoFactor\Verify
2019-07-24 Hypolite PetovanExtend the use of exceptions in App::runFrontend
2019-07-23 Hypolite PetovanMerge pull request #7424 from TiMESPLiNTER/fix/respect...
2019-07-23 PhilippMerge pull request #7421 from MrPetovan/task/7338-app...
2019-07-23 Hypolite PetovanEnable two-factor app-specific passwords for ejabberd
2019-07-23 Hypolite PetovanMerge pull request #7420 from annando/reshare-contact
2019-07-23 MichaelFix contact issues with fake reshares from Twitter
2019-07-22 PhilippMerge pull request #7419 from MrPetovan/task/7338-app...
2019-07-22 Hypolite PetovanRemove debug
2019-07-22 Hypolite PetovanEnable app-specific password authentication for API...
2019-07-22 Hypolite PetovanAdd two-factor app-specific password settings page
2019-07-22 Hypolite PetovanMove recovery code model to sub-folder
2019-07-22 Hypolite PetovanMerge pull request #7414 from annando/fetch-diaspora
next