aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/AppFramework/DependencyInjection
Commit message (Expand)AuthorAgeFilesLines
* Log the number of queries built and executedJoas Schilling2020-09-251-1/+5
* Update the license headers for Nextcloud 20Christoph Wurst2020-08-241-1/+0
* Add a scoped PSR logger for appsChristoph Wurst2020-07-161-1/+10
* Use PSR container interface and deprecate our own abstractionChristoph Wurst2020-07-161-78/+94
* Fix AppFramework servicesRoeland Jago Douma2020-07-141-2/+14
* Move the notmodified check to middleware where it belongsRoeland Jago Douma2020-05-131-0/+2
* Add AppFramework GZip middleware to gzip responsesRoeland Jago Douma2020-05-121-0/+5
* Merge pull request #20786 from nextcloud/enh/dicontainer_cleanupRoeland Jago Douma2020-05-091-8/+0
|\
| * Move over the IConfig for globalscaleRoeland Jago Douma2020-05-081-5/+0
| * Remove double registrationsRoeland Jago Douma2020-05-071-3/+0
* | Add InitialState Appframework serviceRoeland Jago Douma2020-05-071-0/+2
|/
* Simple AppConfig wrapper for the AppFrameworkRoeland Jago Douma2020-05-021-0/+3
* Format control structures, classes, methods and functionChristoph Wurst2020-04-101-4/+3
* Use elseif instead of else ifChristoph Wurst2020-04-101-2/+2
* Unify function spacing to PSR2 recommendationChristoph Wurst2020-04-091-8/+8
* Use the short array syntax, everywhereChristoph Wurst2020-03-261-1/+1
* Update license headers for 18Christoph Wurst2019-12-201-0/+1
* Decouple resource provider registrationDaniel Kesselberg2019-12-071-0/+1
* Update license headersChristoph Wurst2019-12-051-2/+2
* Some php-cs fixesRoeland Jago Douma2019-11-221-3/+2
* Do DI on registered middleware as wellRoeland Jago Douma2019-10-161-1/+1
* SessionMiddleware: declare session propertyRoeland Jago Douma2019-08-281-1/+0
* Add feature policy headerRoeland Jago Douma2019-08-101-0/+3
* Split up security middlewareRoeland Jago Douma2019-07-271-3/+7
* Do not try to autoload built in typesRoeland Jago Douma2019-06-041-7/+2
* Make it possible to show admin settings for sub adminsChristoph Wurst2019-05-231-0/+2
* Make sure all middlewares are only registered onceJoas Schilling2019-05-061-0/+3
* Make names mandatoryJoas Schilling2019-03-011-0/+1
* Do not do redirect handling when loggin outRoeland Jago Douma2019-02-061-0/+4
* Emit to load additionalscriptsRoeland Jago Douma2019-01-311-0/+3
* Cleanup middleware registeringRoeland Jago Douma2019-01-031-102/+77
* Properly query the methodreflectorRoeland Jago Douma2018-11-021-1/+1
* Fix testsRoeland Jago Douma2018-11-021-11/+12
* The identityproof manager should be in ServerRoeland Jago Douma2018-11-021-8/+0
* No need to register it also in the DI ContainerRoeland Jago Douma2018-11-021-4/+0
* The Encryption manager belongs in Server.phpRoeland Jago Douma2018-11-021-4/+0
* SearchResult should be difined in Server as it is a core componentRoeland Jago Douma2018-11-021-5/+0
* The UserSession is constructed in the serverRoeland Jago Douma2018-11-021-2/+0
* TimeFactory is already regsitsered in the Server ContainerRoeland Jago Douma2018-11-021-3/+0
* Request is already regsitered in the Server containerRoeland Jago Douma2018-11-021-5/+0
* Was already registered in ServerRoeland Jago Douma2018-11-021-3/+0
* Add wrapper Logger in DIContainerRoeland Jago Douma2018-09-041-0/+5
* Add the new PublicShareController and PublicShareMiddlewareRoeland Jago Douma2018-06-201-1/+7
* Allow to inject ISearchResultJoas Schilling2018-04-261-1/+4
* move log constants to ILoggerArthur Schiwon2018-04-261-5/+6
* Provide translated error message for permission errorMorris Jobke2018-02-261-1/+2
* Remove fromMailAddress from MailSettingsControllerMorris Jobke2018-02-131-4/+0
* Use ::class statement instead of stringMorris Jobke2018-01-291-3/+5
* Use $var[] = $a instead of array_push - 2x fasterMorris Jobke2018-01-251-1/+1
* Remove deprecated core APIJoas Schilling2018-01-151-23/+0