| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix "There must be a single space between the closing parenthesis and the ope... | Bart Visscher | 2012-12-15 | 1 | -3/+3 |
* | one more undefined index error | Björn Schießle | 2012-12-06 | 1 | -2/+2 |
* | fix more undefined indexes | Björn Schießle | 2012-12-06 | 1 | -1/+1 |
* | OC_FSV->copy now only caches files which are copied from data/user/files | Sam Tuke | 2012-11-28 | 1 | -2/+3 |
* | Merge pull request #483 from owncloud/archive_sizes | Thomas Müller | 2012-11-22 | 1 | -5/+18 |
|\ |
|
| * | stop increasing folder sizes once we hit a non folder | Robin Appelman | 2012-11-16 | 1 | -2/+15 |
| * | typo | Robin Appelman | 2012-11-16 | 1 | -3/+3 |
* | | Fixes update of shared files with mirall because it dose not update all metha... | Maximilian Ruta | 2012-11-20 | 1 | -5/+7 |
|/ |
|
* | Fix quoting problem in fs mount. give Big DB error at least in PG | Brice Maron | 2012-11-07 | 1 | -4/+4 |
* | Checkstyle fixes: NoSpaceAfterComma | Felix Moeller | 2012-11-04 | 1 | -6/+6 |
* | Checkstyle fixes for SpaceBeforeOpenBrace | Felix Moeller | 2012-11-04 | 1 | -1/+1 |
* | Checkstyle: many fixes | Felix Moeller | 2012-11-02 | 1 | -17/+17 |
* | Merge pull request #81 from fmms/master | Lukas Reschke | 2012-10-24 | 1 | -3/+3 |
|\ |
|
| * | NoSpaceAfterComma II | Felix Moeller | 2012-10-23 | 1 | -3/+3 |
| * | Checkstyle: NoSpaceAfterComma | Felix Moeller | 2012-10-23 | 1 | -3/+3 |
* | | normalize path | Björn Schießle | 2012-10-24 | 1 | -1/+1 |
|/ |
|
* | Make Jenkins more happy. | Felix Moeller | 2012-10-23 | 1 | -39/+39 |
* | when using oracle use LOWER() to make searching files case insensitive | Jörn Friedrich Dreyer | 2012-10-18 | 1 | -2/+8 |
* | delete fscache on deleting user | scambra | 2012-10-16 | 1 | -1/+2 |
* | this is no longer needed, commit cb91e27ab33d4e2b2d13b26cdc8d965d1607201e sho... | Björn Schießle | 2012-10-12 | 1 | -3/+0 |
* | nortmalize path before adding it to the fscache to avoid multiple fscache ent... | Björn Schießle | 2012-10-12 | 1 | -0/+3 |
* | extract the right parent directory from the pathv4.5.0 | Björn Schießle | 2012-10-09 | 1 | -1/+1 |
* | set folder size to 0 when scanning the filesystem | Robin Appelman | 2012-10-05 | 1 | -0/+1 |
* | update the filecache by setting mtimes to 0 when the mount configuration has ... | Robin Appelman | 2012-09-30 | 1 | -0/+14 |
* | escape user column in OC_FileCache::clear | Jörn Friedrich Dreyer | 2012-09-20 | 1 | -1/+1 |
* | adding space between) and { | Thomas Mueller | 2012-09-07 | 1 | -64/+64 |
* | clear the filecache if the mount configuration has changed | Robin Appelman | 2012-09-06 | 1 | -0/+14 |
* | Don't delete the file anymore to replace it in the UI, just overwrite it | Michael Gapczynski | 2012-09-05 | 1 | -0/+4 |
* | Whitespace fixes in lib | Bart Visscher | 2012-08-29 | 1 | -11/+11 |
* | Merge branch 'master' of git://gitorious.org/owncloud/owncloud into oracle-su... | Jörn Friedrich Dreyer | 2012-08-25 | 1 | -379/+106 |
|\ |
|
| * | Merge branch 'master' into share_api | Michael Gapczynski | 2012-08-09 | 1 | -11/+19 |
| |\ |
|
| | * | while loop not needed because of recursive call of put() | Bjoern Schiessle | 2012-08-08 | 1 | -8/+4 |
| | * | fix for bug 879 - add parent directory to file cache if it does not exist yet. | Bjoern Schiessle | 2012-08-08 | 1 | -11/+23 |
| * | | Merge branch 'master' into share_api | Michael Gapczynski | 2012-07-25 | 1 | -5/+31 |
| |\| |
|
| | * | cache fileid's in oc_cache | Robin Appelman | 2012-07-22 | 1 | -3/+29 |
| | * | fix increasing folder sizes in filecache for custom roots | Robin Appelman | 2012-07-20 | 1 | -2/+2 |
| * | | Sharing files working using share API | Michael Gapczynski | 2012-07-10 | 1 | -0/+8 |
| |/ |
|
| * | 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 |
| * | fix saved file size for uploaded files | Robin Appelman | 2012-06-21 | 1 | -4/+4 |
| * | truncate decrypted files based on filelength | Robin Appelman | 2012-06-21 | 1 | -5/+5 |
| * | when checking if the content of a folder has been updated, exlicitly state th... | Robin Appelman | 2012-06-17 | 1 | -1/+1 |
| * | Spelling fix | Bart Visscher | 2012-06-15 | 1 | -1/+1 |
| * | cleanup oc_filecache, splitting it in several parts and using the new hasUpdated | Robin Appelman | 2012-06-15 | 1 | -368/+62 |
| * | update file paths in filecache when the parent is renamed | Robin Appelman | 2012-06-04 | 1 | -0/+9 |
| * | Fix typo in log message | Michael Gapczynski | 2012-06-01 | 1 | -1/+1 |
* | | escape all identifiers with backticks | jfd | 2012-08-24 | 1 | -3/+3 |
* | | fix for bug 879 - add parent directory to file cache if it does not exist yet. | Bjoern Schiessle | 2012-08-24 | 1 | -12/+21 |
* | | fix sql | Jörn Friedrich Dreyer | 2012-08-01 | 1 | -2/+2 |
* | | escape all identifiers with backticks | jfd | 2012-07-31 | 1 | -23/+23 |