summaryrefslogtreecommitdiffstats
path: root/apps/files_external/tests
Commit message (Expand)AuthorAgeFilesLines
* add all storage config rows in one go on loadRobin Appelman2022-03-171-5/+5
* simplify setup of circular SetupManager<->ManagerRobin Appelman2022-03-041-6/+2
* move logic to decide what to setup to setupmanagerRobin Appelman2022-03-041-2/+2
* adjust tests to new fs setupRobin Appelman2022-03-041-1/+10
* Add test for samba kerberos sso in ciRobin Appelman2022-01-201-0/+33
* Replace license information to SPDX expressionLouis Chemineau2022-01-113-3/+3
* Add option to disallow creation of local storagesVincent Petry2021-12-153-3/+66
* ciRobin Appelman2021-10-152-0/+49
* fixup tests for ftp limitationsRobin Appelman2021-10-071-0/+44
* teardownRobin Appelman2021-10-071-0/+1
* add new ftp backendRobin Appelman2021-10-071-37/+2
* run ftp external storage tests against multiple ftp serversRobin Appelman2021-10-071-1/+4
* Revert OC.linkToOCS() calls back to old behaviourJoas Schilling2021-08-311-1/+1
* Bump @nextcloud/router from 1.2.0 to 2.0.0dependabot[bot]2021-07-231-2/+1
* remove depricated methods from MountConfigRobin Appelman2021-06-161-6/+1
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-0434-41/+6
* Rename External storages to External storageszaimen2021-05-202-4/+4
* better cleanup of filecache when deleting an external storageRobin Appelman2021-05-193-10/+36
* Bump js licensesJohn Molakvoæ (skjnldsv)2021-03-313-26/+63
* Lint fixJohn Molakvoæ (skjnldsv)2021-03-171-49/+49
* adjust testsRobin Appelman2021-01-083-4/+24
* Expose session based authentication through mount point typeJulius Härtl2020-12-211-1/+3
* Update all license headers for Nextcloud 21Christoph Wurst2020-12-1617-19/+17
* Bump jquery from 2.2.4 to 3.1.0Christoph Wurst2020-11-131-35/+37
* Don't leave cursors open when tests failJoas Schilling2020-11-091-1/+4
* Format code to a single space around binary operatorsChristoph Wurst2020-10-054-54/+54
* Update the license headers for Nextcloud 20Christoph Wurst2020-08-249-0/+9
* Change PHPDoc type hint from PHPUnit_Framework_MockObject_MockObject to \PHPU...Morris Jobke2020-08-1210-36/+35
* Move OC_Mount_Config to proper classname and remove OC::$CLASSPATH usage in f...Morris Jobke2020-07-105-49/+49
* Update license headers for 19Christoph Wurst2020-04-296-1/+5
* Add visibility to all constantsChristoph Wurst2020-04-101-3/+3
* Add visibility to all methods and position of static keywordChristoph Wurst2020-04-103-6/+6
* Format control structures, classes, methods and functionChristoph Wurst2020-04-1019-27/+6
* Remove trailing and in between spacesChristoph Wurst2020-04-095-5/+5
* Unify function spacing to PSR2 recommendationChristoph Wurst2020-04-093-3/+3
* Use exactly one empty line after the namespace declarationChristoph Wurst2020-04-091-1/+0
* Fix (array) indent style to always use one tabChristoph Wurst2020-04-093-11/+11
* allow setting tooltips for external storage config optionsRobin Appelman2020-04-031-4/+8
* Update the license headers for Nextcloud 19Christoph Wurst2020-03-3115-0/+16
* Merge pull request #20170 from nextcloud/techdebt/remove-unused-importsChristoph Wurst2020-03-271-1/+0
|\
| * Remove unused importsChristoph Wurst2020-03-251-1/+0
* | Use the short array syntax, everywhereChristoph Wurst2020-03-267-76/+76
* | Use the shorter phpunit syntax for mocked return valuesChristoph Wurst2020-03-2511-53/+53
|/
* Merge pull request #19932 from nextcloud/remove-placeholder-checkRoeland Jago Douma2020-03-171-49/+0
|\
| * remove the requirement that everything that looks like a placeholder is subst...Robin Appelman2020-03-131-49/+0
* | fix external storage controller testsRobin Appelman2020-03-131-0/+4
|/
* Update license headersChristoph Wurst2019-12-0536-37/+57
* Fix external storagestestsRoeland Jago Douma2019-11-272-12/+18
* Mode to modern phpunitRoeland Jago Douma2019-11-2715-57/+58
* Make phpunit8 compatibleRoeland Jago Douma2019-11-2722-34/+34