summaryrefslogtreecommitdiffstats
path: root/apps/files_external/service/storagesservice.php
Commit message (Expand)AuthorAgeFilesLines
* Move stuff from outside lib/ to PSR-4Joas Schilling2016-05-241-527/+0
* apps/files_external: Fix typos in comments (found and fixed by codespell)Stefan Weil2016-03-301-2/+2
* Remove Scrutinizer Auto FixerLukas Reschke2016-03-011-1/+0
* dont die when missing an auth backendRobin Appelman2016-02-171-0/+7
* clear mount cache when removing applicablesRobin Appelman2016-01-201-1/+39
* Fix adding global applicable when removing all other applicablesRobin Appelman2016-01-131-2/+2
* Happy new year!Thomas Müller2016-01-121-2/+5
* Filter getStorage to make sure the user has access to itRobin Appelman2016-01-081-4/+15
* fix setting mountpoint and auth backend of external storagesRobin Appelman2016-01-081-0/+8
* Scrutinizer Auto-FixesScrutinizer Auto-Fixer2015-12-101-0/+3
* db config backend for files_externalRobin Appelman2015-12-041-305/+139
* Migrate storate status code to storagenotavailablexceptionJesús Macias2015-12-031-1/+2
* dont die if the external storage backend doesn't existRobin Appelman2015-11-201-11/+20
* Remove oc_storages entries after removing ext storagesVincent Petry2015-10-061-0/+41
* deduplicate @xenopathicMorris Jobke2015-10-061-1/+1
* update licence headers via scriptMorris Jobke2015-10-051-1/+1
* Perform visibility checks on storagesRobin McCorkell2015-09-231-1/+44
* Allow an empty mount pointRobin McCorkell2015-08-311-2/+2
* Prevent objectstore being set from client sideRobin McCorkell2015-08-251-2/+6
* Merge pull request #18445 from owncloud/ext-only-setuservars-stringMorris Jobke2015-08-251-0/+8
|\
| * Convert string booleans to real booleansRobin McCorkell2015-08-201-0/+8
* | Merge pull request #18408 from owncloud/ext-ocpRobin McCorkell2015-08-201-1/+1
|\ \ | |/ |/|
| * Use OCP classes as much as possible in files_externalRobin McCorkell2015-08-191-1/+1
* | Allow builtin auth mechanism to be overriddenRobin McCorkell2015-08-191-1/+1
|/
* Split backend identifiers from the class nameRobin McCorkell2015-08-191-15/+24
* Authentication mechanisms for external storage backendsRobin McCorkell2015-08-191-0/+23
* Introduce UserGlobalStoragesServiceRobin McCorkell2015-08-191-9/+29
* Introduce BackendService for managing external storage backendsRobin McCorkell2015-08-191-4/+64
* Revert "Use OCP classes as much as possible in files_external"Thomas Müller2015-07-021-1/+1
* Use OCP classes as much as possible in files_externalRobin McCorkell2015-07-011-1/+1
* update license headers and authorsMorris Jobke2015-06-251-0/+2
* Fix language level incompatibiltiesLukas Reschke2015-04-081-2/+4
* Update license headersJenkins for ownCloud2015-03-261-4/+17
* Fix PHPDoc in files_external, add missing tagVincent Petry2015-03-171-5/+12
* Generate storage config ids when missingVincent Petry2015-03-161-29/+101
* Mount options for ext storage are now passed aroundVincent Petry2015-03-131-0/+7
* Use storage id + appframework for ext storage CRUDVincent Petry2015-03-121-0/+303