summaryrefslogtreecommitdiffstats
path: root/apps/files_external/controller/storagescontroller.php
Commit message (Expand)AuthorAgeFilesLines
* Move stuff from outside lib/ to PSR-4Joas Schilling2016-05-241-342/+0
* Update author informationLukas Reschke2016-03-011-0/+1
* Add credentials dialog for user provided authJesús Macias2016-02-041-1/+2
* Merge pull request #21909 from owncloud/files-external-visibilityThomas Müller2016-02-011-1/+1
|\
| * Prevent invalid storages being displayed in the storages viewRobin McCorkell2016-01-261-1/+1
* | inject loggerRobin Appelman2016-01-291-3/+12
* | Allow setting user provided credentials from the personal settings pageRobin Appelman2016-01-291-0/+2
|/
* Pass the user when updating external storage statusRobin Appelman2016-01-181-5/+11
* Happy new year!Thomas Müller2016-01-121-2/+3
* Fix duplicate use in storage controllerJesús Macias2015-12-031-1/+0
* Migrate storate status code to storagenotavailablexceptionJesús Macias2015-12-031-2/+3
* Fix code from PR commentsJesús Macias2015-12-031-21/+1
* Change exception catch orderJesús Macias2015-12-031-5/+5
* Add new external storage exceptions for different errorsJesús Macias2015-12-031-38/+24
* Add different storage status codes managed by StoragedNotAvailableExceptionJesús Macias2015-12-031-4/+38
* Render external storages list in JSRobin McCorkell2015-11-211-0/+14
* Display storage status as tooltipRobin McCorkell2015-10-231-2/+14
* deduplicate @xenopathicMorris Jobke2015-10-061-1/+1
* update licence headers via scriptMorris Jobke2015-10-051-0/+1
* Perform visibility checks on storagesRobin McCorkell2015-09-231-10/+3
* Revert "Implement more fine-grained external storage permissions model"Robin McCorkell2015-09-231-7/+6
* Introduce MODIFY permission for external storagesRobin McCorkell2015-08-281-3/+4
* Validate permissions for created admin storages, auth mechanismRobin McCorkell2015-08-281-1/+33
* Prevent objectstore being set from client sideRobin McCorkell2015-08-251-0/+10
* Propagate auth mechanism/backend failures to filesystem layerRobin McCorkell2015-08-191-15/+23
* Split backend identifiers from the class nameRobin McCorkell2015-08-191-7/+7
* Authentication mechanisms for external storage backendsRobin McCorkell2015-08-191-1/+19
* Introduce BackendService for managing external storage backendsRobin McCorkell2015-08-191-6/+63
* Update license headersJenkins for ownCloud2015-03-261-5/+15
* Fix PHPDoc in files_external, add missing tagVincent Petry2015-03-171-2/+9
* Fix PHPDoc for StoragesControllerVincent Petry2015-03-161-6/+9
* Use storage id + appframework for ext storage CRUDVincent Petry2015-03-121-0/+157