| Commit message (Expand) | Author | Age | Files | Lines |
* | fix(bruteforce-protection): Don't throw a 500 when MaxDelayReached is thrown | Joas Schilling | 2023-12-07 | 1 | -0/+4 |
* | chore: apply changes from Nextcloud coding standards 1.1.1 | Joas Schilling | 2023-11-23 | 1 | -1/+1 |
* | app type extended_authentication | Maxence Lange | 2023-04-12 | 1 | -0/+1 |
* | Fix missing maintenance mode header for OCS request | Christoph Wurst | 2022-09-30 | 1 | -0/+1 |
* | Check style update | Carl Schwan | 2022-01-13 | 1 | -1/+1 |
* | Return 500 and the exception message (on debug) on OCS | Joas Schilling | 2021-10-22 | 1 | -3/+9 |
* | Update php licenses | John Molakvoæ (skjnldsv) | 2021-06-04 | 3 | -3/+0 |
* | Remove deprecated \OCP\API | Roeland Jago Douma | 2021-03-03 | 1 | -3/+3 |
* | Update all license headers for Nextcloud 21 | Christoph Wurst | 2020-12-16 | 1 | -2/+1 |
* | Fix loading order for OCS endpoints | Vincent Petry | 2020-12-10 | 1 | -3/+6 |
* | Remove some IRouter methods | Roeland Jago Douma | 2020-11-17 | 1 | -1/+1 |
* | Remove the matching on ancient /ocs routes | Roeland Jago Douma | 2020-10-31 | 1 | -32/+5 |
* | Format code to a single space around binary operators | Christoph Wurst | 2020-10-05 | 1 | -2/+2 |
* | Fix invalid usage of \Exception::getResult | Christoph Wurst | 2020-06-16 | 1 | -1/+7 |
* | Format control structures, classes, methods and function | Christoph Wurst | 2020-04-10 | 1 | -1/+1 |
* | Update license headers | Christoph Wurst | 2019-12-05 | 3 | -5/+6 |
* | Make sure maintenance mode is always casted to bool | Joas Schilling | 2019-02-22 | 1 | -2/+1 |
* | Fix undefined constant error for STATUS_SERVICE_UNAVAILABLE | Julius Härtl | 2018-07-26 | 1 | -1/+1 |
* | Replace hardcoded status headers with calls to http_response_code() | Morris Jobke | 2018-06-26 | 1 | -3/+3 |
* | Warn about the old OCP\API::register construct for OCS | Roeland Jago Douma | 2018-01-17 | 1 | -0/+4 |
* | Remove "DEBUG OUTPUT:" from failing OCS API requests | Morris Jobke | 2018-01-09 | 1 | -2/+2 |
* | Nextcloud 13 is not compatible with newer than php 7.2 | Roeland Jago Douma | 2017-12-12 | 2 | -0/+2 |
* | Update license headers | Morris Jobke | 2017-11-06 | 2 | -1/+2 |
* | OC_OCS_Response is deprecated | Roeland Jago Douma | 2017-09-21 | 1 | -4/+4 |
* | Suppress deprecated function in \OCP\JSON | Lukas Reschke | 2017-08-01 | 1 | -1/+1 |
* | PrivateData to app | Roeland Jago Douma | 2017-07-21 | 1 | -69/+0 |
* | 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 |
* | Move OC\OCS\Person to OCSController | Roeland Jago Douma | 2016-11-16 | 1 | -8/+0 |
* | Allow to call the files even when you are in another instance atm | Joas Schilling | 2016-10-06 | 3 | -3/+3 |
* | Move federated sharing routes to the federatedfilesharingapp | Roeland Jago Douma | 2016-08-28 | 1 | -73/+0 |
* | Move /config over to Core OCSController | Roeland Jago Douma | 2016-08-18 | 1 | -8/+0 |
* | Move /cloud/user to Core app | Roeland Jago Douma | 2016-08-09 | 1 | -8/+0 |
* | Move getCapabilities over to Core | Roeland Jago Douma | 2016-08-09 | 1 | -7/+0 |
* | 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 | 4 | -6/+13 |
* | 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 |
* | remove unused parameter | Bjoern Schiessle | 2016-07-14 | 1 | -1/+1 |
* | load authentication apps first (#25126) | Christoph Wurst | 2016-06-16 | 1 | -0/+2 |
* | Update license headers | Lukas Reschke | 2016-05-26 | 3 | -4/+4 |
* | update share permissions | Björn Schießle | 2016-05-20 | 1 | -1/+1 |
* | create re-share by owner and propagate unshare and unshare-from self request | Björn Schießle | 2016-05-20 | 1 | -1/+41 |
* | use query builder for getShare and add tests | Björn Schießle | 2016-05-20 | 1 | -1/+1 |
* | move request handler for federated shares to the federated sharing app | Björn Schießle | 2016-05-20 | 1 | -1/+1 |
* | move federated sharing settings to the federatedfilesharing app | Björn Schießle | 2016-04-22 | 1 | -1/+2 |