| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | 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 |
* | when scanning a folder that is a mountpoint, use the root of the mount for ch... | Robin Appelman | 2012-05-17 | 1 | -2/+6 |
* | don't do the initial scanning of the users home folder trough the update system | Robin Appelman | 2012-05-11 | 1 | -2/+5 |
* | also scan new folders when checking for updates | Robin Appelman | 2012-05-09 | 1 | -1/+1 |
* | Fix updateFolder() in OC_FileCache | Michael Gapczynski | 2012-05-06 | 1 | -1/+1 |
* | fix filecache for postgresql | Robin Appelman | 2012-05-03 | 1 | -6/+11 |
* | improve rescanning folders | Robin Appelman | 2012-04-29 | 1 | -25/+35 |
* | remove non existing files from the cache when rescanning a folder | Robin Appelman | 2012-04-29 | 1 | -15/+19 |
* | minor filecache improvements | Robin Appelman | 2012-04-25 | 1 | -5/+10 |
* | return user specific paths from oc_filecache::getpath | Robin Appelman | 2012-04-16 | 1 | -1/+6 |
* | fix filecache rename hook | Robin Appelman | 2012-04-15 | 1 | -1/+1 |
* | add public api to get the file id from the cache | Robin Appelman | 2012-04-15 | 1 | -0/+34 |
* | mimetype filter for filepicker | Bartek Przybylski | 2012-04-05 | 1 | -3/+3 |
* | dont send to much when scanning large folders | Robin Appelman | 2012-03-31 | 1 | -4/+3 |
* | send more progress updates when scanning large folders | Robin Appelman | 2012-03-31 | 1 | -3/+9 |
* | clean pre-path_hash fscache entries | Robin Appelman | 2012-03-30 | 1 | -0/+8 |
* | add path_hash to the filesystem cache | Robin Appelman | 2012-03-30 | 1 | -14/+14 |
* | fix adding photo to incorrect gallery | Bartek Przybylski | 2012-03-15 | 1 | -1/+1 |
* | oc_db isn't pdo | Robin Appelman | 2012-03-11 | 1 | -2/+2 |
* | spaces to tabs replacement | Bartek Przybylski | 2012-03-09 | 1 | -4/+4 |
* | filescan by mimetype scan | Bartek Przybylski | 2012-03-09 | 1 | -5/+6 |
* | filecache search comparition fix | Bartek Przybylski | 2012-03-09 | 1 | -2/+2 |
* | also delete childs of folders from the cache | Robin Appelman | 2012-03-03 | 1 | -10/+19 |
* | better handeling of files that can behave like folder (e.g. archives) | Robin Appelman | 2012-03-03 | 1 | -3/+4 |
* | merge master into encryption | Robin Appelman | 2012-02-26 | 1 | -4/+19 |
|\ |
|
| * | some more error reporting during filesystem scan | Robin Appelman | 2012-02-25 | 1 | -5/+19 |
* | | Merge branch 'master' into encryption | Robin Appelman | 2012-02-25 | 1 | -1/+1 |
|\| |
|
| * | log typo fix | Bartek Przybylski | 2012-02-23 | 1 | -1/+1 |
* | | fix incorrect information in the filecache when using encryption | Robin Appelman | 2012-02-21 | 1 | -4/+36 |
* | | non existing files can never be updated | Robin Appelman | 2012-02-21 | 1 | -0/+3 |
|/ |
|
* | use cached size for getting the size of a moved file | Robin Appelman | 2012-02-15 | 1 | -2/+1 |
* | - Added the ability to change a files mtime via webdavs propset. | Klaas Freitag | 2012-02-10 | 1 | -4/+7 |
* | fix filecache with MDB2 | Robin Appelman | 2012-02-08 | 1 | -6/+6 |
* | use fetchRow instead of fetch | Robin Appelman | 2012-02-08 | 1 | -4/+4 |
* | bugfix in searching files by mimetype | Robin Appelman | 2012-02-08 | 1 | -7/+15 |
* | fix filecache when creating a new folder | Robin Appelman | 2012-02-06 | 1 | -2/+3 |
* | store writable flag for files | Robin Appelman | 2012-02-05 | 1 | -6/+9 |
* | watch for changes outside owncloud to the files | Robin Appelman | 2012-02-05 | 1 | -47/+214 |
* | allow the usage of the filecache outside of the users home folder | Robin Appelman | 2012-02-02 | 1 | -18/+50 |
* | only show what folder we are scanning to save bandwith | Robin Appelman | 2012-02-01 | 1 | -5/+6 |