Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix undefined constant error for STATUS_SERVICE_UNAVAILABLE | Julius Härtl | 2018-07-26 | 1 | -1/+1 |
| | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | Replace hardcoded status headers with calls to http_response_code() | Morris Jobke | 2018-06-26 | 1 | -3/+3 |
| | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | Warn about the old OCP\API::register construct for OCS | Roeland Jago Douma | 2018-01-17 | 1 | -0/+4 |
| | | | | | | | * Add sleep * Add log message Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | Remove "DEBUG OUTPUT:" from failing OCS API requests | Morris Jobke | 2018-01-09 | 1 | -2/+2 |
| | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | Nextcloud 13 is not compatible with newer than php 7.2 | Roeland Jago Douma | 2017-12-12 | 2 | -0/+2 |
| | | | | | | | | | | | Just to avoid users from trying this with a to new (untested) php version * Moved the check logic to 1 place * All directly callable scripts just require this on top * exit hard (-1) so we know scripts won't continue * Return status 500 so no sync clients will try fancy stuff Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | Update license headers | Morris Jobke | 2017-11-06 | 2 | -1/+2 |
| | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | OC_OCS_Response is deprecated | Roeland Jago Douma | 2017-09-21 | 1 | -4/+4 |
| | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | Suppress deprecated function in \OCP\JSON | Lukas Reschke | 2017-08-01 | 1 | -1/+1 |
| | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch> | ||||
* | PrivateData to app | Roeland Jago Douma | 2017-07-21 | 1 | -69/+0 |
| | | | | | | | * PrivateData is an app now: https://github.com/nextcloud/privatedata * No need to load the OCS routes.php (as there is none!) Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | Don't force the use of Accept-Language anymore | Joas Schilling | 2017-04-07 | 1 | -3/+0 |
| | | | | | | | | | | | | | | | | | This is not intended anymore, since it falls back to force english when the header is not set. Also 0228bc6e66cbcb2848eacb41f1de6e7f63ebcb65 makes clear that the order should be: 1. User setting 2. Accept language 3. Admin default This is the case since the commit from above, unless via OCS and DAV. Both forced to accept-language falling back to english. By removing the force, it now also matches the w3 priority list: https://www.w3.org/International/questions/qa-lang-priorities Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Get rid of static OCS::notFound() | Morris Jobke | 2017-03-03 | 1 | -2/+10 |
| | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | Clean up single user mode | Morris Jobke | 2017-02-22 | 1 | -2/+1 |
| | | | | | | | | | | | | | | Single user mode basically disables WebDAV, OCS and cron execution. Since we heavily rely on WebDAV and OCS also in the web UI it's basically useless. An admin only sees a broken interface and can't even change any settings nor sees any files. Also sharing is not possible. As this is at least the case since Nextcloud 9 and we haven't received any reports for this it seems that this feature is not used at all so I removed it. The encryption commands now rely on the well tested maintenance mode. Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | log ocs exceptions | Robin Appelman | 2017-02-08 | 1 | -0/+1 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | Die in OCS v1.php on exception | Vincent Petry | 2016-12-16 | 1 | -1/+3 |
| | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch> | ||||
* | Move OC\OCS\Person to OCSController | Roeland Jago Douma | 2016-11-16 | 1 | -8/+0 |
| | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | Allow to call the files even when you are in another instance atm | Joas Schilling | 2016-10-06 | 3 | -3/+3 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Move federated sharing routes to the federatedfilesharingapp | Roeland Jago Douma | 2016-08-28 | 1 | -73/+0 |
| | | | | | | | | * Move routes to app * Move routes over to the AppFramework * Fix tests There is plenty of stuff to fix properly here. But out of scope for now. | ||||
* | 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 |
| | | | | | | * load authentication apps first * load session apps before all other apps | ||||
* | 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 |
| | | | | correctly accross share owner and share initiator | ||||
* | 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 |
| | |||||
* | Update author information | Lukas Reschke | 2016-03-01 | 1 | -0/+1 |
| | | | | Probably nice for the people that contributed to 9.0 to see themselves in the AUTHORS file :) | ||||
* | 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. |