aboutsummaryrefslogtreecommitdiffstats
path: root/tests/lib/Files/Node
Commit message (Collapse)AuthorAgeFilesLines
...
* Files first to use own GenericEventArthur Schiwon2019-11-261-3/+8
| | | | | | * those are added to 18 only anyway :) Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* Some php-cs fixesRoeland Jago Douma2019-11-221-1/+1
| | | | | | | | | | | * Order the imports * No leading slash on imports * Empty line before namespace * One line per import * Empty after imports * Emmpty line at bottom of file Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* adapt file hooks test to eventdispatcher utilizationArthur Schiwon2019-09-091-23/+66
| | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* Merge pull request #16502 from nextcloud/bugfix/16474Morris Jobke2019-07-291-7/+14
|\ | | | | Check the if we can actually access the storage cache for recent files
| * Check the if we can actually access the storage cache for recent filesJulius Härtl2019-07-241-7/+14
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | Remove deprecated searchByTagRoeland Jago Douma2019-07-261-51/+0
|/ | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Add dispatcher events to User and Group objectsJoas Schilling2019-03-013-17/+4
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* adjust testsRobin Appelman2019-02-071-10/+20
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* Fix folder path containing leading slash when getting mount root by idRobin Appelman2018-11-281-0/+48
| | | | | | | | This fixes collabora on public link shared groupfolders Fixes https://github.com/nextcloud/groupfolders/issues/225 Signed-off-by: Robin Appelman <robin@icewind.nl>
* Fix testRoeland Jago Douma2018-03-221-1/+1
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Use ::class in test mocks of dav appMorris Jobke2017-10-263-5/+6
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Use ::class in test mocksMorris Jobke2017-10-242-10/+16
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Add tests for move/copy hooks in Node APIVincent Petry2017-01-121-0/+81
| | | | Signed-off-by: Vincent Petry <pvince81@owncloud.com>
* Fix files node API failed rename/copyVincent Petry2017-01-122-4/+46
| | | | | | | Whenever a rename or copy operation failed on the view, we must throw an exception instead of just ignoring. Signed-off-by: Vincent Petry <pvince81@owncloud.com>
* Refactor files node API for more code reuseVincent Petry2017-01-113-530/+358
| | | | Signed-off-by: Vincent Petry <pvince81@owncloud.com>
* DI for root.phpLukas Reschke2016-11-026-131/+307
| | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* Fix mock warning in some FS tests (#26464)Vincent Petry2016-11-021-1/+1
|
* Add using casing check/fix for initMountPointsVincent Petry2016-11-021-0/+57
|
* optimize Folder::getById to use less queriesRobin Appelman2016-10-126-78/+154
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* Fix getMock FolderTestsRoeland Jago Douma2016-09-131-96/+104
|
* use limit instead of since when listing recent filesRobin Appelman2016-07-221-7/+6
|
* fix testRobin Appelman2016-07-221-1/+4
|
* add recent files to node apiRobin Appelman2016-07-221-4/+167
|
* RootTest does not require DBRoeland Jago Douma2016-07-131-20/+39
| | | | | | * Removed from DB group * Also mock the manager * Fixed deprecated getMock warnings
* Improve NodeTestRoeland Jago Douma2016-07-111-123/+76
| | | | | | * Do not use DB * Fix phpunit-5.4 warnigns * Moved commong stuff to setup
* Improve FileTestRoeland Jago Douma2016-07-081-237/+153
| | | | | | * No longer requires DB * Fixed phpunit 5.4 warnings * Moved common stuff to Setup phase
* Move tests/ to PSR-4 (#24731)Joas Schilling2016-05-206-0/+2273
* 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