summaryrefslogtreecommitdiffstats
path: root/apps/files_external
Commit message (Collapse)AuthorAgeFilesLines
* [tx-robot] updated from transifexJenkins for ownCloud2015-10-074-0/+264
|
* Remove oc_storages entries after removing ext storagesVincent Petry2015-10-063-4/+94
| | | | | | | | | When removing external storages, either system-wide or user-wide, automatically remove the matching oc_storages and oc_filecache entries. This can only work if the backend configuration doesn't contain any substitution variable $user in which case the storage id cannot be computed, so this case is ignored for now.
* Merge pull request #19597 from owncloud/update-license-headersThomas Müller2015-10-0676-57/+77
|\ | | | | update licence headers via script
| * deduplicate @xenopathicMorris Jobke2015-10-0682-82/+76
| |
| * update licence headers via scriptMorris Jobke2015-10-0539-19/+45
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2015-10-066-8/+54
|/
* [tx-robot] updated from transifexJenkins for ownCloud2015-10-046-0/+52
|
* [tx-robot] updated from transifexJenkins for ownCloud2015-10-036-0/+64
|
* if mountpoint is applicable to all users the old API expects a array with 'all'Bjoern Schiessle2015-10-021-0/+5
|
* [tx-robot] updated from transifexJenkins for ownCloud2015-10-022-0/+4
|
* [tx-robot] updated from transifexJenkins for ownCloud2015-10-012-0/+20
|
* [tx-robot] updated from transifexJenkins for ownCloud2015-09-292-0/+6
|
* [tx-robot] updated from transifexJenkins for ownCloud2015-09-2874-30/+236
|
* Use a universal shebangOlivier Paroz2015-09-2712-12/+12
| | | | Fixes #15037
* Unit tests for storage validation in serviceRobin McCorkell2015-09-232-0/+56
|
* Perform visibility checks on storagesRobin McCorkell2015-09-2314-40/+87
| | | | | | | | StoragesService::getStorages() will check the visibility of the backend and auth mechanism for the storage, and if either are not visible to the user (aka disabled by admin) then the storage will be filtered out. The original method StoragesService::getAllStorages() still exists in case such storages need to be detected, but its use is discouraged.
* Mark SMB_OC and SFTP_Key as deprecated backendsRobin McCorkell2015-09-232-4/+8
|
* Hide deprecated backends in external storage GUIRobin McCorkell2015-09-232-3/+19
| | | | | | Selecting/deselecting the deprecate-to backends in the user mountable storages selection will also change the corresponding deprecated backend.
* Add deprecation mechanic to IdentifierTraitRobin McCorkell2015-09-233-0/+37
| | | | | Deprecation allows a backend/auth mechanism to designate an object that it deprecates to, allowing clean transitions to updated codebases.
* Revert "Implement more fine-grained external storage permissions model"Robin McCorkell2015-09-2317-237/+190
| | | | | | This reverts commit 0b97a05e7bd631d66de1c2aee115113ada8a5f63. This reverts commit d2e3c17c0000bc0020f1ff641190452f370434de. This reverts commit cc88c5f4b84da57c425cbdb7dc8b391b1942b503.
* Replaces if ($file === '.' || $file === '..') by ↵Martin2015-09-222-3/+3
| | | | if(\OC\Files\Filesystem::isIgnoredDir($file)). Eases to find where this operation is used.
* Merge pull request #19176 from owncloud/fix-19118Thomas Müller2015-09-212-11/+12
|\ | | | | Fix checkboxes in files_external
| * fix checkboxes in files_externalHendrik Leppelsack2015-09-192-11/+12
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2015-09-204-0/+4
|/
* [tx-robot] updated from transifexJenkins for ownCloud2015-09-192-0/+2
|
* Merge pull request #19069 from owncloud/ext-s3-cephThomas Müller2015-09-184-4/+124
|\ | | | | AmazonS3 automatic tests
| * Make AmazonS3 path style actually workRobin McCorkell2015-09-161-1/+4
| |
| * AmazonS3 Ceph testsRobin McCorkell2015-09-163-3/+120
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2015-09-1810-0/+12
| |
* | Merge pull request #19090 from owncloud/ext-priority-logicThomas Müller2015-09-173-3/+136
|\ \ | | | | | | Properly implement external mount priorities
| * | Unit tests for UserGlobalStoragesService::getUniqueStorages()Robin McCorkell2015-09-161-2/+78
| | |
| * | Fix external storage priority logicRobin McCorkell2015-09-162-1/+58
| |/
* | Merge pull request #19108 from owncloud/ext-smb-storageconfigThomas Müller2015-09-171-0/+1
|\ \ | | | | | | Correct manipulateStorageConfig parameter
| * | Correct manipulateStorageConfig parameterRobin McCorkell2015-09-171-0/+1
| | |
* | | [tx-robot] updated from transifexJenkins for ownCloud2015-09-176-0/+50
| | |
* | | [tx-robot] updated from transifexJenkins for ownCloud2015-09-176-0/+48
|/ /
* | Merge branch 'master' into smb-workgroupRobin McCorkell2015-09-15225-5415/+5339
|\|
| * [tx-robot] updated from transifexJenkins for ownCloud2015-09-1510-0/+64
| |
| * Merge pull request #18966 from owncloud/ext-remove-numeric-idLukas Reschke2015-09-141-67/+0
| |\ | | | | | | Remove storing storage_id in mount.json
| | * Remove storing storage_id in mount.jsonRobin McCorkell2015-09-101-67/+0
| | | | | | | | | | | | | | | One mount configuration does not necessarily map to a single storage, due to `$user` substitution or special auth mechanisms.
| * | [tx-robot] updated from transifexJenkins for ownCloud2015-09-14152-1618/+1090
| | |
| * | Fix dependency check for Swift and SMB_OCRobin McCorkell2015-09-132-2/+6
| | | | | | | | | | | | Mistake caused during merging, where the API had changed
| * | Merge pull request #18441 from owncloud/ext-backends.advancedRobin McCorkell2015-09-1331-744/+720
| |\ \ | | | | | | | | Migrate advanced external storage backends to new registration API [part 3]
| | * | Fix Swift legacy auth mechanism fallbackRobin McCorkell2015-09-031-1/+1
| | | |
| | * | Fix typo in SMB_OCRobin McCorkell2015-09-031-2/+2
| | | |
| | * | Prevent creation of deprecated backendsRobin McCorkell2015-08-282-0/+4
| | | |
| | * | Introduce MODIFY permission for external storagesRobin McCorkell2015-08-285-11/+21
| | | |
| | * | Validate permissions for created admin storages, auth mechanismRobin McCorkell2015-08-285-34/+63
| | | | | | | | | | | | | | | | | | | | Backend and auth mechanism permissions are checked on storage creation, both for personal storages and for admin storages
| | * | Implement more fine-grained external storage permissions modelRobin McCorkell2015-08-2813-238/+212
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | VisibilityTrait -> PermissionsTrait PermissionsTrait stores two sets of data, $permissions and $allowedPermissions (analogous to $visibility and $allowedVisibility of VisibilityTrait). Each set is a map of user type ('admin' or 'personal') to permissions (mounting permission, create permission). The result is that a backend can now be restricted for creation, while still allowing it to be mounted. This is useful for deprecating backends or auth mechanisms, preventing new storages being created, while still allowing existing storages to be mounted.
| | * | AjaxController uses RSA auth mechanismRobin McCorkell2015-08-283-20/+22
| | | |