Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Some php-cs fixes | Roeland Jago Douma | 2019-11-22 | 1 | -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 CSP | Roeland Jago Douma | 2019-07-08 | 1 | -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 container | Robin Appelman | 2018-10-17 | 1 | -0/+6 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | some minor fixes and clode cleanup | Bjoern Schiessle | 2018-07-02 | 1 | -0/+1 |
| | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org> | ||||
* | start implementing federated sharing 2.0 | Bjoern Schiessle | 2018-07-02 | 1 | -0/+19 |
| | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org> | ||||
* | hook up calendar resource managers/backends with server container | Georg Ehrke | 2018-06-25 | 1 | -0/+18 |
| | | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com> | ||||
* | offer API to create own File log. admin_audit makes use of it | Arthur Schiwon | 2018-04-26 | 1 | -0/+9 |
| | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
* | Remove deprecated HTTPHelper | Roeland Jago Douma | 2018-03-13 | 1 | -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-apphelper | Morris Jobke | 2018-03-12 | 1 | -8/+0 |
|\ | | | | | Remove unused and deprecated class and interface AppHelper | ||||
| * | Remove unused and deprecated class and interface AppHelper | Morris Jobke | 2018-03-12 | 1 | -8/+0 |
| | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | | Remove unused and deprecated methods from OCP\Util | Morris Jobke | 2018-03-12 | 1 | -1/+1 |
|/ | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | Add public api for remote api | Robin Appelman | 2017-12-08 | 1 | -0/+12 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | implement CalendarManager | Georg Ehrke | 2017-11-09 | 1 | -0/+9 |
| | | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com> | ||||
* | Update license headers | Morris Jobke | 2017-11-06 | 1 | -0/+1 |
| | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | IServerContainer is effectively an IContainer | Christoph Wurst | 2017-02-20 | 1 | -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 back | Robin Appelman | 2017-02-08 | 1 | -0/+6 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | Remove IDb interface which was deprecated for 3 years already | Joas Schilling | 2016-12-14 | 1 | -8/+0 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Deprecate old app folder | Roeland Jago Douma | 2016-10-05 | 1 | -0/+1 |
| | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | Update with robin | Joas Schilling | 2016-07-21 | 1 | -1/+1 |
| | |||||
* | Fix others | Joas Schilling | 2016-07-21 | 1 | -3/+4 |
| | |||||
* | Update license headers | Lukas Reschke | 2016-05-26 | 1 | -3/+3 |
| | |||||
* | Add methods to public interface | Joas Schilling | 2016-05-03 | 1 | -0/+12 |
| | |||||
* | Move IServerContainter to PSR-4 | Roeland Jago Douma | 2016-03-22 | 1 | -0/+522 |