summaryrefslogtreecommitdiffstats
path: root/apps/files_external/tests/service
Commit message (Expand)AuthorAgeFilesLines
* Move stuff from outside lib/ to PSR-4Joas Schilling2016-05-246-2204/+0
* Add tests for backend/auth mechanism providersRobin McCorkell2016-05-111-0/+76
* add testRobin Appelman2016-04-251-0/+11
* Fix storage backend class namespaces and move to subdirRobin McCorkell2016-04-141-3/+3
* Remove Scrutinizer Auto FixerLukas Reschke2016-03-011-1/+0
* Update author informationLukas Reschke2016-03-011-0/+1
* encrypt passwords for files_externalRobin Appelman2016-02-112-2/+2
* clear mount cache when removing applicablesRobin Appelman2016-01-204-4/+12
* Correctly remove global applicableRobin McCorkell2016-01-151-0/+12
* Happy new year!Thomas Müller2016-01-126-11/+16
* Filter getStorage to make sure the user has access to itRobin Appelman2016-01-082-0/+38
* update testsRobin Appelman2016-01-082-1/+5
* fix setting mountpoint and auth backend of external storagesRobin Appelman2016-01-082-0/+57
* Scrutinizer Auto-FixesScrutinizer Auto-Fixer2015-12-101-1/+0
* Scrutinizer Auto-FixesScrutinizer Auto-Fixer2015-12-071-0/+5
* db config backend for files_externalRobin Appelman2015-12-045-457/+350
* Update license headersLukas Reschke2015-10-261-0/+1
* Fix testDeleteStorage signature to match the one from the base classVincent Petry2015-10-131-2/+3
* Remove oc_storages entries after removing ext storagesVincent Petry2015-10-062-4/+53
* deduplicate @xenopathicMorris Jobke2015-10-065-5/+5
* update licence headers via scriptMorris Jobke2015-10-053-1/+3
* Unit tests for storage validation in serviceRobin McCorkell2015-09-232-0/+56
* Perform visibility checks on storagesRobin McCorkell2015-09-231-0/+4
* Revert "Implement more fine-grained external storage permissions model"Robin McCorkell2015-09-231-3/+3
* Unit tests for UserGlobalStoragesService::getUniqueStorages()Robin McCorkell2015-09-161-2/+78
* Merge pull request #18441 from owncloud/ext-backends.advancedRobin McCorkell2015-09-131-25/+3
|\
| * Implement more fine-grained external storage permissions modelRobin McCorkell2015-08-281-25/+3
* | Unit test storages with an empty mount pointRobin McCorkell2015-08-312-0/+33
|/
* Merge pull request #18445 from owncloud/ext-only-setuservars-stringMorris Jobke2015-08-251-0/+7
|\
| * Convert string booleans to real booleansRobin McCorkell2015-08-201-0/+7
* | Use OCP classes as much as possible in files_externalRobin McCorkell2015-08-191-1/+7
|/
* Make Application a singletonRobin McCorkell2015-08-191-1/+6
* Unit tests for new backend APIRobin McCorkell2015-08-194-0/+466
* Split backend identifiers from the class nameRobin McCorkell2015-08-193-51/+108
* Authentication mechanisms for external storage backendsRobin McCorkell2015-08-193-0/+63
* Introduce BackendService for managing external storage backendsRobin McCorkell2015-08-193-17/+60
* Update license headersJenkins for ownCloud2015-03-263-36/+33
* Generate storage config ids when missingVincent Petry2015-03-162-0/+154
* Mount options for ext storage are now passed aroundVincent Petry2015-03-133-0/+13
* Use storage id + appframework for ext storage CRUDVincent Petry2015-03-123-0/+1085