summaryrefslogtreecommitdiffstats
path: root/apps/files_external/lib/config.php
Commit message (Expand)AuthorAgeFilesLines
* layout refinementsMorris Jobke2016-08-171-6/+6
* Update with robinJoas Schilling2016-07-211-1/+1
* Fix apps/Joas Schilling2016-07-211-2/+4
* Change the default value to true instead of nullJuan Pablo Villafáñez2016-06-081-1/+1
* Rename variableJuan Pablo Villafáñez2016-06-071-2/+2
* Add support to know where the storage test comes fromJuan Pablo Villafáñez2016-06-071-2/+2
* Update license headersLukas Reschke2016-05-261-3/+3
* Move remaining classes to PSR-4Joas Schilling2016-05-241-2/+2
* Remove Scrutinizer Auto FixerLukas Reschke2016-03-011-1/+0
* Happy new year!Thomas Müller2016-01-121-2/+4
* Remove dead codeLukas Reschke2015-12-091-52/+6
* Migrate storate status code to storagenotavailablexceptionJesús Macias2015-12-031-8/+4
* Delete unnecessary storage status constansJesús Macias2015-12-031-4/+0
* Add different storage status codes managed by StoragedNotAvailableExceptionJesús Macias2015-12-031-0/+4
* remove old propagation logicRobin Appelman2015-12-011-30/+0
* Adjust patchesThomas Müller2015-11-301-4/+4
* Scrutinizer Auto-FixesScrutinizer Auto-Fixer2015-11-301-1/+2
* Fix some PHPDocsLukas Reschke2015-11-281-4/+5
* Properly throw exception in OC_Mount_Config::getBackendStatusVincent Petry2015-11-061-1/+1
* Display storage status as tooltipRobin McCorkell2015-10-231-0/+1
* deduplicate @xenopathicMorris Jobke2015-10-061-1/+0
* update licence headers via scriptMorris Jobke2015-10-051-1/+2
* if mountpoint is applicable to all users the old API expects a array with 'all'Bjoern Schiessle2015-10-021-0/+5
* Perform visibility checks on storagesRobin McCorkell2015-09-231-7/+7
* Remove storing storage_id in mount.jsonRobin McCorkell2015-09-101-67/+0
* Merge pull request #18445 from owncloud/ext-only-setuservars-stringMorris Jobke2015-08-251-1/+3
|\
| * setUserVars() should only attempt substitution with stringsRobin McCorkell2015-08-201-1/+3
* | Merge pull request #18408 from owncloud/ext-ocpRobin McCorkell2015-08-201-12/+13
|\ \ | |/ |/|
| * Use OCP classes as much as possible in files_externalRobin McCorkell2015-08-191-12/+13
* | add missing return statements in getSystem/getPersonalMountPointsRobin Appelman2015-08-191-0/+4
|/
* Propagate auth mechanism/backend failures to filesystem layerRobin McCorkell2015-08-191-1/+2
* Make Application a singletonRobin McCorkell2015-08-191-20/+11
* Compatibility shims for OC_Mount_ConfigRobin McCorkell2015-08-191-440/+99
* Split backend identifiers from the class nameRobin McCorkell2015-08-191-12/+29
* Authentication mechanisms for external storage backendsRobin McCorkell2015-08-191-1/+15
* Introduce BackendService for managing external storage backendsRobin McCorkell2015-08-191-189/+66
* Merge pull request #13641 from owncloud/cache-storage-statusVincent Petry2015-08-071-2/+10
|\
| * Store storage availability in databaseRobin McCorkell2015-07-201-2/+10
* | Update phpseclib to 2.0Andreas Fischer2015-08-031-4/+3
|/
* Revert "Use OCP classes as much as possible in files_external"Thomas Müller2015-07-021-18/+14
* Use OCP classes as much as possible in files_externalRobin McCorkell2015-07-011-14/+18
* Move core apps from OC_Log::write to OCP\UtilRoeland Jago Douma2015-05-181-2/+2
* Merge pull request #14925 from owncloud/ext-mountoptions-uiRobin McCorkell2015-03-261-5/+12
|\
| * Make sure mountOptions keep their data typeVincent Petry2015-03-261-5/+12
* | Update license headersJenkins for ownCloud2015-03-261-14/+24
|/
* Introduce async status checkingRobin McCorkell2015-03-201-6/+3
* Generate storage config ids when missingVincent Petry2015-03-161-2/+4
* Fix mount config unit testsVincent Petry2015-03-131-6/+18
* Mount options for ext storage are now passed aroundVincent Petry2015-03-131-1/+11
* Use storage id + appframework for ext storage CRUDVincent Petry2015-03-121-25/+26