]> source.dussan.org Git - nextcloud-server.git/log
nextcloud-server.git
4 years agoUpgrade icewind/smb to 3.2.7 22581/head
Roeland Jago Douma [Fri, 4 Sep 2020 06:57:27 +0000 (08:57 +0200)]
Upgrade icewind/smb to 3.2.7

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
4 years agoMerge pull request #22569 from nextcloud/backport/22524/stable19
Roeland Jago Douma [Fri, 4 Sep 2020 07:04:15 +0000 (09:04 +0200)]
Merge pull request #22569 from nextcloud/backport/22524/stable19

[stable19] Fix app password updating out of bounds

4 years agoMerge pull request #22553 from nextcloud/backport/22528/stable19
Roeland Jago Douma [Fri, 4 Sep 2020 06:52:25 +0000 (08:52 +0200)]
Merge pull request #22553 from nextcloud/backport/22528/stable19

[stable19] Change free space calculation

4 years ago[tx-robot] updated from transifex
Nextcloud bot [Fri, 4 Sep 2020 02:17:28 +0000 (02:17 +0000)]
[tx-robot] updated from transifex

4 years agoFix app password updating out of bounds 22569/head
Roeland Jago Douma [Mon, 31 Aug 2020 17:45:40 +0000 (19:45 +0200)]
Fix app password updating out of bounds

When your password changes out of bounds your Nextcloud tokens will
become invalid. There is no real way around that. However we should make
sure that if you successfully log in again your passwords are all
updates

* Added event listener to the PostLoggedInEvent so that we can act on it
  - Only if it is not a token login
* Make sure that we actually reset the invalid state when we update a
  token. Else it keeps being marked invalid and thus not used.

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
4 years agoMerge pull request #22560 from nextcloud/backport/22556/stable19
Roeland Jago Douma [Thu, 3 Sep 2020 19:06:11 +0000 (21:06 +0200)]
Merge pull request #22560 from nextcloud/backport/22556/stable19

[stable19] Do not keep the part file if the forbidden exception has no retry set

4 years agoDo not keep the part file if the forbidden exception has retry set to false 22560/head
Julius Härtl [Thu, 3 Sep 2020 09:00:24 +0000 (11:00 +0200)]
Do not keep the part file if the forbidden exception has retry set to false

Signed-off-by: Julius Härtl <jus@bitgrid.net>
4 years agoTests only: Forward calls to getUserValue and getAppValue 22553/head
Daniel Kesselberg [Tue, 1 Sep 2020 07:58:59 +0000 (09:58 +0200)]
Tests only: Forward calls to getUserValue and getAppValue

Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
4 years agoChange free space calculation
Daniel Kesselberg [Mon, 31 Aug 2020 21:10:04 +0000 (23:10 +0200)]
Change free space calculation

Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
4 years agoMerge pull request #22537 from nextcloud/backport/22535/stable19
Roeland Jago Douma [Thu, 3 Sep 2020 06:41:41 +0000 (08:41 +0200)]
Merge pull request #22537 from nextcloud/backport/22535/stable19

[stable19] Only disable zip64 if the size is known

4 years ago[tx-robot] updated from transifex
Nextcloud bot [Thu, 3 Sep 2020 02:16:48 +0000 (02:16 +0000)]
[tx-robot] updated from transifex

4 years ago[tx-robot] updated from transifex
Nextcloud bot [Wed, 2 Sep 2020 02:17:22 +0000 (02:17 +0000)]
[tx-robot] updated from transifex

4 years agoOnly disable zip64 if the size is known 22537/head
Roeland Jago Douma [Tue, 1 Sep 2020 09:24:01 +0000 (11:24 +0200)]
Only disable zip64 if the size is known

Else we might run into the issue that for an external storage where the
size is not known yet we do not use zip64. Which then of course fails on
large zip files.

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
4 years ago[tx-robot] updated from transifex
Nextcloud bot [Tue, 1 Sep 2020 02:16:18 +0000 (02:16 +0000)]
[tx-robot] updated from transifex

