]> source.dussan.org Git - nextcloud-server.git/log
nextcloud-server.git
3 years ago[stable21] Update psalm baseline 29070/head
Daniel Kesselberg [Mon, 4 Oct 2021 17:01:22 +0000 (19:01 +0200)]
[stable21] Update psalm baseline

Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
3 years agoMerge pull request #29074 from nextcloud/bug/noid/no-execute-query-in-21
Daniel [Wed, 6 Oct 2021 06:42:19 +0000 (08:42 +0200)]
Merge pull request #29074 from nextcloud/bug/noid/no-execute-query-in-21

[stable21] executeQuery and executeStatement are 22+

3 years ago[tx-robot] updated from transifex
Nextcloud bot [Wed, 6 Oct 2021 02:21:20 +0000 (02:21 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
3 years ago[tx-robot] updated from transifex
Nextcloud bot [Tue, 5 Oct 2021 02:22:28 +0000 (02:22 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
3 years agoexecuteQuery and executeStatement are 22+ 29074/head
Daniel Kesselberg [Mon, 4 Oct 2021 17:58:45 +0000 (19:58 +0200)]
executeQuery and executeStatement are 22+

Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
3 years agoMerge pull request #28730 from nextcloud/backport/27540/stable21
Julius Härtl [Mon, 4 Oct 2021 14:51:02 +0000 (16:51 +0200)]
Merge pull request #28730 from nextcloud/backport/27540/stable21

3 years ago[tx-robot] updated from transifex
Nextcloud bot [Mon, 4 Oct 2021 02:26:40 +0000 (02:26 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
3 years agoMerge pull request #29047 from nextcloud/backport/29044/stable21
Daniel [Sun, 3 Oct 2021 18:18:41 +0000 (20:18 +0200)]
Merge pull request #29047 from nextcloud/backport/29044/stable21

[stable21] Change output format of Psalm to Github

3 years ago[stable21] Change output format of Psalm to Github 29047/head
MichaIng [Sun, 3 Oct 2021 17:48:11 +0000 (19:48 +0200)]
[stable21] Change output format of Psalm to Github

Manual backport of https://github.com/nextcloud/server/pull/29044

Signed-off-by: MichaIng <micha@dietpi.com>
3 years ago[tx-robot] updated from transifex
Nextcloud bot [Sun, 3 Oct 2021 02:26:41 +0000 (02:26 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
3 years ago[tx-robot] updated from transifex
Nextcloud bot [Sat, 2 Oct 2021 02:26:36 +0000 (02:26 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
3 years ago[tx-robot] updated from transifex
Nextcloud bot [Fri, 1 Oct 2021 02:26:28 +0000 (02:26 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
3 years agoMerge pull request #28969 from nextcloud/backport/28876/stable21
MichaIng [Thu, 30 Sep 2021 11:25:57 +0000 (13:25 +0200)]
Merge pull request #28969 from nextcloud/backport/28876/stable21

[stable21] ensure that user and group IDs in LDAP's tables are also max 64chars

3 years agohandle case where storage can't be created in getStorageRootId 28730/head
Robin Appelman [Thu, 17 Jun 2021 12:32:38 +0000 (14:32 +0200)]
handle case where storage can't be created in getStorageRootId

Signed-off-by: Robin Appelman <robin@icewind.nl>
3 years ago[tx-robot] updated from transifex
Nextcloud bot [Thu, 30 Sep 2021 02:30:46 +0000 (02:30 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
3 years agoMerge pull request #28987 from nextcloud/version/21.0.5/final v21.0.5
blizzz [Wed, 29 Sep 2021 20:56:14 +0000 (22:56 +0200)]
Merge pull request #28987 from nextcloud/version/21.0.5/final

21.0.5

3 years agoMerge pull request #28999 from nextcloud/backport/28995/stable21
szaimen [Wed, 29 Sep 2021 16:56:11 +0000 (18:56 +0200)]
Merge pull request #28999 from nextcloud/backport/28995/stable21

[stable21] Fix redirect during initial setup

3 years agoPrevent empty base URL during installation 28999/head
Louis Chemineau [Wed, 29 Sep 2021 14:07:08 +0000 (16:07 +0200)]
Prevent empty base URL during installation

Signed-off-by: Louis Chemineau <louis@chmn.me>
3 years ago21.0.5 28987/head
Arthur Schiwon [Wed, 29 Sep 2021 09:38:18 +0000 (11:38 +0200)]
21.0.5

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
3 years ago[tx-robot] updated from transifex
Nextcloud bot [Wed, 29 Sep 2021 02:26:25 +0000 (02:26 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
3 years ago[tx-robot] updated from transifex
Nextcloud bot [Tue, 28 Sep 2021 02:25:38 +0000 (02:25 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
3 years agoensure that user and group IDs in LDAP's tables are also max 64chars 28969/head
Arthur Schiwon [Fri, 17 Sep 2021 17:15:46 +0000 (19:15 +0200)]
ensure that user and group IDs in LDAP's tables are also max 64chars

- limitation by core tables (e.g. sharing), IDs are always 64chars
- when longer group IDs were requested they are hashed (does not affect
  displaynames)

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
3 years agoMerge pull request #27203 from nextcloud/backport/27187/stable21
blizzz [Mon, 27 Sep 2021 09:02:14 +0000 (11:02 +0200)]
Merge pull request #27203 from nextcloud/backport/27187/stable21

[stable21] Fix Oracle query limit compliance in Comments

3 years agoMerge pull request #28963 from nextcloud/backport/28853/stable21
szaimen [Mon, 27 Sep 2021 08:41:23 +0000 (10:41 +0200)]
Merge pull request #28963 from nextcloud/backport/28853/stable21

[stable21] Don't allow to change activity settings that don't work

3 years agoDon't allow to change activity settings that don't work 28963/head
Joas Schilling [Wed, 15 Sep 2021 15:27:01 +0000 (17:27 +0200)]
Don't allow to change activity settings that don't work

Signed-off-by: Joas Schilling <coding@schilljs.com>
3 years ago[tx-robot] updated from transifex
Nextcloud bot [Sun, 26 Sep 2021 02:27:41 +0000 (02:27 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
3 years ago[tx-robot] updated from transifex
Nextcloud bot [Sat, 25 Sep 2021 02:26:58 +0000 (02:26 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
3 years agoMerge pull request #28950 from nextcloud/backport/28916/stable21
MichaIng [Fri, 24 Sep 2021 20:07:18 +0000 (22:07 +0200)]
Merge pull request #28950 from nextcloud/backport/28916/stable21

[stable21] fix caching of objectsid searches

3 years agofix caching of objectsid searches 28950/head
Arthur Schiwon [Tue, 21 Sep 2021 09:47:00 +0000 (11:47 +0200)]
fix caching of objectsid searches

- store result when no name could be retrieved, too
- cached value is not an array, was treated wrongly

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
3 years agoMerge pull request #28905 from nextcloud/backport/26832/stable21
MichaIng [Fri, 24 Sep 2021 11:35:41 +0000 (13:35 +0200)]
Merge pull request #28905 from nextcloud/backport/26832/stable21

[stable21] explicitly close source stream on object store upload even if count…

3 years ago[tx-robot] updated from transifex
Nextcloud bot [Fri, 24 Sep 2021 02:27:03 +0000 (02:27 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
3 years agoUse legacy execute method 27203/head
Louis [Wed, 15 Sep 2021 16:39:55 +0000 (18:39 +0200)]
Use legacy execute method

Use legacy execute method instead of executeQuery introduced in 22

Signed-off-by: Louis Chemineau <louis@chmn.me>
3 years agoMerge pull request #28937 from nextcloud/version/21.0.5/rc1 v21.0.5rc1
blizzz [Thu, 23 Sep 2021 10:02:04 +0000 (12:02 +0200)]
Merge pull request #28937 from nextcloud/version/21.0.5/rc1

21.0.5 RC1

3 years agoMerge pull request #28929 from nextcloud/3rdparty-21
blizzz [Thu, 23 Sep 2021 09:41:55 +0000 (11:41 +0200)]
Merge pull request #28929 from nextcloud/3rdparty-21

[stable21] Bump 3rdparty ref

3 years agoFix populating the array and closing the cursors
Joas Schilling [Tue, 1 Jun 2021 07:15:34 +0000 (09:15 +0200)]
Fix populating the array and closing the cursors

Signed-off-by: Joas Schilling <coding@schilljs.com>
3 years agoFix Oracle query limit compliance in Comments
Simounet [Thu, 27 May 2021 11:04:48 +0000 (13:04 +0200)]
Fix Oracle query limit compliance in Comments

Signed-off-by: Simounet <contact@simounet.net>
3 years agoMerge pull request #28790 from nextcloud/backport/23065/stable21
blizzz [Thu, 23 Sep 2021 08:20:59 +0000 (10:20 +0200)]
Merge pull request #28790 from nextcloud/backport/23065/stable21

[stable21] Fix null displayname crash as described in #21885

3 years ago21.0.5 RC1 28937/head
Arthur Schiwon [Thu, 23 Sep 2021 08:05:58 +0000 (10:05 +0200)]
21.0.5 RC1

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
3 years ago[tx-robot] updated from transifex
Nextcloud bot [Thu, 23 Sep 2021 02:30:02 +0000 (02:30 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
3 years ago[stable21] Bump 3rdparty ref 28929/head
Lukas Reschke [Wed, 22 Sep 2021 14:19:03 +0000 (16:19 +0200)]
[stable21] Bump 3rdparty ref

Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
3 years ago[tx-robot] updated from transifex
Nextcloud bot [Wed, 22 Sep 2021 02:27:00 +0000 (02:27 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
3 years agoMerge pull request #28909 from nextcloud/backport/28802/stable21
MichaIng [Tue, 21 Sep 2021 17:41:07 +0000 (19:41 +0200)]
Merge pull request #28909 from nextcloud/backport/28802/stable21

[stable21] Support seeking also from the end of file on S3 storage

3 years agoMerge pull request #28882 from nextcloud/backport/28871/stable21
MichaIng [Tue, 21 Sep 2021 17:38:32 +0000 (19:38 +0200)]
Merge pull request #28882 from nextcloud/backport/28871/stable21

[stable21] Fix file creation from template without ext

3 years agoMerge pull request #28920 from nextcloud/backport/28918/stable21
kesselb [Tue, 21 Sep 2021 16:41:29 +0000 (18:41 +0200)]
Merge pull request #28920 from nextcloud/backport/28918/stable21

[stable21] Use IRoomMetadata as source of truth for supported room types

3 years agoUse IRoomMetadata as source of truth for supported room types 28920/head
Richard Steinmetz [Tue, 21 Sep 2021 13:05:21 +0000 (15:05 +0200)]
Use IRoomMetadata as source of truth for supported room types

Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
3 years agoMerge pull request #28829 from nextcloud/backport/26584/stable21
MichaIng [Tue, 21 Sep 2021 13:24:14 +0000 (15:24 +0200)]
Merge pull request #28829 from nextcloud/backport/26584/stable21

[stable21] Update .htaccess (php8+ and mod_lsapi)

3 years agoUse legacy call of generateOcsUrl 28882/head
Louis [Tue, 21 Sep 2021 10:28:39 +0000 (12:28 +0200)]
Use legacy call of generateOcsUrl

Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
3 years ago[tx-robot] updated from transifex
Nextcloud bot [Tue, 21 Sep 2021 02:27:32 +0000 (02:27 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
3 years agoSupport seeking also from the end of file on S3 storage 28909/head
Pauli Järvinen [Sat, 11 Sep 2021 14:42:15 +0000 (17:42 +0300)]
Support seeking also from the end of file on S3 storage

The PR https://github.com/nextcloud/server/pull/20033 added support
for `fseek` for  the S3 storage backend. However, the seek mode SEEK_END
was left out that time. This PR fills this gap.

Signed-off-by: Pauli Järvinen <pauli.jarvinen@gmail.com>
3 years agoexplicitly close source stream on object store upload even if countwrapper isn't... 28905/head
Daniel Kesselberg [Mon, 20 Sep 2021 16:27:12 +0000 (18:27 +0200)]
explicitly close source stream on object store upload even if countwrapper isn't needed

Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
3 years agoMerge pull request #28901 from nextcloud/backport/28868/stable21
blizzz [Mon, 20 Sep 2021 15:45:17 +0000 (17:45 +0200)]
Merge pull request #28901 from nextcloud/backport/28868/stable21

[stable21] Update CRL due to revoked twofactor_email.crt

3 years agoMerge pull request #28896 from nextcloud/backport/28889/stable21
Vincent Petry [Mon, 20 Sep 2021 11:54:43 +0000 (13:54 +0200)]
Merge pull request #28896 from nextcloud/backport/28889/stable21

[stable21] Fall back to full file for video previews

3 years agoUpdate CRL due to revoked twofactor_email.crt 28901/head
Arthur Schiwon [Thu, 16 Sep 2021 22:06:45 +0000 (00:06 +0200)]
Update CRL due to revoked twofactor_email.crt

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
3 years agoFall back to full file for video previews 28896/head
Vincent Petry [Sat, 18 Sep 2021 08:46:48 +0000 (10:46 +0200)]
Fall back to full file for video previews

If the first 5 MB are not enough to grab a useful frame for the
thumbnail preview, fall back to reading the full file.

Signed-off-by: Vincent Petry <vincent@nextcloud.com>
3 years agoFix partial backport
Louis Chemineau [Mon, 20 Sep 2021 08:25:54 +0000 (10:25 +0200)]
Fix partial backport

Signed-off-by: Louis Chemineau <louis@chmn.me>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
3 years agoMerge pull request #28887 from nextcloud/dependabot/npm_and_yarn/stable21/vue-clipboa...
Louis [Mon, 20 Sep 2021 08:09:01 +0000 (10:09 +0200)]
Merge pull request #28887 from nextcloud/dependabot/npm_and_yarn/stable21/vue-clipboard2-0.3.3

Bump vue-clipboard2 from 0.3.2 to 0.3.3

3 years ago[tx-robot] updated from transifex
Nextcloud bot [Mon, 20 Sep 2021 02:26:02 +0000 (02:26 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
3 years ago[tx-robot] updated from transifex
Nextcloud bot [Sun, 19 Sep 2021 02:25:58 +0000 (02:25 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
3 years agoMerge pull request #28859 from nextcloud/backport/28822/stable21
kesselb [Sat, 18 Sep 2021 13:59:57 +0000 (15:59 +0200)]
Merge pull request #28859 from nextcloud/backport/28822/stable21

[stable21] Add email addresses to contacts menu

3 years agoMerge pull request #28849 from nextcloud/backport/28285/stable21
MichaIng [Sat, 18 Sep 2021 07:21:47 +0000 (09:21 +0200)]
Merge pull request #28849 from nextcloud/backport/28285/stable21

[stable21] l10n: ignore packed js files from TX sync

3 years ago[tx-robot] updated from transifex
Nextcloud bot [Sat, 18 Sep 2021 02:29:05 +0000 (02:29 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
3 years agoBump vue-clipboard2 from 0.3.2 to 0.3.3 28887/head
dependabot[bot] [Sat, 18 Sep 2021 01:07:01 +0000 (01:07 +0000)]
Bump vue-clipboard2 from 0.3.2 to 0.3.3

Bumps [vue-clipboard2](https://github.com/Inndy/vue-clipboard2) from 0.3.2 to 0.3.3.
- [Release notes](https://github.com/Inndy/vue-clipboard2/releases)
- [Changelog](https://github.com/Inndy/vue-clipboard2/blob/master/CHANGELOG.md)
- [Commits](https://github.com/Inndy/vue-clipboard2/compare/v0.3.2...v0.3.3)

---
updated-dependencies:
- dependency-name: vue-clipboard2
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
3 years agoMerge pull request #28879 from nextcloud/backport/28872/stable21
MichaIng [Sat, 18 Sep 2021 00:01:17 +0000 (02:01 +0200)]
Merge pull request #28879 from nextcloud/backport/28872/stable21

[stable21] Fix files view change and undefined currentFileList

3 years agoFix file creation from template without ext
John Molakvoæ [Fri, 17 Sep 2021 07:52:02 +0000 (09:52 +0200)]
Fix file creation from template without ext

Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
3 years agoFix files view change and undefined currentFileList 28879/head
John Molakvoæ [Fri, 17 Sep 2021 08:42:09 +0000 (10:42 +0200)]
Fix files view change and undefined currentFileList

Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
3 years agoAdd email addresses to contacts menu 28859/head
Daniel Kesselberg [Mon, 13 Sep 2021 20:39:04 +0000 (22:39 +0200)]
Add email addresses to contacts menu

Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
3 years ago[tx-robot] updated from transifex
Nextcloud bot [Fri, 17 Sep 2021 02:28:28 +0000 (02:28 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
3 years ago[tx-robot] updated from transifex
Nextcloud bot [Thu, 16 Sep 2021 02:29:01 +0000 (02:29 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
3 years agol10n: ignore packed js files from TX sync 28849/head
rakekniven [Mon, 2 Aug 2021 08:47:47 +0000 (10:47 +0200)]
l10n: ignore packed js files from TX sync

Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com>
3 years ago[tx-robot] updated from transifex
Nextcloud bot [Wed, 15 Sep 2021 02:28:21 +0000 (02:28 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
3 years agoMerge pull request #28831 from nextcloud/backport/28774/stable21
John Molakvoæ [Tue, 14 Sep 2021 16:06:58 +0000 (18:06 +0200)]
Merge pull request #28831 from nextcloud/backport/28774/stable21

[stable21] Do not cache file ids in FileSystemTags inside group folders

3 years agoDo not cache file ids in FileSystemTags inside group folders 28831/head
Richard Steinmetz [Tue, 14 Sep 2021 09:15:26 +0000 (11:15 +0200)]
Do not cache file ids in FileSystemTags inside group folders

Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
3 years agoFix module name for PHP8+ 28829/head
acsfer [Wed, 21 Apr 2021 08:11:06 +0000 (10:11 +0200)]
Fix module name for PHP8+

3 years agoUpdate .htaccess (PHP8 and mod_lsapi)
acsfer [Fri, 16 Apr 2021 08:05:02 +0000 (10:05 +0200)]
Update .htaccess (PHP8 and mod_lsapi)

- Add `mod_lsapi` (Cloudlinux) authorization headers
- Add `mod_php8` php_values
- Reformating for better lisibilty

3 years ago[tx-robot] updated from transifex
Nextcloud bot [Tue, 14 Sep 2021 02:31:01 +0000 (02:31 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
3 years agoMerge pull request #28815 from nextcloud/backport/28728/stable21
blizzz [Mon, 13 Sep 2021 16:07:32 +0000 (18:07 +0200)]
Merge pull request #28815 from nextcloud/backport/28728/stable21

[stable21] Add database ratelimiting backend

3 years agoAdd database ratelimiting backend 28815/head
Lukas Reschke [Mon, 6 Sep 2021 14:31:01 +0000 (16:31 +0200)]
Add database ratelimiting backend

In case no distributed memory cache is specified this adds
a database backend for ratelimit purposes.

Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
3 years agoMerge pull request #28811 from nextcloud/stable21-3rdparty-bump
Lukas Reschke [Mon, 13 Sep 2021 13:54:10 +0000 (15:54 +0200)]
Merge pull request #28811 from nextcloud/stable21-3rdparty-bump

[stable21] Bump 3rdparty reference

3 years ago[stable21] Bump 3rdparty reference 28811/head
Lukas Reschke [Mon, 13 Sep 2021 09:43:02 +0000 (11:43 +0200)]
[stable21] Bump 3rdparty reference

Includes https://github.com/nextcloud/3rdparty/pull/784

Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
3 years ago[tx-robot] updated from transifex
Nextcloud bot [Mon, 13 Sep 2021 02:28:41 +0000 (02:28 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
3 years agoMerge pull request #28800 from nextcloud/dependabot/npm_and_yarn/stable21/vue-clipboa...
dependabot[bot] [Sun, 12 Sep 2021 11:02:53 +0000 (11:02 +0000)]
Merge pull request #28800 from nextcloud/dependabot/npm_and_yarn/stable21/vue-clipboard2-0.3.2

3 years agoBump vue-clipboard2 from 0.3.1 to 0.3.2 28800/head
dependabot[bot] [Sat, 11 Sep 2021 02:30:19 +0000 (02:30 +0000)]
Bump vue-clipboard2 from 0.3.1 to 0.3.2

Bumps [vue-clipboard2](https://github.com/Inndy/vue-clipboard2) from 0.3.1 to 0.3.2.
- [Release notes](https://github.com/Inndy/vue-clipboard2/releases)
- [Changelog](https://github.com/Inndy/vue-clipboard2/blob/master/CHANGELOG.md)
- [Commits](https://github.com/Inndy/vue-clipboard2/compare/v0.3.1...v0.3.2)

---
updated-dependencies:
- dependency-name: vue-clipboard2
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
3 years ago[tx-robot] updated from transifex
Nextcloud bot [Sun, 12 Sep 2021 02:28:46 +0000 (02:28 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
3 years ago[tx-robot] updated from transifex
Nextcloud bot [Sat, 11 Sep 2021 02:28:07 +0000 (02:28 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
3 years agoMerge pull request #28782 from nextcloud/backport/28767/stable21
Pytal [Fri, 10 Sep 2021 17:55:52 +0000 (10:55 -0700)]
Merge pull request #28782 from nextcloud/backport/28767/stable21

[stable21] Dashboard - fix touch layout

3 years agoMerge pull request #28786 from nextcloud/backport/28377/stable21
Pytal [Fri, 10 Sep 2021 17:24:26 +0000 (10:24 -0700)]
Merge pull request #28786 from nextcloud/backport/28377/stable21

[stable21] Scan the shared external storage source on access

3 years agoReturn proper watcher if SharedStorage originates from ExternalMount 28786/head
John Molakvoæ [Fri, 10 Sep 2021 13:27:37 +0000 (15:27 +0200)]
Return proper watcher if SharedStorage originates from ExternalMount

3 years agoFix indentation error 28790/head
Tom Grant [Sun, 27 Sep 2020 12:00:02 +0000 (13:00 +0100)]
Fix indentation error

Signed-off-by: tgrant <tom.grant760@gmail.com>
3 years agoFix null displayname crash as described in #21885
tgrant [Sun, 27 Sep 2020 11:50:08 +0000 (12:50 +0100)]
Fix null displayname crash as described in #21885

Signed-off-by: tgrant <tom.grant760@gmail.com>
3 years agoMerge pull request #28770 from nextcloud/backport/28754/stable21
szaimen [Fri, 10 Sep 2021 09:09:24 +0000 (11:09 +0200)]
Merge pull request #28770 from nextcloud/backport/28754/stable21

[stable21] Fix trashbin files view sticky action bar

3 years agoDashboard - fix touch layout 28782/head
szaimen [Thu, 9 Sep 2021 09:54:13 +0000 (11:54 +0200)]
Dashboard - fix touch layout

Signed-off-by: szaimen <szaimen@e.mail.de>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
3 years agoReturn proper watcher if SharedStorage originates from ExternalMount
John Molakvoæ (skjnldsv) [Thu, 12 Aug 2021 06:07:18 +0000 (08:07 +0200)]
Return proper watcher if SharedStorage originates from ExternalMount

Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
3 years ago[tx-robot] updated from transifex
Nextcloud bot [Fri, 10 Sep 2021 02:36:11 +0000 (02:36 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
3 years agoFix trashbin files view sticky action bar 28770/head
Simounet [Tue, 7 Sep 2021 20:05:46 +0000 (22:05 +0200)]
Fix trashbin files view sticky action bar

Signed-off-by: Simounet <contact@simounet.net>
3 years ago[tx-robot] updated from transifex
Nextcloud bot [Thu, 9 Sep 2021 02:28:15 +0000 (02:28 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
3 years agoMerge pull request #28749 from nextcloud/backport/28692/stable21
kesselb [Wed, 8 Sep 2021 17:10:08 +0000 (19:10 +0200)]
Merge pull request #28749 from nextcloud/backport/28692/stable21

[stable21] Send attendence links to required and optinal attendees of an event without an RSVP

3 years agoMerge pull request #28753 from nextcloud/stable21-bump-third-party-ref
Lukas Reschke [Wed, 8 Sep 2021 05:36:57 +0000 (07:36 +0200)]
Merge pull request #28753 from nextcloud/stable21-bump-third-party-ref

[stable21] Bump 3rdparty ref

3 years ago[tx-robot] updated from transifex
Nextcloud bot [Wed, 8 Sep 2021 02:27:55 +0000 (02:27 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
3 years agoMerge pull request #28702 from nextcloud/fix/stable21-user-list-infinite-loading
Pytal [Tue, 7 Sep 2021 21:01:18 +0000 (14:01 -0700)]
Merge pull request #28702 from nextcloud/fix/stable21-user-list-infinite-loading

[stable21] Fix user list infinite loading state in user settings

3 years ago[stable21] Bump 3rdparty ref 28753/head
Lukas Reschke [Tue, 7 Sep 2021 18:45:45 +0000 (20:45 +0200)]
[stable21] Bump 3rdparty ref

Includes https://github.com/nextcloud/3rdparty/pull/782

Signed-off-by: Lukas Reschke <lukas@statuscode.ch>