Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | remove superfluous ?> at the end of .php files (left out apps/*/templates) | Jörn Friedrich Dreyer | 2012-07-09 | 15 | -29/+0 |
| | |||||
* | revert performance improvements in userExists() because it breaks new user ↵ | Bjoern Schiessle | 2012-07-09 | 1 | -6/+2 |
| | | | | creation | ||||
* | webdav ssl cleanup | Bjoern Schiessle | 2012-07-09 | 1 | -35/+38 |
| | |||||
* | Added default parameter $reset to allow for incremental rescan. | Thomas Tanghus | 2012-07-09 | 1 | -2/+4 |
| | |||||
* | Uninitialized variable | Lukas Reschke | 2012-07-07 | 1 | -0/+1 |
| | |||||
* | Fixes a problem with the user creation ("User already existed" even if the ↵ | Lukas Reschke | 2012-07-07 | 1 | -3/+2 |
| | | | | user don't exists.) Thanks to Phil Reinhardt for pointing this out. | ||||
* | Move line counter so we only count lines towards the offset that are equal ↵ | Michael Gapczynski | 2012-07-06 | 1 | -4/+6 |
| | | | | or above the log level | ||||
* | Improvements and bug fix for log reading, fixes bug oc-982 | Michael Gapczynski | 2012-07-06 | 1 | -14/+27 |
| | |||||
* | allow user to upload his own root certificate for secure webdav mount | Bjoern Schiessle | 2012-07-06 | 1 | -1/+1 |
| | |||||
* | introduce subclassed client.php and revert changes to 3rdparty | Bjoern Schiessle | 2012-07-06 | 1 | -0/+168 |
| | |||||
* | moved performance improvement from isLoggedIn() to userExists() to avoid ↵ | Bjoern Schiessle | 2012-07-05 | 1 | -8/+8 |
| | | | | webdav problems | ||||
* | More helpfull debug msg for redirectToDefaultPage | Bart Visscher | 2012-07-04 | 1 | -4/+5 |
| | |||||
* | Remove referer check, this is unreliable. The header doesnt need te exist, ↵ | Bart Visscher | 2012-07-04 | 1 | -15/+0 |
| | | | | or can be wrong | ||||
* | Correct Postgresql connection with space in password. Work around php bug | Brice Maron | 2012-07-04 | 1 | -0/+8 |
| | |||||
* | use filesystem abstraction layer to copy file versions | Bjoern Schiessle | 2012-07-03 | 2 | -1/+2 |
| | |||||
* | wrong var name fixed | Bjoern Schiessle | 2012-07-03 | 1 | -2/+2 |
| | |||||
* | Escape pg connection string on setup | Brice Maron | 2012-07-03 | 1 | -3/+13 |
| | |||||
* | provide multibyte aware helper functions mb_str_replace, mb_substr_replace ↵ | Arthur Schiwon | 2012-07-02 | 2 | -18/+126 |
| | | | | and mb_array_change_key_case for handling with UTF 8 | ||||
* | Remove forced download | Lukas Reschke | 2012-07-02 | 1 | -2/+0 |
| | |||||
* | Don't display error messages | Lukas Reschke | 2012-07-02 | 1 | -2/+2 |
| | |||||
* | fix a small PHP fail | Georg Ehrke | 2012-07-02 | 1 | -1/+1 |
| | |||||
* | Disable mimesniffing | Lukas Reschke | 2012-07-01 | 1 | -2/+4 |
| | |||||
* | Fixed app path | Tom Needham | 2012-06-30 | 1 | -1/+1 |
| | |||||
* | Return correct json response, fix syntax | Tom Needham | 2012-06-30 | 1 | -15/+4 |
| | |||||
* | fixed linkTo() | Florian Hülsmann | 2012-06-30 | 1 | -1/+1 |
| | |||||
* | typo fixed | Bjoern Schiessle | 2012-06-29 | 1 | -1/+1 |
| | |||||
* | - when creating a new text file or directory which name already exist use ↵ | Bjoern Schiessle | 2012-06-29 | 1 | -1/+3 |
| | | | | | | the same pattern as for file uploads in such a case (add a (N) to the name) - don't allow renaming if a file/directory with the name already exists | ||||
* | Spelling fix | Bart Visscher | 2012-06-28 | 1 | -1/+1 |
| | |||||
* | Remember the app root information. | Bart Visscher | 2012-06-28 | 1 | -1/+5 |
| | |||||
* | Remove redundant code from OC_Helper::linkTo | Bart Visscher | 2012-06-28 | 1 | -6/+3 |
| | |||||
* | Pg setup enhancement | Brice Maron | 2012-06-28 | 1 | -2/+32 |
| | | | | do not create a db if already existing .. and reset the user password instead of creating if the user already exists | ||||
* | Return login errors for PostgreSQL setup | Michael Gapczynski | 2012-06-27 | 1 | -0/+1 |
| | |||||
* | Migration: fix app paths | Tom Needham | 2012-06-27 | 1 | -3/+3 |
| | |||||
* | Set table prefix if not set in postgresql install | Brice Maron | 2012-06-27 | 1 | -1/+1 |
| | |||||
* | Fix recursion when running an update script | Bart Visscher | 2012-06-27 | 1 | -0/+5 |
| | |||||
* | fix running tests from cli | Robin Appelman | 2012-06-27 | 2 | -3/+8 |
| | |||||
* | fix webdav errors for empty folders | Robin Appelman | 2012-06-27 | 1 | -9/+11 |
| | |||||
* | Cache result of OC_App::getAppVersions | Bart Visscher | 2012-06-27 | 1 | -0/+4 |
| | |||||
* | Move app upgrade check to loading of apps | Bart Visscher | 2012-06-27 | 2 | -16/+12 |
| | |||||
* | Make Categories a bit quieter. | Thomas Tanghus | 2012-06-27 | 1 | -1/+10 |
| | |||||
* | All is good ;-) | Thomas Tanghus | 2012-06-26 | 1 | -0/+1 |
| | |||||
* | Cache: try to set the fast cache in the Broker | Bart Visscher | 2012-06-25 | 1 | -5/+3 |
| | |||||
* | Fix setting ETag header on cache miss | Bart Visscher | 2012-06-25 | 1 | -1/+4 |
| | |||||
* | Cache: Add APC and XCache to global cache handler | Bart Visscher | 2012-06-25 | 3 | -2/+30 |
| | |||||
* | Cache: Use getUserCache cache in OC_Cache | Bart Visscher | 2012-06-25 | 1 | -37/+24 |
| | |||||
* | Cache: Create global cache in OC_Cache | Bart Visscher | 2012-06-25 | 2 | -1/+15 |
| | |||||
* | Trim url and path of appsroot to have and standart type of path fix oc-1107 | Brice Maron | 2012-06-25 | 1 | -5/+7 |
| | |||||
* | write sql errors into the error log for better debugging | Frank Karlitschek | 2012-06-25 | 1 | -0/+2 |
| | |||||
* | Fix the fix about filecache and postgres | Brice Maron | 2012-06-24 | 1 | -2/+1 |
| | |||||
* | Correct File cache error with postgresql | Brice Maron | 2012-06-24 | 1 | -0/+3 |
| |