Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | make getUidAndFilename() private | Bjoern Schiessle | 2013-10-29 | 1 | -1/+1 |
| | |||||
* | make sure that we operate on the owners Path because this path needs to be ↵ | Bjoern Schiessle | 2013-10-29 | 1 | -12/+30 |
| | | | | | | updated check the storage for every iteration to make sure that we update the correct cache entry | ||||
* | remove debug output, add comment | Bjoern Schiessle | 2013-10-28 | 1 | -4/+1 |
| | |||||
* | check storage for every iteration | Bjoern Schiessle | 2013-10-28 | 1 | -4/+11 |
| | |||||
* | changed the logic, this should fix the tests | Bjoern Schiessle | 2013-10-24 | 1 | -1/+2 |
| | |||||
* | remove debug code | Bjoern Schiessle | 2013-10-24 | 1 | -4/+0 |
| | |||||
* | resolvePath() needs to resolve the path for the owner, otherwise it doesn't ↵ | Bjoern Schiessle | 2013-10-24 | 1 | -13/+22 |
| | | | | | | work for Shared files correctFolder() correct folder for the owner of the file. The Shared folder for the other users gets updated by the files_sharing app | ||||
* | don't call correctFolder() in touchHook, it will be called later in the ↵ | Björn Schießle | 2013-05-08 | 1 | -1/+0 |
| | | | | writeUpdate() | ||||
* | update etag for for the touched file | Björn Schießle | 2013-05-08 | 1 | -1/+9 |
| | |||||
* | listen to touch hook to update the mtime after sync | Björn Schießle | 2013-03-25 | 1 | -0/+7 |
| | |||||
* | Cache: better rename hook for cache updater | Robin Appelman | 2013-03-17 | 1 | -10/+33 |
| | |||||
* | Update mtimes of all parent folders after change inside | Michael Gapczynski | 2013-01-19 | 1 | -5/+11 |
| | |||||
* | Merge branch 'filesystem' into filesystem-etags | Michael Gapczynski | 2013-01-07 | 1 | -3/+3 |
|\ | | | | | | | | | Conflicts: lib/files/cache/cache.php | ||||
| * | Cache: provide path hints to getCache/etc where available | Robin Appelman | 2013-01-01 | 1 | -3/+3 |
| | | |||||
* | | Fix eTagUpdate and add tests | Michael Gapczynski | 2012-12-31 | 1 | -1/+1 |
| | | |||||
* | | Merge branch 'filesystem' into filesystem-etags | Michael Gapczynski | 2012-12-30 | 1 | -9/+13 |
|\| | | | | | | | | | Conflicts: lib/files/cache/updater.php | ||||
| * | Fix retrieving of cache and scanner in Updater class | Michael Gapczynski | 2012-12-30 | 1 | -7/+11 |
| | | |||||
* | | Fix function name | Michael Gapczynski | 2012-12-30 | 1 | -1/+1 |
| | | |||||
* | | Update etags in parent folders | Michael Gapczynski | 2012-12-30 | 1 | -0/+24 |
|/ | |||||
* | add cache updater | Robin Appelman | 2012-11-08 | 1 | -0/+71 |