aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files_external/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* remove duplicate method checkDependencies()Thomas Müller2014-04-031-12/+0
* use command -v to detect if smbclient existsThomas Müller2014-04-031-1/+1
* Merge branch 'master' into fs-backend-registrationThomas Müller2014-04-031-1/+1
|\
| * Fix uploading files containing a # in the path for webdavRobin Appelman2014-03-311-1/+1
* | Moved dependency checks to end of class filesPhilipp Kapfer2014-04-038-97/+153
* | Added cURL dependency for Amazon S3, Dropbox and SWIFTPhilipp Kapfer2014-04-033-0/+36
* | Changed dependency check messages from warnings to notesPhilipp Kapfer2014-04-035-8/+41
* | Added cURL dependency check to Google Drive and WebDAV backendPhilipp Kapfer2014-04-033-2/+29
* | Modified app to dynamically register backends instead of hard-coding themPhilipp Kapfer2014-04-033-158/+54
|/
* Merge pull request #7911 from owncloud/ext-fixswifttouchoperationVincent Petry2014-03-271-1/+1
|\
| * Fix swift touch operationVincent Petry2014-03-271-1/+1
* | Merge pull request #7875 from Xenopathic/files_external_smb_autoVincent Petry2014-03-272-9/+110
|\ \ | |/ |/|
| * Use braces on single line if statementsRobin McCorkell2014-03-261-6/+10
| * Fix error in $isPersonal settingRobin McCorkell2014-03-261-1/+1
| * Perform proper checking for share availabilityRobin McCorkell2014-03-262-8/+47
| * Rename SMB_Auto to SMB_OC and change visible nameRobin McCorkell2014-03-262-3/+3
| * Revoke sharable permission on automatic SMB sharesRobin McCorkell2014-03-261-0/+4
| * Use loginname instead of display nameRobin McCorkell2014-03-261-1/+1
| * SMB/CIFS mount using OwnCloud logon credentialsRobin McCorkell2014-03-262-3/+57
* | Fixed mtime reading from OpenStack APIVincent Petry2014-03-261-0/+4
|/
* 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-192-3/+61
* 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 #7529 from owncloud/getlocalfile-cacheicewind19912014-03-071-99/+94
|\
| * Add caching for getLocalFile on remote storagesRobin Appelman2014-03-041-99/+94
* | 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
|\ \ \ | |/ / |/| |
| * | fix https://github.com/owncloud/core/issues/6825Frank Karlitschek2014-03-041-1/+1
* | | Merge pull request #7335 from owncloud/fix-7333Vincent Petry2014-02-251-2/+4
|\ \ \ | |/ / |/| |
| * | Fixed mount config pathVincent Petry2014-02-241-3/+4
| * | Fix code to search for mount.json in custom data foldersLukas Reschke2014-02-201-1/+2
| |/
* | Merge branch 'master' into extstorage-configclassRobin Appelman2014-02-212-20/+49
|\|
| * Merge pull request #6999 from kofemann/mount-configLukas Reschke2014-02-201-4/+2
| |\
| | * mount: make location of mount.json configurableTigran Mkrtchyan2014-01-291-4/+2
| * | Revert "Added extra checks for ext storage class"Vincent Petry2014-02-201-7/+1