Commit graph

2934 commits

Author SHA1 Message Date
Nextcloud bot
951dcc15eb
[tx-robot] updated from transifex 2021-01-29 02:21:43 +00:00
Nextcloud bot
099117ebdc
[tx-robot] updated from transifex 2021-01-24 02:20:12 +00:00
Nextcloud bot
702ba16f7e
[tx-robot] updated from transifex 2021-01-19 02:21:14 +00:00
Nextcloud bot
442ce2c919
[tx-robot] updated from transifex 2021-01-13 02:20:48 +00:00
Nextcloud bot
8e391f86e3
[tx-robot] updated from transifex 2021-01-12 02:20:18 +00:00
Nextcloud bot
025c8698bc
[tx-robot] updated from transifex 2020-12-30 02:19:36 +00:00
Nextcloud bot
7ec42a3155
[tx-robot] updated from transifex 2020-12-22 02:19:33 +00:00
Nextcloud bot
7be2a551a4
[tx-robot] updated from transifex 2020-12-18 02:20:37 +00:00
Nextcloud bot
625e7b1145
[tx-robot] updated from transifex 2020-12-10 02:20:44 +00:00
Nextcloud bot
da6b07eb5f
[tx-robot] updated from transifex 2020-12-09 02:20:14 +00:00
Nextcloud bot
e95d0f5bc4
[tx-robot] updated from transifex 2020-12-06 02:19:55 +00:00
Nextcloud bot
673c6deb5c
[tx-robot] updated from transifex 2020-12-03 02:20:18 +00:00
Arthur Schiwon
fd711afe20 save group ids not display names in configuration
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2020-11-30 14:54:37 +00:00
Nextcloud bot
6abada1c4c
[tx-robot] updated from transifex 2020-11-26 02:19:13 +00:00
Nextcloud bot
e84701086a
[tx-robot] updated from transifex 2020-11-25 02:19:21 +00:00
Nextcloud bot
e8fbff407e
[tx-robot] updated from transifex 2020-11-14 02:20:06 +00:00
Nextcloud bot
86b614f06d
[tx-robot] updated from transifex 2020-11-08 02:18:51 +00:00
Nextcloud bot
c7b91fa104
[tx-robot] updated from transifex 2020-11-02 02:19:30 +00:00
Nextcloud bot
7fa28b6715
[tx-robot] updated from transifex 2020-10-30 02:19:35 +00:00
Nextcloud bot
b4207cf225
[tx-robot] updated from transifex 2020-10-28 02:19:18 +00:00
Roeland Jago Douma
ac180a1bdb Check if array elements exist before using them
It seems that in some recent upgrade here. Not always the entries we
expect are returned. So we should first check if they exist. As to not
spam the log.

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2020-10-27 11:02:44 +00:00
Nextcloud bot
f41d8dc216
[tx-robot] updated from transifex 2020-10-27 02:19:02 +00:00
Nextcloud bot
2322811b84
[tx-robot] updated from transifex 2020-10-02 11:06:39 +00:00
Roeland Jago Douma
bc633988d8
Merge pull request #22927 from nextcloud/backport/22915/stable18
[stable18] improve handling of out of space errors for smb
2020-10-01 08:45:26 +02:00
Robin Appelman
16fc348857
improve handling of out of space errors for smb
Signed-off-by: Robin Appelman <robin@icewind.nl>
2020-09-29 15:23:21 +02:00
Nextcloud bot
44c03b4393
[tx-robot] updated from transifex 2020-09-27 02:17:43 +00:00
Nextcloud bot
95b01b478e
[tx-robot] updated from transifex 2020-09-23 02:18:08 +00:00
Julius Härtl
2e3539863e Set delimiter so that the CommonPrefixes response can properly be determined
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2020-09-10 13:14:41 +00:00
Robin Appelman
4163ee97ef fix s3 doesDirectoryExist check for empty directories
if a directory is empty, only the 'marker' object `/` exists.

since not all s3 implementations return just the prefix when listing objects by prefix,
when listing objects by the folder prefix, nothing will be returned if the directory is empty.
by not including the trailing slash in the prefix, the folder marked will always be returned if it exists

Signed-off-by: Robin Appelman <robin@icewind.nl>
2020-09-10 13:14:41 +00:00
Roeland Jago Douma
af6b57cd0d Fix reading empty files from objectstorage
Since we try to do range requests this will fail hard.
However since empty files are not that interesting to read anyways we
just read from an emptry memory stream.

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2020-09-09 19:47:30 +00:00
Roeland Jago Douma
5f466976ab
Upgrade icewind/smb to 3.2.7
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2020-09-04 10:41:34 +02:00
Nextcloud bot
400367e8a1
[tx-robot] updated from transifex 2020-08-25 02:18:00 +00:00
Nextcloud bot
33fafccac5
[tx-robot] updated from transifex 2020-08-24 02:17:04 +00:00
Roeland Jago Douma
bf37e4a7bd Remove encryption option for nextcloud external storage
Fixes #16017

Since it never worked we should not show it.

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2020-08-20 16:31:50 +00:00
Nextcloud bot
db98abdcdb
[tx-robot] updated from transifex 2020-08-18 02:17:46 +00:00
Roeland Jago Douma
b07c9f4ae1
Merge pull request #21956 from nextcloud/backport/21949/stable18
[stable18] update icewind/smb to 3.2.6
2020-08-13 05:23:42 +02:00
Julius Härtl
f381c42399 Reuse cache for directory mtime/size if filesystem changes can be ignored
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2020-08-10 13:32:45 +00:00
Nextcloud bot
f9a5269c37
[tx-robot] updated from transifex 2020-08-04 02:16:52 +00:00
Robin Appelman
8c6328390f
[stable18] update icewind/smb to 3.2.6
Signed-off-by: Robin Appelman <robin@icewind.nl>
2020-07-27 16:36:53 +02:00
Nextcloud bot
50f44d6d21
[tx-robot] updated from transifex 2020-07-17 02:17:30 +00:00
Morris Jobke
2d1fbabfc5
Merge pull request #21343 from nextcloud/backport/21252/stable18
[stable18] update icewind/smb to 3.2.5
2020-07-06 13:40:32 +02:00
Julius Härtl
b0a8781cef Remove rescanDelay from directory mtime
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2020-06-25 14:54:17 +00:00
Nextcloud bot
a02a22b423
[tx-robot] updated from transifex 2020-06-18 02:16:54 +00:00
Nextcloud bot
09029d3481
[tx-robot] updated from transifex 2020-06-11 02:16:08 +00:00
Robin Appelman
4bfbed0972
update icewind/smb to 3.2.5
Signed-off-by: Robin Appelman <robin@icewind.nl>
2020-06-09 14:55:09 +02:00
Nextcloud bot
4b567bfcf9
[tx-robot] updated from transifex 2020-06-09 02:16:14 +00:00
Nextcloud bot
7e8803ba9f
[tx-robot] updated from transifex 2020-06-03 02:16:28 +00:00
Nextcloud bot
802de535c6
[tx-robot] updated from transifex 2020-06-01 02:16:10 +00:00
Nextcloud bot
556a9e88f0
[tx-robot] updated from transifex 2020-05-30 02:16:15 +00:00
Nextcloud bot
fdb58f1852
[tx-robot] updated from transifex 2020-05-27 02:16:21 +00:00