Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Do not use HTTP code OC_Response constants anymore | Morris Jobke | 2018-06-26 | 1 | -7/+7 |
| | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | Server exception error pages by default with a 500 status code | Morris Jobke | 2018-06-26 | 1 | -2/+1 |
| | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | Server error/hint pages with a 500 error code to avoid it being seen instead ↵ | Morris Jobke | 2018-06-26 | 1 | -2/+1 |
| | | | | | | | | | of the actual resource * found while reviewing #7205 * allow to specify a special status code Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | First step of DAV endpoint | Roeland Jago Douma | 2018-04-26 | 1 | -0/+1 |
| | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | Nextcloud 13 is not compatible with newer than php 7.2 | Roeland Jago Douma | 2017-12-12 | 1 | -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> | ||||
* | Suppress deprecated function in \OCP\JSON | Lukas Reschke | 2017-08-01 | 1 | -1/+1 |
| | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch> | ||||
* | 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> | ||||
* | Allow to call the files even when you are in another instance atm | Joas Schilling | 2016-10-06 | 1 | -1/+1 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Update with robin | Joas Schilling | 2016-07-21 | 1 | -1/+1 |
| | |||||
* | Fix others | Joas Schilling | 2016-07-21 | 1 | -2/+3 |
| | |||||
* | Update license headers | Lukas Reschke | 2016-05-26 | 1 | -1/+1 |
| | |||||
* | Fix undefined variable $ex | Thomas Müller | 2016-05-02 | 1 | -1/+1 |
| | |||||
* | Catch class Error on all root entrypoints | Thomas Müller | 2016-04-20 | 1 | -3/+5 |
| | |||||
* | Employ a stricter Content Security Policy on remote.php | Lukas Reschke | 2016-04-12 | 1 | -0/+5 |
| | | | | Items sent by remote.php have not to be interpreted by browsers in any way. | ||||
* | All webdav endpoints within remote.php are now hardcoded - helps to prevent ↵ | Thomas Müller | 2016-04-05 | 1 | -1/+22 |
| | | | | migration issues like #23610 - furthermore there is no need to dynamically lookup all the endpoints we already know | ||||
* | 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 | 1 | -2/+2 |
| | |||||
* | Consolidate webdav code - move all to one app | Thomas Müller | 2015-10-16 | 1 | -1/+1 |
| | |||||
* | deduplicate @xenopathic | Morris Jobke | 2015-10-06 | 1 | -1/+1 |
| | |||||
* | update licence headers via script | Morris Jobke | 2015-10-05 | 1 | -1/+1 |
| | |||||
* | Avoid logging normal exceptions in remote.php | Robin McCorkell | 2015-08-18 | 1 | -3/+8 |
| | | | | | When the instance needs an upgrade, or a file is not found, no logging will occur to avoid filling up log files | ||||
* | Fixing content type detection and handle all local printErrorPage calls | Thomas Müller | 2015-06-30 | 1 | -12/+29 |
| | |||||
* | Adding request specific exception handling - now with WebDAV responses - ↵ | Thomas Müller | 2015-06-30 | 1 | -7/+33 |
| | | | | refs #17192 | ||||
* | update license headers and authors | Morris Jobke | 2015-06-25 | 1 | -1/+0 |
| | |||||
* | Update license headers | Jenkins for ownCloud | 2015-03-26 | 1 | -1/+27 |
| | |||||
* | Respect http header 'Accept-Language' on ocs and remote.php calls | Thomas Müller | 2015-03-09 | 1 | -0/+3 |
| | |||||
* | Revert "Updating license headers" | Morris Jobke | 2015-02-26 | 1 | -25/+1 |
| | | | | This reverts commit 6a1a4880f0d556fb090f19a5019fec31916f5c36. | ||||
* | Updating license headers | Jenkins for ownCloud | 2015-02-23 | 1 | -1/+25 |
| | |||||
* | Refactor OC_Request into TrustedDomainHelper and IRequest | Lukas Reschke | 2015-02-16 | 1 | -6/+7 |
| | | | | | | | | | | 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 | ||||
* | Add sabredav plugin to check if a user has access to an app | Robin Appelman | 2014-11-17 | 1 | -1/+3 |
| | |||||
* | handle service not available exceptions in index, remote and public.php | Robin Appelman | 2014-08-04 | 1 | -0/+4 |
| | |||||
* | Prevent loading apps in remote when an upgrade is due | Vincent Petry | 2014-06-25 | 1 | -0/+9 |
| | |||||
* | Move authentication to it's own call | Lukas Reschke | 2014-06-05 | 1 | -1/+2 |
| | |||||
* | Remove legacy routing code | Lukas Reschke | 2014-06-05 | 1 | -1/+5 |
| | | | | | | | | | | | | | | | | | | | The getfile routing code was absolutely legacy and not needed anymore. Additionally \OC::$REQUESTEDAPP was never set to the actually accessed application. This commit removes the legacy routing code and ensures that $REQUESTEDAPP is always set so that other applications (e.g. the firewall or a two-factor authentication) can intercept the currently accessed app. Testplan: [x] Installation works [x] Login with DB works [x] Logout works [x] Login with alternate backend works (tested with user_webdavauth) [x] Other apps are accessible [x] Redirect on login works (e.g. index.php?redirect_url=%2Fcore%2Findex.php%2Fsettings%2Fapps%3Finstalled) [x] Personal settings are accessible [x] Admin settings are accessible [x] Sharing files works [x] DAV works [x] OC::$REQUESTEDAPP contains the requested application and can be intercepted by other applications | ||||
* | Merge branch 'master' into load-apps-proper-master | Thomas Müller | 2014-03-21 | 1 | -6/+2 |
|\ | | | | | | | | | | | | | Conflicts: apps/files/ajax/rawlist.php cron.php ocs/v1.php | ||||
| * | Remove no longer needed if statement | Robin Appelman | 2014-02-20 | 1 | -5/+1 |
| | | |||||
| * | Merge pull request #7036 from LeBlaaanc/patch-1 | Thomas Müller | 2014-02-20 | 1 | -1/+1 |
| |\ | | | | | | | Removed '/'. Fixes #7035. | ||||
| | * | Removed '/'. Fixes #7035. | Chris LeBlanc | 2014-02-01 | 1 | -1/+1 |
| | | | | | | | | | Not sure if that '/' is necessary but it broke things on my installation. | ||||
| * | | Remove usage of legacy OC_Appconfig | Robin Appelman | 2014-02-13 | 1 | -1/+1 |
| |/ | |||||
* / | remove some more global variable $RUNTIME_NOAPPS | Thomas Müller | 2014-02-06 | 1 | -1/+0 |
|/ | |||||
* | Add _many_ newlines at the end of files | kondou | 2013-08-18 | 1 | -1/+1 |
| | |||||
* | clean up usage of DatabaseSetupException and catch Exceptions in entrypoints | Jörn Friedrich Dreyer | 2013-06-10 | 1 | -34/+43 |
| | |||||
* | More Checkstyle cleanup | Felix Moeller | 2012-10-23 | 1 | -1/+1 |
| | | | | This is for all LowerCaseConstant warnings | ||||
* | fix remote.php for our favorite OS - Windows | Georg Ehrke | 2012-10-08 | 1 | -1/+5 |
| | |||||
* | Update remote.php | Thomas Müller | 2012-09-04 | 1 | -4/+4 |
| | | | respect coding style | ||||
* | Check if path info is empty for remote.php, prevent error | Michael Gapczynski | 2012-08-28 | 1 | -1/+1 |
| | |||||
* | Remove unused RUNTIME_NOSETUPFS var | Bart Visscher | 2012-08-08 | 1 | -1/+0 |
| | |||||
* | Move getting the path info to OC_Request | Bart Visscher | 2012-08-07 | 1 | -5/+1 |
| | |||||
* | fix errors like Failed opening required ownCloudcalendar/appinfo/remote.php | Georg Ehrke | 2012-07-26 | 1 | -1/+1 |
| |