summaryrefslogtreecommitdiffstats
path: root/ocs
Commit message (Expand)AuthorAgeFilesLines
* Don't force the use of Accept-Language anymoreJoas Schilling2017-04-071-3/+0
* Get rid of static OCS::notFound()Morris Jobke2017-03-031-2/+10
* Clean up single user modeMorris Jobke2017-02-221-2/+1
* log ocs exceptionsRobin Appelman2017-02-081-0/+1
* Die in OCS v1.php on exceptionVincent Petry2016-12-161-1/+3
* Move OC\OCS\Person to OCSControllerRoeland Jago Douma2016-11-161-8/+0
* Allow to call the files even when you are in another instance atmJoas Schilling2016-10-063-3/+3
* Move federated sharing routes to the federatedfilesharingappRoeland Jago Douma2016-08-281-73/+0
* Move /config over to Core OCSControllerRoeland Jago Douma2016-08-181-8/+0
* Move /cloud/user to Core appRoeland Jago Douma2016-08-091-8/+0
* Move getCapabilities over to CoreRoeland Jago Douma2016-08-091-7/+0
* Catch LoginExceptionRoeland Jago Douma2016-07-221-0/+2
* Update with robinJoas Schilling2016-07-211-1/+1
* Fix othersJoas Schilling2016-07-214-6/+13
* Only login if user is not logged-inLukas Reschke2016-07-181-1/+3
* Make the OCS endpoint handle the new OCS AppFramework routesRoeland Jago Douma2016-07-181-0/+23
* remove unused parameterBjoern Schiessle2016-07-141-1/+1
* load authentication apps first (#25126)Christoph Wurst2016-06-161-0/+2
* Update license headersLukas Reschke2016-05-263-4/+4
* update share permissionsBjörn Schießle2016-05-201-1/+1
* create re-share by owner and propagate unshare and unshare-from self requestBjörn Schießle2016-05-201-1/+41
* use query builder for getShare and add testsBjörn Schießle2016-05-201-1/+1
* move request handler for federated shares to the federated sharing appBjörn Schießle2016-05-201-1/+1
* move federated sharing settings to the federatedfilesharing appBjörn Schießle2016-04-221-1/+2
* Update author informationLukas Reschke2016-03-011-0/+1
* Move findLanguage() and setLanguageFromRequest() to factoryJoas Schilling2016-01-261-1/+1
* Happy new year!Thomas Müller2016-01-124-6/+5
* Use XMLWriter to generate responseLukas Reschke2015-11-301-18/+29
* Combine OCS API getUser method code into provisioning_api appRoeland Jago Douma2015-10-131-7/+0
* deduplicate @xenopathicMorris Jobke2015-10-061-1/+1
* update licence headers via scriptMorris Jobke2015-10-052-1/+1
* Check if files_sharing is actually enabled before using itRobin McCorkell2015-09-091-9/+11
* Reduce duplicate codeThomas Müller2015-08-031-0/+2
* Adding ocs/v2.php with status code mapperThomas Müller2015-08-031-0/+22
* update license headers and authorsMorris Jobke2015-06-252-0/+2
* Fix usage of deprecated private constantsJoas Schilling2015-04-181-28/+30
* block ocs in single user modeRobin Appelman2015-04-091-1/+3
* Disable OCS api when in maintenance modeJoas Schilling2015-04-081-1/+1
* Update license headersJenkins for ownCloud2015-03-263-43/+67
* Respect http header 'Accept-Language' on ocs and remote.php callsThomas Müller2015-03-091-2/+2
* Revert "Updating license headers"Morris Jobke2015-02-263-64/+46
* Updating license headersJenkins for ownCloud2015-02-233-46/+64
* Refactor OC_Request into TrustedDomainHelper and IRequestLukas Reschke2015-02-161-1/+1
* OCS API for server-to-server sharingBjoern Schiessle2014-12-041-0/+30
* Return 503 OCS response with requested formatVincent Petry2014-06-301-1/+2
* Return 503 in public.php and OCS API when upgrade is dueVincent Petry2014-06-301-0/+8
* OCS API calls will always return English messagesThomas Müller2014-04-151-0/+3
* Merge branch 'master' into load-apps-proper-masterThomas Müller2014-03-212-3/+5
|\
| * Merge pull request #7649 from owncloud/routing-publicThomas Müller2014-03-171-1/+1
| |\
| | * switch OC::getRouter usages to OC::$server->getRouterRobin Appelman2014-03-101-1/+1