summaryrefslogtreecommitdiffstats
path: root/core/Controller/OCSController.php
Commit message (Collapse)AuthorAgeFilesLines
* Update license headersMorris Jobke2017-11-061-0/+4
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Fix OCSControllerRoeland Jago Douma2017-08-011-3/+3
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Add public capabilities APIJulius Härtl2017-06-301-2/+7
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Adjust existing bruteforce protection codeLukas Reschke2017-04-141-9/+5
| | | | | | | - Moves code to annotation - Adds the `throttle()` call on the responses on existing annotations Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* unify endpoints form core and the the provisioning apiBjoern Schiessle2017-01-251-14/+0
| | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* add action to existing brute force protectionBjoern Schiessle2017-01-181-1/+1
| | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* Add a signer class for signingLukas Reschke2016-11-211-2/+2
| | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* Add identity proofLukas Reschke2016-11-211-5/+27
| | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* Move OC\OCS\Person to OCSControllerRoeland Jago Douma2016-11-161-1/+38
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Deprecate getEditionString()Joas Schilling2016-09-061-1/+1
|
* we are Nextcloud :)Roeland Jago Douma2016-08-181-1/+1
|
* Move /config over to Core OCSControllerRoeland Jago Douma2016-08-181-0/+17
|
* Fix Core's OCSController responseRoeland Jago Douma2016-08-101-2/+2
|
* Move /cloud/user to Core appRoeland Jago Douma2016-08-091-1/+22
|
* Move getCapabilities over to CoreRoeland Jago Douma2016-08-091-2/+25
|
* Allow OCS routes in Core and SettingsRoeland Jago Douma2016-08-091-0/+44