4 years agoMerge pull request #22519 from nextcloud/backport/22517/stable19
Julius Härtl [Mon, 31 Aug 2020 19:51:59 +0000 (21:51 +0200)]
Merge pull request #22519 from nextcloud/backport/22517/stable19

[stable19] set the mount id before calling storage wrapper

4 years agoMerge pull request #22521 from nextcloud/backport/22514/stable19
Roeland Jago Douma [Mon, 31 Aug 2020 19:44:19 +0000 (21:44 +0200)]
Merge pull request #22521 from nextcloud/backport/22514/stable19

[stable19] Fix S3 error handling

4 years agoOnly update the filecache entry once the file has been written to S3 22521/head
Roeland Jago Douma [Mon, 31 Aug 2020 10:28:04 +0000 (12:28 +0200)]
Only update the filecache entry once the file has been written to S3

If we already update before we have no way to revert if the upload
fails.

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
4 years agoDon't lose filecache entry on s3 overwrite error
Roeland Jago Douma [Mon, 31 Aug 2020 10:25:20 +0000 (12:25 +0200)]
Don't lose filecache entry on s3 overwrite error

If the object store errors we should not always delete the filecache
entry. As this might lead to people losing access to their files.

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
4 years agoset the mount id before calling storage wrapper 22519/head
Robin Appelman [Mon, 31 Aug 2020 14:38:47 +0000 (16:38 +0200)]
set the mount id before calling storage wrapper

this allows the storage wrapper to use the mount id for it's own logic

Signed-off-by: Robin Appelman <robin@icewind.nl>
4 years agoMerge pull request #22503 from nextcloud/backport/22481/stable19
Roeland Jago Douma [Mon, 31 Aug 2020 07:49:47 +0000 (09:49 +0200)]
Merge pull request #22503 from nextcloud/backport/22481/stable19

[stable19] Fix clicks on actions menu of non opaque file rows in acceptance tests

4 years ago[tx-robot] updated from transifex
Nextcloud bot [Mon, 31 Aug 2020 02:16:20 +0000 (02:16 +0000)]
[tx-robot] updated from transifex

4 years agoFix clicks on actions menu of non opaque file rows in acceptance tests 22503/head
Daniel Calviño Sánchez [Fri, 28 Aug 2020 23:08:30 +0000 (01:08 +0200)]
Fix clicks on actions menu of non opaque file rows in acceptance tests

When a row is added to the file list the opacity of the file row is
animated from transparent to fully opaque. As the file actions menu is a
descendant of the row but overflows it when the row is not fully opaque
clicks on the menu entries "fall-through" and are received instead by
the rows behind.

The opacity animation is a CSS animation, and it is not possible to know
if a row is appearing or not except from its opacity (the row will have
the "appear" CSS class even after the animation ended). Therefore it
should be waited until the row of the file is fully opaque before using
the menu.

Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
4 years ago[tx-robot] updated from transifex
Nextcloud bot [Sun, 30 Aug 2020 02:16:16 +0000 (02:16 +0000)]
[tx-robot] updated from transifex

4 years ago[tx-robot] updated from transifex
Nextcloud bot [Sat, 29 Aug 2020 02:17:58 +0000 (02:17 +0000)]
[tx-robot] updated from transifex

4 years ago[tx-robot] updated from transifex
Nextcloud bot [Fri, 28 Aug 2020 02:16:32 +0000 (02:16 +0000)]
[tx-robot] updated from transifex

4 years agoMerge pull request #22448 from nextcloud/stable19-phpdoc
Roeland Jago Douma [Thu, 27 Aug 2020 13:35:34 +0000 (15:35 +0200)]
Merge pull request #22448 from nextcloud/stable19-phpdoc

[stable19]  Add php docs build script

4 years agoUse proper branch name in phpdoc builds 22448/head
Julius Härtl [Thu, 27 Aug 2020 06:45:43 +0000 (08:45 +0200)]
Use proper branch name in phpdoc builds

