summaryrefslogtreecommitdiffstats
path: root/apps/files_trashbin/tests
Commit message (Collapse)AuthorAgeFilesLines
* Add test OCA\Files_Trashbin\CapabilitiesUnknown2018-11-011-0/+44
|
* Merge pull request #11573 from nextcloud/gridview-tableMorris Jobke2018-10-241-1/+1
|\ | | | | Files grid view
| * Use grid view in other file views tooJan-Christoph Borchardt2018-10-181-1/+1
| | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* | fix trash storage wrapper testsRobin Appelman2018-10-171-0/+3
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | fix preview controller testsRobin Appelman2018-10-171-4/+29
|/ | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* Fix mock of ITimeFactoryJoas Schilling2018-10-101-42/+12
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Fix usage of deprecated OC.webrootChristoph Wurst2018-10-091-8/+8
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* fix trashbin js testsRobin Appelman2018-09-261-143/+141
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* Fix and extend testsRoeland Jago Douma2018-06-291-6/+41
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Adds a test case for the loading symbol in deleted files.Abijeet2018-06-181-2/+8
| | | | Signed-off-by: Abijeet <abijeetpatro@gmail.com>
* Fixed failing test cases for the new actions menu.Abijeet2018-06-181-13/+30
| | | | Signed-off-by: Abijeet <abijeetpatro@gmail.com>
* Previews on for all trashbin filesRoeland Jago Douma2018-06-051-22/+30
| | | | | | | | | | * Previews possible for all files in the trashbin * Set caching * Use the fileid to find the file * Fix test Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Remove OC_App::disable methodTobia De Koninck2018-03-061-1/+1
| | | | Signed-off-by: Tobia De Koninck <tobia@ledfan.be>
* Fix risky tests without assertionsJoas Schilling2018-01-253-2/+3
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Fixed remaining testsJohn Molakvoæ (skjnldsv)2017-11-081-5/+5
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Update license headersMorris Jobke2017-11-064-0/+4
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Use ::class in test mocksMorris Jobke2017-10-242-3/+5
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Don't use deprecated $this->getMock() methodJoas Schilling2017-10-091-2/+2
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* allow apps to control the trash binBjoern Schiessle2017-09-151-11/+41
| | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* Remove legacy OC_User_Backend and OC_User_InterfaceRoeland Jago Douma2017-07-241-1/+1
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* delete files right away in case of a encryption exceptionBjoern Schiessle2017-03-141-1/+4
| | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* More testsRoeland Jago Douma2016-11-031-0/+181
| | | | | | | | | * PreviewController test * PublicPreview test * Versions Preview test * Trash Preview test Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Fix getMock files_trashbinRoeland Jago Douma2016-09-062-3/+5
|
* Update with robinJoas Schilling2016-07-212-2/+2
|
* Fix apps/Joas Schilling2016-07-216-14/+20
|
* Fix trashed file name corruption when rerendering trashbin listVincent Petry2016-06-231-0/+22
| | | | | | | The trashbin code does some gymnastics with the file data at render time. This fix makes sure that the modifications done on the file data are only local to the rendering code and doesn't affect the actual file data from the file list.
* Update license headersLukas Reschke2016-05-264-3/+6
|
* Move files_trashbin to PSR-4 (#24570)Joas Schilling2016-05-126-14/+15
|
* Merge pull request #24111 from owncloud/chunk-users-in-background-jobsBjörn Schießle2016-04-211-1/+0
|\ | | | | Chunk the users correctly in the trashbin and versions background job
| * Chunk the users correctly in the trashbin and versions background jobJoas Schilling2016-04-201-1/+0
| |
* | Fix testsRoeland Jago Douma2016-04-192-9/+24
|/
* apps/files_trashbin: Fix typos in comments (found and fixed by codespell)Stefan Weil2016-03-301-2/+2
| | | | | | Fix also a wrong word. Signed-off-by: Stefan Weil <sw@weilnetz.de>
* set watch policy in testRobin Appelman2016-03-211-9/+24
|
* Remove Scrutinizer Auto FixerLukas Reschke2016-03-011-1/+0
|
* Happy new year!Thomas Müller2016-01-126-7/+14
|
* Removed deprecated function OC_User::deleteUserRoeland Jago Douma2015-12-172-2/+4
| | | | Replaced with proper OCP calls
* Removed deprecated private OC_User::createUserRoeland Jago Douma2015-12-171-1/+1
| | | | | All function calls are replaced with the recommended (which was already the body of the function).
* skip test if we cant use the filesystem when not logged inRobin Appelman2015-12-111-2/+5
|
* Fix thrashbin wrapper when no user is loggedinRobin Appelman2015-12-111-0/+10
|
* Scrutinizer Auto-FixesScrutinizer Auto-Fixer2015-12-071-3/+16
| | | | This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com
* Replace old config code with usage of proper APIsMorris Jobke2015-12-021-3/+4
|
* Add DB group to some files_external testsThomas Müller2015-11-301-0/+7
| | | | | | | | | | Adding group Db to federation tests and ldap tests Add group DB to Test_UrlGenerator Adding group DB to trashbin and versions tests Adding group DB to Test_Util_CheckServer for pg
* Adding more DB groups to test suitsThomas Müller2015-11-303-0/+16
| | | | Adding more DB groups to test suits
* Deduplicate queued trashbin expire jobsMorris Jobke2015-11-271-1/+1
| | | | | | | | * fixes #20425 * this removes the argument trashbin size from the expire job - it is now calculated in the expire job * the queue now detects properly that the job is already queue and doesn't add it again
* update testsRobin Appelman2015-11-191-1/+0
|
* Fix listing of trash files in testRobin Appelman2015-10-161-0/+2
|
* dont assume home storage is local in trash testRobin Appelman2015-10-161-13/+15
|
* update licence headers via scriptMorris Jobke2015-10-054-0/+4
|
* Add the method to the mockJoas Schilling2015-09-251-0/+1
|
* Updates according to reviewVictor Dubiniuk2015-09-161-1/+1
|