aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/AppFramework/DependencyInjection
Commit message (Expand)AuthorAgeFilesLines
* feat: Use inline password confirmation in external storage settingsLouis Chemineau2024-11-281-0/+3
* chore: Add proper deprecation dates where missingFerdinand Thiessen2024-09-201-5/+5
* chore!: Remove `OC\AppFramework\Logger`Ferdinand Thiessen2024-09-191-4/+0
* chore: Remove unused `CsrfTokenManager` from `CSPMiddleware`Ferdinand Thiessen2024-08-311-1/+0
* perf: delay getting (sub)admin status for user in the security middleware unt...Robin Appelman2024-08-231-2/+3
* fix(files_sharing): show proper share not found error messageskjnldsv2024-08-061-1/+1
* feat(security): Add public API to allow validating IP Ranges and checking for...Joas Schilling2024-07-191-2/+2
* feat(security): restrict admin actions to IP rangesBenjamin Gaussorgues2024-07-191-1/+3
* feat(Security): Warn about using annotations instead of attributesprovokateurin2024-07-181-1/+3
* fix(Session): avoid password confirmation on SSOArthur Schiwon2024-06-051-1/+2
* chore: Add SPDX headerAndy Scherzinger2024-05-241-30/+3
* fix: Apply new coding standard to all filesCôme Chilliet2024-04-021-1/+1
* fix: add check for app_api_system session flag to bypass rate limitFlorian Klinger2024-03-181-1/+2
* Merge branch 'master' into refactor/OC-Server-getThemingDefaultsJohn Molakvoæ2024-02-231-27/+1
|\
| * adding testMaxence Lange2024-01-311-2/+2
| * fix psalmMaxence Lange2024-01-311-1/+2
| * Remove deprecated methods Util::writeLog and DIContainer::logCôme Chilliet2023-09-251-27/+0
* | Refactor `OC\Server::getThemingDefaults`Andrew Summers2023-08-291-1/+1
|/
* techdebt(DI): Use public IThrottler interface which exists since Nextcloud 25Joas Schilling2023-08-281-3/+4
* 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