summaryrefslogtreecommitdiffstats
path: root/apps/files_external
Commit message (Collapse)AuthorAgeFilesLines
* Use ::class in test mocksMorris Jobke2017-10-248-26/+43
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* [tx-robot] updated from transifexNextcloud bot2017-10-246-0/+274
|
* [tx-robot] updated from transifexNextcloud bot2017-10-202-0/+4
|
* [tx-robot] updated from transifexNextcloud bot2017-10-172-0/+4
|
* Fix confirmation dialog when deleting external storageRobin Appelman2017-10-121-1/+1
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* [tx-robot] updated from transifexNextcloud bot2017-10-072-0/+4
|
* [tx-robot] updated from transifexNextcloud bot2017-10-062-0/+4
|
* [tx-robot] updated from transifexNextcloud bot2017-10-054-86/+86
|
* [tx-robot] updated from transifexNextcloud bot2017-10-042-44/+152
|
* [tx-robot] updated from transifexNextcloud bot2017-10-032-0/+4
|
* [tx-robot] updated from transifexNextcloud bot2017-10-012-0/+4
|
* [tx-robot] updated from transifexNextcloud bot2017-09-3020-0/+40
|
* ask for confirmation when deleting an external storageRobin Appelman2017-09-271-7/+14
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* OC_OCS_Response is deprecatedRoeland Jago Douma2017-09-211-2/+2
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* [tx-robot] updated from transifexNextcloud bot2017-09-212-0/+4
|
* Fix undefined offset warning when using '/' as external storage rootRobin Appelman2017-09-191-1/+1
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* fix undefined constantsRobin Appelman2017-09-181-1/+1
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* disable part files for s3 external storageRobin Appelman2017-09-181-0/+4
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* add stat cache for s3 external storageRobin Appelman2017-09-181-7/+56
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* more efficient is_dirRobin Appelman2017-09-181-0/+10
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* more efficient permissions for s3 external storageRobin Appelman2017-09-181-0/+8
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* more efficient write only fopenRobin Appelman2017-09-181-1/+9
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* reuse object read/write/delete logic in s3 implementationsRobin Appelman2017-09-181-35/+14
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* update aws sdk and move it to 3rdpartyRobin Appelman2017-09-181-17/+21
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* remove non composer aws sdkRobin Appelman2017-09-18613-58632/+0
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* [tx-robot] updated from transifexNextcloud bot2017-09-152-0/+44
|
* [tx-robot] updated from transifexNextcloud bot2017-09-122-0/+2
|
* adjust tests to new failed storage handlingRobin Appelman2017-09-061-8/+7
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* show storage as unavailable in the file listRobin Appelman2017-09-041-1/+2
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* set the exception for failedstorageRobin Appelman2017-09-041-2/+9
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* Use the FailedStorage insteadMorris Jobke2017-09-042-31/+1
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Handle invalid ext storage backend to keep mount point visibleVincent Petry2017-09-045-2/+153
| | | | | | | | Keep mount point visible and also ext storage config visible when dealing with configs relating to storage backends or auth mechanisms that were provided by an app that is currently disabled. Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* [tx-robot] updated from transifexNextcloud bot2017-09-022-2/+2
|
* Merge pull request #6157 from nextcloud/smb-2.0.2Morris Jobke2017-08-2613-52/+265
|\ | | | | update icewind/smb to 2.0.2
| * update icewind/smb to 2.0.2Robin Appelman2017-08-1613-52/+265
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | [tx-robot] updated from transifexNextcloud bot2017-08-242-12/+12
| |
* | [tx-robot] updated from transifexNextcloud bot2017-08-2264-316/+320
| |
* | Move GDrive external storage to a separate repoVincent Petry2017-08-21147-244502/+2
| | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | [tx-robot] updated from transifexNextcloud bot2017-08-212-2/+2
| |
* | [tx-robot] updated from transifexNextcloud bot2017-08-202-2/+2
| |
* | [tx-robot] updated from transifexNextcloud bot2017-08-1764-380/+384
|/
* Bye bye Dropbox v1Vincent Petry2017-08-1623-6155/+1
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Merge pull request #6101 from cbartz/patch-1Lukas Reschke2017-08-151-6/+1
|\ | | | | Missing array assignment in Swift.php
| * Remove tmpFiles Array in Swift.phpChristopher Bartz2017-08-141-6/+1
| | | | | | | | | | | | tmpFiles Array is unnecessary and there has been a reference without an assignment which lead to a bug making swift external storage unuseable.
* | Merge pull request #5872 from nextcloud/swift-filter-dotRobin Appelman2017-08-141-1/+1
|\ \ | |/ |/| Filter magic dot object when swift directory
| * Filter magic dot object when swift directoryRobin Appelman2017-08-011-1/+1
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | [tx-robot] updated from transifexNextcloud bot2017-08-132-2/+2
| |
* | [tx-robot] updated from transifexNextcloud bot2017-08-122-0/+4
| |
* | [tx-robot] updated from transifexNextcloud bot2017-08-0946-46/+0
| |
* | [tx-robot] updated from transifexNextcloud bot2017-08-082-0/+6
| |