summaryrefslogtreecommitdiffstats
path: root/apps/files_external/lib/config.php
Commit message (Expand)AuthorAgeFilesLines
...
* Revert "Updating license headers"Morris Jobke2015-02-261-24/+18
* Updating license headersJenkins for ownCloud2015-02-231-18/+24
* Allow saving incomplete external storage configVincent Petry2015-01-271-2/+29
* Merge pull request #12896 from owncloud/drop-deprecatedJörn Friedrich Dreyer2014-12-181-1/+1
|\
| * first step to drop \OCP\Config:: in favour of IConfigMorris Jobke2014-12-171-1/+1
* | Add the storage id to the mount configRobin Appelman2014-12-171-103/+162
|/
* Remove conditional check for 5.3 compatibilityLukas Reschke2014-12-121-6/+1
* Merge pull request #12577 from owncloud/public-mount-apiLukas Reschke2014-12-081-16/+0
|\
| * Use the mount config api for files_externalRobin Appelman2014-12-041-16/+0
* | Keep spaces out of the stringVolkan Gezer2014-12-071-1/+1
|/
* Show warning when invalid user was passedVincent Petry2014-11-141-0/+8
* Add type hinting to functionsLukas Reschke2014-10-241-1/+1
* Use function outside of loopLukas Reschke2014-10-241-3/+4
* Make files non executableLukas Reschke2014-10-241-0/+0
* Hookup the etag propagatorRobin Appelman2014-10-081-0/+16
* Fix add/remove mountpoint hooksRobin Appelman2014-10-081-2/+4
* Added failing unit tests for mount config hooksVincent Petry2014-10-081-8/+8
* Added filesystem hooks for mount/unmount ext storageVincent Petry2014-10-081-1/+26
* Move certificate management code to coreRobin Appelman2014-08-311-47/+0
* Add missing 'personal' mount configuration optionRobin McCorkell2014-08-291-0/+1
* Only load personal external storages for allowed backendsRobin Appelman2014-08-011-6/+10
* Fix warnings when personal is not setVincent Petry2014-07-011-1/+1
* Use filtered list for ext storage list mounts APIVincent Petry2014-06-301-0/+5
* Allow adding object stores with the files_external mount configRobin Appelman2014-06-241-0/+4
* Fix the removeMount for personal mountsRobin Appelman2014-06-061-0/+1
* Make personal external mount points (re)movable from the files appRobin Appelman2014-06-061-1/+34
* use phpseclib from 3rdpartyThomas Müller2014-06-031-5/+0
* Use default priority of 100 if backend default is not setRobin McCorkell2014-05-211-2/+7
* Add priority overriding commentsRobin McCorkell2014-05-211-0/+4
* Fix priority merging logic and add unit testRobin McCorkell2014-05-211-0/+7
* Add unit testsRobin McCorkell2014-05-211-8/+13
* Use constants for priority type and add commentsRobin McCorkell2014-05-211-13/+16
* Use more strict type comparisonsRobin McCorkell2014-05-211-4/+4
* Preserve priority if already setRobin McCorkell2014-05-211-0/+5
* Treat 'all users' as 'global'Robin McCorkell2014-05-211-1/+21
* Add storage priority supportRobin McCorkell2014-05-211-4/+48
* Fix more missing or broken PHPDocRobin McCorkell2014-05-161-6/+6
* Fix PHPDoc in /appsRobin McCorkell2014-05-161-5/+5
* Extract mount point merging logic into separate functionRobin McCorkell2014-05-131-11/+25
* Merge pull request #8293 from owncloud/files_external_fix_readDataVincent Petry2014-05-081-19/+18
|\
| * Permit personal mount points to be used for sharingRobin McCorkell2014-04-211-19/+18
* | external storages: allow to mount a folder called "Shared", it is no longer a...Bjoern Schiessle2014-04-231-2/+2
|/
* Check whether the user has permissions to add personal storage backendsLukas Reschke2014-04-131-0/+6
* unit tests for dynamic backend registrationThomas Müller2014-04-071-14/+38
* Moved dependency checks to end of class filesPhilipp Kapfer2014-04-031-27/+62
* Changed dependency check messages from warnings to notesPhilipp Kapfer2014-04-031-4/+37
* Added cURL dependency check to Google Drive and WebDAV backendPhilipp Kapfer2014-04-031-2/+5
* Modified app to dynamically register backends instead of hard-coding themPhilipp Kapfer2014-04-031-158/+28
* Fix error in $isPersonal settingRobin McCorkell2014-03-261-1/+1
* Perform proper checking for share availabilityRobin McCorkell2014-03-261-6/+6