summaryrefslogtreecommitdiffstats
path: root/apps/files_external
Commit message (Collapse)AuthorAgeFilesLines
* [tx-robot] updated from transifexNextcloud bot2018-02-27112-548/+550
|
* Merge pull request #8359 from nextcloud/swift-v3Morris Jobke2018-02-265-8/+71
|\ | | | | Support swift v3 authentication
| * adjust external storage config format to the one used in primary storageRobin Appelman2018-02-262-5/+9
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * add support for v3 swift authRobin Appelman2018-02-265-8/+67
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | Merge pull request #8455 from nextcloud/proper_mount_type_externalMorris Jobke2018-02-262-3/+3
|\ \ | | | | | | Properly set the mount type for external storages
| * | Properly set the mount type for external storagesRoeland Jago Douma2018-02-202-3/+3
| | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | Merge pull request #8511 from nextcloud/ext-storage-error-warning-fixMorris Jobke2018-02-263-2/+7
|\ \ \ | |_|/ |/| | Ext storage error warning fix
| * | Updated error messageJohn Molakvoæ (skjnldsv)2018-02-232-4/+2
| | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
| * | Fixed default urlsJohn Molakvoæ (skjnldsv)2018-02-222-2/+2
| | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
| * | Show error if no external storage configuredJohn Molakvoæ (skjnldsv)2018-02-222-0/+7
| |/ | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* / [tx-robot] updated from transifexNextcloud bot2018-02-242-2/+52
|/
* adjust swift external storage to new openstack sdkRobin Appelman2018-02-192-164/+99
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* Merge pull request #8158 from nextcloud/s3-minioRoeland Jago Douma2018-02-191-7/+4
|\ | | | | Use a more widely available method to test s3 settings
| * Use a more widely available method to test s3 settingsRobin Appelman2018-02-081-7/+4
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | [tx-robot] updated from transifexNextcloud bot2018-02-182-0/+2
| |
* | [tx-robot] updated from transifexNextcloud bot2018-02-174-2/+24
| |
* | Fix info.xml files of shipped appsJoas Schilling2018-02-161-15/+20
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | [tx-robot] updated from transifexNextcloud bot2018-02-144-2/+28
| |
* | Merge pull request #8335 from nextcloud/remove-unused-importMorris Jobke2018-02-1424-45/+0
|\ \ | | | | | | Remove unused import statements
| * | Remove unused import statementsMorris Jobke2018-02-1424-45/+0
| | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | | [tx-robot] updated from transifexNextcloud bot2018-02-142-0/+10
|/ /
* | [tx-robot] updated from transifexNextcloud bot2018-02-1316-110/+512
| |
* | [tx-robot] updated from transifexNextcloud bot2018-02-1222-8/+72
| |
* | [tx-robot] updated from transifexNextcloud bot2018-02-092-2/+6
| |
* | [tx-robot] updated from transifexNextcloud bot2018-02-092-0/+2
| |
* | Merge pull request #8100 from nextcloud/s3-folder-deleteMorris Jobke2018-02-081-7/+12
|\ \ | |/ |/| Fix deleting folders when using s3 external storage
| * fix invalidating folder cache for s3Robin Appelman2018-01-291-1/+1
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * adjust s3 bulk delete to new sdk syntaxRobin Appelman2018-01-291-6/+11
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | [tx-robot] updated from transifexNextcloud bot2018-02-082-2/+20
| |
* | [tx-robot] updated from transifexNextcloud bot2018-02-072-2/+18
| |
* | [tx-robot] updated from transifexNextcloud bot2018-02-0310-10/+90
| |
* | [tx-robot] updated from transifexNextcloud bot2018-02-028-8/+72
| |
* | [tx-robot] updated from transifexNextcloud bot2018-02-01100-1096/+100
| |
* | Use ::class statement instead of stringMorris Jobke2018-01-293-33/+65
|/ | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* [tx-robot] updated from transifexNextcloud bot2018-01-292-6/+6
|
* Remove unneeded semicolon and parenthesesMorris Jobke2018-01-2620-24/+24
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Merge pull request #8054 from nextcloud/substr-use-indexMorris Jobke2018-01-263-18/+6
|\ | | | | Use index based string access for substr with length of 1
| * Use index based string access for substr with length of 1Morris Jobke2018-01-263-18/+6
| | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | Simplify ternary operator statementsMorris Jobke2018-01-261-3/+1
| | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | Use type casting instead of *val() methodMorris Jobke2018-01-261-1/+1
| | | | | | | | | | | | It should be up to 6x faster Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | Merge pull request #8063 from nextcloud/inline-valueJoas Schilling2018-01-262-4/+2
|\ \ | | | | | | Return value immediately instead of assigning to a one-time variable
| * | Return value immediately instead of assigning to a one-time variableMorris Jobke2018-01-262-4/+2
| |/ | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* / Use proper code flow instead of not needed else branchMorris Jobke2018-01-251-1/+0
|/ | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Fix risky tests without assertionsJoas Schilling2018-01-251-13/+13
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Merge pull request #7918 from nextcloud/properly-log-exceptionsRoeland Jago Douma2018-01-233-29/+55
|\ | | | | Properly log the full exception instead of only the message
| * Properly log the full exception instead of only the messageMorris Jobke2018-01-233-29/+55
| | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | Merge pull request #7994 from nextcloud/smb-notify-test-timeoutRoeland Jago Douma2018-01-221-2/+2
|\ \ | |/ |/| increase the time we wait for smb notifications in the test
| * increase the time we wait for smb notifications in the testRobin Appelman2018-01-221-2/+2
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | [tx-robot] updated from transifexNextcloud bot2018-01-212-0/+2
| |
* | Merge pull request #7961 from nextcloud/smb-2.0.4Roeland Jago Douma2018-01-1911-77/+98
|\ \ | |/ |/| update icewind/smb to 2.0.4