summaryrefslogtreecommitdiffstats
path: root/lib/files
Commit message (Expand)AuthorAgeFilesLines
* PostreSQL compatibility, fixes #2666Arthur Schiwon2013-04-031-1/+1
* supress write hook for .part filesJörn Friedrich Dreyer2013-03-282-9/+6
* ignore files in scanFile instead of scan to catch all occurences.Jörn Friedrich Dreyer2013-03-281-25/+42
* Cache: on equal mtime also for equal size before keeping ETag, at least makes...Arthur Schiwon2013-03-271-1/+2
* Cache: Do not overwrite ETag when file did not changeArthur Schiwon2013-03-271-4/+6
* Only prepare an SQL statement once.Arthur Schiwon2013-03-271-1/+4
* Add PHPDocArthur Schiwon2013-03-271-0/+6
* Adjust to Icewind's fixArthur Schiwon2013-03-271-51/+0
* Cache: fix property path for getting legacy etagRobin Appelman2013-03-271-1/+1
* Port Icewind's fix IRobin Appelman2013-03-272-2/+23
* Change LIMIT in DB query respectively remove where not necessaryArthur Schiwon2013-03-271-2/+1
* Upgrade FileCache on ownCloud upgrade for all users with filesArthur Schiwon2013-03-271-1/+21
* Performance: prepare queries only onceArthur Schiwon2013-03-271-5/+10
* Fix lost ETag on Cache UpgradeArthur Schiwon2013-03-271-3/+74
* listen to touch hook to update the mtime after syncBjörn Schießle2013-03-262-0/+8
* Improve phpdoc for the filecacheRobin Appelman2013-03-244-4/+38
* Merge pull request #2454 from owncloud/fixing-file-mapper-ext-masterBernhard Posselt2013-03-231-7/+16
|\
| * some more test cases & fix on file name generation with indexThomas Mueller2013-03-191-2/+2
| * adding extension to slugified physical pathThomas Mueller2013-03-191-7/+16
* | Some improvements for the Storage phpdocRobin Appelman2013-03-231-0/+9
* | Add phpdoc documentation to the Storage interfaceRobin Appelman2013-03-211-14/+255
* | fix npe when createStorage() returns nullJörn Friedrich Dreyer2013-03-191-1/+5
|/
* Merge pull request #2363 from owncloud/uploadsizeBernhard Posselt2013-03-181-0/+1
|\
| * Improve handeling of unlimited max upload sizeRobin Appelman2013-03-151-0/+1
* | Merge pull request #2204 from owncloud/chache_updater_renameFrank Karlitschek2013-03-171-10/+33
|\ \
| * | Cache: better rename hook for cache updaterRobin Appelman2013-03-081-10/+33
* | | Merge pull request #2383 from owncloud/error-handling-upgradeBernhard Posselt2013-03-161-16/+24
|\ \ \
| * | | Add error handling to the file cache upgradeMichael Gapczynski2013-03-161-16/+24
| |/ /
* | / Filter display of blacklisted filesAndreas Schönebeck2013-03-151-0/+1
| |/ |/|
* | Return unknown freespace if the free_space call failedRobin Appelman2013-03-141-1/+5
* | replace \MDB with \OC_DB, approved in #2278Björn Schießle2013-03-141-1/+1
* | Merge pull request #2254 from owncloud/fixing-mssql-utf8-and-insert-empty-str...Thomas Müller2013-03-121-1/+4
|\ \
| * | write error message to log file in case insert to file cache failed - took ho...Thomas Mueller2013-03-121-1/+4
* | | fixing various filesystem/storage unit tests on windowsThomas Mueller2013-03-122-6/+11
* | | adding //IGNORE to iconv to prevent nasty php warningsThomas Mueller2013-03-121-1/+1
* | | slug generates uniqid in case the file/folder name contains not one single va...Thomas Mueller2013-03-121-4/+2
* | | indexed slug should be created based on logic pathThomas Mueller2013-03-121-1/+1
|/ /
* | Merge pull request #2218 from owncloud/fix-mounting-allBernhard Posselt2013-03-111-1/+1
|\ \
| * | Fix variable for mounting for all users, fix #357Michael Gapczynski2013-03-091-1/+1
| |/
* / Store the global mount configuration file in the datadirRobin Appelman2013-03-101-3/+8
|/
* Merge pull request #2189 from owncloud/versioning_sync_clientBernhard Posselt2013-03-081-1/+9
|\
| * remove some debug output; move code to the right functionBjörn Schießle2013-03-081-1/+1
| * distinguish between touch and writeBjörn Schießle2013-03-071-1/+9
* | Fix fetching source path of shared filesMichael Gapczynski2013-03-072-3/+25
|/
* Merge pull request #2096 from owncloud/cache-upgrade-idMichael Gapczynski2013-03-041-4/+5
|\
| * Cache: more efficient detection for existing entries during upgradeRobin Appelman2013-03-041-9/+3
| * Cache: also check if the file id is already in the cache during upgradeRobin Appelman2013-03-041-3/+10
* | Chunk size comment should say kB, not MBMichael Gapczynski2013-03-031-1/+1
|/
* Cache: cleanup permissions cache when removing a file from the cacheRobin Appelman2013-02-281-0/+3
* Cache: add option to delete file from permissions cache for all usersRobin Appelman2013-02-281-10/+15