| Commit message (Expand) | Author | Age | Files | Lines |
* | Don't force the use of Accept-Language anymore | Joas Schilling | 2017-04-07 | 1 | -3/+0 |
* | Get rid of static OCS::notFound() | Morris Jobke | 2017-03-03 | 1 | -2/+10 |
* | Clean up single user mode | Morris Jobke | 2017-02-22 | 1 | -2/+1 |
* | log ocs exceptions | Robin Appelman | 2017-02-08 | 1 | -0/+1 |
* | Die in OCS v1.php on exception | Vincent Petry | 2016-12-16 | 1 | -1/+3 |
* | Allow to call the files even when you are in another instance atm | Joas Schilling | 2016-10-06 | 1 | -1/+1 |
* | Catch LoginException | Roeland Jago Douma | 2016-07-22 | 1 | -0/+2 |
* | Update with robin | Joas Schilling | 2016-07-21 | 1 | -1/+1 |
* | Fix others | Joas Schilling | 2016-07-21 | 1 | -2/+5 |
* | Only login if user is not logged-in | Lukas Reschke | 2016-07-18 | 1 | -1/+3 |
* | Make the OCS endpoint handle the new OCS AppFramework routes | Roeland Jago Douma | 2016-07-18 | 1 | -0/+23 |
* | load authentication apps first (#25126) | Christoph Wurst | 2016-06-16 | 1 | -0/+2 |
* | Update license headers | Lukas Reschke | 2016-05-26 | 1 | -1/+1 |
* | Update author information | Lukas Reschke | 2016-03-01 | 1 | -0/+1 |
* | Move findLanguage() and setLanguageFromRequest() to factory | Joas Schilling | 2016-01-26 | 1 | -1/+1 |
* | Happy new year! | Thomas Müller | 2016-01-12 | 1 | -1/+1 |
* | update licence headers via script | Morris Jobke | 2015-10-05 | 1 | -1/+0 |
* | Reduce duplicate code | Thomas Müller | 2015-08-03 | 1 | -0/+2 |
* | update license headers and authors | Morris Jobke | 2015-06-25 | 1 | -0/+1 |
* | 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 | 1 | -20/+24 |
* | 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 | 1 | -23/+21 |
* | Updating license headers | Jenkins for ownCloud | 2015-02-23 | 1 | -21/+23 |
* | Refactor OC_Request into TrustedDomainHelper and IRequest | Lukas Reschke | 2015-02-16 | 1 | -1/+1 |
* | 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 |
* | 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 | 1 | -3/+3 |
|\ |
|
| * | Merge pull request #7649 from owncloud/routing-public | Thomas Müller | 2014-03-17 | 1 | -1/+1 |
| |\ |
|
| | * | 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 |
| |/ |
|
* / | load all apps in ocs/v1.php | Thomas Müller | 2014-02-18 | 1 | -1/+7 |
|/ |
|
* | Use raw PathInfo for matching urls | Bart Visscher | 2013-06-28 | 1 | -1/+1 |
* | Merge master into ocs_api, fix conflicts. | Tom Needham | 2012-12-14 | 1 | -8/+8 |
|\ |
|
| * | Style: The last two spaces | Felix Moeller | 2012-11-04 | 1 | -1/+1 |
| * | Style: Remove all the dangling white spaces | Felix Moeller | 2012-11-04 | 1 | -8/+8 |
* | | Fix merge conflicts | Tom Needham | 2012-09-13 | 1 | -0/+1 |
|\| |
|
| * | Respect coding style | Thomas Müller | 2012-09-04 | 1 | -1/+1 |
* | | Routing: combine all routes into one set | Bart Visscher | 2012-08-02 | 1 | -3/+1 |
* | | Move loading of routes to OC::getRouter function | Bart Visscher | 2012-08-02 | 1 | -1/+0 |
* | | Change access to router object to getter function | Bart Visscher | 2012-08-02 | 1 | -3/+3 |
* | | Routing: Handle MethodNotAllowedException | Bart Visscher | 2012-07-31 | 1 | -0/+3 |
* | | Make calling ocs/v1.php/config work | Bart Visscher | 2012-07-30 | 1 | -2/+10 |
|/ |
|
* | remove superfluous ?> at the end of .php files (left out apps/*/templates) | Jörn Friedrich Dreyer | 2012-07-09 | 1 | -2/+0 |
* | update copyright | Frank Karlitschek | 2012-05-26 | 1 | -1/+1 |
* | prevent the remaining ob_clean related errors | Robin Appelman | 2011-10-17 | 1 | -1/+1 |
* | fixed include for ocs | Klaas Freitag | 2011-09-12 | 1 | -1/+1 |