aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/ServerContainer.php
Commit message (Expand)AuthorAgeFilesLines
* chore: Add SPDX headerAndy Scherzinger2024-05-241-21/+3
* Merge pull request #38322 from nextcloud/bugfix/noid/throw-early-app-containerJulius Härtl2023-06-061-2/+4
|\
| * fix: Throw early when a service cannot be found in the app containerJulius Härtl2023-05-161-2/+4
* | Refactors "strpos" calls in lib/private to improve code readability.Faraz Samapoor2023-05-151-2/+2
|/
* Move to str_starts_withJulius Härtl2022-12-071-1/+1
* Take some shortcut when setting up the application classJulius Härtl2022-12-071-4/+7
* Improve container return type annotationsJulius Härtl2022-10-141-0/+7
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-041-1/+0
* First query the server containerRoeland Jago Douma2020-11-071-0/+6
* Fix overwriteService() for appsJoas Schilling2020-07-281-1/+6
* Deprecate the query mothod on the server containerChristoph Wurst2020-07-171-0/+3
* Use PSR container interface and deprecate our own abstractionChristoph Wurst2020-07-161-7/+24
* Use elseif instead of else ifChristoph Wurst2020-04-101-1/+1
* Use exactly one empty line after the namespace declarationChristoph Wurst2020-04-091-1/+0
* Update license headersChristoph Wurst2019-12-051-1/+5
* Make sure we create an app's Application class just onceChristoph Wurst2019-10-111-1/+2
* Do not try to autoload built in typesRoeland Jago Douma2019-06-041-7/+2
* Make the file strictJoas Schilling2019-03-051-4/+5
* Avoid duplicate App container creationJoas Schilling2019-03-051-0/+13
* Make TestCase->overwriteService() work with App classesJoas Schilling2019-02-141-0/+4
* Fix missing argument 2 for Settings classesJoas Schilling2017-05-191-1/+1
* Allow automatic DI for apps that don't register the container in app.phpJoas Schilling2017-05-161-2/+18
* Add activities when email or password is changedJoas Schilling2017-04-131-0/+9
* Register the namespace with the autoloading to allow reverse recoveryJoas Schilling2017-03-221-7/+25
* Don't do a recursive searchJoas Schilling2017-03-221-1/+1
* Save the container with the app's namespace so we can resolve itJoas Schilling2016-08-221-1/+2
* Fix othersJoas Schilling2016-07-211-2/+3
* Move more from \OC to PSR-4Roeland Jago Douma2016-04-291-0/+89