Commit Graph

377 Commits (ab8c97e9c60307d25b83c71d2ea210b40e836382)

Author SHA1 Message Date
Thomas Mueller 8877087b57 adding a compatibility.js as a single source to define all fallback function declarations 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
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 12 years ago
Sam Tuke 31cbb5a09f Reverted temporary changes to core lib files 12 years ago
Thomas Tanghus af12b0f5da Autoload classes with 'OC' namespace prefix. 12 years ago
Sam Tuke aabef796a0 Added library phpseclib 12 years ago
Thomas Mueller e65abb8054 minified version no longer available 12 years ago
Bart Visscher 8ce3aca331 Move loading of all the apps to setting the active navigation entry. 12 years ago
Bart Visscher 8bed38c78d Rename install hook functions to register hook 13 years ago
Bernhard Posselt e642d18e26 When using routing in apps, no apps are loaded in the left navigation tree. To fix this: load apps for matching a request 13 years ago
Bart Visscher 530f3f8be9 Create functions to install standard hooks 13 years ago
Thomas Tanghus 7f0c69eb0e Added CRUDS permissions to the OCP namespace. Implements issue #345 13 years ago
Stefan Seidel 8f669880bc Fix WebDAV (and Android Client) not being able to authorize on Debian Squeeze + mod_fcgid installs. 13 years ago
Felix Moeller a4b2ea586d Style: Remove all the dangling white spaces 13 years ago
Felix Moeller 27ab0357ae Checkstyle: Fix last six NewlineBeforeOpenBrace 13 years ago
Felix Moeller 30d7993e01 Checkstyle fixes: NoSpaceAfterComma 13 years ago
Lukas Reschke d2e842fcc9 Remove uneeded new line 13 years ago
Lukas Reschke 822e4d5f6c Check for redirect_url for logged in users 13 years ago