]> source.dussan.org Git - nextcloud-server.git/log
nextcloud-server.git
4 years agoFix owner on publicownerwrapper 20747/head
Roeland Jago Douma [Fri, 1 May 2020 08:50:26 +0000 (10:50 +0200)]
Fix owner on publicownerwrapper

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
4 years agoAdd a wrapper to fall back to the share owner on public shares
Roeland Jago Douma [Tue, 14 Apr 2020 12:42:28 +0000 (14:42 +0200)]
Add a wrapper to fall back to the share owner on public shares

Else it might happen that we setup a storage that has no real owner and
activities do boom etc (looking at you groupfolders and external
storages!).

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

4 years agoMerge pull request #20647 from nextcloud/backport/19002/stable18
Morris Jobke [Wed, 29 Apr 2020 12:59:04 +0000 (14:59 +0200)]
Merge pull request #20647 from nextcloud/backport/19002/stable18

[stable18] Fix security header setting in .htaccess by adding 'onsuccess unset'

4 years agoMerge pull request #20680 from nextcloud/backport/20632/stable18
Roeland Jago Douma [Wed, 29 Apr 2020 08:09:49 +0000 (10:09 +0200)]
Merge pull request #20680 from nextcloud/backport/20632/stable18

[stable18] Only catch anonymous OPTIONS for Office

4 years ago[tx-robot] updated from transifex
Nextcloud bot [Wed, 29 Apr 2020 02:17:05 +0000 (02:17 +0000)]
[tx-robot] updated from transifex

4 years agoMerge pull request #20701 from nextcloud/backport/20676/stable18
blizzz [Tue, 28 Apr 2020 18:43:49 +0000 (20:43 +0200)]
Merge pull request #20701 from nextcloud/backport/20676/stable18

[stable18] Don't remove last user in ldap group when limit is -1

4 years agoMerge pull request #20703 from nextcloud/backport/20636/stable18
Morris Jobke [Tue, 28 Apr 2020 15:03:46 +0000 (17:03 +0200)]
Merge pull request #20703 from nextcloud/backport/20636/stable18

[stable18] Add tests for update notification controller for non-default updater …

4 years agoAdd tests for update notification controller for non-default updater server URL 20703/head
Morris Jobke [Fri, 24 Apr 2020 16:00:49 +0000 (18:00 +0200)]
Add tests for update notification controller for non-default updater server URL

Signed-off-by: Morris Jobke <hey@morrisjobke.de>
4 years agoDon't remove last user in ldap group when limit is -1 20701/head
Clement Wong [Mon, 27 Apr 2020 00:28:47 +0000 (02:28 +0200)]
Don't remove last user in ldap group when limit is -1

Signed-off-by: Clement Wong <git@clement.hk>
4 years agoMerge pull request #20682 from nextcloud/backport/20650/stable18
Roeland Jago Douma [Tue, 28 Apr 2020 09:30:49 +0000 (11:30 +0200)]
Merge pull request #20682 from nextcloud/backport/20650/stable18

[stable18] Adhere to EMailTemplate interface in constructor call.

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

4 years agoAdhere to EMailTemplate interface in constructor call. 20682/head
Tekhnee [Sat, 25 Apr 2020 18:24:21 +0000 (21:24 +0300)]
Adhere to EMailTemplate interface in constructor call.

Email creation appears to have been refactored lately but it looks like custom template-based emails were left out.

Signed-off-by: Tekhnee <info@tekhnee.org>
4 years agoOnly catch anonymous OPTIONS for Office 20680/head
Julius Härtl [Fri, 24 Apr 2020 11:31:17 +0000 (13:31 +0200)]
Only catch anonymous OPTIONS for Office

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

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

4 years agoFix security header setting in .htaccess by adding 'onsuccess unset' 20647/head
zertrin [Sun, 19 Jan 2020 15:53:08 +0000 (23:53 +0800)]
Fix security header setting in .htaccess by adding 'onsuccess unset'

The headers might already be set by the system administrator at the http server
level (apache or nginx) for some or all virtualhosts.

Using "always set" in the .htaccess of Nextcloud leads to the situation where
the headers might be set twice (once in the default 'onsuccess' table and once
in the 'always' table)! Which leads to warnings in the admin area.

