Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move findLanguage() and setLanguageFromRequest() to factory | Joas Schilling | 2016-01-26 | 1 | -1/+1 |
| | |||||
* | Happy new year! | Thomas Müller | 2016-01-12 | 4 | -6/+5 |
| | |||||
* | Use XMLWriter to generate response | Lukas Reschke | 2015-11-30 | 1 | -18/+29 |
| | | | | Gets rid of manual XML generation. | ||||
* | Combine OCS API getUser method code into provisioning_api app | Roeland Jago Douma | 2015-10-13 | 1 | -7/+0 |
| | | | | | | Fixes #13002 Move the cloud/users/{userid} code in total to the provisioning API. | ||||
* | deduplicate @xenopathic | Morris Jobke | 2015-10-06 | 1 | -1/+1 |
| | |||||
* | update licence headers via script | Morris Jobke | 2015-10-05 | 2 | -1/+1 |
| | |||||
* | Check if files_sharing is actually enabled before using it | Robin McCorkell | 2015-09-09 | 1 | -9/+11 |
| | |||||
* | Reduce duplicate code | Thomas Müller | 2015-08-03 | 1 | -0/+2 |
| | |||||
* | Adding ocs/v2.php with status code mapper | Thomas Müller | 2015-08-03 | 1 | -0/+22 |
| | |||||
* | update license headers and authors | Morris Jobke | 2015-06-25 | 2 | -0/+2 |
| | |||||
* | Fix usage of deprecated private constants | Joas Schilling | 2015-04-18 | 1 | -28/+30 |
| | |||||
* | block ocs in single user mode | Robin Appelman | 2015-04-09 | 1 | -1/+3 |
| | |||||
* | Disable OCS api when in maintenance mode | Joas Schilling | 2015-04-08 | 1 | -1/+1 |
| | |||||
* | Update license headers | Jenkins for ownCloud | 2015-03-26 | 3 | -43/+67 |
| | |||||
* | Respect http header 'Accept-Language' on ocs and remote.php calls | Thomas Müller | 2015-03-09 | 1 | -2/+2 |
| | |||||
* | Revert "Updating license headers" | Morris Jobke | 2015-02-26 | 3 | -64/+46 |
| | | | | This reverts commit 6a1a4880f0d556fb090f19a5019fec31916f5c36. | ||||
* | Updating license headers | Jenkins for ownCloud | 2015-02-23 | 3 | -46/+64 |
| | |||||
* | Refactor OC_Request into TrustedDomainHelper and IRequest | Lukas Reschke | 2015-02-16 | 1 | -1/+1 |
| | | | | | | | | | | This changeset removes the static class `OC_Request` and moves the functions either into `IRequest` which is accessible via `\OC::$server::->getRequest()` or into a separated `TrustedDomainHelper` class for some helper methods which should not be publicly exposed. This changes only internal methods and nothing on the public API. Some public functions in `util.php` have been deprecated though in favour of the new non-static functions. Unfortunately some part of this code uses things like `__DIR__` and thus is not completely unit-testable. Where tests where possible they ahve been added though. Fixes https://github.com/owncloud/core/issues/13976 which was requested in https://github.com/owncloud/core/pull/13973#issuecomment-73492969 | ||||
* | OCS API for server-to-server sharing | Bjoern Schiessle | 2014-12-04 | 1 | -0/+30 |
| | |||||
* | Return 503 OCS response with requested format | Vincent Petry | 2014-06-30 | 1 | -1/+2 |
| | |||||
* | Return 503 in public.php and OCS API when upgrade is due | Vincent Petry | 2014-06-30 | 1 | -0/+8 |
| | | | | | To prevent unexpected behavior, public.php and the OCS API calls will return 503 Service Unavailable when an upgrade is due. | ||||
* | OCS API calls will always return English messages | Thomas Müller | 2014-04-15 | 1 | -0/+3 |
| | |||||
* | Merge branch 'master' into load-apps-proper-master | Thomas Müller | 2014-03-21 | 2 | -3/+5 |
|\ | | | | | | | | | | | | | Conflicts: apps/files/ajax/rawlist.php cron.php ocs/v1.php | ||||
| * | Merge pull request #7649 from owncloud/routing-public | Thomas Müller | 2014-03-17 | 1 | -1/+1 |
| |\ | | | | | | | Move routing classes to an interface and expose it in the public api | ||||
| | * | switch OC::getRouter usages to OC::$server->getRouter | Robin Appelman | 2014-03-10 | 1 | -1/+1 |
| | | | |||||
| * | | fixing method names | Thomas Müller | 2014-03-12 | 1 | -1/+0 |
| | | | |||||
| * | | set content-type on ocs exceptions | Thomas Müller | 2014-03-12 | 1 | -0/+3 |
| |/ | |||||
| * | Use the proper content-type | Lukas Reschke | 2014-02-17 | 1 | -0/+2 |
| | | | | | | | | | | We should use the proper content-type `application/xml` instead of the default `text/html` here. Backport requested. | ||||
* | | load all apps in ocs/v1.php | Thomas Müller | 2014-02-18 | 1 | -1/+7 |
|/ | |||||
* | New OCS route: | Thomas Müller | 2013-10-21 | 1 | -1/+8 |
| | | | | | | | | | | | | | | | | | | /ocs/cloud/user Response: <?xml version="1.0"?> <ocs> <meta> <status>ok</status> <statuscode>100</statuscode> <message/> </meta> <data> <id>thomas</id> <display-name>DeepDiver</display-name> <email>no-response@domain.tld</email> </data> </ocs> | ||||
* | remove the activity call here. it is not implemented anyways. This will be ↵ | Frank Karlitschek | 2013-08-31 | 1 | -8/+0 |
| | | | | provided by Activity app in the future. | ||||
* | Add quota to core api | Tom Needham | 2013-08-27 | 1 | -1/+8 |
| | |||||
* | Add _many_ newlines at the end of files | kondou | 2013-08-18 | 1 | -1/+1 |
| | |||||
* | Use raw PathInfo for matching urls | Bart Visscher | 2013-06-28 | 1 | -1/+1 |
| | |||||
* | Fix typo | Tom Needham | 2013-04-27 | 1 | -1/+1 |
| | |||||
* | Code style for ocs/routes.php | Tom Needham | 2013-04-27 | 1 | -9/+65 |
| | |||||
* | Change app identifier for core api routes | Tom Needham | 2013-04-27 | 1 | -8/+8 |
| | |||||
* | Fix api result merging. | Tom Needham | 2013-02-09 | 1 | -1/+1 |
| | |||||
* | Merge master | Tom Needham | 2013-02-04 | 1 | -1/+1 |
|\ | |||||
| * | add multiple domains reverse proxy support | Stefan Herbrechtsmeier | 2013-01-31 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | Add support for a reverse proxy that handles multiple domains via different web roots (http[s]://proxy.tld/domain.tld/owncloud). As the reverse proxy web root is transparent for the web server the REQUEST_URI and SCRIPT_NAME need manual adjustments. This patch replace the direct use of this _SERVER variables with function calls and extend this functions to overwrite the web root. Additionally it adds a Sabre request backend that extends the Sabre_HTTP_Request to use the same functions. | ||||
* | | Add new /cloud/capabilities route and remove unused methods | Tom Needham | 2013-01-16 | 1 | -1/+2 |
|/ | |||||
* | remove php closing tag | Thomas Mueller | 2013-01-14 | 1 | -1/+1 |
| | |||||
* | Merge master into ocs_api, fix conflicts. | Tom Needham | 2012-12-14 | 2 | -16/+16 |
|\ | |||||
| * | make it possible to manually override the hostname and protocol if the ↵ | Frank Karlitschek | 2012-11-22 | 1 | -1/+1 |
| | | | | | | | | automatic detection from ownCloud fails. This can happen in reverse proxy situations or with loadbalancers setups. | ||||
| * | Style: The last two spaces | Felix Moeller | 2012-11-04 | 2 | -2/+2 |
| | | |||||
| * | Style: Remove all the dangling white spaces | Felix Moeller | 2012-11-04 | 2 | -16/+16 |
| | | |||||
* | | API: Tidy up routes.php, remove redundant call registration | Tom Needham | 2012-12-14 | 1 | -9/+0 |
| | | |||||
* | | API: Remove old code. Move remaining methods to OC_OCS_Result. | Tom Needham | 2012-12-12 | 1 | -1/+7 |
| | | |||||
* | | Detect http protocol in providers.php | Tom Needham | 2012-10-28 | 1 | -1/+1 |
| | | |||||
* | | API: Add required auth level to OCS routes, move some routes to ↵ | Tom Needham | 2012-09-13 | 1 | -13/+9 |
| | | | | | | | | provisioning_api app |