summaryrefslogtreecommitdiffstats
path: root/lib/files
Commit message (Expand)AuthorAgeFilesLines
...
| | | | * | | | Prevent backgroundScan() from looping if opendir() is failing for the same pathMichael Gapczynski2013-05-131-1/+3
| | | | | |/ / | | | | |/| |
| | * | | | | Merge branch 'master' into filecache_mtimeMichael Gapczynski2013-03-0810-148/+262
| | |\ \ \ \ \
| | * \ \ \ \ \ merge master into filecache_mtimeRobin Appelman2013-02-1512-81/+177
| | |\ \ \ \ \ \
| | * | | | | | | Emulate touch() for backends that don't support itRobin Appelman2013-02-101-6/+10
| | * | | | | | | Cache: bookkeeping of storage_mtimeRobin Appelman2013-02-103-4/+16
| * | | | | | | | Switch to calling deleteAll via storage to avoid emitting delete hookMichael Gapczynski2013-05-231-1/+2
| * | | | | | | | Remove user name addition to paths in deleteAllMichael Gapczynski2013-05-201-12/+6
| * | | | | | | | Fix undefined variable for copying empty foldersMichael Gapczynski2013-05-191-1/+1
| * | | | | | | | Add support for copying/moving folders between storages, move isIgnoredDir() ...Michael Gapczynski2013-05-193-21/+38
| | |_|_|/ / / / | |/| | | | | |
| * | | | | | | Merge branch 'master' into fix-3353Thomas Mueller2013-05-151-1/+4
| |\ \ \ \ \ \ \
| | * | | | | | | fix for losing mount point "/"Florin Peter2013-05-151-1/+4
| | | |_|_|/ / / | | |/| | | | |
| * / | | | | | Fix finding mount in background watcher, fixes #3353Michael Gapczynski2013-05-151-2/+2
| |/ / / / / /
| * | | | | | don't emit rename hooks on partial file renamesJörn Friedrich Dreyer2013-05-101-2/+2
| * | | | | | rename isIgnoredFile to isPartialFile, remove check of blacklisted files in i...Jörn Friedrich Dreyer2013-05-102-10/+16
| * | | | | | don't call correctFolder() in touchHook, it will be called later in the write...Björn Schießle2013-05-081-1/+0
| * | | | | | update etag for for the touched fileBjörn Schießle2013-05-081-1/+9
| * | | | | | Merge pull request #3044 from owncloud/backgroundwatchericewind19912013-05-072-0/+119
| |\ \ \ \ \ \
| | * | | | | | Cache: check one folder and one file each time the backgroundwatcher runsRobin Appelman2013-04-201-8/+39
| | * | | | | | Cache: add a backgroundjob to check for external changes to the filesystemRobin Appelman2013-04-203-0/+89
| | | |_|_|/ / | | |/| | | |
| * | | | | | Merge pull request #3025 from owncloud/move-fileMichael Gapczynski2013-05-071-11/+14
| |\ \ \ \ \ \
| | * | | | | | Cache: only look for child entires when doing a move operation when moving a ...Robin Appelman2013-04-191-12/+15
| | |/ / / / /
| * | | | | | Fix retrieving of mount points for shared storage, fix #3218Michael Gapczynski2013-05-021-1/+1
| * | | | | | fix for infinite loop causing on files_encryption branch when testing "apps/f...Florin Peter2013-04-292-2/+2
| | |_|_|_|/ | |/| | | |
| * | | | | Code styleRobin Appelman2013-04-261-206/+231
| * | | | | Further seperation of mount management logicRobin Appelman2013-04-264-108/+162
| * | | | | Cache: seperate handing of numeric storage id's to it's own classRobin Appelman2013-04-264-30/+91
| * | | | | Merge pull request #3132 from owncloud/mount-setupfsicewind19912013-04-252-0/+4
| |\ \ \ \ \
| | * | | | | Have the filecache updater testcase clean the filesystem properlyRobin Appelman2013-04-251-0/+1
| | * | | | | Make sure the filesystem is initialized when searching for mountsRobin Appelman2013-04-251-0/+3
| * | | | | | Correct the parameter descriptionLukas Reschke2013-04-251-1/+1
| * | | | | | Correct function descriptionLukas Reschke2013-04-251-1/+1
| |/ / / / /
| * / / / / Files: also check if the source path is valid when doing a rename or copy ope...Robin Appelman2013-04-221-15/+23
| |/ / / /
| * | | | always connect file cache updater hooks firstJörn Friedrich Dreyer2013-04-161-5/+0
| * | | | Make FileCache upgrade more robust, fixes #2650Arthur Schiwon2013-04-152-5/+21
* | | | | Don't unlink old renamed file if stream copy failedMichael Gapczynski2013-04-131-1/+3
* | | | | Check if operation worked before sending post hooks, fixes #2484Michael Gapczynski2013-04-131-4/+4
|/ / / /
* | | | allow Storages to join MountPoint initializationArthur Schiwon2013-04-131-0/+4
* | | | Merge pull request #2747 from owncloud/cache-contructed-cache-objectsJörn Friedrich Dreyer2013-04-101-4/+20
|\ \ \ \
| * | | | Remember the contructed OC\Files\Cache\* classes in OC\Files\Storage\CommonBart Visscher2013-04-051-4/+20
* | | | | Fix touch for creating new filesRobin Appelman2013-04-101-1/+1
* | | | | Merge pull request #2801 from OpenLarry/patch-1Bernhard Posselt2013-04-091-2/+2
|\ \ \ \ \
| * | | | | fixes #2679OpenLarry2013-04-091-2/+2
| |/ / / /
* | | | | Merge pull request #2799 from owncloud/add-mimetype-filter-to-getdirectorycon...Bernhard Posselt2013-04-092-2/+4
|\ \ \ \ \
| * | | | | Add mimetype filter to getDirectoryContent functionBart Visscher2013-04-082-2/+4
| |/ / / /
* / / / / fixes #2792 - only touch if writableThomas Mueller2013-04-081-0/+3
|/ / / /
* | | | 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