Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Revert "Combine install checks in lib/base.php" | Lukas Reschke | 2012-08-11 | 1 | -19/+19 |
| | | | | This reverts commit aa9fbf6639e2ce2fa2e8549d2d82d54a745d5327. | ||||
* | Check blacklist when renaming files | Michael Gapczynski | 2012-08-11 | 1 | -0/+1 |
| | |||||
* | Validate cookie properly and prevent auth bypass | Lukas Reschke | 2012-08-10 | 1 | -1/+1 |
| | | | | BIG (!) thanks to Julien CAYSSOL | ||||
* | Backgroundjobs: don't try to access OC_Appconfig if ownCloud has not been ↵ | Jakob Sack | 2012-08-10 | 1 | -4/+6 |
| | | | | installed | ||||
* | Merge branch 'backgroundjobs' | Jakob Sack | 2012-08-10 | 1 | -0/+6 |
|\ | |||||
| * | rename appconfig keys for backgroundjobs | Jakob Sack | 2012-08-09 | 1 | -1/+1 |
| | | |||||
| * | Be more precise regarding backgroundjobs mode | Jakob Sack | 2012-08-09 | 1 | -0/+6 |
| | | |||||
* | | Simplify loading app php script files | Bart Visscher | 2012-08-10 | 1 | -28/+16 |
| | | |||||
* | | Move login handling to OC class | Bart Visscher | 2012-08-10 | 1 | -9/+28 |
| | | |||||
* | | Always load when the requested file is css | Bart Visscher | 2012-08-10 | 1 | -11/+16 |
| | | |||||
* | | Move OC::loadfile and OC::loadapp next to OC::handleRequest | Bart Visscher | 2012-08-10 | 1 | -35/+35 |
| | | |||||
* | | Make OC::loadfile and OC::loadapp protected, only used in OC::handleRequest | Bart Visscher | 2012-08-10 | 1 | -5/+5 |
| | | |||||
* | | Cleanup OC::loadfile | Bart Visscher | 2012-08-10 | 1 | -11/+21 |
| | | |||||
* | | Combine install checks in lib/base.php | Bart Visscher | 2012-08-10 | 1 | -19/+19 |
| | | |||||
* | | Move login code from index.php to OC class | Bart Visscher | 2012-08-08 | 1 | -0/+64 |
| | | |||||
* | | Move handling request of index.php to OC class | Bart Visscher | 2012-08-08 | 1 | -0/+48 |
| | | |||||
* | | Remove unused RUNTIME_NOSETUPFS var | Bart Visscher | 2012-08-08 | 1 | -3/+0 |
|/ | |||||
* | Move serverHost and serverProtocol functions to OC_Request | Bart Visscher | 2012-08-07 | 1 | -2/+2 |
| | |||||
* | Fix rewriting GET parameters with ? in REQUESTEDAPP | Bart Visscher | 2012-08-07 | 1 | -1/+1 |
| | |||||
* | Support for OCA namespace | Arthur Schiwon | 2012-07-25 | 1 | -0/+3 |
| | |||||
* | allow a more flexible way of using user backends | Robin Appelman | 2012-07-19 | 1 | -1/+1 |
| | |||||
* | Remove referer check, this is unreliable. The header doesnt need te exist, ↵ | Bart Visscher | 2012-07-04 | 1 | -15/+0 |
| | | | | or can be wrong | ||||
* | fix running tests from cli | Robin Appelman | 2012-06-27 | 1 | -3/+5 |
| | |||||
* | Move app upgrade check to loading of apps | Bart Visscher | 2012-06-27 | 1 | -2/+2 |
| | |||||
* | Trim url and path of appsroot to have and standart type of path fix oc-1107 | Brice Maron | 2012-06-25 | 1 | -5/+7 |
| | |||||
* | Fixes for multi app dir : | Brice Maron | 2012-06-22 | 1 | -2/+2 |
| | | | | | Url should be given as relative path (to webroot) Correct link construction from js | ||||
* | Provide solution for smoother migration for apps to multi-app dir | Brice Maron | 2012-06-21 | 1 | -1/+5 |
| | |||||
* | Merge branch 'master' into multi_app_dir | Brice Maron | 2012-06-21 | 1 | -58/+3 |
|\ | | | | | | | | | | | | | | | | | | | Conflicts: lib/app.php lib/base.php lib/minimizer/css.php lib/minimizer/js.php lib/template.php lib/util.php | ||||
| * | Delay setup of FS until OC_Filesystem is used | Bart Visscher | 2012-06-20 | 1 | -6/+0 |
| | | |||||
| * | Remove OC::$CONFIG_DATADIRECTORY, not used | Bart Visscher | 2012-06-19 | 1 | -12/+0 |
| | | |||||
| * | Move formfactor code to OC_Template | Bart Visscher | 2012-06-18 | 1 | -34/+0 |
| | | |||||
| * | Fix errors for minimizer | Bart Visscher | 2012-06-18 | 1 | -1/+1 |
| | | |||||
| * | Only check for apps owncloud version requirment when there is a new owncloud ↵ | Bart Visscher | 2012-06-16 | 1 | -0/+1 |
| | | | | | | | | version | ||||
| * | Remove $DOCUMENTROOT, not used | Bart Visscher | 2012-06-16 | 1 | -5/+1 |
| | | |||||
* | | Merge branch 'master' into multi_app_dir | Brice Maron | 2012-06-14 | 1 | -9/+2 |
|\| | | | | | | | | | | | | | | | Conflicts: apps/bookmarks/ajax/addBookmark.php config/config.sample.php lib/app.php remote.php | ||||
| * | fix infinite redirect during setup for windows hosts | Robin Appelman | 2012-06-09 | 1 | -1/+1 |
| | | |||||
| * | fix loading of OC::$REQUESTEDAPP if WTFE the app parameter is given but ↵ | Georg Ehrke | 2012-06-08 | 1 | -1/+1 |
| | | | | | | | | empty aka /?app | ||||
| * | Better handling of core.css and core.js | Bart Visscher | 2012-06-07 | 1 | -7/+0 |
| | | | | | | | | | | Fixes calling remote.php on install. Fixes http://bugs.owncloud.org/thebuggenie/owncloud/issues/oc-933 | ||||
* | | Add possibility to choose the installation folder | Brice Maron | 2012-06-14 | 1 | -2/+2 |
| | | |||||
* | | Change parameter 'web' to 'url' and take array of array in config instead of ↵ | Brice Maron | 2012-06-07 | 1 | -13/+8 |
| | | | | | | | | : separated values | ||||
* | | ReAdd possibility to load existing app folders | Brice Maron | 2012-06-07 | 1 | -0/+5 |
| | | |||||
* | | Rework to fit with minizer | Brice Maron | 2012-06-06 | 1 | -3/+3 |
| | | |||||
* | | Unit path and webpath, correct some more | Brice Maron | 2012-06-06 | 1 | -15/+16 |
| | | |||||
* | | First almost working version | Brice Maron | 2012-06-06 | 1 | -15/+16 |
|/ | |||||
* | avoid too-early database access and thus make owncloud installable again | Arthur Schiwon | 2012-06-06 | 1 | -12/+14 |
| | |||||
* | Move setting remote_core.* to after setup of OC, also check if it is not set yet | Bart Visscher | 2012-06-05 | 1 | -4/+6 |
| | |||||
* | fix login for hosts running on port 80 | Frank Karlitschek | 2012-06-05 | 1 | -2/+2 |
| | |||||
* | more reliable host detection for reverse proxy servers | Frank Karlitschek | 2012-06-05 | 1 | -5/+7 |
| | |||||
* | Merge branch 'unstable' | Bart Visscher | 2012-06-04 | 1 | -23/+9 |
|\ | | | | | | | | | | | | | | | | | | | | | | | Conflicts: apps/files_external/tests/config.php apps/files_versions/ajax/getVersions.php apps/files_versions/appinfo/app.php apps/files_versions/history.php apps/files_versions/js/versions.js apps/files_versions/templates/history.php apps/files_versions/versions.php lib/base.php | ||||
| * | Combine and minimize core and default app js files | Bart Visscher | 2012-05-16 | 1 | -0/+1 |
| | |