Commit Graph

405 Commits (db0ea9780b3056a9161205588e55c4808648ec0a)

Author SHA1 Message Date
Robin Appelman 7948341a86 Rework background job system 12 years ago
Bart Visscher e4876c9117 Don't use empty session.cookie_path, otherwise we get multiple cookies 12 years ago
Brice Maron 43d0f1fabf Warn when we do an upgrade 12 years ago
Lukas Reschke fbffbe0170 Juse send the cookies in the ownCloud directory 12 years ago
VicDeo 3e9ea6d13b Remove space before parethesis 12 years ago
VicDeo c3a64012d8 Remove leading and trailing backslashes in classname. Ref #2310 12 years ago
Frank Karlitschek 63336f2acb remove deprecated call 12 years ago
Michael Gapczynski 5300d6ad55 Clear the CSS and JS cache earlier to make sure update goes smoothly 12 years ago
Bart Visscher d800f35bf4 Disable loading of backgroundjobs js when upgrade is needed 12 years ago
Bart Visscher a2d6b27170 Check maintenance mode before loading apps in route matcher 12 years ago
Bart Visscher 56f3917f36 Use the plain urlencoded path info for the routing matching 12 years ago
Bernhard Posselt 888e4f21d2 timeout after a longer time 12 years ago
Bernhard Posselt a1afc2e34f only add style.css to initsession 12 years ago
Bernhard Posselt 18b7a2bf21 add css and scripts before session init 12 years ago
Bart Visscher 4a26d63867 Fix using wrong quotes for breaking long lines 12 years ago
Bernhard Posselt 7f7b8bc07a use error template 12 years ago
Bernhard Posselt aba60dba28 added simple error message for the browser 12 years ago
Bernhard Posselt bc2fefed59 write an error log when session could not be initialized 12 years ago
Bernhard Posselt 55c72617c6 set http 500 when session could not be started to prevent serving of empty files see #1049 12 years ago
Robin Appelman 0395715348 set DEBUG from xdebug session before we first use it 12 years ago
Robin Appelman bcabdd7dd5 Don't cache errors/exceptions when debug is enabled 12 years ago
Lukas Reschke be194c5b5b Invalidate existing HSTS headers 12 years ago
Thomas Mueller 8877087b57 adding a compatibility.js as a single source to define all fallback function declarations 12 years ago
Bart Visscher ffae6f4b84 Style-fix: Breakup long lines 12 years ago
Bart Visscher 5c4a804ddb Fix SpaceBeforeOpenBrace errors 12 years ago
Bart Visscher 9dddcae9ca Remove invalid characters from app id to prevent loading of invalid resources 12 years ago
Bart Visscher fba9739448 Always load the apps before trying to match a route 12 years ago
Thomas Müller 232a98524c some systems use en_US.UTF8 instead of en_US.UTF-8 12 years ago
Robin Appelman afa1a6d2b3 Don't try to use routes when called from cli 12 years ago
Bart Visscher 3582f7bd09 Execute the post setup check after finishing the setup 12 years ago
Thomas Mueller 1adcc5fd23 basic WebDAV test in place now 12 years ago
Thomas Mueller 77369d8164 disable error handler while running phpunit 12 years ago
herbrechtsmeier 37e6ac9a2a initPaths: set include path before any owncloud function is called 12 years ago
Stefan Herbrechtsmeier ab2b79cda6 add multiple domains reverse proxy support 12 years ago
Robin Appelman 057920b165 Still load js files in maintance mode 12 years ago
Robin Appelman f452d2d0c4 Check for upgrade/maintance mode before trying to load an app 12 years ago
irgsmirx 0bce22966c Update lib/base.php 12 years ago
Robin Appelman 232cc3211b add oc:// streamwrapper to provide access to ownCloud's virtual filesystem 12 years ago
Robin Appelman c9c919da57 Move streamwrappers to seperate files and put them in a namespace 12 years ago
Thomas Mueller 2cc77759aa lookup for OCA classes in all apps folders 12 years ago
Lukas Reschke dbc13cf6ee Move update inline JS 12 years ago
Lukas Reschke 7f49d35930 Move checkMaintenance and checkUpgrade 12 years ago
Lukas Reschke 0d2a58bc5d Initialize router also if ownCloud isn't installed 12 years ago
Thomas Mueller b4c3dd84b4 update to jquery-ui 1.10.0 12 years ago
Lukas Reschke 8ca78fcf3f Move requesttoken to oc-requesttoken.js 12 years ago
davidgumberg 487e401361 Typo fix (comment) /lib/base.php 12 years ago
Bernhard Posselt 2b95ae1e6d spaces to tabs 12 years ago
Bernhard Posselt a8094abac7 load classpaths of apps before routes 12 years ago
Bart Visscher a8f963d9cf Spaces to tabs 12 years ago
Thomas Mueller 31ce320c52 in case of maintenance the error page returns http status 503. 12 years ago