Signed-off-by: Julius Härtl <jus@bitgrid.net>
4 years agoRemove @package annotations from public namespace
Julius Härtl [Wed, 26 Aug 2020 14:59:40 +0000 (16:59 +0200)]
Remove @package annotations from public namespace

Signed-off-by: Julius Härtl <jus@bitgrid.net>
4 years agoRemove wrongly annotated package names
Julius Härtl [Wed, 26 Aug 2020 10:35:27 +0000 (12:35 +0200)]
Remove wrongly annotated package names

Signed-off-by: Julius Härtl <jus@bitgrid.net>
4 years agoAdd php docs build script
Julius Härtl [Wed, 26 Aug 2020 06:08:37 +0000 (08:08 +0200)]
Add php docs build script

Signed-off-by: Julius Härtl <jus@bitgrid.net>
4 years ago[tx-robot] updated from transifex
Nextcloud bot [Thu, 27 Aug 2020 02:16:52 +0000 (02:16 +0000)]
[tx-robot] updated from transifex

4 years agoMerge pull request #22410 from nextcloud/backport/22359/stable19
Roeland Jago Douma [Wed, 26 Aug 2020 18:22:37 +0000 (20:22 +0200)]
Merge pull request #22410 from nextcloud/backport/22359/stable19

[stable19] fix possible leaking scope in Flow

4 years agoMerge pull request #22427 from nextcloud/backport/21988/stable19
Roeland Jago Douma [Wed, 26 Aug 2020 18:20:55 +0000 (20:20 +0200)]
Merge pull request #22427 from nextcloud/backport/21988/stable19

[stable19] Combine body-login rules in theming and fix twofactor and guest styling on bright colors

4 years agoMerge pull request #22416 from nextcloud/version/19.0.2/final v19.0.2
Roeland Jago Douma [Wed, 26 Aug 2020 17:24:10 +0000 (19:24 +0200)]
Merge pull request #22416 from nextcloud/version/19.0.2/final

19.0.2

4 years ago[tx-robot] updated from transifex
Nextcloud bot [Wed, 26 Aug 2020 02:16:39 +0000 (02:16 +0000)]
[tx-robot] updated from transifex

4 years agoCombine body-login rules in theming and fix twofactor and guest styling on bright... 22427/head
Julius Härtl [Fri, 24 Jul 2020 06:59:28 +0000 (08:59 +0200)]
Combine body-login rules in theming and fix twofactor and guest styling on bright colors

Signed-off-by: Julius Härtl <jus@bitgrid.net>
4 years agoMerge pull request #22414 from nextcloud/backport/22358/stable19
John Molakvoæ [Tue, 25 Aug 2020 16:04:14 +0000 (18:04 +0200)]
Merge pull request #22414 from nextcloud/backport/22358/stable19

4 years ago19.0.2 final 22416/head
Roeland Jago Douma [Tue, 25 Aug 2020 11:06:12 +0000 (13:06 +0200)]
19.0.2 final

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
4 years agoadjust since for 19 22410/head
Arthur Schiwon [Tue, 25 Aug 2020 11:05:15 +0000 (13:05 +0200)]
adjust since for 19

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
4 years agocompiled assets 22414/head
Arthur Schiwon [Tue, 25 Aug 2020 10:27:52 +0000 (12:27 +0200)]
compiled assets

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
4 years agofix possible leaking scope in Flow
Arthur Schiwon [Fri, 21 Aug 2020 15:36:01 +0000 (17:36 +0200)]
fix possible leaking scope in Flow

- a configured flow can be brought into consideration, despite its event
  was not fired
- it could either run through
- or run into a RuntimeException and killing processing of valid flows

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
4 years agoMerge pull request #22349 from nextcloud/version/19.0.2/RC2 v19.0.2RC2
Roeland Jago Douma [Tue, 25 Aug 2020 07:40:04 +0000 (09:40 +0200)]
Merge pull request #22349 from nextcloud/version/19.0.2/RC2

