Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | | | | | Uninitialized variable | Lukas Reschke | 2012-07-07 | 1 | -0/+1 | |
| * | | | | | | | | | | | Fixes a problem with the user creation ("User already existed" even if the us... | Lukas Reschke | 2012-07-07 | 1 | -3/+2 | |
| * | | | | | | | | | | | Move line counter so we only count lines towards the offset that are equal or... | Michael Gapczynski | 2012-07-06 | 1 | -4/+6 | |
| * | | | | | | | | | | | 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 webd... | Bjoern Schiessle | 2012-07-05 | 1 | -8/+8 | |
| | |_|_|_|_|_|_|_|/ | |/| | | | | | | | | ||||||
* | | | | | | | | | | some work on subadmins | Georg Ehrke | 2012-07-09 | 3 | -1/+141 | |
* | | | | | | | | | | Merge branch 'master' into subadmin | Georg Ehrke | 2012-07-05 | 13 | -79/+220 | |
|\| | | | | | | | | | ||||||
| * | | | | | | | | | 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, or... | Bart Visscher | 2012-07-04 | 1 | -15/+0 | |
| | |_|_|_|_|_|_|/ | |/| | | | | | | | ||||||
| * | | | | | | | | 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 an... | Arthur Schiwon | 2012-07-02 | 2 | -18/+126 | |
| * | | | | | 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 the... | Bjoern Schiessle | 2012-06-29 | 1 | -1/+3 | |
| * | | | 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 | |
| * | | | 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 | |
| | |/ | |/| | ||||||
* | | | Merge branch 'master' into oc_error | Georg Ehrke | 2012-06-27 | 5 | -29/+45 | |
|\| | | |/ |/| | ||||||
| * | 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 | |
* | | Merge branch 'master' into oc_error | Georg Ehrke | 2012-06-26 | 10 | -47/+84 | |
|\| | ||||||
| * | 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 |