aboutsummaryrefslogtreecommitdiffstats
path: root/remote.php
Commit message (Collapse)AuthorAgeFilesLines
* Update author informationLukas Reschke2016-03-011-0/+1
| | | | Probably nice for the people that contributed to 9.0 to see themselves in the AUTHORS file :)
* Move findLanguage() and setLanguageFromRequest() to factoryJoas Schilling2016-01-261-1/+1
|
* Happy new year!Thomas Müller2016-01-121-2/+2
|
* Consolidate webdav code - move all to one appThomas Müller2015-10-161-1/+1
|
* deduplicate @xenopathicMorris Jobke2015-10-061-1/+1
|
* update licence headers via scriptMorris Jobke2015-10-051-1/+1
|
* Avoid logging normal exceptions in remote.phpRobin McCorkell2015-08-181-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 callsThomas Müller2015-06-301-12/+29
|
* Adding request specific exception handling - now with WebDAV responses - ↵Thomas Müller2015-06-301-7/+33
| | | | refs #17192
* update license headers and authorsMorris Jobke2015-06-251-1/+0
|
* Update license headersJenkins for ownCloud2015-03-261-1/+27
|
* Respect http header 'Accept-Language' on ocs and remote.php callsThomas Müller2015-03-091-0/+3
|
* Revert "Updating license headers"Morris Jobke2015-02-261-25/+1
| | | | This reverts commit 6a1a4880f0d556fb090f19a5019fec31916f5c36.
* Updating license headersJenkins for ownCloud2015-02-231-1/+25
|
* Refactor OC_Request into TrustedDomainHelper and IRequestLukas Reschke2015-02-161-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 appRobin Appelman2014-11-171-1/+3
|
* handle service not available exceptions in index, remote and public.phpRobin Appelman2014-08-041-0/+4
|
* Prevent loading apps in remote when an upgrade is dueVincent Petry2014-06-251-0/+9
|
* Move authentication to it's own callLukas Reschke2014-06-051-1/+2
|
* Remove legacy routing codeLukas Reschke2014-06-051-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-masterThomas Müller2014-03-211-6/+2
|\ | | | | | | | | | | | | Conflicts: apps/files/ajax/rawlist.php cron.php ocs/v1.php
| * Remove no longer needed if statementRobin Appelman2014-02-201-5/+1
| |
| * Merge pull request #7036 from LeBlaaanc/patch-1Thomas Müller2014-02-201-1/+1
| |\ | | | | | | Removed '/'. Fixes #7035.
| | * Removed '/'. Fixes #7035.Chris LeBlanc2014-02-011-1/+1
| | | | | | | | | Not sure if that '/' is necessary but it broke things on my installation.
| * | Remove usage of legacy OC_AppconfigRobin Appelman2014-02-131-1/+1
| |/
* / remove some more global variable $RUNTIME_NOAPPSThomas Müller2014-02-061-1/+0
|/
* Add _many_ newlines at the end of fileskondou2013-08-181-1/+1
|
* clean up usage of DatabaseSetupException and catch Exceptions in entrypointsJörn Friedrich Dreyer2013-06-101-34/+43
|
* More Checkstyle cleanupFelix Moeller2012-10-231-1/+1
| | | | This is for all LowerCaseConstant warnings
* fix remote.php for our favorite OS - WindowsGeorg Ehrke2012-10-081-1/+5
|
* Update remote.phpThomas Müller2012-09-041-4/+4
| | | respect coding style
* Check if path info is empty for remote.php, prevent errorMichael Gapczynski2012-08-281-1/+1
|
* Remove unused RUNTIME_NOSETUPFS varBart Visscher2012-08-081-1/+0
|
* Move getting the path info to OC_RequestBart Visscher2012-08-071-5/+1
|
* fix errors like Failed opening required ownCloudcalendar/appinfo/remote.phpGeorg Ehrke2012-07-261-1/+1
|
* fix minified js and cssRobin Appelman2012-07-141-0/+2
|
* fix remote and public.phpRobin Appelman2012-07-131-6/+4
|
* Simplified remote.php file loadingBart Visscher2012-07-041-23/+13
|
* Check if app is enabled before loading in remote and public.phpBart Visscher2012-06-271-2/+13
|
* Quick fix of multi app migration. Need a better solutionBrice Maron2012-06-251-0/+2
|
* Try to fix the remote pbm. fix oc-1090Brice Maron2012-06-241-6/+9
|
* Correct inclusion pathsBrice Maron2012-06-211-4/+3
|
* Merge branch 'master' into multi_app_dirBrice Maron2012-06-211-1/+1
|\ | | | | | | | | | | | | | | | | | | Conflicts: lib/app.php lib/base.php lib/minimizer/css.php lib/minimizer/js.php lib/template.php lib/util.php
| * Merge commit 'refs/merge-requests/121' of git://gitorious.org/owncloud/owncloudBart Visscher2012-06-161-1/+1
| |\
| | * remote.php :: use non apache-only env varsBlackEagle2012-05-251-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - fixes following error when using nginx + php-fpm [error] *6568 FastCGI sent in stderr: "PHP message: PHP Warning: strpos(): Offset not contained in string in /some-path/owncloud/remote.php on line 10" Signed-off-by: BlackEagle <ike.devolder@gmail.com>
* | | Merge branch 'master' into multi_app_dirBrice Maron2012-06-141-2/+5
|\| | | | | | | | | | | | | | | | | | | | | | | Conflicts: apps/bookmarks/ajax/addBookmark.php config/config.sample.php lib/app.php remote.php
| * | Check for missing path_info, also use OC_Response for 404 errorBart Visscher2012-06-091-2/+6
| | |
* | | Rework to fit with minizerBrice Maron2012-06-061-5/+13
| | |
* | | Correct remote and public, and last occurence of OC::Brice Maron2012-06-061-3/+3
|/ /
* | Merge branch 'unstable'Bart Visscher2012-06-041-1/+1
|\ \ | |/ |/| | | | | | | | | | | | | | | | | | | Conflicts: apps/files_external/tests/config.php apps/files_versions/ajax/getVersions.php apps/files_versions/appinfo/app.php apps/files_versions/history.php apps/files_versions/js/versions.js apps/files_versions/templates/history.php apps/files_versions/versions.php lib/base.php