summaryrefslogtreecommitdiffstats
path: root/lib/base.php
Commit message (Expand)AuthorAgeFilesLines
* Clean user cache on loginBart Visscher2012-08-281-1/+2
* Add background job for global file cache cleanupBart Visscher2012-08-281-0/+3
* Revert "Combine install checks in lib/base.php"Lukas Reschke2012-08-111-19/+19
* Check blacklist when renaming filesMichael Gapczynski2012-08-111-0/+1
* Validate cookie properly and prevent auth bypassLukas Reschke2012-08-101-1/+1
* Backgroundjobs: don't try to access OC_Appconfig if ownCloud has not been ins...Jakob Sack2012-08-101-4/+6
* Merge branch 'backgroundjobs'Jakob Sack2012-08-101-0/+6
|\
| * rename appconfig keys for backgroundjobsJakob Sack2012-08-091-1/+1
| * Be more precise regarding backgroundjobs modeJakob Sack2012-08-091-0/+6
* | Simplify loading app php script filesBart Visscher2012-08-101-28/+16
* | Move login handling to OC classBart Visscher2012-08-101-9/+28
* | Always load when the requested file is cssBart Visscher2012-08-101-11/+16
* | Move OC::loadfile and OC::loadapp next to OC::handleRequestBart Visscher2012-08-101-35/+35
* | Make OC::loadfile and OC::loadapp protected, only used in OC::handleRequestBart Visscher2012-08-101-5/+5
* | Cleanup OC::loadfileBart Visscher2012-08-101-11/+21
* | Combine install checks in lib/base.phpBart Visscher2012-08-101-19/+19
* | Move login code from index.php to OC classBart Visscher2012-08-081-0/+64
* | Move handling request of index.php to OC classBart Visscher2012-08-081-0/+48
* | Remove unused RUNTIME_NOSETUPFS varBart Visscher2012-08-081-3/+0
|/
* Move serverHost and serverProtocol functions to OC_RequestBart Visscher2012-08-071-2/+2
* Fix rewriting GET parameters with ? in REQUESTEDAPPBart Visscher2012-08-071-1/+1
* Support for OCA namespaceArthur Schiwon2012-07-251-0/+3
* allow a more flexible way of using user backendsRobin Appelman2012-07-191-1/+1
* Remove referer check, this is unreliable. The header doesnt need te exist, or...Bart Visscher2012-07-041-15/+0
* fix running tests from cliRobin Appelman2012-06-271-3/+5
* Move app upgrade check to loading of appsBart Visscher2012-06-271-2/+2
* Trim url and path of appsroot to have and standart type of path fix oc-1107Brice Maron2012-06-251-5/+7
* Fixes for multi app dir :Brice Maron2012-06-221-2/+2
* Provide solution for smoother migration for apps to multi-app dirBrice Maron2012-06-211-1/+5
* Merge branch 'master' into multi_app_dirBrice Maron2012-06-211-58/+3
|\
| * Delay setup of FS until OC_Filesystem is usedBart Visscher2012-06-201-6/+0
| * Remove OC::$CONFIG_DATADIRECTORY, not usedBart Visscher2012-06-191-12/+0
| * Move formfactor code to OC_TemplateBart Visscher2012-06-181-34/+0
| * Fix errors for minimizerBart Visscher2012-06-181-1/+1
| * Only check for apps owncloud version requirment when there is a new owncloud ...Bart Visscher2012-06-161-0/+1
| * Remove $DOCUMENTROOT, not usedBart Visscher2012-06-161-5/+1
* | Merge branch 'master' into multi_app_dirBrice Maron2012-06-141-9/+2
|\|
| * fix infinite redirect during setup for windows hostsRobin Appelman2012-06-091-1/+1
| * fix loading of OC::$REQUESTEDAPP if WTFE the app parameter is given but empty...Georg Ehrke2012-06-081-1/+1
| * Better handling of core.css and core.jsBart Visscher2012-06-071-7/+0
* | Add possibility to choose the installation folderBrice Maron2012-06-141-2/+2
* | Change parameter 'web' to 'url' and take array of array in config instead of ...Brice Maron2012-06-071-13/+8
* | ReAdd possibility to load existing app foldersBrice Maron2012-06-071-0/+5
* | Rework to fit with minizerBrice Maron2012-06-061-3/+3
* | Unit path and webpath, correct some moreBrice Maron2012-06-061-15/+16
* | First almost working versionBrice Maron2012-06-061-15/+16
|/
* avoid too-early database access and thus make owncloud installable againArthur Schiwon2012-06-061-12/+14
* Move setting remote_core.* to after setup of OC, also check if it is not set yetBart Visscher2012-06-051-4/+6
* fix login for hosts running on port 80Frank Karlitschek2012-06-051-2/+2
* more reliable host detection for reverse proxy serversFrank Karlitschek2012-06-051-5/+7