aboutsummaryrefslogtreecommitdiffstats
path: root/lib/files/cache/backgroundwatcher.php
Commit message (Collapse)AuthorAgeFilesLines
* move the private namespace OC into lib/private - OCP will stay in lib/publicThomas Müller2013-09-301-104/+0
| | | | | Conflicts: lib/private/vcategories.php
* use executeAudited in files cacheJörn Friedrich Dreyer2013-06-121-5/+5
|
* add missing backticks all over the placeJörn Friedrich Dreyer2013-06-101-2/+2
|
* Fix finding mount in background watcher, fixes #3353Michael Gapczynski2013-05-151-2/+2
|
* Cache: check one folder and one file each time the backgroundwatcher runsRobin Appelman2013-04-201-8/+39
| | | | Because there are usually way less folders than files it walks trought the list of all folder quicker, this causes new files to be detected quicker
* Cache: add a backgroundjob to check for external changes to the filesystemRobin Appelman2013-04-201-0/+73