19.0.2 RC2

4 years agoMerge pull request #22400 from nextcloud/backport/22394/stable19
Roeland Jago Douma [Tue, 25 Aug 2020 07:38:44 +0000 (09:38 +0200)]
Merge pull request #22400 from nextcloud/backport/22394/stable19

[stable19] Fix missing FN from federated contact

4 years ago[tx-robot] updated from transifex
Nextcloud bot [Tue, 25 Aug 2020 02:17:52 +0000 (02:17 +0000)]
[tx-robot] updated from transifex

4 years agoFix missing FN from federated contact 22400/head
John Molakvoæ (skjnldsv) [Mon, 24 Aug 2020 13:15:32 +0000 (15:15 +0200)]
Fix missing FN from federated contact

Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
4 years agofix event icon sizes and text alignment
Arthur Schiwon [Fri, 21 Aug 2020 14:19:38 +0000 (16:19 +0200)]
fix event icon sizes and text alignment

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
4 years agoMerge pull request #22387 from nextcloud/backport/22385/stable19
Roeland Jago Douma [Mon, 24 Aug 2020 12:07:37 +0000 (14:07 +0200)]
Merge pull request #22387 from nextcloud/backport/22385/stable19

[stable19] Update the CRL

4 years agoUpdate the CRL 22387/head
Roeland Jago Douma [Mon, 24 Aug 2020 10:29:38 +0000 (12:29 +0200)]
Update the CRL

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
4 years agoMerge pull request #22337 from nextcloud/backport/22322/stable19
Roeland Jago Douma [Mon, 24 Aug 2020 10:20:00 +0000 (12:20 +0200)]
Merge pull request #22337 from nextcloud/backport/22322/stable19

[stable19] Only copy the link when updating a share or no password was forced

4 years agoMerge pull request #22381 from nextcloud/backport/22218/stable19
Roeland Jago Douma [Mon, 24 Aug 2020 10:18:48 +0000 (12:18 +0200)]
Merge pull request #22381 from nextcloud/backport/22218/stable19

[stable19] SSE: make legacy format opt in

4 years agoMake legacy cipher opt in 22381/head
Roeland Jago Douma [Wed, 12 Aug 2020 11:22:24 +0000 (13:22 +0200)]
Make legacy cipher opt in

* Systems that upgrade have this enabled by default
* New systems disable it
* We'll have to add some wargning in the setup checks if this is enabled

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
4 years agoOnly copy the link when updating a share or no password was forced 22337/head
Joas Schilling [Thu, 20 Aug 2020 10:03:46 +0000 (12:03 +0200)]
Only copy the link when updating a share or no password was forced

Signed-off-by: Joas Schilling <coding@schilljs.com>
Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
4 years agoMerge pull request #22355 from nextcloud/backport/20772/stable19
Roeland Jago Douma [Mon, 24 Aug 2020 07:12:13 +0000 (09:12 +0200)]
Merge pull request #22355 from nextcloud/backport/20772/stable19

[stable19] Properly search for users when limittogroups is enabled

4 years ago[tx-robot] updated from transifex
Nextcloud bot [Mon, 24 Aug 2020 02:16:55 +0000 (02:16 +0000)]
[tx-robot] updated from transifex

4 years ago[tx-robot] updated from transifex
Nextcloud bot [Sun, 23 Aug 2020 02:16:53 +0000 (02:16 +0000)]
[tx-robot] updated from transifex

4 years ago[tx-robot] updated from transifex
Nextcloud bot [Sat, 22 Aug 2020 02:16:39 +0000 (02:16 +0000)]
[tx-robot] updated from transifex

4 years agoIn case the group backend returns $limit or more results it is expected to contain... 22355/head
Morris Jobke [Thu, 20 Aug 2020 16:24:09 +0000 (18:24 +0200)]
In case the group backend returns $limit or more results it is expected to contain more results

