]> git.mxchange.org Git - friendica.git/shortlog
friendica.git
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 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
2020-01-05 MichaelRestructuring
2020-01-05 MichaelFunctionality is now added
2020-01-05 Hypolite PetovanMerge pull request #8055 from nupplaphil/task/remove_ge...
2020-01-05 MichaelTests are now working
2020-01-04 nupplaPhilRemove get_server() in favor of Search::getGlobalDirect...
2020-01-04 MichaelMerge remote-tracking branch 'upstream/develop' into...
2020-01-04 Michael VogelMerge pull request #8053 from nupplaphil/task/remove_ge...
2020-01-04 nupplaPhilRemove unused killme()
2020-01-04 nupplaPhilRemove get_app() in favor of DI::app()
2020-01-04 Michael VogelMerge pull request #8056 from nupplaphil/task/remove_rd...
2020-01-04 nupplaPhilRemove deprecated rdirname() in favor of native dirname()
2020-01-04 PhilippMerge pull request #8052 from annando/contentmap
2020-01-04 MichaelAdded parameter type
2020-01-04 MichaelFirst testable version
2020-01-04 MichaelAP: Transmit the language in the contentMap
2020-01-04 MichaelNew "UserItem" class, new notification type field
2020-01-03 Michael VogelMerge pull request #8048 from MrPetovan/bug/fix-bbcode...
2020-01-03 Tobias DiekershoffMerge pull request #8050 from MrPetovan/bug/improve...
2020-01-03 Hypolite PetovanRemove superfluous comment in BBCode::scaleExternalImage
2020-01-03 Hypolite PetovanRework Feed::import parameters
2020-01-03 Hypolite PetovanFix formatting in Feed::import
2020-01-03 Hypolite PetovanRemove unused BBCode::scaleExternalImage parameters
2020-01-03 Hypolite PetovanRemove useless HTML encode on item save
2020-01-03 Hypolite PetovanRemove harmful HTML decode/encode in BBCode::scaleExter...
2020-01-01 Hypolite PetovanMerge pull request #8046 from annando/develop
2020-01-01 MichaelRelocated functions from PortableContact to GServer
2020-01-01 PhilippMerge pull request #8044 from annando/contact-adding
2020-01-01 MichaelFixed documentation
2020-01-01 MichaelDon't add contacts when not needed
2020-01-01 PhilippMerge pull request #8042 from MrPetovan/bug/fix-remember-me
2020-01-01 Hypolite PetovanAdd missing constructor parameter to User\Cookie in...
2020-01-01 Tobias DiekershoffMerge pull request #8041 from AlfredSK/patch-1
2020-01-01 Steffen K9Fix missing use statement for DI (fatal error)
2019-12-31 Tobias DiekershoffMerge pull request #8040 from MrPetovan/bug/notices
2019-12-31 Tobias DiekershoffMerge pull request #8039 from MrPetovan/bug/fatal-errors
2019-12-31 Hypolite PetovanAdd necessary call to BaseUrl->get() in Module\Objects
2019-12-31 Hypolite PetovanSuppress undefined index nickname notice in Model\Profi...
2019-12-31 Hypolite PetovanCorrectly capitalize DI::baseUrl in Module\Tos
2019-12-30 PhilippMerge pull request #8037 from MrPetovan/bug/notices
2019-12-30 Hypolite PetovanMerge pull request #8036 from nupplaphil/task/redundant...
2019-12-30 nupplaPhilReplace comment
2019-12-30 Hypolite PetovanReplace remaining $a->page by DI::page()
2019-12-30 nupplaPhilRemove deprecated call
2019-12-30 nupplaPhilMove redundant System::removedBaseUrl() to DI::baseUrl...
2019-12-30 nupplaPhilMove redundant System::baseUrl() to DI::baseUrl() calls
2019-12-30 Hypolite PetovanMerge pull request #8035 from nupplaphil/task/move_page
2019-12-30 nupplaPhilAdd parameter to index -> runFrontend()
2019-12-30 nupplaPhilReplace deprecated $a->page with DI::page()
2019-12-30 PhilippMerge pull request #8010 from MrPetovan/task/7968-masto...
2019-12-30 Hypolite PetovanUse most recent last item date in Mastodon\Account
2019-12-30 Hypolite PetovanAdd user contact data superseding to Mastodon\Account...
2019-12-30 Hypolite PetovanCorrect value of Mastodon API Account acct field for...
2019-12-30 Hypolite PetovanAdd missing fields to Mastodon API Account entity
2019-12-30 Hypolite PetovanRename Api\Mastodon\Account::createFromContact to just...
2019-12-30 Hypolite PetovanRename Api\Mastodon\Account::create contact parameter...
2019-12-30 Hypolite PetovanAdd missing return statement in Core\L10n
2019-12-30 Hypolite PetovanMerge pull request #8034 from MrPetovan/bug/fatal-errors
2019-12-30 Hypolite PetovanUpdate wrong references to ISession::delete
2019-12-30 Hypolite PetovanUpdate wrong/missing references to classes
2019-12-30 Hypolite PetovanFix redirect calls using DI::baseUrl() and System:...
2019-12-30 Hypolite PetovanReplace obsolete references to App baseURL and getApp...
next