Adding "onsuccess unset" solves the problem, and forces the header in
the 'onsucess' table to be unset, and the header in the 'always' table to be set.

NOTE: with this change, Nextcloud overrides whatever the system administrator
might have already set

See github issues #16893 #16476 #16938 #18017 and discussion in PR #19002

Signed-off-by: zertrin <zertrin@gmail.com>
4 years ago[tx-robot] updated from transifex
Nextcloud bot [Sat, 25 Apr 2020 02:16:13 +0000 (02:16 +0000)]
[tx-robot] updated from transifex

4 years agoMerge pull request #20578 from nextcloud/backport/20449/stable18
Morris Jobke [Fri, 24 Apr 2020 12:44:21 +0000 (14:44 +0200)]
Merge pull request #20578 from nextcloud/backport/20449/stable18

[stable18] Array offset error due to empty file versions array

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

4 years agoMerge pull request #20588 from nextcloud/backport/20564/stable18
Morris Jobke [Thu, 23 Apr 2020 12:37:08 +0000 (14:37 +0200)]
Merge pull request #20588 from nextcloud/backport/20564/stable18

[stable18] Set fileInfo correctly for LegacyTabs

4 years agoMerge pull request #20596 from nextcloud/backport/20575/stable18
Morris Jobke [Thu, 23 Apr 2020 12:36:40 +0000 (14:36 +0200)]
Merge pull request #20596 from nextcloud/backport/20575/stable18

[stable18] Fix Sharing recommendation user display

4 years agoMerge pull request #20602 from nextcloud/backport/20595/stable18
Morris Jobke [Thu, 23 Apr 2020 08:35:40 +0000 (10:35 +0200)]
Merge pull request #20602 from nextcloud/backport/20595/stable18

[stable18] Fix IE11 upload fallback methods

4 years ago[tx-robot] updated from transifex
Nextcloud bot [Thu, 23 Apr 2020 02:17:05 +0000 (02:17 +0000)]
[tx-robot] updated from transifex

4 years agoFix IE11 upload fallback methods 20602/head
John Molakvoæ (skjnldsv) [Wed, 22 Apr 2020 11:40:23 +0000 (13:40 +0200)]
Fix IE11 upload fallback methods

Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
4 years agoMerge pull request #20580 from nextcloud/version/18.0.4/final v18.0.4
Roeland Jago Douma [Wed, 22 Apr 2020 19:21:59 +0000 (21:21 +0200)]
Merge pull request #20580 from nextcloud/version/18.0.4/final

18.0.4

4 years agoFix Sharing recommendation user display 20596/head
John Molakvoæ (skjnldsv) [Tue, 21 Apr 2020 06:42:28 +0000 (08:42 +0200)]
Fix Sharing recommendation user display

Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
4 years ago[tx-robot] updated from transifex
Nextcloud bot [Wed, 22 Apr 2020 02:17:16 +0000 (02:17 +0000)]
[tx-robot] updated from transifex

4 years agoSet fileInfo correctly for LegacyTabs 20588/head
Christoph Seitz [Sun, 19 Apr 2020 20:41:40 +0000 (22:41 +0200)]
Set fileInfo correctly for LegacyTabs

Watch for changes of the fileInfo prop and propagate it to,
the underlying component.

Fixes #20106.

Signed-off-by: Christoph Seitz <christoph.seitz@posteo.de>
Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
4 years ago18.0.4 20580/head
Roeland Jago Douma [Tue, 21 Apr 2020 08:49:19 +0000 (10:49 +0200)]
18.0.4

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
4 years agoFix #19066 - Array offset error due to empty file versions array 20578/head
Liam JACK [Sun, 12 Apr 2020 13:35:17 +0000 (15:35 +0200)]
Fix #19066 - Array offset error due to empty file versions array

Signed-off-by: Liam JACK <liamjack@users.noreply.github.com>
4 years ago[tx-robot] updated from transifex
Nextcloud bot [Tue, 21 Apr 2020 02:16:49 +0000 (02:16 +0000)]
[tx-robot] updated from transifex

4 years agoMerge pull request #20545 from nextcloud/version/18.0.4/RC2 v18.0.4RC2
Roeland Jago Douma [Mon, 20 Apr 2020 20:23:58 +0000 (22:23 +0200)]
Merge pull request #20545 from nextcloud/version/18.0.4/RC2

18.0.4 RC2

