summaryrefslogtreecommitdiffstats
path: root/apps/files_external
Commit message (Collapse)AuthorAgeFilesLines
* Remove \OCP\Files::tmpFileRoeland Jago Douma2018-03-194-5/+5
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Merge pull request #8857 from nextcloud/swift-verify-cached-tokenMorris Jobke2018-03-191-1/+5
|\ | | | | verify cached swift token
| * verify cached swift tokenRobin Appelman2018-03-161-1/+5
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | [tx-robot] updated from transifexNextcloud bot2018-03-152-42/+44
| |
* | [tx-robot] updated from transifexNextcloud bot2018-03-146-0/+6
| |
* | [tx-robot] updated from transifexNextcloud bot2018-03-1316-0/+16
| |
* | Use proper method to log exceptionsMorris Jobke2018-03-122-13/+13
|/ | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* [tx-robot] updated from transifexNextcloud bot2018-03-1284-168/+168
|
* Update settings.jsrakekniven2018-03-101-1/+1
| | | | Added question mark. Reported at Transifex. See https://www.transifex.com/nextcloud/nextcloud/translate/#de/$/120539223?issue=yes
* [tx-robot] updated from transifexNextcloud bot2018-03-096-4/+12
|
* [tx-robot] updated from transifexNextcloud bot2018-03-062-0/+2
|
* [tx-robot] updated from transifexNextcloud bot2018-03-056-2/+18
|
* [tx-robot] updated from transifexNextcloud bot2018-03-044-0/+18
|
* [tx-robot] updated from transifexNextcloud bot2018-03-032-0/+2
|
* [tx-robot] updated from transifexNextcloud bot2018-03-0214-0/+42
|
* [tx-robot] updated from transifexNextcloud bot2018-03-0110-0/+16
|
* [tx-robot] updated from transifexNextcloud bot2018-02-2816-0/+58
|
* Merge pull request #8496 from nextcloud/ext-strg-design-fixesMorris Jobke2018-02-274-101/+111
|\ | | | | External storage design fixes and update
| * fixup! Fixed testsJohn Molakvoæ (skjnldsv)2018-02-271-3/+3
| | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
| * fixup! Fixed testsJohn Molakvoæ (skjnldsv)2018-02-273-13/+10
| | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
| * fixup! Fixed testsJohn Molakvoæ (skjnldsv)2018-02-271-20/+20
| | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
| * Fixed testsJohn Molakvoæ (skjnldsv)2018-02-271-3/+10
| | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
| * Fixed actions and header missing thJohn Molakvoæ (skjnldsv)2018-02-273-7/+8
| | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
| * fixup! Fixed icons paddingJohn Molakvoæ (skjnldsv)2018-02-261-0/+1
| | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
| * Fixed icons paddingJohn Molakvoæ (skjnldsv)2018-02-262-19/+21
| | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
| * Select in popover fixJohn Molakvoæ (skjnldsv)2018-02-221-1/+1
| | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
| * Tooltip fix on status iconJohn Molakvoæ (skjnldsv)2018-02-222-2/+7
| | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
| * fixup! Changed config saving feedback designJohn Molakvoæ (skjnldsv)2018-02-221-2/+0
| | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
| * Better label stylingJohn Molakvoæ (skjnldsv)2018-02-221-3/+3
| | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
| * Changed config saving feedback designJohn Molakvoæ (skjnldsv)2018-02-223-12/+11
| | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
| * Use popovermenu instead of dropdown and small fix to popovermenuJohn Molakvoæ (skjnldsv)2018-02-223-46/+46
| | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | Merge pull request #8285 from ↵Roeland Jago Douma2018-02-271-3/+13
|\ \ | | | | | | | | | | | | nextcloud/apps_files-smb-catch-exceptions-on-listing Make SMB module more fault-tolerant
| * | Make SMB module more fault-tolerantRoland Tapken2018-02-091-3/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | Ignore unavailable files when fetching the share's mtime or reading directory listings. This can happen on servers using a distributed file system (DFS) with unavailable destinations, for example when the remote server is offline. Signed-off-by: Roland Tapken <roland@bitarbeiter.net>
* | | [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>