summaryrefslogtreecommitdiffstats
path: root/lib/private/AppFramework/DependencyInjection/DIContainer.php
Commit message (Expand)AuthorAgeFilesLines
* Add a debug message when throttling without definingJoas Schilling2023-03-081-1/+2
* feat(app-framework): Add support for global middlewaresChristoph Wurst2023-01-261-1/+2
* perf(app-framework): Make the app middleware registration lazyChristoph Wurst2023-01-251-0/+11
* feat(app framework)!: Inject services into controller methodsChristoph Wurst2023-01-181-1/+2
* Move to str_starts_withJulius Härtl2022-12-071-3/+3
* Skip querying the app container for server namespaceJulius Härtl2022-12-071-0/+6
* Avoid container dance for appNameJulius Härtl2022-12-071-4/+9
* use bruteforce protection on all methods wrapped by PublicShareMiddlewareJulien Veyssier2022-12-071-1/+2
* Clean up and deprecate app container aliasesChristoph Wurst2022-11-021-6/+9
* Diagnostics event logging to Nextcloud logJulius Härtl2022-02-281-1/+3
* Add admin privilege delegation for admin settingsCarl Schwan2021-09-291-1/+4
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-041-1/+0
* Fix unit testsJoas Schilling2021-04-271-1/+1
* Fix types in the Group ManagerRoeland Jago Douma2021-03-031-1/+3
* 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