summaryrefslogtreecommitdiffstats
path: root/apps/files_external
Commit message (Collapse)AuthorAgeFilesLines
* [tx-robot] updated from transifexJenkins for ownCloud2014-06-115-1/+40
|
* [tx-robot] updated from transifexJenkins for ownCloud2014-06-101-0/+5
|
* [tx-robot] updated from transifexJenkins for ownCloud2014-06-092-0/+6
|
* [tx-robot] updated from transifexJenkins for ownCloud2014-06-0873-6/+196
|
* [tx-robot] updated from transifexJenkins for ownCloud2014-06-0744-44/+45
|
* Fixed delete button CSS in ext storage listVincent Petry2014-06-062-4/+4
|
* Added more columns to ext storage listVincent Petry2014-06-063-22/+55
| | | | | Now using system mount and personal mount calls to get the relevant mount points including backend information.
* Fixed ext storage list sortingVincent Petry2014-06-061-8/+6
|
* Added external storage list in files appVincent Petry2014-06-067-0/+326
|
* 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
|
* [tx-robot] updated from transifexJenkins for ownCloud2014-06-062-0/+7
|
* Merge pull request #8880 from owncloud/webdav-read-permissionsThomas Müller2014-06-051-0/+24
|\ | | | | Use the permissions exposed by ownCloud for webdav external storages
| * Use the permissions exposed by ownCloud for webdav external storagesRobin Appelman2014-06-041-0/+24
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2014-06-052-4/+4
| |
* | Upgrade SabreDAV to 1.8.10Thomas Müller2014-06-041-3/+3
|/ | | | Updating SabreDAV namespaces
* [tx-robot] updated from transifexJenkins for ownCloud2014-06-042-0/+6
|
* Merge pull request #8729 from owncloud/add-phpseclib-masterThomas Müller2014-06-0331-31191/+0
|\ | | | | use phpseclib from 3rdparty
| * use phpseclib from 3rdpartyThomas Müller2014-06-0331-31191/+0
| | | | | | | | rename class Crypt_Blowfish to Legacy_Crypt_Blowfish
* | fix success status symbol to a circleMorris Jobke2014-06-021-0/+5
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2014-05-312-0/+44
|/
* [tx-robot] updated from transifexJenkins for ownCloud2014-05-301-0/+19
|
* [tx-robot] updated from transifexJenkins for ownCloud2014-05-291-0/+6
|
* Adjust core apps to use "requiremin" instead of "require"Vincent Petry2014-05-271-2/+2
| | | | Also added a few missing authors.
* [tx-robot] updated from transifexJenkins for ownCloud2014-05-271-0/+1
|
* [tx-robot] updated from transifexJenkins for ownCloud2014-05-262-0/+37
|
* [tx-robot] updated from transifexJenkins for ownCloud2014-05-251-0/+4
|
* [tx-robot] updated from transifexJenkins for ownCloud2014-05-245-0/+39
|
* Merge pull request #8658 from realriot/masterThomas Müller2014-05-231-1/+1
|\ | | | | Changed access mode for Dropbox to 'auto'
| * 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-212-0/+55
| |
* | Add unit testsRobin McCorkell2014-05-212-8/+130
| |
* | 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
| | | | | | | | A mount applicable to all users is as good a definition of global as can be
* | Add storage priority supportRobin McCorkell2014-05-212-4/+60
|/ | | | | | | | | | | | | | | | | | | Each storage backend has a default priority, assigned to any system mounts created in ownCloud. mount.json can be manually modified to change these priorities. The priority order is as follows: * Personal * User * Group * Global Within each mount type, the mount with the highest priority is active. The storage backend defaults were chosen to be the following: * Local - 150 * Remote storage - 100 * SMB / CIFS with OC login - 90
* [tx-robot] updated from transifexJenkins for ownCloud2014-05-201-2/+2
|
* Remove all occurences of @brief and @returns from PHPDocMorris Jobke2014-05-191-1/+1
| | | | * test case added to avoid adding them later
* Merge pull request #8585 from owncloud/phpdoc-improvements-appsAndreas Fischer2014-05-196-32/+32
|\ | | | | | | | | | | | | | | | | | | | | | | PHPDoc improvements /apps * owncloud/phpdoc-improvements-apps: Fix whitespace issues Reduce double-space with single-space. Remove spaces around | operator in doc block. Fix more missing or broken PHPDoc PHPDoc fixes for user_ldap Fix PHPDoc in /apps
| * 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
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2014-05-191-0/+7
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2014-05-181-0/+2
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2014-05-1757-1/+59
|/
* [tx-robot] updated from transifexJenkins for ownCloud2014-05-1663-62/+92
|
* Merge pull request #8589 from fibsifan/files_external_sftp_portRobin McCorkell2014-05-151-4/+4
|\ | | | | rename URL-fields to Host for SFTP/FTP and SMB external Storage backends