4 years agoMerge pull request #20512 from nextcloud/backport/20246/stable18
Roeland Jago Douma [Mon, 20 Apr 2020 18:31:30 +0000 (20:31 +0200)]
Merge pull request #20512 from nextcloud/backport/20246/stable18

[stable18] Provide the proper language to the mailer

4 years agoMerge pull request #20530 from nextcloud/backport/stable18/fix/allow_edit_admin_user
Roeland Jago Douma [Mon, 20 Apr 2020 18:06:25 +0000 (20:06 +0200)]
Merge pull request #20530 from nextcloud/backport/stable18/fix/allow_edit_admin_user

[18] Allow to edit admin user

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

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

4 years agoAllow to edit admin user 20530/head
Daniel Kesselberg [Fri, 17 Apr 2020 08:30:09 +0000 (10:30 +0200)]
Allow to edit admin user

Signed-off-by: GretaD <gretadoci@gmail.com>
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
(cherry picked from commit d17c58eeec763c4faa62317f5f1b8ea2e09379fb)

4 years agoMerge pull request #20548 from nextcloud/backport/20470/stable18
John Molakvoæ [Sat, 18 Apr 2020 12:56:05 +0000 (14:56 +0200)]
Merge pull request #20548 from nextcloud/backport/20470/stable18

[stable18] Fix jsunit tests

4 years agoProvide the proper language to the mailer 20512/head
Roeland Jago Douma [Tue, 31 Mar 2020 12:02:39 +0000 (14:02 +0200)]
Provide the proper language to the mailer

Else we can't properly translate the footer in the recipients e-mail
language.

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
4 years agoFix jsunit tests 20548/head
Daniel Kesselberg [Tue, 14 Apr 2020 09:13:02 +0000 (11:13 +0200)]
Fix jsunit tests

JSUnit tests are failing for some reason. It seems to be related to a new karma-coverage version published a few hours ago.

Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
4 years agoMerge pull request #20531 from nextcloud/backport/20529/stable18
Roeland Jago Douma [Sat, 18 Apr 2020 09:23:36 +0000 (11:23 +0200)]
Merge pull request #20531 from nextcloud/backport/20529/stable18

[stable18] Update list of multiple properties

4 years ago18.0.4 RC2 20545/head
Roeland Jago Douma [Sat, 18 Apr 2020 09:11:42 +0000 (11:11 +0200)]
18.0.4 RC2

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

4 years agoMerge pull request #20405 from nextcloud/backport/20363/stable18
Roeland Jago Douma [Fri, 17 Apr 2020 11:45:25 +0000 (13:45 +0200)]
Merge pull request #20405 from nextcloud/backport/20363/stable18

[stable18] update icewind/smb to 3.2.3

4 years agoUpdate list of multiple properties 20531/head
John Molakvoæ (skjnldsv) [Fri, 17 Apr 2020 07:12:06 +0000 (09:12 +0200)]
Update list of multiple properties

Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
4 years ago[tx-robot] updated from transifex
Nextcloud bot [Fri, 17 Apr 2020 02:16:39 +0000 (02:16 +0000)]
[tx-robot] updated from transifex

4 years agoMerge pull request #20516 from nextcloud/backport/20505/stable18
John Molakvoæ [Thu, 16 Apr 2020 19:30:04 +0000 (21:30 +0200)]
Merge pull request #20516 from nextcloud/backport/20505/stable18

[stable18] do not advertise nulled userId for for systemwide credentials

4 years agofix credentialsManager documentation and ensure userId to be used as string 20516/head
Arthur Schiwon [Wed, 15 Apr 2020 17:34:23 +0000 (19:34 +0200)]
fix credentialsManager documentation and ensure userId to be used as string

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
4 years agoadd DB tests for credentials manager
Arthur Schiwon [Wed, 15 Apr 2020 14:44:28 +0000 (16:44 +0200)]
add DB tests for credentials manager

these are actually expected to FAIL, because NULL as a userid is not
allowed in the schema, but documented to be used on the source

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
4 years ago[tx-robot] updated from transifex
Nextcloud bot [Thu, 16 Apr 2020 02:17:41 +0000 (02:17 +0000)]
[tx-robot] updated from transifex

