]> git.mxchange.org Git - friendica.git/history - src/DI.php
Notifications cleared for a whole thread in case of one mark seen
[friendica.git] / src / DI.php
2020-01-28 Hypolite PetovanMerge pull request #8186 from nupplaphil/bug/8182_anoth...
2020-01-28 nupplaPhilRefactor API notification usage
2020-01-28 PhilippMerge pull request #8191 from MrPetovan/task/7967-masto...
2020-01-28 Hypolite PetovanAdd custom emojis Mastodon API endpoint
2020-01-28 Hypolite PetovanMove Mastodon API factories to Factory\Api\Mastodon
2020-01-26 Hypolite PetovanMerge pull request #8178 from nupplaphil/task/mod_noscrape
2020-01-26 PhilippMerge pull request #8179 from MrPetovan/bug/notices
2020-01-26 Hypolite PetovanMerge pull request #8176 from nupplaphil/task/split_emails
2020-01-26 nupplaPhilMake EMailer util dynamic
2020-01-26 PhilippMerge pull request #8175 from MrPetovan/task/revert...
2020-01-26 Hypolite PetovanMerge pull request #8170 from nupplaphil/task/repo_noti...
2020-01-26 nupplaPhilRename classes
2020-01-25 nupplaPhilReWork Notification Model/Module/Object/Repository...
2020-01-24 PhilippMerge pull request #8156 from MrPetovan/task/7817-custo...
2020-01-24 Hypolite PetovanMerge pull request #8155 from nupplaphil/task/move_noti...
2020-01-24 nupplaPhilNotify => Notification
2020-01-23 Hypolite PetovanReplace advanced profile display with custom profile...
2020-01-21 Hypolite PetovanMerge pull request #8149 from annando/fix-warning
2020-01-21 PhilippMerge pull request #8148 from annando/remote-comment
2020-01-20 PhilippMerge pull request #8147 from annando/fetch-post
2020-01-20 PhilippMerge pull request #8146 from MrPetovan/task/7817-custo...
2020-01-20 Hypolite PetovanMove Permission Set over to DDD
2020-01-20 Hypolite PetovanMerge pull request #8142 from nupplaphil/task/di_config
2020-01-19 nupplaPhilShorten "PConfiguration" to "PConfig" again, since...
2020-01-19 nupplaPhilShorten "Configuration" to "Config" again, since the...
2020-01-19 Hypolite PetovanMerge pull request #8140 from annando/mail-probe
2020-01-19 Hypolite PetovanMerge pull request #8134 from nupplaphil/task/di_l10n
2020-01-19 nupplaPhilcleanup namespace usages for L10n
2020-01-19 nupplaPhilcleanups
2020-01-19 nupplaPhilMove L10n class from L10n subdir to Core (replacing...
2020-01-18 Hypolite PetovanMerge pull request #8129 from nupplaphil/task/cleanup_cache
2020-01-18 Hypolite PetovanMerge pull request #8128 from nupplaphil/task/di_static...
2020-01-18 nupplaPhilRefactor DI annotations to static methods
2020-01-15 Hypolite PetovanMerge pull request #8118 from annando/spamcheck
2020-01-15 Hypolite PetovanMerge pull request #8079 from ozero/patch-1
2020-01-12 MichaelMerge remote-tracking branch 'upstream/develop' into...
2020-01-12 Tobias DiekershoffMerge pull request #8102 from annando/servertest
2020-01-12 Hypolite PetovanMerge pull request #8100 from annando/statistics
2020-01-12 Tobias DiekershoffMerge pull request #8099 from annando/statistics
2020-01-11 PhilippMerge pull request #8095 from annando/local-delivery
2020-01-11 PhilippMerge pull request #8094 from annando/deletecontact
2020-01-11 PhilippMerge pull request #8089 from mexon/mat/repair-contact...
2020-01-11 PhilippMerge pull request #8093 from annando/postcount
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 nupplaPhilFixings
2020-01-10 nupplaPhilMake Storage testable & add tests
2020-01-08 Hypolite PetovanMerge pull request #8077 from annando/notifications
2020-01-08 Hypolite PetovanMerge pull request #8075 from annando/html-escaping
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-07 Hypolite PetovanUpdate the Introductions domain to use repository,...
2020-01-07 Hypolite PetovanIntroduce Mastodon entity factories and API\Entity
2020-01-07 Hypolite PetovanMerge pull request #8073 from annando/issue-8067
2020-01-06 Hypolite PetovanMerge pull request #8070 from nupplaphil/bug/8069-logout
2020-01-06 nupplaPhilclear cookie before session clear
2019-12-30 Hypolite PetovanMerge pull request #8033 from annando/contact-logging
2019-12-29 Hypolite PetovanMerge pull request #8019 from nupplaphil/task/replace_g...
2019-12-29 nupplaPhilAdd Model\Introduction class to DI registry
2019-12-29 nupplaPhilmake the DI abstract so no instance is possible
2019-12-29 nupplaPhilAlphabetic sort DI-container per namespace
2019-12-29 nupplaPhilCreating interfaces for Config/PConfig & fix tests
2019-12-29 nupplaPhilRefactor deprecated App - process methods to DI::proces...
2019-12-29 nupplaPhilRefactor dynamic App::getProfiler() to static DI::profi...
2019-12-29 nupplaPhilOptimize DI class (introduce method-mapping constant)
2019-12-29 nupplaPhilReplace BaseObject class with DI::* calls
2019-12-29 nupplaPhilIntroduce new DI container