]> git.mxchange.org Git - friendica.git/history - src/DI.php
Merge pull request #8075 from annando/html-escaping
[friendica.git] / src / DI.php
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