Signed-off-by: Morris Jobke <hey@morrisjobke.de>
4 years agoProperly search for users when limittogroups is enabled
Roeland Jago Douma [Fri, 1 May 2020 14:27:44 +0000 (16:27 +0200)]
Properly search for users when limittogroups is enabled

Searching just for the uid is not enough.
This makes sure this done properly again now.

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
4 years agoMerge pull request #22348 from nextcloud/backport/22346/stable19
Roeland Jago Douma [Fri, 21 Aug 2020 09:06:11 +0000 (11:06 +0200)]
Merge pull request #22348 from nextcloud/backport/22346/stable19

[stable19] l10n:Correct appid for WebAuthn

4 years agoMerge pull request #22341 from nextcloud/backport/22335/stable19
Roeland Jago Douma [Fri, 21 Aug 2020 07:24:35 +0000 (09:24 +0200)]
Merge pull request #22341 from nextcloud/backport/22335/stable19

[stable19] Remove encryption option for nextcloud external storage

4 years agoMerge pull request #22333 from nextcloud/backport/22236/stable19
Roeland Jago Douma [Fri, 21 Aug 2020 07:23:35 +0000 (09:23 +0200)]
Merge pull request #22333 from nextcloud/backport/22236/stable19

[stable19] CalDAV: Add ability to limit sharing to owner

4 years agol10n:Correct appid for WebAuthn 22348/head
Michiel Janssens [Thu, 20 Aug 2020 19:45:42 +0000 (21:45 +0200)]
l10n:Correct appid for WebAuthn

Signed-off-by: Michiel Janssens <michiel@nexigon.net>
Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
4 years ago19.0.2 RC2 22349/head
Roeland Jago Douma [Fri, 21 Aug 2020 06:55:20 +0000 (08:55 +0200)]
19.0.2 RC2

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
4 years ago[tx-robot] updated from transifex
Nextcloud bot [Fri, 21 Aug 2020 02:16:55 +0000 (02:16 +0000)]
[tx-robot] updated from transifex

4 years agoRemove encryption option for nextcloud external storage 22341/head
Roeland Jago Douma [Thu, 20 Aug 2020 14:28:03 +0000 (16:28 +0200)]
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>
4 years agoAdd ability to limit sharing to owner 22333/head
Georg Ehrke [Tue, 11 Aug 2020 07:24:08 +0000 (09:24 +0200)]
Add ability to limit sharing to owner

Signed-off-by: Georg Ehrke <developer@georgehrke.com>
4 years agoMerge pull request #22227 from nextcloud/version/19.0.2/RC1 v19.0.2RC1
Morris Jobke [Thu, 20 Aug 2020 08:19:53 +0000 (10:19 +0200)]
Merge pull request #22227 from nextcloud/version/19.0.2/RC1

19.0.2 RC1

4 years agoMerge pull request #22309 from nextcloud/backport/22221/stable19-2
Morris Jobke [Thu, 20 Aug 2020 06:02:01 +0000 (08:02 +0200)]
Merge pull request #22309 from nextcloud/backport/22221/stable19-2

[stable19] fixing a logged deprecation message

4 years ago[tx-robot] updated from transifex
Nextcloud bot [Thu, 20 Aug 2020 02:17:50 +0000 (02:17 +0000)]
[tx-robot] updated from transifex

4 years agosimplified backport of #22221, fixing a deprecation log message 22309/head
Arthur Schiwon [Wed, 19 Aug 2020 21:00:03 +0000 (23:00 +0200)]
simplified backport of #22221, fixing a deprecation log message

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
4 years agoMerge pull request #21983 from nextcloud/backport/21628/stable19
Morris Jobke [Wed, 19 Aug 2020 19:29:01 +0000 (21:29 +0200)]
Merge pull request #21983 from nextcloud/backport/21628/stable19

[stable19] fix moving files from external storage to object store trashbin

4 years agoMerge pull request #22302 from nextcloud/backport/22299/stable19
Morris Jobke [Wed, 19 Aug 2020 18:37:51 +0000 (20:37 +0200)]
Merge pull request #22302 from nextcloud/backport/22299/stable19

