summaryrefslogtreecommitdiffstats
path: root/apps/files_external/lib/config.php
Commit message (Expand)AuthorAgeFilesLines
* 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
* Rename SMB_Auto to SMB_OC and change visible nameRobin McCorkell2014-03-261-2/+2
* SMB/CIFS mount using OwnCloud logon credentialsRobin McCorkell2014-03-261-3/+11
* Merge pull request #7888 from owncloud/extstorage-multiplemountpointconfigVincent Petry2014-03-261-26/+52
|\
| * Fix merging of external storage configurationsVincent Petry2014-03-261-26/+52
* | Pretty print mount.json when possibleVincent Petry2014-03-261-1/+6
|/
* Removed commentVincent Petry2014-03-201-2/+0
* Lazy load phpseclib in ext storage configVincent Petry2014-03-201-1/+3
* Fix typo in mount loadingRobin Appelman2014-03-201-1/+1
* Fixed ext storage password field order issueVincent Petry2014-03-191-1/+4
* Added tests to check mount point list for a target userVincent Petry2014-03-191-7/+22
* Moved external storage mounting code to files_external appVincent Petry2014-03-191-3/+84
* Added IV for ext storage password encryptionVincent Petry2014-03-191-10/+33
* Added password obfuscation for external storage configVincent Petry2014-03-191-2/+60
* Added unit tests for when adding ext storage mount pointsVincent Petry2014-03-181-0/+6
* Fix validation of allowed personal backendVincent Petry2014-03-181-1/+1
* Merge pull request #7354 from pschmitt/masterLukas Reschke2014-03-051-1/+1
|\
| * Use 'command -v' to detect whether and where software is installed (instead o...Philipp Schmitt2014-02-211-1/+1
* | Merge pull request #7261 from owncloud/issue/6793Jan-Christoph Borchardt2014-03-051-3/+33
|\ \
| * | Allow admins to disable certain external storages for usersJoas Schilling2014-02-261-3/+33
* | | Merge pull request #7525 from owncloud/fix_S3stringThomas Müller2014-03-041-1/+1
|\ \ \ | |/ / |/| |