Commit Graph

434 Commits (6156d71832ee031d8d1f50d8dbff7d0bcfb45541)

Author SHA1 Message Date
Thomas Tanghus 901b1150ff Replacement for jquery.dialog to fit better with ownCloud design. 12 years ago
Robin Appelman b8b0b7606a initialize the session earlier 12 years ago
Robin Appelman 040045cc2e provide a dummy session for CLI 12 years ago
Robin Appelman e73c04501e Fix session not working error 12 years ago
Robin Appelman 44f9af5a7f Use the new session wrapper 12 years ago
kondou 3001db6b50 Update jquery to 1.10.0 & add jquery-migrate 1.2.1 12 years ago
Florin Peter a92dead754 only connect share hooks if installation OC is installed 12 years ago
Thomas Tanghus c8bbf90feb Port OC.dialogs to use octemplate except for prompt() and form(). 12 years ago
Thomas Tanghus f355d797ff Port OC.dialogs to use octemplate except for prompt() and form(). 12 years ago
Michael Gapczynski f8336c1e2c Turn off theme before update 12 years ago
Robin Appelman 0d25c0001c check for setlocale after setting up the paths to prevent autoloader confusion 12 years ago
Robin Appelman 0b5f6b9c13 Move autoloader to it's own class 12 years ago
Bart Visscher 41f7eb948a Move start of the maintenance mode to the ajax call 12 years ago
Florin Peter 3c100af132 revert changes to fbbc76f281 because master is very unstable right now 12 years ago
Robin Appelman 172499d5f3 Don't start the session when in cli mode 12 years ago
Markus Goetz f1a63254fb Fix ugly error style on install 12 years ago
Lukas Reschke 6e78c4fcc0 Disallow URLs containing a @ 12 years ago
Robin Appelman e63633b5f3 Don't try to use backgroundjobs before the installtion is done 12 years ago
Robin Appelman 40de36a8f3 Try to supress pre-upgrade backgroundjob error 12 years ago
Robin Appelman 07f510692c Ensure we don't throw an exception before we can upgrade to the new backgroundjob system 12 years ago
Robin Appelman 7948341a86 Rework background job system 12 years ago
Thomas Tanghus e09c17de5b Added explanation 12 years ago
Bart Visscher e4876c9117 Don't use empty session.cookie_path, otherwise we get multiple cookies 12 years ago
Thomas Tanghus 9facb67fab Let autoloader resolve paths under apps lib directory. 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