Robin Appelman
40de36a8f3
Try to supress pre-upgrade backgroundjob error
13 years ago
Robin Appelman
07f510692c
Ensure we don't throw an exception before we can upgrade to the new backgroundjob system
13 years ago
Robin Appelman
7948341a86
Rework background job system
13 years ago
Thomas Tanghus
e09c17de5b
Added explanation
13 years ago
Bart Visscher
e4876c9117
Don't use empty session.cookie_path, otherwise we get multiple cookies
13 years ago
Thomas Tanghus
9facb67fab
Let autoloader resolve paths under apps lib directory.
13 years ago
Brice Maron
43d0f1fabf
Warn when we do an upgrade
13 years ago
Lukas Reschke
fbffbe0170
Juse send the cookies in the ownCloud directory
13 years ago
VicDeo
3e9ea6d13b
Remove space before parethesis
13 years ago
VicDeo
c3a64012d8
Remove leading and trailing backslashes in classname. Ref #2310
13 years ago
Frank Karlitschek
63336f2acb
remove deprecated call
13 years ago
Michael Gapczynski
5300d6ad55
Clear the CSS and JS cache earlier to make sure update goes smoothly
13 years ago
Bart Visscher
d800f35bf4
Disable loading of backgroundjobs js when upgrade is needed
13 years ago
Bart Visscher
a2d6b27170
Check maintenance mode before loading apps in route matcher
13 years ago
Bart Visscher
56f3917f36
Use the plain urlencoded path info for the routing matching
13 years ago
Bernhard Posselt
888e4f21d2
timeout after a longer time
13 years ago
Bernhard Posselt
a1afc2e34f
only add style.css to initsession
13 years ago
Bernhard Posselt
18b7a2bf21
add css and scripts before session init
13 years ago
Bart Visscher
4a26d63867
Fix using wrong quotes for breaking long lines
Fixes #1925
13 years ago
Bernhard Posselt
7f7b8bc07a
use error template
13 years ago
Bernhard Posselt
aba60dba28
added simple error message for the browser
13 years ago
Bernhard Posselt
bc2fefed59
write an error log when session could not be initialized
13 years ago
Bernhard Posselt
55c72617c6
set http 500 when session could not be started to prevent serving of empty files see #1049
13 years ago
Robin Appelman
0395715348
set DEBUG from xdebug session before we first use it
13 years ago
Robin Appelman
bcabdd7dd5
Don't cache errors/exceptions when debug is enabled
13 years ago
Lukas Reschke
be194c5b5b
Invalidate existing HSTS headers
13 years ago
Thomas Mueller
8877087b57
adding a compatibility.js as a single source to define all fallback function declarations
13 years ago
Bart Visscher
ffae6f4b84
Style-fix: Breakup long lines
13 years ago
Bart Visscher
5c4a804ddb
Fix SpaceBeforeOpenBrace errors
13 years ago
Bart Visscher
9dddcae9ca
Remove invalid characters from app id to prevent loading of invalid resources
13 years ago
Bart Visscher
fba9739448
Always load the apps before trying to match a route
13 years ago
Thomas Müller
232a98524c
some systems use en_US.UTF8 instead of en_US.UTF-8
13 years ago
Robin Appelman
afa1a6d2b3
Don't try to use routes when called from cli
13 years ago
Bart Visscher
3582f7bd09
Execute the post setup check after finishing the setup
13 years ago
Thomas Mueller
1adcc5fd23
basic WebDAV test in place now
13 years ago
Thomas Mueller
77369d8164
disable error handler while running phpunit
13 years ago
herbrechtsmeier
37e6ac9a2a
initPaths: set include path before any owncloud function is called
Ensure we can find basic owncloud classes while detecting the owncloud
paths in function initPaths by add OC::$SERVERROOT . '/lib' to include
path before any owncloud function is called.
This fix a bug with XAMPP that cannot find the class OC_Config in
function OC_Request::scriptName when called from function
OC_Base::initPaths.
13 years ago
Stefan Herbrechtsmeier
ab2b79cda6
add multiple domains reverse proxy support
Add support for a reverse proxy that handles multiple domains via different
web roots (http[s]://proxy.tld/domain.tld/owncloud).
As the reverse proxy web root is transparent for the web server the
REQUEST_URI and SCRIPT_NAME need manual adjustments. This patch replace
the direct use of this _SERVER variables with function calls and extend
this functions to overwrite the web root. Additionally it adds a Sabre
request backend that extends the Sabre_HTTP_Request to use the same
functions.
14 years ago
Robin Appelman
057920b165
Still load js files in maintance mode
13 years ago
Robin Appelman
f452d2d0c4
Check for upgrade/maintance mode before trying to load an app
13 years ago
irgsmirx
0bce22966c
Update lib/base.php
Correction of typo "locate" -> "locale".
13 years ago
Robin Appelman
232cc3211b
add oc:// streamwrapper to provide access to ownCloud's virtual filesystem
13 years ago
Robin Appelman
c9c919da57
Move streamwrappers to seperate files and put them in a namespace
13 years ago
Thomas Mueller
2cc77759aa
lookup for OCA classes in all apps folders
13 years ago
Lukas Reschke
dbc13cf6ee
Move update inline JS
13 years ago
Lukas Reschke
7f49d35930
Move checkMaintenance and checkUpgrade
This is needed to ensure that the routing and linkTo() function for CSP
are available.
13 years ago
Lukas Reschke
0d2a58bc5d
Initialize router also if ownCloud isn't installed
13 years ago
Thomas Mueller
b4c3dd84b4
update to jquery-ui 1.10.0
13 years ago
Lukas Reschke
8ca78fcf3f
Move requesttoken to oc-requesttoken.js
13 years ago
davidgumberg
487e401361
Typo fix (comment) /lib/base.php
13 years ago