Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | destroy invalid sessions | Arthur Schiwon | 2012-10-08 | 1 | -0/+4 |
| | |||||
* | reload the current url when login in instead of always redirecting to the ↵ | Robin Appelman | 2012-09-30 | 1 | -1/+2 |
| | | | | default app (oc-1873) | ||||
* | Removed sectoken | Lukas Reschke | 2012-09-29 | 1 | -5/+1 |
| | | | | | This token is completly useless since an attacker can easily extract it from the page. | ||||
* | Reimplementation of CSRF protection including autorefresh | Christian Reiner | 2012-09-28 | 1 | -0/+2 |
| | |||||
* | Passwords containing a ":" don't work with this explode | Lukas Reschke | 2012-09-25 | 1 | -2/+2 |
| | | | | Thanks to mETz | ||||
* | Don't call clearCache() for OC_Minimizer statically, create OC_Minimizer ↵ | Michael Gapczynski | 2012-09-12 | 1 | -2/+4 |
| | | | | objects for both CSS and JS to clear cache after upgrade | ||||
* | don't use regular expresions for a simple string replace | Robin Appelman | 2012-09-08 | 1 | -1/+1 |
| | |||||
* | adding space between) and { | Thomas Mueller | 2012-09-07 | 1 | -4/+4 |
| | |||||
* | Whitespace fixes in lib | Bart Visscher | 2012-09-07 | 1 | -4/+4 |
| | |||||
* | Remove core.{css,js} cache on upgrade | Bart Visscher | 2012-09-07 | 1 | -0/+1 |
| | |||||
* | Respect coding style | Thomas Müller | 2012-09-05 | 1 | -6/+7 |
| | |||||
* | fixing syntax error | Thomas Müller | 2012-09-04 | 1 | -1/+1 |
| | |||||
* | fixing syntax error - sorry for that | Thomas Müller | 2012-09-04 | 1 | -1/+1 |
| | |||||
* | fixing syntax error - sorry for that | Thomas Müller | 2012-09-04 | 1 | -4/+4 |
| | |||||
* | Respect coding style | Thomas Müller | 2012-09-04 | 1 | -83/+82 |
| | |||||
* | set debug mode if an xdebug session is active | Robin Appelman | 2012-09-01 | 1 | -0/+7 |
| | |||||
* | fix autoloader throwing errors for non-oc classes | Robin Appelman | 2012-09-01 | 1 | -0/+2 |
| | |||||
* | allow configuring user backends in config.php | Robin Appelman | 2012-09-01 | 1 | -1/+10 |
| | |||||
* | load authentication apps on login | Robin Appelman | 2012-09-01 | 1 | -1/+1 |
| | |||||
* | don't throw errors in the autoloader when a class doesn't exist | Robin Appelman | 2012-09-01 | 1 | -5/+10 |
| | |||||
* | Space before tab fixes | Bart Visscher | 2012-08-29 | 1 | -1/+1 |
| | |||||
* | Whitespace fixes in lib | Bart Visscher | 2012-08-29 | 1 | -2/+2 |
| | |||||
* | Clean user cache on login | Bart Visscher | 2012-08-28 | 1 | -1/+2 |
| | |||||
* | Add background job for global file cache cleanup | Bart Visscher | 2012-08-28 | 1 | -0/+3 |
| | |||||
* | 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 |