[stable19] Show disabled user count in occ user:report

4 years agoMerge pull request #22303 from nextcloud/bump/3rdparty
Roeland Jago Douma [Wed, 19 Aug 2020 18:16:45 +0000 (20:16 +0200)]
Merge pull request #22303 from nextcloud/bump/3rdparty

Bump 3rdparty to last stable19 commit

4 years agoShow disabled user count in occ user:report 22302/head
Morris Jobke [Wed, 19 Aug 2020 07:31:41 +0000 (09:31 +0200)]
Show disabled user count in occ user:report

Signed-off-by: Morris Jobke <hey@morrisjobke.de>
4 years agoMerge pull request #22239 from nextcloud/backport/22128/stable19
Joas Schilling [Wed, 19 Aug 2020 13:54:36 +0000 (15:54 +0200)]
Merge pull request #22239 from nextcloud/backport/22128/stable19

[stable19] Delete chunks if the move on an upload failed

4 years agoMerge pull request #22300 from nextcloud/backport/22297/stable19
Roeland Jago Douma [Wed, 19 Aug 2020 13:53:58 +0000 (15:53 +0200)]
Merge pull request #22300 from nextcloud/backport/22297/stable19

[stable19] Allow to disable share emails

4 years agoBump 3rdparty to last stable19 commit 22303/head
Joas Schilling [Wed, 19 Aug 2020 13:52:15 +0000 (15:52 +0200)]
Bump 3rdparty to last stable19 commit

Signed-off-by: Joas Schilling <coding@schilljs.com>
4 years agoAllow to disable share emails 22300/head
Joas Schilling [Wed, 19 Aug 2020 07:03:58 +0000 (09:03 +0200)]
Allow to disable share emails

Signed-off-by: Joas Schilling <coding@schilljs.com>
4 years ago[tx-robot] updated from transifex
Nextcloud bot [Wed, 19 Aug 2020 02:17:21 +0000 (02:17 +0000)]
[tx-robot] updated from transifex

4 years agoMerge pull request #22252 from nextcloud/update-3rdparty/stable19
Roeland Jago Douma [Tue, 18 Aug 2020 08:46:03 +0000 (10:46 +0200)]
Merge pull request #22252 from nextcloud/update-3rdparty/stable19

[3rdparty] Doctrine: Fix unquoted stmt fragments backslash escaping

4 years ago[tx-robot] updated from transifex
Nextcloud bot [Tue, 18 Aug 2020 02:17:38 +0000 (02:17 +0000)]
[tx-robot] updated from transifex

4 years ago[3rdparty] Doctrine: Fix unquoted stmt fragments backslash escaping 22252/head
Morris Jobke [Fri, 14 Aug 2020 12:57:09 +0000 (14:57 +0200)]
[3rdparty] Doctrine: Fix unquoted stmt fragments backslash escaping

Needed for https://github.com/nextcloud/server/pull/22118 - already in master because there doctrine/dbal:2.10.2 is used

Signed-off-by: Morris Jobke <hey@morrisjobke.de>
4 years ago[tx-robot] updated from transifex
Nextcloud bot [Mon, 17 Aug 2020 02:16:48 +0000 (02:16 +0000)]
[tx-robot] updated from transifex

4 years ago[tx-robot] updated from transifex
Nextcloud bot [Sun, 16 Aug 2020 02:16:38 +0000 (02:16 +0000)]
[tx-robot] updated from transifex

4 years ago[tx-robot] updated from transifex
Nextcloud bot [Sat, 15 Aug 2020 02:17:25 +0000 (02:17 +0000)]
[tx-robot] updated from transifex

4 years agoMerge pull request #22247 from nextcloud/backport/22243/stable19
Morris Jobke [Fri, 14 Aug 2020 08:00:33 +0000 (10:00 +0200)]
Merge pull request #22247 from nextcloud/backport/22243/stable19

