Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | | | * | | | | Prevent backgroundScan() from looping if opendir() is failing for the same path | Michael Gapczynski | 2013-05-13 | 1 | -1/+3 | |
| | | | | |/ / | | | | |/| | | ||||||
| | * | | | | | Merge branch 'master' into filecache_mtime | Michael Gapczynski | 2013-03-08 | 10 | -148/+262 | |
| | |\ \ \ \ \ | ||||||
| | * \ \ \ \ \ | merge master into filecache_mtime | Robin Appelman | 2013-02-15 | 12 | -81/+177 | |
| | |\ \ \ \ \ \ | ||||||
| | * | | | | | | | Emulate touch() for backends that don't support it | Robin Appelman | 2013-02-10 | 1 | -6/+10 | |
| | * | | | | | | | Cache: bookkeeping of storage_mtime | Robin Appelman | 2013-02-10 | 3 | -4/+16 | |
| * | | | | | | | | Switch to calling deleteAll via storage to avoid emitting delete hook | Michael Gapczynski | 2013-05-23 | 1 | -1/+2 | |
| * | | | | | | | | Remove user name addition to paths in deleteAll | Michael Gapczynski | 2013-05-20 | 1 | -12/+6 | |
| * | | | | | | | | Fix undefined variable for copying empty folders | Michael Gapczynski | 2013-05-19 | 1 | -1/+1 | |
| * | | | | | | | | Add support for copying/moving folders between storages, move isIgnoredDir() ... | Michael Gapczynski | 2013-05-19 | 3 | -21/+38 | |
| | |_|_|/ / / / | |/| | | | | | | ||||||
| * | | | | | | | Merge branch 'master' into fix-3353 | Thomas Mueller | 2013-05-15 | 1 | -1/+4 | |
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | fix for losing mount point "/" | Florin Peter | 2013-05-15 | 1 | -1/+4 | |
| | | |_|_|/ / / | | |/| | | | | | ||||||
| * / | | | | | | Fix finding mount in background watcher, fixes #3353 | Michael Gapczynski | 2013-05-15 | 1 | -2/+2 | |
| |/ / / / / / | ||||||
| * | | | | | | don't emit rename hooks on partial file renames | Jörn Friedrich Dreyer | 2013-05-10 | 1 | -2/+2 | |
| * | | | | | | rename isIgnoredFile to isPartialFile, remove check of blacklisted files in i... | Jörn Friedrich Dreyer | 2013-05-10 | 2 | -10/+16 | |
| * | | | | | | don't call correctFolder() in touchHook, it will be called later in the write... | Björn Schießle | 2013-05-08 | 1 | -1/+0 | |
| * | | | | | | update etag for for the touched file | Björn Schießle | 2013-05-08 | 1 | -1/+9 | |
| * | | | | | | Merge pull request #3044 from owncloud/backgroundwatcher | icewind1991 | 2013-05-07 | 2 | -0/+119 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | Cache: check one folder and one file each time the backgroundwatcher runs | Robin Appelman | 2013-04-20 | 1 | -8/+39 | |
| | * | | | | | | Cache: add a backgroundjob to check for external changes to the filesystem | Robin Appelman | 2013-04-20 | 3 | -0/+89 | |
| | | |_|_|/ / | | |/| | | | | ||||||
| * | | | | | | Merge pull request #3025 from owncloud/move-file | Michael Gapczynski | 2013-05-07 | 1 | -11/+14 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | Cache: only look for child entires when doing a move operation when moving a ... | Robin Appelman | 2013-04-19 | 1 | -12/+15 | |
| | |/ / / / / | ||||||
| * | | | | | | Fix retrieving of mount points for shared storage, fix #3218 | Michael Gapczynski | 2013-05-02 | 1 | -1/+1 | |
| * | | | | | | fix for infinite loop causing on files_encryption branch when testing "apps/f... | Florin Peter | 2013-04-29 | 2 | -2/+2 | |
| | |_|_|_|/ | |/| | | | | ||||||
| * | | | | | Code style | Robin Appelman | 2013-04-26 | 1 | -206/+231 | |
| * | | | | | Further seperation of mount management logic | Robin Appelman | 2013-04-26 | 4 | -108/+162 | |
| * | | | | | Cache: seperate handing of numeric storage id's to it's own class | Robin Appelman | 2013-04-26 | 4 | -30/+91 | |
| * | | | | | Merge pull request #3132 from owncloud/mount-setupfs | icewind1991 | 2013-04-25 | 2 | -0/+4 | |
| |\ \ \ \ \ | ||||||
| | * | | | | | Have the filecache updater testcase clean the filesystem properly | Robin Appelman | 2013-04-25 | 1 | -0/+1 | |
| | * | | | | | Make sure the filesystem is initialized when searching for mounts | Robin Appelman | 2013-04-25 | 1 | -0/+3 | |
| * | | | | | | Correct the parameter description | Lukas Reschke | 2013-04-25 | 1 | -1/+1 | |
| * | | | | | | Correct function description | Lukas Reschke | 2013-04-25 | 1 | -1/+1 | |
| |/ / / / / | ||||||
| * / / / / | Files: also check if the source path is valid when doing a rename or copy ope... | Robin Appelman | 2013-04-22 | 1 | -15/+23 | |
| |/ / / / | ||||||
| * | | | | always connect file cache updater hooks first | Jörn Friedrich Dreyer | 2013-04-16 | 1 | -5/+0 | |
| * | | | | Make FileCache upgrade more robust, fixes #2650 | Arthur Schiwon | 2013-04-15 | 2 | -5/+21 | |
* | | | | | Don't unlink old renamed file if stream copy failed | Michael Gapczynski | 2013-04-13 | 1 | -1/+3 | |
* | | | | | Check if operation worked before sending post hooks, fixes #2484 | Michael Gapczynski | 2013-04-13 | 1 | -4/+4 | |
|/ / / / | ||||||
* | | | | allow Storages to join MountPoint initialization | Arthur Schiwon | 2013-04-13 | 1 | -0/+4 | |
* | | | | Merge pull request #2747 from owncloud/cache-contructed-cache-objects | Jörn Friedrich Dreyer | 2013-04-10 | 1 | -4/+20 | |
|\ \ \ \ | ||||||
| * | | | | Remember the contructed OC\Files\Cache\* classes in OC\Files\Storage\Common | Bart Visscher | 2013-04-05 | 1 | -4/+20 | |
* | | | | | Fix touch for creating new files | Robin Appelman | 2013-04-10 | 1 | -1/+1 | |
* | | | | | Merge pull request #2801 from OpenLarry/patch-1 | Bernhard Posselt | 2013-04-09 | 1 | -2/+2 | |
|\ \ \ \ \ | ||||||
| * | | | | | fixes #2679 | OpenLarry | 2013-04-09 | 1 | -2/+2 | |
| |/ / / / | ||||||
* | | | | | Merge pull request #2799 from owncloud/add-mimetype-filter-to-getdirectorycon... | Bernhard Posselt | 2013-04-09 | 2 | -2/+4 | |
|\ \ \ \ \ | ||||||
| * | | | | | Add mimetype filter to getDirectoryContent function | Bart Visscher | 2013-04-08 | 2 | -2/+4 | |
| |/ / / / | ||||||
* / / / / | fixes #2792 - only touch if writable | Thomas Mueller | 2013-04-08 | 1 | -0/+3 | |
|/ / / / | ||||||
* | | | | PostreSQL compatibility, fixes #2666 | Arthur Schiwon | 2013-04-03 | 1 | -1/+1 | |
* | | | | supress write hook for .part files | Jörn Friedrich Dreyer | 2013-03-28 | 2 | -9/+6 | |
* | | | | ignore files in scanFile instead of scan to catch all occurences. | Jörn Friedrich Dreyer | 2013-03-28 | 1 | -25/+42 | |
* | | | | Cache: on equal mtime also for equal size before keeping ETag, at least makes... | Arthur Schiwon | 2013-03-27 | 1 | -1/+2 | |
* | | | | Cache: Do not overwrite ETag when file did not change | Arthur Schiwon | 2013-03-27 | 1 | -4/+6 |