summaryrefslogtreecommitdiffstats
path: root/lib/private/ServerContainer.php
Commit message (Collapse)AuthorAgeFilesLines
* Fix missing argument 2 for Settings classesJoas Schilling2017-05-191-1/+1
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Allow automatic DI for apps that don't register the container in app.phpJoas Schilling2017-05-161-2/+18
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Add activities when email or password is changedJoas Schilling2017-04-131-0/+9
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Register the namespace with the autoloading to allow reverse recoveryJoas Schilling2017-03-221-7/+25
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Don't do a recursive searchJoas Schilling2017-03-221-1/+1
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* 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
* \OC\OCSClient * \OC\Preview * \OC\PreviewManager * \OC\Repair * \OC\RepairException * \OC\Search * \OC\ServerContainer * \OC\ServerNotAvailableException * \OC\ServiceUnavailableException * \OC\Setup * \OC\Streamer * \OC\SubAdmin * \OC\SystemConfig * \OC\TagManager * \OC\Tags * \OC\TempManager * \OC\TemplateLayout * \OC\URLGenerator * \OC\Updater