4 years agoMerge pull request #20456 from nextcloud/version/18.0.4/RC1 v18.0.4RC1
Roeland Jago Douma [Wed, 15 Apr 2020 18:26:03 +0000 (20:26 +0200)]
Merge pull request #20456 from nextcloud/version/18.0.4/RC1

18.0.4 RC1

4 years agoMerge pull request #20483 from nextcloud/backport/19936/stable18
Roeland Jago Douma [Wed, 15 Apr 2020 18:20:29 +0000 (20:20 +0200)]
Merge pull request #20483 from nextcloud/backport/19936/stable18

[stable18] Handle unset owner in sharing

4 years agoMerge pull request #20493 from nextcloud/backport/20361/stable18
Roeland Jago Douma [Wed, 15 Apr 2020 18:19:12 +0000 (20:19 +0200)]
Merge pull request #20493 from nextcloud/backport/20361/stable18

[stable18] Close the streams in `writeStream` even when there is an exception

4 years agoMerge pull request #20495 from nextcloud/backport/20401/stable18
John Molakvoæ [Wed, 15 Apr 2020 13:23:12 +0000 (15:23 +0200)]
Merge pull request #20495 from nextcloud/backport/20401/stable18

[stable18] Fix absolute redirect

4 years agoFix absolute redirect 20495/head
John Molakvoæ (skjnldsv) [Fri, 10 Apr 2020 06:50:15 +0000 (08:50 +0200)]
Fix absolute redirect

Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
4 years agoClose the streams in `writeStream` even when there is an exception 20493/head
Robin Appelman [Wed, 8 Apr 2020 14:40:56 +0000 (16:40 +0200)]
Close the streams in `writeStream` even when there is an exception

Signed-off-by: Robin Appelman <robin@icewind.nl>
4 years agoMerge pull request #20485 from nextcloud/backport/20474/stable18
Morris Jobke [Wed, 15 Apr 2020 06:30:24 +0000 (08:30 +0200)]
Merge pull request #20485 from nextcloud/backport/20474/stable18

[stable18] Update root.crl due to revocation of spgverein.crt

4 years ago[tx-robot] updated from transifex
Nextcloud bot [Wed, 15 Apr 2020 02:17:23 +0000 (02:17 +0000)]
[tx-robot] updated from transifex

4 years agoMerge pull request #20471 from nextcloud/backport/20469/stable18
Roeland Jago Douma [Tue, 14 Apr 2020 18:56:12 +0000 (20:56 +0200)]
Merge pull request #20471 from nextcloud/backport/20469/stable18

[stable18] Properly display share error messages

4 years agoUpdate root.crl due to revocation of spgverein.crt 20485/head
Morris Jobke [Tue, 14 Apr 2020 12:37:05 +0000 (14:37 +0200)]
Update root.crl due to revocation of spgverein.crt

Signed-off-by: Morris Jobke <hey@morrisjobke.de>
4 years agoHandle unset owner in sharing 20483/head
Joas Schilling [Fri, 13 Mar 2020 16:17:43 +0000 (17:17 +0100)]
Handle unset owner in sharing

Signed-off-by: Joas Schilling <coding@schilljs.com>
4 years agoMerge pull request #20163 from nextcloud/backport/19782/stable18
Morris Jobke [Tue, 14 Apr 2020 12:08:20 +0000 (14:08 +0200)]
Merge pull request #20163 from nextcloud/backport/19782/stable18

[stable18] Use global used space in quota wrappen when external storage is included

4 years agoMerge pull request #20102 from nextcloud/backport/18679/stable18
Morris Jobke [Tue, 14 Apr 2020 12:02:53 +0000 (14:02 +0200)]
Merge pull request #20102 from nextcloud/backport/18679/stable18

[stable18] fix OCA\DAV\CalDAV\CalDavBackend search $options

4 years agoMerge pull request #20282 from nextcloud/backport/19180/stable18
Roeland Jago Douma [Tue, 14 Apr 2020 09:37:44 +0000 (11:37 +0200)]
Merge pull request #20282 from nextcloud/backport/19180/stable18

[stable18] Check for empty authorization headers for office requests

4 years agoProperly display share error messages 20471/head
John Molakvoæ (skjnldsv) [Tue, 14 Apr 2020 08:16:18 +0000 (10:16 +0200)]
Properly display share error messages

Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
4 years agoMerge pull request #20334 from nextcloud/backport/20284/stable18
Roeland Jago Douma [Tue, 14 Apr 2020 08:59:24 +0000 (10:59 +0200)]
Merge pull request #20334 from nextcloud/backport/20284/stable18

