Commit graph

22119 commits

Author SHA1 Message Date
Roeland Jago Douma
e1647c6561
Merge pull request #22343 from nextcloud/backport/22335/stable18
[stable18] Remove encryption option for nextcloud external storage
2020-08-21 09:24:31 +02:00
Nextcloud bot
81d5e85d2b
[tx-robot] updated from transifex 2020-08-21 02:17:03 +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
Joas Schilling
5e91580111
Merge pull request #22310 from nextcloud/backport/22221/stable18-2
[stable18] fixing a logged deprecation message #22309
2020-08-20 08:16:00 +02:00
Nextcloud bot
34bf219dbd
[tx-robot] updated from transifex 2020-08-20 02:17:58 +00:00
Arthur Schiwon
5b358e7841
simplified backport of #22221, fixing a deprecation log message
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2020-08-19 23:10:52 +02:00
Morris Jobke
0deae3116e
Merge pull request #22240 from nextcloud/backport/22128/stable18
[stable18] Delete chunks if the move on an upload failed
2020-08-19 19:31:01 +02:00
Joas Schilling
dc8feeb260
Fix broken backport
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-08-19 15:43:10 +02:00
Nextcloud bot
d6a38070bf
[tx-robot] updated from transifex 2020-08-19 02:17:29 +00:00
Nextcloud bot
db98abdcdb
[tx-robot] updated from transifex 2020-08-18 02:17:46 +00:00
Nextcloud bot
ca156c28c7
[tx-robot] updated from transifex 2020-08-17 02:16:56 +00:00
Nextcloud bot
e4318c20d2
[tx-robot] updated from transifex 2020-08-16 02:16:46 +00:00
Nextcloud bot
e316c18362
[tx-robot] updated from transifex 2020-08-15 02:17:34 +00:00
Nextcloud bot
3805178130
[tx-robot] updated from transifex 2020-08-14 02:32:17 +00:00
Julius Härtl
818917c3fa Return proper status when file didn't exist before
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2020-08-13 18:55:12 +00:00
Julius Härtl
d0d5275474 Adjust chunking test for non-existing target node
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2020-08-13 18:55:11 +00:00
Julius Härtl
4c9fce62db Delete chunks if the move on an upload failed
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2020-08-13 18:55:10 +00:00
Morris Jobke
aa23158756
Add app config option to disable "Email was changed by admin" activity
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2020-08-13 13:31:02 +02: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
Roeland Jago Douma
97b3919ed4
Merge pull request #22182 from nextcloud/backport/21775/stable18
[stable18] Do not exit if available space cannot be determined on file transfer
2020-08-13 05:13:36 +02:00
Nextcloud bot
08e9018bcd
[tx-robot] updated from transifex 2020-08-13 02:16:56 +00:00
Morris Jobke
e32265373a
Merge pull request #22204 from nextcloud/backport/21559/stable18
[stable18] shortcut in reading nested group members when IN_CHAIN is available
2020-08-12 22:55:16 +02:00
Arthur Schiwon
268fff8c58
adapt tests for nc18
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2020-08-12 15:52:17 +02:00
Roeland Jago Douma
bcf66f57ee SSE enhancement
Do not blind concatenate ints. Lets add a _ between them. So that we can
distrinquis them properly

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2020-08-12 07:13:43 +00:00
Nextcloud bot
5431a11075
[tx-robot] updated from transifex 2020-08-12 02:17:10 +00:00
Arthur Schiwon
eb1277e78f
do not flip available state to unavailable, allow empty results
- the detection relies that the first, requested result is not empty
- it might be empty though – groups without members
- protect switching from available to unavailable
  - switching the other way around was also not envisaged either

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2020-08-12 01:19:46 +02:00
Arthur Schiwon
41eb1c0f86
LDAP: shortcut in reading nested group members when IN_CHAIN is available
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2020-08-12 01:19:05 +02:00
Roeland Jago Douma
75062afd8d
Merge pull request #22184 from nextcloud/backport/21173/stable18
[stable18] Fix empty 'more' apps navigation after installing an app
2020-08-11 20:26:12 +02:00
blizzz
18fabc9d83
Merge pull request #22179 from nextcloud/backport/22176/stable18
[stable18] Remove unexpected argument
2020-08-11 10:36:16 +00:00
Jan-Christoph Borchardt
bcf498502c Fix empty 'more' apps navigation after installing an app
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
2020-08-11 09:30:54 +00:00
Morris Jobke
3215a9f191 Use constant instead of magic number
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2020-08-11 09:21:02 +00:00
Julius Härtl
1690aa7d54 Do not exit if available space cannot be determined on file transfer
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2020-08-11 09:20:56 +00:00
Morris Jobke
883ec2b928
Merge pull request #22172 from nextcloud/backport/21728/stable18
[stable18] Reuse cache for directory mtime/size if filesystem changes can be ignored
2020-08-11 11:09:11 +02:00
Daniel Kesselberg
bb90333bfb Remove unexpected argument
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2020-08-11 07:50:56 +00:00
Nextcloud bot
5a825b400d
[tx-robot] updated from transifex 2020-08-11 02:17:15 +00:00
Morris Jobke
f626f4ddc2
Merge pull request #21982 from nextcloud/backport/21628/stable18
[stable18] fix moving files from external storage to object store trashbin
2020-08-10 15:42:33 +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
d25e0818de
[tx-robot] updated from transifex 2020-08-09 02:16:56 +00:00
Nextcloud bot
65c8c4cd7a
[tx-robot] updated from transifex 2020-08-07 02:17:00 +00:00
Nextcloud bot
2becb8d1d0
[tx-robot] updated from transifex 2020-08-06 02:17:34 +00:00
Nextcloud bot
bb1f63f408
[tx-robot] updated from transifex 2020-08-05 02:17:18 +00:00
Nextcloud bot
f9a5269c37
[tx-robot] updated from transifex 2020-08-04 02:16:52 +00:00
Nextcloud bot
1d49a234b2
[tx-robot] updated from transifex 2020-08-01 02:17:22 +00:00
Robin Appelman
8d9c41c347
fix object store trashbin handling
object stores are "special" given how they interact with the cache on their own

Signed-off-by: Robin Appelman <robin@icewind.nl>
2020-07-31 17:33:30 +02:00
Robin Appelman
e860507201
rollback cache rename if trashbin move fails
Signed-off-by: Robin Appelman <robin@icewind.nl>
2020-07-31 17:33:03 +02:00
Robin Appelman
7e12f9c9bb
fix moving files from external storage to object store trashbin
having the "cache rename" after the "storage move" caused the target
to get the fileid from the source file, without taking care that the object
is stored under the original file id.

By doing the "cache rename" first, we trigger the "update existing file"
logic while moving the file to the object store and the object gets stored for the
correct file id

Signed-off-by: Robin Appelman <robin@icewind.nl>
2020-07-31 17:32:05 +02:00
Nextcloud bot
6f5e64c9f8
[tx-robot] updated from transifex 2020-07-31 02:17:41 +00:00
Morris Jobke
67f22e28da
Replace deprecated assertArraySubset with logic that does the same
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2020-07-30 13:18:24 +02:00
Morris Jobke
a4a086e296
Use assertEqualsCanonicalizing instead of deprecated assertEquals parameter
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2020-07-30 13:18:20 +02:00
Morris Jobke
3904acfe93
Use assertStringContainsString instead of assertContains on strings
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2020-07-30 13:17:13 +02:00