[stable19] Silence duplicate session warnings

4 years agoSilence duplicate session warnings 22247/head
Roeland Jago Douma [Fri, 14 Aug 2020 03:23:11 +0000 (05:23 +0200)]
Silence duplicate session warnings

Fixes #20490

Basically restroring the old behavior.

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
4 years agoMerge pull request #21975 from nextcloud/backport/21658/stable19
Roeland Jago Douma [Fri, 14 Aug 2020 03:58:57 +0000 (05:58 +0200)]
Merge pull request #21975 from nextcloud/backport/21658/stable19

[stable19] allow admin to configure the max trashbin size

4 years ago[tx-robot] updated from transifex
Nextcloud bot [Fri, 14 Aug 2020 02:32:09 +0000 (02:32 +0000)]
[tx-robot] updated from transifex

4 years agoReturn proper status when file didn't exist before 22239/head
Julius Härtl [Thu, 13 Aug 2020 13:26:42 +0000 (15:26 +0200)]
Return proper status when file didn't exist before

Signed-off-by: Julius Härtl <jus@bitgrid.net>
4 years agoAdjust chunking test for non-existing target node
Julius Härtl [Wed, 12 Aug 2020 06:18:35 +0000 (08:18 +0200)]
Adjust chunking test for non-existing target node

Signed-off-by: Julius Härtl <jus@bitgrid.net>
4 years agoDelete chunks if the move on an upload failed
Julius Härtl [Thu, 6 Aug 2020 09:50:31 +0000 (11:50 +0200)]
Delete chunks if the move on an upload failed

Signed-off-by: Julius Härtl <jus@bitgrid.net>
4 years agoMerge pull request #22232 from nextcloud/backport/22217/stable19
Morris Jobke [Thu, 13 Aug 2020 12:49:08 +0000 (14:49 +0200)]
Merge pull request #22232 from nextcloud/backport/22217/stable19

[stable19] Add app config option to disable "Email was changed by admin" activity

4 years agoAdd app config option to disable "Email was changed by admin" activity 22232/head
Morris Jobke [Wed, 12 Aug 2020 10:27:43 +0000 (12:27 +0200)]
Add app config option to disable "Email was changed by admin" activity

Signed-off-by: Morris Jobke <hey@morrisjobke.de>
4 years agoMerge pull request #22131 from nextcloud/backport/22062/stable19-take2
Roeland Jago Douma [Thu, 13 Aug 2020 07:41:22 +0000 (09:41 +0200)]
Merge pull request #22131 from nextcloud/backport/22062/stable19-take2

[stable19] fix display of remote users in incoming share notifications

4 years agoNew bundle 22227/head
Roeland Jago Douma [Thu, 13 Aug 2020 06:41:03 +0000 (08:41 +0200)]
New bundle

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
4 years ago19.0.2 RC1
Roeland Jago Douma [Thu, 13 Aug 2020 06:40:55 +0000 (08:40 +0200)]
19.0.2 RC1

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
4 years agoMerge pull request #22121 from nextcloud/backport/22008/stable19
Roeland Jago Douma [Thu, 13 Aug 2020 03:23:01 +0000 (05:23 +0200)]
Merge pull request #22121 from nextcloud/backport/22008/stable19

[stable19] Ensured large image is unloaded from memory when generating previews

4 years agoMerge pull request #22181 from nextcloud/backport/21775/stable19
Roeland Jago Douma [Thu, 13 Aug 2020 03:21:52 +0000 (05:21 +0200)]
Merge pull request #22181 from nextcloud/backport/21775/stable19

[stable19] Do not exit if available space cannot be determined on file transfer

4 years agoMerge pull request #22208 from nextcloud/backport/21676/stable19
Roeland Jago Douma [Thu, 13 Aug 2020 03:17:13 +0000 (05:17 +0200)]
Merge pull request #22208 from nextcloud/backport/21676/stable19

[stable19] Fix chmod on file descriptor