]> git.mxchange.org Git - friendica.git/shortlog
friendica.git
2020-01-10 nupplaPhilFix missing storage class
2020-01-10 Hypolite PetovanMerge pull request #8072 from nupplaphil/task/Cache_to_DI
2020-01-10 Hypolite PetovanMerge pull request #8062 from nupplaphil/Make-Storage
2020-01-10 nupplaPhilRemove annotations and fix test..
2020-01-10 nupplaPhilFixings
2020-01-10 nupplaPhilImplement Hook::callAll('storage_instance') call for...
2020-01-10 nupplaPhilrevert Dice version bump
2020-01-10 nupplaPhilskip impossible test-scenario
2020-01-10 nupplaPhilremove not working code for checking writable files...
2020-01-10 nupplaPhilFix attach model
2020-01-10 nupplaPhilFix in case the storage config is set as file.
2020-01-10 nupplaPhiloptimize update script
2020-01-10 nupplaPhilfix Photo model
2020-01-10 nupplaPhilmaking update really work ...
2020-01-10 nupplaPhil- Fixing SystemResource
2020-01-10 nupplaPhilUpdate AddonStorageBackend documentation
2020-01-10 nupplaPhilMake Storage testable & add tests
2020-01-10 Tobias DiekershoffMerge pull request #8086 from annando/delegations
2020-01-10 MichaelFix: Show possible managers again
2020-01-09 Hypolite PetovanMerge pull request #8083 from annando/direct-comment
2020-01-09 MichaelAPI: Use NOTIF_DIRECT_THREAD_COMMENT for the API mentio...
2020-01-09 MichaelNotifications: Now declare direct thread answers as...
2020-01-09 Hypolite PetovanMerge pull request #8082 from annando/issue-8081
2020-01-09 MichaelIssue 8081: The usage has to be an object, not an array
2020-01-09 Tobias DiekershoffMerge pull request #8080 from annando/inflated-widgets
2020-01-09 MichaelThe widgets in the sidebar are now deflated by standard
2020-01-09 PhilippMerge pull request #8078 from MrPetovan/bug/fatal-errors
2020-01-09 Hypolite PetovanAdd cookie clear failed validation in App\Authentication
2020-01-08 Hypolite PetovanMerge pull request #8077 from annando/notifications
2020-01-08 MichaelRemoved stuff
2020-01-08 Michaelchanged priority of messages
2020-01-08 PhilippMerge pull request #8076 from MrPetovan/bug/fatal-errors
2020-01-08 MichaelUse "replied"
2020-01-08 MichaelImproved notification messages
2020-01-08 Hypolite PetovanRemove unnecessary subnamespaces in Model\Introduction
2020-01-08 Hypolite PetovanMerge pull request #8075 from annando/html-escaping
2020-01-08 MichaelTests, still ongoing ...
2020-01-08 Michaeltests ...
2020-01-08 MichaelReverted notify, changed test
2020-01-08 Hypolite PetovanMerge pull request #8071 from nupplaphil/task/Lock_to_lock
2020-01-08 PhilippMerge pull request #8074 from MrPetovan/task/domain...
2020-01-08 MichaelFixed notification text
2020-01-08 MichaelCorrected test
2020-01-08 MichaelTests, next try
2020-01-07 MichaelRemoved tests
2020-01-07 MichaelAdded test files, don't know if this works
2020-01-07 MichaelFix: removed unneeded HTML escaping
2020-01-07 Hypolite PetovanRemove unused code
2020-01-07 Hypolite PetovanUpgrade @method to overriden methods
2020-01-07 Hypolite PetovanCreate documentation about Domain-Driven-Design
2020-01-07 Hypolite PetovanUpdate the Introductions domain to use repository,...
2020-01-07 Hypolite PetovanIntroduce Mastodon entity factories and API\Entity
2020-01-07 Hypolite PetovanIntroduce Repository, Factory, Collection, Model base...
2020-01-07 Hypolite PetovanAdd DBA::collapseCondition method
2020-01-07 Hypolite PetovanMerge pull request #8073 from annando/issue-8067
2020-01-07 MichaelIssue 8067: Posts from Mastodon had been wrongly parsed
2020-01-06 nupplaPhilRename mock-methods
2020-01-06 nupplaPhilMove remaining namespaces and delete Core\Cache.php
2020-01-06 nupplaPhilMove Cache::get() to DI::cache()->get()
2020-01-06 nupplaPhilMove Cache::set() to DI::cache()->set()
2020-01-06 nupplaPhilRemove unused function Cache::delete()
2020-01-06 nupplaPhilMove Cache::clear() to DI::cache()->clear()
2020-01-06 nupplaPhilRemove unused method Cache::getAllKeys()
2020-01-06 nupplaPhilReplace Lock::release() with DI::lock()->release()...
2020-01-06 nupplaPhilReplace Lock::acquire() with DI::lock()->acquire()
2020-01-06 Hypolite PetovanMerge pull request #8070 from nupplaphil/bug/8069-logout
2020-01-06 nupplaPhilremoved some static wrapper
2020-01-06 nupplaPhilclear cookie before session clear
2020-01-06 PhilippMerge pull request #8063 from MrPetovan/bug/8058-use...
2020-01-06 Hypolite PetovanMerge pull request #8066 from annando/notifications
2020-01-06 MichaelThe item notifications now are based upon the "user...
2020-01-06 Hypolite PetovanMerge pull request #8059 from annando/item-notification
2020-01-05 Hypolite PetovanUse default user permissions when creating new event
2020-01-05 Hypolite PetovanRemove unused use statements in Module\Item\Compose
2020-01-05 Hypolite PetovanAllow special groups in default user permissions
2020-01-05 MichaelWe only search for items with the same uid
2020-01-05 MichaelFix condition creation
2020-01-05 MichaelAPI: We now use the "notification-type" field for mentions
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 PhilippMerge pull request #8060 from annando/fix-error
2020-01-05 MichaelAP: ensure that incoming posts are reaching all receivers
2020-01-05 MichaelFix a missing ")"
2020-01-05 MichaelAdded to-do
2020-01-05 MichaelImproved check for invalid profiles
2020-01-05 MichaelNow using only a single array
2020-01-05 MichaelRemove duplicates in a better way
2020-01-05 MichaelRestructured profile generation
2020-01-05 MichaelAdded index for performance considerations
2020-01-05 MichaelClarified description
2020-01-05 MichaelSpaces
2020-01-05 MichaelAdded type hints
2020-01-05 MichaelFix post update / clean up code
2020-01-05 MichaelDon't create notifications for own posts
2020-01-05 MichaelAdded post update
2020-01-05 MichaelNotification type can now be selected
2020-01-05 MichaelImproved documentation, now checking all items
2020-01-05 MichaelMerge remote-tracking branch 'upstream/develop' into...
2020-01-05 Tobias DiekershoffMerge pull request #8057 from annando/notice-error
2020-01-05 MichaelFix an error and a notice
next