Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-08-04handle service not available exceptions in index, remote and public.phpRobin Appelman
2014-06-25Prevent loading apps in remote when an upgrade is dueVincent Petry
2014-06-05Move authentication to it's own callLukas Reschke
2014-06-05Remove legacy routing codeLukas Reschke
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
2014-03-21Merge branch 'master' into load-apps-proper-masterThomas Müller
Conflicts: apps/files/ajax/rawlist.php cron.php ocs/v1.php
2014-02-20Remove no longer needed if statementRobin Appelman
2014-02-20Merge pull request #7036 from LeBlaaanc/patch-1Thomas Müller
Removed '/'. Fixes #7035.
2014-02-13Remove usage of legacy OC_AppconfigRobin Appelman
2014-02-06remove some more global variable $RUNTIME_NOAPPSThomas Müller
2014-02-01Removed '/'. Fixes #7035.Chris LeBlanc
Not sure if that '/' is necessary but it broke things on my installation.
2013-08-18Add _many_ newlines at the end of fileskondou
2013-06-10clean up usage of DatabaseSetupException and catch Exceptions in entrypointsJörn Friedrich Dreyer
2012-10-23More Checkstyle cleanupFelix Moeller
This is for all LowerCaseConstant warnings
2012-10-08fix remote.php for our favorite OS - WindowsGeorg Ehrke
2012-09-04Update remote.phpThomas Müller
respect coding style
2012-08-28Check if path info is empty for remote.php, prevent errorMichael Gapczynski
2012-08-09Remove unused RUNTIME_NOSETUPFS varBart Visscher
2012-08-07Move getting the path info to OC_RequestBart Visscher
2012-07-26fix errors like Failed opening required ownCloudcalendar/appinfo/remote.phpGeorg Ehrke
2012-07-14fix minified js and cssRobin Appelman
2012-07-14fix remote and public.phpRobin Appelman
2012-07-04Simplified remote.php file loadingBart Visscher
2012-06-27Check if app is enabled before loading in remote and public.phpBart Visscher
2012-06-25Quick fix of multi app migration. Need a better solutionBrice Maron
2012-06-24Try to fix the remote pbm. fix oc-1090Brice Maron
2012-06-21Correct inclusion pathsBrice Maron
2012-06-21Merge branch 'master' into multi_app_dirBrice Maron
Conflicts: lib/app.php lib/base.php lib/minimizer/css.php lib/minimizer/js.php lib/template.php lib/util.php
2012-06-16Merge commit 'refs/merge-requests/121' of git://gitorious.org/owncloud/owncloudBart Visscher
2012-06-15Merge branch 'master' into multi_app_dirBrice Maron
Conflicts: apps/bookmarks/ajax/addBookmark.php config/config.sample.php lib/app.php remote.php
2012-06-09Check for missing path_info, also use OC_Response for 404 errorBart Visscher
2012-06-07Rework to fit with minizerBrice Maron
2012-06-07Correct remote and public, and last occurence of OC::Brice Maron
2012-06-05Merge branch 'unstable'Bart Visscher
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
2012-05-25remote.php :: use non apache-only env varsBlackEagle
- 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>
2012-05-16Combine and minimize core and default app css filesBart Visscher
2012-05-14selective app loading for remote/publicRobin Appelman
2012-05-13fix fail in previous commitGeorg Ehrke
2012-05-13fix remote.php for servers which doesn't support PATH_INFOGeorg Ehrke
2012-05-07improve remote.php and create public.phpGeorg Ehrke
2012-05-07fix remote.phpGeorg Ehrke
2012-05-06Working remote.php with webdav and caldavBart Visscher
2012-05-06push changesGeorg Ehrke