summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #1514 from nextcloud/integration-tests-orphaned-sharesMorris Jobke2016-10-061-23/+158
|\ | | | | Integration tests orphaned shares + Prefilter inaccessible shares
| * Prefilter inaccessible shares in DefaultShareProvider::getSharedWith()Vincent Petry2016-10-061-23/+158
| | | | | | | | | | | | | | | | | | | | | | The DefaultShareProvider now does a DB-level check to find out whether file_source is accessible at all (deleted file) or whether it's in the trashbin of a home storage. One small corner case where the home storage id is in md5 form cannot be covered properly with this approach. Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* | Merge pull request #1629 from nextcloud/cleanup-settings-applicationJoas Schilling2016-10-069-317/+492
|\ \ | |/ |/| Cleanup settings Application class
| * Use our base class everywhereJoas Schilling2016-10-061-1/+2
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * phpunit min version is 4.8Joas Schilling2016-10-061-31/+1
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * Fix testsJoas Schilling2016-10-067-286/+367
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * Use magic DI as much as possibleJoas Schilling2016-10-051-17/+29
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * Add a test for all the controllers and the middlewareJoas Schilling2016-10-051-0/+111
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Properly catch password policy hint for personal page password changesMorris Jobke2016-10-061-0/+25
| | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | Merge pull request #1306 from nextcloud/simplefsLukas Reschke2016-10-066-20/+440
|\ \ | |/ |/| Introducing AppData
| * Fix avatar testsRoeland Jago Douma2016-10-051-10/+10
| | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * avatar to appdataRoeland Jago Douma2016-10-051-10/+12
| | | | | | | | | | | | * Fix AvatarTest Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * Add TestsRoeland Jago Douma2016-10-054-0/+418
| | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | Merge pull request #1624 from nextcloud/exclude_coverage_dirsLukas Reschke2016-10-051-0/+5
|\ \ | | | | | | Exclude tests and composer dir from coverage
| * | Exclude tests and composer dir from coverageRoeland Jago Douma2016-10-051-0/+5
| |/ | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* / Generate coverage for quick DB testsLukas Reschke2016-10-051-2/+4
|/ | | | | | This adds the "QUICKDB" group which excludes some tests that abuse unit tests as integration tests as displayed in https://github.com/nextcloud/server/issues/1626 Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* Do not use underscores in PSR4 namespaces of the backup codes appChristoph Wurst2016-10-031-3/+2
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Remove database requirement from testLukas Reschke2016-10-031-17/+57
| | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* Remove unused endpointJoas Schilling2016-09-301-130/+0
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Use magic DI for core controllersJoas Schilling2016-09-301-5/+9
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Merge pull request #1582 from nextcloud/make-comments-100-testedLukas Reschke2016-09-301-0/+4
|\ | | | | Add test for setTopmostParentId and getTopmostParentId
| * Add test for setTopmostParentId and getTopmostParentIdLukas Reschke2016-09-291-0/+4
| | | | | | | | | | | | This wasn't tested before as proven by the coverage data. Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* | Only trigger postDelete hooks when the user was deleted...Joas Schilling2016-09-291-4/+5
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Make sure that comments, notifications and preferences are deletedJoas Schilling2016-09-291-11/+74
|/ | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Merge pull request #1534 from nextcloud/svg-optimizationLukas Reschke2016-09-282-7/+2
|\ | | | | Svgo optimization
| * Svgo optimizationskjnldsv2016-09-272-7/+2
| | | | | | | | Signed-off-by: John Molakvoæ <fremulon@protonmail.com>
* | Merge pull request #1549 from nextcloud/kill-update-simulationMorris Jobke2016-09-281-21/+7
|\ \ | | | | | | Kill update simulation
| * | Kill update simulationVincent Petry2016-09-271-21/+7
| | | | | | | | | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* | | Merge pull request #1521 from nextcloud/fix-mimetypedetect-hiddenfolderLukas Reschke2016-09-271-0/+2
|\ \ \ | |/ / |/| | Fix mimetype detection inside hidden folders (#26138)
| * | Fix mimetype detection inside hidden folders (#26138)Vincent Petry2016-09-261-0/+2
| |/ | | | | | | | | | | Downstreaming of https://github.com/owncloud/core/pull/26138 Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* | Use the same URL everywhereJoas Schilling2016-09-271-8/+8
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Return the autoupdater value from the serverJoas Schilling2016-09-271-0/+4
|/ | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Add testsRoeland Jago Douma2016-09-152-38/+43
|
* Merge pull request #1395 from nextcloud/issue-369-htaccess-max-sizesMorris Jobke2016-09-132-7/+7
|\ | | | | Make sure memory limit is > post size and upload filesize
| * Make sure memory limit is > post size and upload filesizeJoas Schilling2016-09-132-7/+7
| |
* | Make tests work with 4.8 at leastJoas Schilling2016-09-131-0/+18
|/
* Fix getMock UtilTestRoeland Jago Douma2016-09-131-1/+8
|
* Fix getMock UsersControllerTestRoeland Jago Douma2016-09-131-13/+16
|
* Fix getMock UserRoeland Jago Douma2016-09-134-136/+146
|
* Fix getMock UrlGeneratortestRoeland Jago Douma2016-09-131-10/+12
|
* Fix getMock TagTestRoeland Jago Douma2016-09-131-3/+4
|
* Fix getMock ManagerTestRoeland Jago Douma2016-09-131-1/+1
|
* Fix getMock CertificateMangerTestRoeland Jago Douma2016-09-131-2/+3
|
* Fix getMock RepairUnmergedSharesTestRoeland Jago Douma2016-09-131-4/+5
|
* Fix getMock DBLockingProviderTestRoeland Jago Douma2016-09-131-1/+2
|
* Fix getMock HelperStorageTestRoeland Jago Douma2016-09-131-6/+5
|
* Fix getMock ViewTestRoeland Jago Douma2016-09-131-6/+7
|
* Fix getMock scannertestRoeland Jago Douma2016-09-131-1/+2
|
* Fix getMock QuotaTestRoeland Jago Douma2016-09-131-9/+9
|
* Fix getMock FolderTestsRoeland Jago Douma2016-09-131-96/+104
|