[stable18] Properly catch NoUserException during upload cleanup

4 years ago[tx-robot] updated from transifex
Nextcloud bot [Tue, 14 Apr 2020 02:16:59 +0000 (02:16 +0000)]
[tx-robot] updated from transifex

4 years agoMerge pull request #20420 from nextcloud/backport/19952/translate-web-standards
Roeland Jago Douma [Mon, 13 Apr 2020 18:11:14 +0000 (20:11 +0200)]
Merge pull request #20420 from nextcloud/backport/19952/translate-web-standards

[18] Use a normal string to translate.

4 years ago18.0.4 RC1 20456/head
Roeland Jago Douma [Mon, 13 Apr 2020 11:18:24 +0000 (13:18 +0200)]
18.0.4 RC1

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
4 years agoMerge pull request #20433 from nextcloud/backport/20035/stable18
Roeland Jago Douma [Mon, 13 Apr 2020 10:50:59 +0000 (12:50 +0200)]
Merge pull request #20433 from nextcloud/backport/20035/stable18

[stable18] Make sure group management works with all types of group names

4 years ago[tx-robot] updated from transifex
Nextcloud bot [Mon, 13 Apr 2020 02:19:54 +0000 (02:19 +0000)]
[tx-robot] updated from transifex

4 years ago[tx-robot] updated from transifex
Nextcloud bot [Sun, 12 Apr 2020 03:09:26 +0000 (03:09 +0000)]
[tx-robot] updated from transifex

4 years agoAdd tests for encoded group id 20433/head
Julius Härtl [Thu, 2 Apr 2020 17:37:40 +0000 (19:37 +0200)]
Add tests for encoded group id

Signed-off-by: Julius Härtl <jus@bitgrid.net>
Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
4 years agoMake sure the group id parameter gets properly encoded when used in URLs
Julius Härtl [Thu, 19 Mar 2020 15:02:26 +0000 (16:02 +0100)]
Make sure the group id parameter gets properly encoded when used in URLs

Signed-off-by: Julius Härtl <jus@bitgrid.net>
4 years agoMake the groupId url encoded
Julius Härtl [Thu, 19 Mar 2020 14:40:04 +0000 (15:40 +0100)]
Make the groupId url encoded

Signed-off-by: Julius Härtl <jus@bitgrid.net>
4 years ago[tx-robot] updated from transifex
Nextcloud bot [Sat, 11 Apr 2020 02:18:47 +0000 (02:18 +0000)]
[tx-robot] updated from transifex

4 years agoMerge pull request #20407 from nextcloud/backport/19435/stable18
Roeland Jago Douma [Fri, 10 Apr 2020 13:57:48 +0000 (15:57 +0200)]
Merge pull request #20407 from nextcloud/backport/19435/stable18

[stable18] Add text restore after restore icon

4 years agoCompile assets 20420/head
npmbuildbot[bot] [Fri, 10 Apr 2020 10:19:40 +0000 (10:19 +0000)]
Compile assets

Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
4 years agoUse a normal string to translate.
Daniel Kesselberg [Sat, 14 Mar 2020 13:56:31 +0000 (14:56 +0100)]
Use a normal string to translate.

Somehow the multi line strings are still a problem for t.

Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
4 years agoAdd text restore after restore icon 20407/head
GretaD [Wed, 12 Feb 2020 14:08:14 +0000 (15:08 +0100)]
Add text restore after restore icon

Signed-off-by: GretaD <gretadoci@gmail.com>
Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
4 years agoupdate icewind/smb to 3.2.3 20405/head
Robin Appelman [Wed, 8 Apr 2020 15:29:34 +0000 (17:29 +0200)]
update icewind/smb to 3.2.3

Signed-off-by: Robin Appelman <robin@icewind.nl>
4 years agoMerge pull request #20387 from nextcloud/backport/20376/fix/tags-ellipsis
John Molakvoæ [Fri, 10 Apr 2020 06:37:07 +0000 (08:37 +0200)]
Merge pull request #20387 from nextcloud/backport/20376/fix/tags-ellipsis

[stable18] Fix systemtags overflow

