aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files_external/lib
Commit message (Expand)AuthorAgeFilesLines
* Added more columns to ext storage listVincent Petry2014-06-061-21/+40
* Added external storage list in files appVincent Petry2014-06-061-0/+64
* Fix the removeMount for personal mountsRobin Appelman2014-06-062-1/+4
* Make personal external mount points (re)movable from the files appRobin Appelman2014-06-062-1/+72
* Merge pull request #8880 from owncloud/webdav-read-permissionsThomas Müller2014-06-051-0/+24
|\
| * Use the permissions exposed by ownCloud for webdav external storagesRobin Appelman2014-06-041-0/+24
* | Upgrade SabreDAV to 1.8.10Thomas Müller2014-06-041-3/+3
|/
* use phpseclib from 3rdpartyThomas Müller2014-06-032-10/+0
* Merge pull request #8658 from realriot/masterThomas Müller2014-05-231-1/+1
|\
| * Changed access mode for Dropbox to 'auto'Sascha Schmidt2014-05-211-1/+1
* | 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
|/
* Remove all occurences of @brief and @returns from PHPDocMorris Jobke2014-05-191-1/+1
* Fix whitespace issuesRobin McCorkell2014-05-162-17/+17
* Fix more missing or broken PHPDocRobin McCorkell2014-05-163-8/+8
* Fix PHPDoc in /appsRobin McCorkell2014-05-162-7/+7
* 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
* | drop files_irods from apps_externalThomas Müller2014-04-281-155/+0
* | 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
* 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
|/