summaryrefslogtreecommitdiffstats
path: root/lib/private/files/cache
Commit message (Expand)AuthorAgeFilesLines
* Redetect mime type whenever extension is renamedVincent Petry2013-11-271-0/+6
* Merge pull request #5874 from owncloud/fix-5845Thomas Müller2013-11-242-2/+2
|\
| * Compare dirname() results to DIRECTORY_SEPARATOR, not '/'ringmaster2013-11-141-1/+1
| * Alias the aggregate columns so SQL Server doesn't combine them.ringmaster2013-11-141-1/+1
* | Root size for home storage is now size of "files" subdirVincent Petry2013-11-181-0/+13
|/
* Now calling parent method when path is not rootVincent Petry2013-11-121-16/+8
* Do not use -1 as the size for the root folder of the home storageRobin Appelman2013-11-121-0/+48
* Merge pull request #5701 from owncloud/sharing-updateownerfoldersizesMorris Jobke2013-11-111-3/+6
|\
| * Fixed watcher to also update the owner's folder sizesVincent Petry2013-11-051-3/+6
* | Add post hooks for filesystem scannerRobin Appelman2013-11-071-0/+5
|/
* Merge pull request #5540 from owncloud/scanner-enhancments-masterThomas Müller2013-11-042-3/+17
|\
| * set log level to DEBUGThomas Müller2013-11-041-2/+4
| * using array_diff_assoc to detect diffs in values as wellThomas Müller2013-10-251-1/+1
| * cast storage_mtime to intThomas Müller2013-10-251-0/+1
| * log the data arraysThomas Müller2013-10-241-1/+3
| * some logging added ....Thomas Müller2013-10-241-2/+11
* | Merge branch 'master' into home-storageThomas Müller2013-10-302-12/+63
|\ \
| * \ Merge branch 'master' into update-parent-storage-mtimeRobin Appelman2013-10-302-12/+43
| |\ \
| | * \ Merge branch 'master' into fix_file_cache_updater_masterBjoern Schiessle2013-10-291-0/+4
| | |\ \
| | | * | Map empty mimetypes to octet-stream for Oracle DBMS.Andreas Fischer2013-10-291-0/+4
| | | |/
| | * | make sure that also the storage etag gets changedBjoern Schiessle2013-10-291-4/+7
| | * | make getUidAndFilename() privateBjoern Schiessle2013-10-291-1/+1
| | * | backport of https://github.com/owncloud/core/pull/5513Bjoern Schiessle2013-10-291-12/+36
| | |/
| * / Update the parent folders storage_mtime on write and delete to prevent rescansRobin Appelman2013-10-291-1/+21
| |/
* / use the new home storage backend when no existing local storage backend exist...Robin Appelman2013-10-291-1/+14
|/
* Catch duplicate insertion errors while scanning filesVincent Petry2013-10-232-14/+38
* Check result only onceVictor Dubiniuk2013-10-041-3/+5
* Make mimetypes static. Jenkis will be happyVictor Dubiniuk2013-10-041-11/+11
* Load all mimetypes in one goVictor Dubiniuk2013-10-041-17/+20
* only perform files upgrade in case there are actually entries in the old fsca...Thomas Müller2013-10-021-1/+9
* move the private namespace OC into lib/private - OCP will stay in lib/publicThomas Müller2013-09-309-0/+1743