summaryrefslogtreecommitdiffstats
path: root/lib/base.php
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #1546 from owncloud/fix-loading-hooksThomas Müller2013-02-091-0/+1
|\
| * Always load the apps before trying to match a routeBart Visscher2013-02-081-0/+1
* | Merge pull request #1543 from owncloud/utf8-locale-masterThomas Müller2013-02-091-2/+2
|\ \
| * | some systems use en_US.UTF8 instead of en_US.UTF-8Thomas Müller2013-02-081-2/+2
| |/
* | Merge branch 'master' into clean-app-idThomas Müller2013-02-091-0/+1
|\ \
| * \ Merge pull request #1481 from owncloud/fixing-1354-masterThomas Müller2013-02-091-0/+1
| |\ \ | | |/ | |/|
| | * Merge branch 'master' into fixing-1354-masterThomas Mueller2013-02-071-3/+5
| | |\
| | * | Execute the post setup check after finishing the setupBart Visscher2013-02-061-22/+0
| | * | basic WebDAV test in place nowThomas Mueller2013-02-051-0/+23
* | | | Remove invalid characters from app id to prevent loading of invalid resourcesBart Visscher2013-02-091-1/+1
|/ / /
* | / Don't try to use routes when called from cliRobin Appelman2013-02-071-8/+10
| |/ |/|
* | disable error handler while running phpunitThomas Mueller2013-02-051-3/+5
|/
* initPaths: set include path before any owncloud function is calledherbrechtsmeier2013-02-021-6/+7
* Merge pull request #1384 from owncloud/upgrade_fixBart Visscher2013-02-011-70/+53
|\
| * Still load js files in maintance modeRobin Appelman2013-01-301-2/+6
| * Check for upgrade/maintance mode before trying to load an appRobin Appelman2013-01-301-70/+49
* | add multiple domains reverse proxy supportStefan Herbrechtsmeier2013-01-311-3/+3
|/
* merge master into filesystemRobin Appelman2013-01-301-1/+1
|\
| * Update lib/base.phpirgsmirx2013-01-301-1/+1
* | merge master into filesystemRobin Appelman2013-01-281-2/+4
|\|
| * Merge branch 'master' into updater-CSPThomas Mueller2013-01-281-1/+8
| |\
| * | Move update inline JSLukas Reschke2013-01-251-0/+1
| * | Move checkMaintenance and checkUpgradeLukas Reschke2013-01-251-2/+3
* | | add oc:// streamwrapper to provide access to ownCloud's virtual filesystemRobin Appelman2013-01-281-0/+1
* | | Move streamwrappers to seperate files and put them in a namespaceRobin Appelman2013-01-281-4/+3
* | | merge master into filesystemRobin Appelman2013-01-261-19/+29
|\ \ \ | | |/ | |/|
| * | lookup for OCA classes in all apps foldersThomas Mueller2013-01-261-1/+8
| |/
| * Initialize router also if ownCloud isn't installedLukas Reschke2013-01-251-16/+18
| * update to jquery-ui 1.10.0Thomas Mueller2013-01-231-2/+2
| * Move requesttoken to oc-requesttoken.jsLukas Reschke2013-01-211-0/+1
* | merge master into filesytemRobin Appelman2013-01-201-1/+24
|\|
| * Merge pull request #1214 from Raydiation/masterBernhard Posselt2013-01-191-0/+17
| |\
| | * spaces to tabsBernhard Posselt2013-01-171-12/+12
| | * load classpaths of apps before routesBernhard Posselt2013-01-171-0/+17
| * | Typo fix (comment) /lib/base.phpdavidgumberg2013-01-181-1/+1
| * | Merge pull request #1181 from owncloud/return-503-in-maintenanceThomas Müller2013-01-181-0/+6
| |\ \ | | |/ | |/|
| | * in case of maintenance the error page returns http status 503.Thomas Mueller2013-01-141-0/+6
* | | merge master into filesystemRobin Appelman2013-01-161-676/+676
|\| |
| * | Spaces to tabsBart Visscher2013-01-161-676/+676
| |/
* / Autoload namespaced test classesRobin Appelman2013-01-071-0/+2
|/
* Only show the version updating to instead of worrying about converting intern...Michael Gapczynski2013-01-041-2/+1
* Add back check if installed around background jobsMichael Gapczynski2013-01-041-2/+4
* Basic update progress of database update onlyMichael Gapczynski2013-01-031-37/+12
* Rearrange code to prepare for updater feedbackMichael Gapczynski2013-01-031-37/+63
* Check if oc_token cookie exists before trying to use itMichael Gapczynski2013-01-021-1/+3
* setting the timezone is now part of the login process and true part of the core.Thomas Müller2012-12-201-697/+719
* add a check and a warning if setlocale is workingFrank Karlitschek2012-12-191-0/+5
* set the session name to the instance id - which is uniqueThomas Mueller2012-12-121-0/+3
* Autoload classes with 'OC' namespace prefix.Thomas Tanghus2012-12-111-0/+3
* Merge pull request #182 from owncloud/fix-redirectBart Visscher2012-12-071-1/+7
|\