Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | initPaths: set include path before any owncloud function is called | herbrechtsmeier | 2013-02-02 | 1 | -6/+7 |
| | | | | | | | | | | 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. | ||||
* | Merge pull request #1384 from owncloud/upgrade_fix | Bart Visscher | 2013-02-01 | 1 | -70/+53 |
|\ | | | | | Check for upgrade/maintance mode before trying to load an app | ||||
| * | Still load js files in maintance mode | Robin Appelman | 2013-01-30 | 1 | -2/+6 |
| | | |||||
| * | Check for upgrade/maintance mode before trying to load an app | Robin Appelman | 2013-01-30 | 1 | -70/+49 |
| | | |||||
* | | add multiple domains reverse proxy support | Stefan Herbrechtsmeier | 2013-01-31 | 1 | -3/+3 |
|/ | | | | | | | | | | | | 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. | ||||
* | merge master into filesystem | Robin Appelman | 2013-01-30 | 1 | -1/+1 |
|\ | |||||
| * | Update lib/base.php | irgsmirx | 2013-01-30 | 1 | -1/+1 |
| | | | | | | Correction of typo "locate" -> "locale". | ||||
* | | merge master into filesystem | Robin Appelman | 2013-01-28 | 1 | -2/+4 |
|\| | |||||
| * | Merge branch 'master' into updater-CSP | Thomas Mueller | 2013-01-28 | 1 | -1/+8 |
| |\ | | | | | | | | | | | | | Conflicts: core/templates/update.php | ||||
| * | | Move update inline JS | Lukas Reschke | 2013-01-25 | 1 | -0/+1 |
| | | | |||||
| * | | Move checkMaintenance and checkUpgrade | Lukas Reschke | 2013-01-25 | 1 | -2/+3 |
| | | | | | | | | | | | | | | | This is needed to ensure that the routing and linkTo() function for CSP are available. | ||||
* | | | add oc:// streamwrapper to provide access to ownCloud's virtual filesystem | Robin Appelman | 2013-01-28 | 1 | -0/+1 |
| | | | |||||
* | | | Move streamwrappers to seperate files and put them in a namespace | Robin Appelman | 2013-01-28 | 1 | -4/+3 |
| | | | |||||
* | | | merge master into filesystem | Robin Appelman | 2013-01-26 | 1 | -19/+29 |
|\ \ \ | | |/ | |/| | |||||
| * | | lookup for OCA classes in all apps folders | Thomas Mueller | 2013-01-26 | 1 | -1/+8 |
| |/ | |||||
| * | Initialize router also if ownCloud isn't installed | Lukas Reschke | 2013-01-25 | 1 | -16/+18 |
| | | |||||
| * | update to jquery-ui 1.10.0 | Thomas Mueller | 2013-01-23 | 1 | -2/+2 |
| | | |||||
| * | Move requesttoken to oc-requesttoken.js | Lukas Reschke | 2013-01-21 | 1 | -0/+1 |
| | | |||||
* | | merge master into filesytem | Robin Appelman | 2013-01-20 | 1 | -1/+24 |
|\| | |||||
| * | Merge pull request #1214 from Raydiation/master | Bernhard Posselt | 2013-01-19 | 1 | -0/+17 |
| |\ | | | | | | | Load Classpaths of apps before appinfo/routes.php | ||||
| | * | spaces to tabs | Bernhard Posselt | 2013-01-17 | 1 | -12/+12 |
| | | | |||||
| | * | load classpaths of apps before routes | Bernhard Posselt | 2013-01-17 | 1 | -0/+17 |
| | | | |||||
| * | | Typo fix (comment) /lib/base.php | davidgumberg | 2013-01-18 | 1 | -1/+1 |
| | | | |||||
| * | | Merge pull request #1181 from owncloud/return-503-in-maintenance | Thomas Müller | 2013-01-18 | 1 | -0/+6 |
| |\ \ | | |/ | |/| | in case of maintenance the error page returns http status 503. | ||||
| | * | in case of maintenance the error page returns http status 503. | Thomas Mueller | 2013-01-14 | 1 | -0/+6 |
| | | | | | | | | | | | | | | | 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 | ||||
* | | | merge master into filesystem | Robin Appelman | 2013-01-16 | 1 | -676/+676 |
|\| | | |||||
| * | | Spaces to tabs | Bart Visscher | 2013-01-16 | 1 | -676/+676 |
| |/ | |||||
* / | Autoload namespaced test classes | Robin Appelman | 2013-01-07 | 1 | -0/+2 |
|/ | |||||
* | Only show the version updating to instead of worrying about converting ↵ | Michael Gapczynski | 2013-01-04 | 1 | -2/+1 |
| | | | | internal to a formatted version | ||||
* | Add back check if installed around background jobs | Michael Gapczynski | 2013-01-04 | 1 | -2/+4 |
| | |||||
* | Basic update progress of database update only | Michael Gapczynski | 2013-01-03 | 1 | -37/+12 |
| | |||||
* | Rearrange code to prepare for updater feedback | Michael Gapczynski | 2013-01-03 | 1 | -37/+63 |
| | |||||
* | Check if oc_token cookie exists before trying to use it | Michael Gapczynski | 2013-01-02 | 1 | -1/+3 |
| | |||||
* | setting the timezone is now part of the login process and true part of the core. | Thomas Müller | 2012-12-20 | 1 | -697/+719 |
| | |||||
* | add a check and a warning if setlocale is working | Frank Karlitschek | 2012-12-19 | 1 | -0/+5 |
| | |||||
* | set the session name to the instance id - which is unique | Thomas Mueller | 2012-12-12 | 1 | -0/+3 |
| | | | | | Conflicts: lib/base.php | ||||
* | Autoload classes with 'OC' namespace prefix. | Thomas Tanghus | 2012-12-11 | 1 | -0/+3 |
| | |||||
* | Merge pull request #182 from owncloud/fix-redirect | Bart Visscher | 2012-12-07 | 1 | -1/+7 |
|\ | | | | | Make the redirect_url working again | ||||
| * | Remove uneeded new line | Lukas Reschke | 2012-11-01 | 1 | -1/+0 |
| | | |||||
| * | Check for redirect_url for logged in users | Lukas Reschke | 2012-11-01 | 1 | -0/+7 |
| | | | | | | | | This checks if there is a redirect_url for logged in users | ||||
| * | Make the redirect_url working again | Lukas Reschke | 2012-10-31 | 1 | -1/+1 |
| | | | | | | | | Fixes #160 | ||||
* | | Merge pull request #647 from owncloud/fix_app_settings_navigation | Thomas Müller | 2012-12-05 | 1 | -1/+0 |
|\ \ | | | | | | | Move loading of all the apps to setting the active navigation entry. | ||||
| * | | Move loading of all the apps to setting the active navigation entry. | Bart Visscher | 2012-11-30 | 1 | -1/+0 |
| | | | | | | | | | | | | | | | | | | We can't do the loading before matching the route, because some routes need to do the loading after matching of the route. For example the navigation detection of the app settings page. | ||||
* | | | minified version no longer available | Thomas Mueller | 2012-12-04 | 1 | -1/+1 |
|/ / | |||||
* | | Merge pull request #401 from owncloud/share_hooks | Jörn Friedrich Dreyer | 2012-11-28 | 1 | -7/+31 |
|\ \ | | | | | | | Create functions to install standard hooks | ||||
| * | | Rename install hook functions to register hook | Bart Visscher | 2012-11-15 | 1 | -9/+9 |
| | | | |||||
| * | | Create functions to install standard hooks | Bart Visscher | 2012-11-13 | 1 | -7/+31 |
| | | | | | | | | | | | | | | | Also use these in tests that needs them Fix #151 | ||||
* | | | When using routing in apps, no apps are loaded in the left navigation tree. ↵ | Bernhard Posselt | 2012-11-15 | 1 | -0/+1 |
|/ / | | | | | | | To fix this: load apps for matching a request | ||||
* | | Merge pull request #157 from owncloud/setup | Bart Visscher | 2012-11-12 | 1 | -14/+2 |
|\ \ | | | | | | | Make lib/setup.php usable outside of install setup | ||||
| * | | DRY for creating htaccess to protect data-directory | Bart Visscher | 2012-10-30 | 1 | -3/+1 |
| | | |