summaryrefslogtreecommitdiffstats
path: root/lib/public/IServerContainer.php
Commit message (Collapse)AuthorAgeFilesLines
* Some php-cs fixesRoeland Jago Douma2019-11-221-2/+2
| | | | | | | | | | | * Order the imports * No leading slash on imports * Empty line before namespace * One line per import * Empty after imports * Emmpty line at bottom of file Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Add an event to edit the CSPRoeland Jago Douma2019-07-081-0/+1
| | | | | | | | This introduces and event that can be listend to when we actually use the CSP. This means that apps no longer have to always inject their CSP but only do so when it is required. Yay for being lazy. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* expose storagefactory in server containerRobin Appelman2018-10-171-0/+6
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* some minor fixes and clode cleanupBjoern Schiessle2018-07-021-0/+1
| | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* start implementing federated sharing 2.0Bjoern Schiessle2018-07-021-0/+19
| | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* hook up calendar resource managers/backends with server containerGeorg Ehrke2018-06-251-0/+18
| | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com>
* offer API to create own File log. admin_audit makes use of itArthur Schiwon2018-04-261-0/+9
| | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* Remove deprecated HTTPHelperRoeland Jago Douma2018-03-131-8/+0
| | | | | | | | * Remove the HTTP Helper * Remove from Server Containter * Removed legacy share tests that use it Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Merge pull request #8784 from nextcloud/remove-unused-deprecated-apphelperMorris Jobke2018-03-121-8/+0
|\ | | | | Remove unused and deprecated class and interface AppHelper
| * Remove unused and deprecated class and interface AppHelperMorris Jobke2018-03-121-8/+0
| | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | Remove unused and deprecated methods from OCP\UtilMorris Jobke2018-03-121-1/+1
|/ | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Add public api for remote apiRobin Appelman2017-12-081-0/+12
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* implement CalendarManagerGeorg Ehrke2017-11-091-0/+9
| | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com>
* Update license headersMorris Jobke2017-11-061-0/+1
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* IServerContainer is effectively an IContainerChristoph Wurst2017-02-201-1/+1
| | | | | | This relation was not explicitly declared in the class description. Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Add a single public api for resolving a cloud id to a user and remote and backRobin Appelman2017-02-081-0/+6
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* Remove IDb interface which was deprecated for 3 years alreadyJoas Schilling2016-12-141-8/+0
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Deprecate old app folderRoeland Jago Douma2016-10-051-0/+1
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Update with robinJoas Schilling2016-07-211-1/+1
|
* Fix othersJoas Schilling2016-07-211-3/+4
|
* Update license headersLukas Reschke2016-05-261-3/+3
|
* Add methods to public interfaceJoas Schilling2016-05-031-0/+12
|
* Move IServerContainter to PSR-4Roeland Jago Douma2016-03-221-0/+522