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
...
Fixes #1925
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
...
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.
12 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.
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
...
Correction of typo "locate" -> "locale".
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
...
This is needed to ensure that the routing and linkTo() function for CSP
are available.
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.
...
This is necessary to enable the desktop sync client to react properly.
Currently the SabreDAV plugin OC_Connector_Sabre_MaintenancePlugin is not executed because this error page is returned before the SabreDAV code is executed
12 years ago
Robin Appelman
0ca5047da5
Autoload namespaced test classes
12 years ago
Michael Gapczynski
a94405b4e4
Only show the version updating to instead of worrying about converting internal to a formatted version
12 years ago
Michael Gapczynski
f2e6df807d
Add back check if installed around background jobs
12 years ago
Michael Gapczynski
7505837079
Basic update progress of database update only
12 years ago
Michael Gapczynski
a52aa69ffe
Rearrange code to prepare for updater feedback
12 years ago
Michael Gapczynski
ce443818d4
Check if oc_token cookie exists before trying to use it
12 years ago
Thomas Müller
7d811e57e6
setting the timezone is now part of the login process and true part of the core.
12 years ago
Frank Karlitschek
196f1c3786
add a check and a warning if setlocale is working
12 years ago
Thomas Mueller
b8b64d6ffc
set the session name to the instance id - which is unique
...
Conflicts:
lib/base.php
12 years ago