Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move tests/ to PSR-4 (#24731) | Joas Schilling | 2016-05-20 | 1 | -196/+0 |
| | | | | | | | | | | | | | | | | | | | | * Move a-b to PSR-4 * Move c-d to PSR-4 * Move e+g to PSR-4 * Move h-l to PSR-4 * Move m-r to PSR-4 * Move s-u to PSR-4 * Move files/ to PSR-4 * Move remaining tests to PSR-4 * Remove Test\ from old autoloader | ||||
* | Apply DB group annotation ... | Thomas Müller | 2015-11-30 | 1 | -0/+7 |
| | |||||
* | Fix watcher tests to explicitly set policy | Vincent Petry | 2015-07-29 | 1 | -0/+3 |
| | |||||
* | Replace originalStorage in tests with a proper teardown | Vincent Petry | 2015-04-08 | 1 | -8/+2 |
| | | | | | | | | | | The purpose of $originalStorage in unit tests was to remount the old root. However that storage itself is already wrapped by storage wrapper, so remounting it would rewrap the storage several times. This fix makes use of "loginAsUser()" and "logout()" from the TestCase class to properly initialize and cleanup the FS as expected. | ||||
* | Use base class to reset the file mapper | Joas Schilling | 2014-11-19 | 1 | -1/+1 |
| | |||||
* | Correctly restore previous root mount point after testing | Joas Schilling | 2014-11-17 | 1 | -2/+13 |
| | |||||
* | - drop permissions table and related code | Thomas Müller | 2014-06-05 | 1 | -2/+0 |
| | | | | | | - the file/folder's permission is now stored in the file cache - BackGroundWatcher has been removed - this has meanwhile be replaced by occ files:scan which can be executed in a cron jobs - increase version to trigger database migration | ||||
* | add unit tests for watcher policies | Robin Appelman | 2014-02-19 | 1 | -1/+55 |
| | |||||
* | Fixed filesize issue in watchr test | Vincent Petry | 2013-11-05 | 1 | -0/+3 |
| | | | | | | | Added clearstatcache to make sure we get the correct file size after re-writing into the same file. This failed on openSUSE 12.3 x86_64 | ||||
* | raise failed tests from first commit to size @medium | Jörn Friedrich Dreyer | 2013-06-10 | 1 | -0/+3 |
| | |||||
* | add timeouts 3/30/90 to phpunit tests | Jörn Friedrich Dreyer | 2013-06-10 | 1 | -0/+3 |
| | |||||
* | merge master into filecache_mtime | Robin Appelman | 2013-02-15 | 1 | -1/+0 |
|\ | |||||
| * | Cache: reuse known folder sizes when doing a shallow scan | Robin Appelman | 2013-02-11 | 1 | -1/+0 |
| | | |||||
* | | Cache: bookkeeping of storage_mtime | Robin Appelman | 2013-02-10 | 1 | -5/+5 |
|/ | |||||
* | Cache: allow storage backends to overwrite Watcher | Robin Appelman | 2013-01-01 | 1 | -7/+7 |
| | |||||
* | Filecache Watcher: use scan or scanFile based on the current item, not the ↵ | Robin Appelman | 2012-12-15 | 1 | -0/+34 |
| | | | | cached item | ||||
* | allow storage backends to implement custom permission management | Robin Appelman | 2012-11-15 | 1 | -1/+2 |
| | |||||
* | add filesystem watcher to detect updates | Robin Appelman | 2012-10-28 | 1 | -0/+86 |