4 years agoMerge pull request #20382 from nextcloud/backport/20355/fix/comments/clear-input...
Roeland Jago Douma [Fri, 10 Apr 2020 06:36:14 +0000 (08:36 +0200)]
Merge pull request #20382 from nextcloud/backport/20355/fix/comments/clear-input/19585

[stable18] Clear comment on successful post

4 years agoMerge pull request #20366 from nextcloud/backport/20360/stable18
Roeland Jago Douma [Fri, 10 Apr 2020 06:35:21 +0000 (08:35 +0200)]
Merge pull request #20366 from nextcloud/backport/20360/stable18

[stable18] Try to use the display name of file transfers

4 years ago[tx-robot] updated from transifex
Nextcloud bot [Fri, 10 Apr 2020 02:18:34 +0000 (02:18 +0000)]
[tx-robot] updated from transifex

4 years agoFix systemtags overflow 20387/head
John Molakvoæ (skjnldsv) [Thu, 9 Apr 2020 07:43:17 +0000 (09:43 +0200)]
Fix systemtags overflow

Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
4 years agoClear comment on successful post 20382/head
John Molakvoæ (skjnldsv) [Wed, 8 Apr 2020 05:22:14 +0000 (07:22 +0200)]
Clear comment on successful post

Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
4 years ago[tx-robot] updated from transifex
Nextcloud bot [Thu, 9 Apr 2020 02:18:36 +0000 (02:18 +0000)]
[tx-robot] updated from transifex

4 years agoShow the displayname instead of the user id 20366/head
Joas Schilling [Wed, 8 Apr 2020 14:09:03 +0000 (16:09 +0200)]
Show the displayname instead of the user id

Signed-off-by: Joas Schilling <coding@schilljs.com>
4 years agoTry to use the display name of file transfers
Joas Schilling [Wed, 8 Apr 2020 13:41:20 +0000 (15:41 +0200)]
Try to use the display name of file transfers

Signed-off-by: Joas Schilling <coding@schilljs.com>
4 years agoMerge pull request #20335 from nextcloud/backport/19655/stable18
Roeland Jago Douma [Wed, 8 Apr 2020 14:45:02 +0000 (16:45 +0200)]
Merge pull request #20335 from nextcloud/backport/19655/stable18

[stable18] Catch NotFoundException when getting the user folder

4 years ago[tx-robot] updated from transifex
Nextcloud bot [Wed, 8 Apr 2020 02:18:55 +0000 (02:18 +0000)]
[tx-robot] updated from transifex

4 years ago[tx-robot] updated from transifex
Nextcloud bot [Tue, 7 Apr 2020 02:18:20 +0000 (02:18 +0000)]
[tx-robot] updated from transifex

4 years agoCatch NotFoundException when getting the user folder 20335/head
Julius Härtl [Wed, 26 Feb 2020 10:20:20 +0000 (11:20 +0100)]
Catch NotFoundException when getting the user folder

Signed-off-by: Julius Härtl <jus@bitgrid.net>
4 years agoProperly hint exceptions thrown by getUserFolder 20334/head
Julius Härtl [Fri, 3 Apr 2020 10:17:47 +0000 (12:17 +0200)]
Properly hint exceptions thrown by getUserFolder

Signed-off-by: Julius Härtl <jus@bitgrid.net>
4 years agoCatch NoUserException when running the upload cleanup as cronjob
Julius Härtl [Fri, 3 Apr 2020 10:17:27 +0000 (12:17 +0200)]
Catch NoUserException when running the upload cleanup as cronjob

Signed-off-by: Julius Härtl <jus@bitgrid.net>
4 years ago[tx-robot] updated from transifex
Nextcloud bot [Mon, 6 Apr 2020 02:18:13 +0000 (02:18 +0000)]
[tx-robot] updated from transifex

4 years ago[tx-robot] updated from transifex
Nextcloud bot [Sun, 5 Apr 2020 02:18:13 +0000 (02:18 +0000)]
[tx-robot] updated from transifex

4 years agoMerge pull request #20296 from nextcloud/backport/20293/stable18
Roeland Jago Douma [Sat, 4 Apr 2020 19:35:55 +0000 (21:35 +0200)]
Merge pull request #20296 from nextcloud/backport/20293/stable18

[stable18] fixes the return type of BeforeUserLoggedInEvent