]> source.dussan.org Git - nextcloud-server.git/log
nextcloud-server.git
2 years ago[tx-robot] updated from transifex
Nextcloud bot [Wed, 8 Jun 2022 02:32:46 +0000 (02:32 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2 years ago[tx-robot] updated from transifex
Nextcloud bot [Tue, 7 Jun 2022 02:31:15 +0000 (02:31 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2 years ago[tx-robot] updated from transifex
Nextcloud bot [Mon, 6 Jun 2022 02:34:24 +0000 (02:34 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2 years ago[tx-robot] updated from transifex
Nextcloud bot [Sun, 5 Jun 2022 02:33:28 +0000 (02:33 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2 years ago[tx-robot] updated from transifex
Nextcloud bot [Sat, 4 Jun 2022 02:32:14 +0000 (02:32 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2 years agoMerge pull request #32651 from nextcloud/update-3rdparty-stable23
Joas Schilling [Fri, 3 Jun 2022 13:30:42 +0000 (15:30 +0200)]
Merge pull request #32651 from nextcloud/update-3rdparty-stable23

[stable23] Update 3rdparty for symfony/translation:4.4.41

2 years ago[tx-robot] updated from transifex
Nextcloud bot [Fri, 3 Jun 2022 02:34:29 +0000 (02:34 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2 years agoMerge pull request #32706 from nextcloud/backport/32690/stable23
blizzz [Thu, 2 Jun 2022 15:28:40 +0000 (17:28 +0200)]
Merge pull request #32706 from nextcloud/backport/32690/stable23

[stable23] Trim mount point before matching in encryption code

2 years agoAdd unit tests for encryption's isSystemWideMountPoint 32706/head
Vincent Petry [Wed, 1 Jun 2022 16:01:59 +0000 (18:01 +0200)]
Add unit tests for encryption's isSystemWideMountPoint

Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2 years agoTrim mount point before matching in encryption code
Vincent Petry [Wed, 1 Jun 2022 12:10:38 +0000 (14:10 +0200)]
Trim mount point before matching in encryption code

Often times the mount point has a leading slash.
This fix sanitizes it to make sure matching works.

Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2 years ago[tx-robot] updated from transifex
Nextcloud bot [Thu, 2 Jun 2022 02:33:15 +0000 (02:33 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2 years agoMerge pull request #32679 from nextcloud/backport/32592/stable23
blizzz [Wed, 1 Jun 2022 10:25:50 +0000 (12:25 +0200)]
Merge pull request #32679 from nextcloud/backport/32592/stable23

[stable23] allow use of rememberme cookies for IApacheAuth backends

2 years ago[tx-robot] updated from transifex
Nextcloud bot [Wed, 1 Jun 2022 02:32:47 +0000 (02:32 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2 years agoallow use of rememberme cookies for IApacheAuth backends 32679/head
Arthur Schiwon [Wed, 25 May 2022 11:09:06 +0000 (13:09 +0200)]
allow use of rememberme cookies for IApacheAuth backends

- e.g. enables it for SAML backend

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2 years agoMerge pull request #32625 from nextcloud/backport/32618/stable23
Pytal [Tue, 31 May 2022 16:50:45 +0000 (09:50 -0700)]
Merge pull request #32625 from nextcloud/backport/32618/stable23

2 years ago[tx-robot] updated from transifex
Nextcloud bot [Tue, 31 May 2022 02:33:29 +0000 (02:33 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2 years agoUpdate 3rdparty for symfony/translation:4.4.41 32651/head
Joas Schilling [Mon, 30 May 2022 06:37:33 +0000 (08:37 +0200)]
Update 3rdparty for symfony/translation:4.4.41

Signed-off-by: Joas Schilling <coding@schilljs.com>
2 years ago[tx-robot] updated from transifex
Nextcloud bot [Mon, 30 May 2022 02:32:16 +0000 (02:32 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2 years ago[tx-robot] updated from transifex
Nextcloud bot [Sun, 29 May 2022 02:33:45 +0000 (02:33 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2 years agoMerge pull request #32622 from nextcloud/backport/32601/stable23
Joas Schilling [Fri, 27 May 2022 11:32:07 +0000 (13:32 +0200)]
Merge pull request #32622 from nextcloud/backport/32601/stable23

[stable23] Move Gd failed operations to debug level

2 years agoDon't overwrite certain values if the refreshing comes in via short updates 32625/head
Joas Schilling [Fri, 27 May 2022 07:26:53 +0000 (09:26 +0200)]
Don't overwrite certain values if the refreshing comes in via short updates

This e.g. happens from the talk participant list which only has the status, message and icon.
Due to the overwriting e.g. the clearAt was overwritten with null
and afterwards the status modal showed "Invalid date" as "Clear at"

Signed-off-by: Joas Schilling <coding@schilljs.com>
2 years agoFix unit tests
Joas Schilling [Fri, 27 May 2022 08:46:47 +0000 (10:46 +0200)]
Fix unit tests

Signed-off-by: Joas Schilling <coding@schilljs.com>
2 years agoFix missing status with predefined status in drop-down
Joas Schilling [Fri, 27 May 2022 07:15:15 +0000 (09:15 +0200)]
Fix missing status with predefined status in drop-down

When a predefined status message was used, the status was not "processed"
so it was missing the translated message and the icon in the dropdown and the menu afterwards

Signed-off-by: Joas Schilling <coding@schilljs.com>
2 years agoMove Gd failed operations to debug level 32622/head
Git'Fellow [Wed, 25 May 2022 16:26:42 +0000 (18:26 +0200)]
Move Gd failed operations to debug level

Instead of error

2 years ago[tx-robot] updated from transifex
Nextcloud bot [Fri, 27 May 2022 02:31:23 +0000 (02:31 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2 years ago[tx-robot] updated from transifex
Nextcloud bot [Thu, 26 May 2022 02:31:48 +0000 (02:31 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2 years ago[tx-robot] updated from transifex
Nextcloud bot [Wed, 25 May 2022 02:36:26 +0000 (02:36 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2 years ago[tx-robot] updated from transifex
Nextcloud bot [Tue, 24 May 2022 02:33:10 +0000 (02:33 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2 years ago[tx-robot] updated from transifex
Nextcloud bot [Mon, 23 May 2022 02:31:25 +0000 (02:31 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2 years ago[tx-robot] updated from transifex
Nextcloud bot [Sun, 22 May 2022 02:31:16 +0000 (02:31 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2 years ago[tx-robot] updated from transifex
Nextcloud bot [Sat, 21 May 2022 02:34:19 +0000 (02:34 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2 years agoMerge pull request #32081 from nextcloud/backport/31359/stable23_2
blizzz [Fri, 20 May 2022 08:20:27 +0000 (10:20 +0200)]
Merge pull request #32081 from nextcloud/backport/31359/stable23_2

[stable23] Fix apps settings error message timeout

2 years ago[tx-robot] updated from transifex
Nextcloud bot [Fri, 20 May 2022 02:33:30 +0000 (02:33 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2 years agoMerge pull request #32456 from nextcloud/backport/32439/stable23
Simon L [Thu, 19 May 2022 15:53:12 +0000 (17:53 +0200)]
Merge pull request #32456 from nextcloud/backport/32439/stable23

[stable23] adjust wording for database checks

2 years agoMerge pull request #32494 from nextcloud/releases/23.0.5/final v23.0.5
blizzz [Thu, 19 May 2022 11:45:58 +0000 (13:45 +0200)]
Merge pull request #32494 from nextcloud/releases/23.0.5/final

23.0.5

2 years ago23.0.5 32494/head
Arthur Schiwon [Thu, 19 May 2022 09:41:25 +0000 (11:41 +0200)]
23.0.5

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2 years agoMerge pull request #32474 from nextcloud/backport/32428/stable23
blizzz [Thu, 19 May 2022 09:37:23 +0000 (11:37 +0200)]
Merge pull request #32474 from nextcloud/backport/32428/stable23

[stable23] Add Email validation

2 years ago[tx-robot] updated from transifex
Nextcloud bot [Thu, 19 May 2022 02:32:45 +0000 (02:32 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2 years agoAdd email validation 32474/head
Anna Larch [Mon, 16 May 2022 12:04:59 +0000 (14:04 +0200)]
Add email validation

Signed-off-by: Anna Larch <anna@nextcloud.com>
2 years ago[tx-robot] updated from transifex
Nextcloud bot [Wed, 18 May 2022 02:33:08 +0000 (02:33 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2 years agoadjust wording for database checks 32456/head
szaimen [Mon, 16 May 2022 17:22:23 +0000 (19:22 +0200)]
adjust wording for database checks

Signed-off-by: szaimen <szaimen@e.mail.de>
2 years agoFix apps settings error message timeout 32081/head
Christopher Ng [Mon, 16 May 2022 22:52:37 +0000 (22:52 +0000)]
Fix apps settings error message timeout

Signed-off-by: Christopher Ng <chrng8@gmail.com>
2 years ago[tx-robot] updated from transifex
Nextcloud bot [Tue, 17 May 2022 02:29:51 +0000 (02:29 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2 years agoMerge pull request #32423 from nextcloud/releases/23.0.5/rc1 v23.0.5rc1
blizzz [Mon, 16 May 2022 22:34:12 +0000 (00:34 +0200)]
Merge pull request #32423 from nextcloud/releases/23.0.5/rc1

23.0.5 RC1

2 years agoMerge pull request #32417 from nextcloud/backport/stable23/fix/30002
blizzz [Mon, 16 May 2022 21:59:53 +0000 (23:59 +0200)]
Merge pull request #32417 from nextcloud/backport/stable23/fix/30002

[stable23] Explicitly close div element

2 years agoExplicitly close div element 32417/head
Louis Chemineau [Mon, 4 Apr 2022 10:53:58 +0000 (12:53 +0200)]
Explicitly close div element

Fix: #30002
Signed-off-by: Louis Chemineau <louis@chmn.me>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2 years agoMerge pull request #32422 from nextcloud/backport/32375/stable23
Joas Schilling [Mon, 16 May 2022 13:58:02 +0000 (15:58 +0200)]
Merge pull request #32422 from nextcloud/backport/32375/stable23

[stable23] Show user account on grant loginflow step

2 years agoMerge pull request #32420 from nextcloud/backport/32305/stable23
Joas Schilling [Mon, 16 May 2022 13:18:14 +0000 (15:18 +0200)]
Merge pull request #32420 from nextcloud/backport/32305/stable23

[stable23] Fix user agent trimming on installation

2 years agoMerge pull request #32330 from nextcloud/backport/32149/stable23
blizzz [Mon, 16 May 2022 10:25:31 +0000 (12:25 +0200)]
Merge pull request #32330 from nextcloud/backport/32149/stable23

[stable23] fix for transferring ownership of groupfolders

2 years agoMerge pull request #32323 from nextcloud/fix/noid/preview-duplicate-folder-creation...
blizzz [Mon, 16 May 2022 10:24:50 +0000 (12:24 +0200)]
Merge pull request #32323 from nextcloud/fix/noid/preview-duplicate-folder-creation-stable23

[stable23] Fix preview generator trying to recreate an existing folder

2 years agoMerge pull request #32247 from nextcloud/backport/31032/stable23
blizzz [Mon, 16 May 2022 10:22:53 +0000 (12:22 +0200)]
Merge pull request #32247 from nextcloud/backport/31032/stable23

[stable23] Don't use plain URL on the email subject

2 years agoMerge pull request #32124 from nextcloud/backport/32074/stable23
blizzz [Mon, 16 May 2022 10:22:05 +0000 (12:22 +0200)]
Merge pull request #32124 from nextcloud/backport/32074/stable23

[stable23] tell mysql to ignore the sort index for search queries

2 years agoMerge pull request #32101 from nextcloud/dependabot/npm_and_yarn/stable23/moment...
blizzz [Mon, 16 May 2022 10:21:36 +0000 (12:21 +0200)]
Merge pull request #32101 from nextcloud/dependabot/npm_and_yarn/stable23/moment-2.29.3

Bump moment from 2.29.2 to 2.29.3

2 years agoMerge pull request #31978 from nextcloud/backport/31826/stable23
blizzz [Mon, 16 May 2022 10:20:59 +0000 (12:20 +0200)]
Merge pull request #31978 from nextcloud/backport/31826/stable23

[stable23] Log why the login token can't be used for credentials

2 years agoMerge pull request #31976 from nextcloud/backport/31886/stable23
blizzz [Mon, 16 May 2022 10:20:05 +0000 (12:20 +0200)]
Merge pull request #31976 from nextcloud/backport/31886/stable23

[stable23] Principal search by display name case insensitive

2 years agoExtend tests 32422/head
Joas Schilling [Mon, 16 May 2022 08:33:30 +0000 (10:33 +0200)]
Extend tests

Signed-off-by: Joas Schilling <coding@schilljs.com>
2 years agoShow user account on grant loginflow step
Joas Schilling [Fri, 13 May 2022 08:50:30 +0000 (10:50 +0200)]
Show user account on grant loginflow step

Signed-off-by: Joas Schilling <coding@schilljs.com>
2 years agoFix user agent trimming on installation 32420/head
Joas Schilling [Mon, 9 May 2022 06:36:34 +0000 (08:36 +0200)]
Fix user agent trimming on installation

Signed-off-by: Joas Schilling <coding@schilljs.com>
2 years ago23.0.5 RC1 32423/head
Arthur Schiwon [Mon, 16 May 2022 10:14:53 +0000 (12:14 +0200)]
23.0.5 RC1

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2 years ago[tx-robot] updated from transifex
Nextcloud bot [Mon, 16 May 2022 02:30:05 +0000 (02:30 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2 years ago[tx-robot] updated from transifex
Nextcloud bot [Sat, 14 May 2022 02:29:44 +0000 (02:29 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2 years ago[tx-robot] updated from transifex
Nextcloud bot [Fri, 13 May 2022 02:29:26 +0000 (02:29 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2 years agoMerge pull request #32334 from nextcloud/dependabot/npm_and_yarn/stable23/testing...
John Molakvoæ [Wed, 11 May 2022 09:04:55 +0000 (11:04 +0200)]
Merge pull request #32334 from nextcloud/dependabot/npm_and_yarn/stable23/testing-library/vue-5.8.3

2 years agoBump @testing-library/vue from 5.8.2 to 5.8.3 32334/head
dependabot[bot] [Wed, 11 May 2022 07:31:20 +0000 (07:31 +0000)]
Bump @testing-library/vue from 5.8.2 to 5.8.3

Bumps [@testing-library/vue](https://github.com/testing-library/vue-testing-library) from 5.8.2 to 5.8.3.
- [Release notes](https://github.com/testing-library/vue-testing-library/releases)
- [Commits](https://github.com/testing-library/vue-testing-library/compare/v5.8.2...v5.8.3)

---
updated-dependencies:
- dependency-name: "@testing-library/vue"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2 years agofix for transferring ownership of groupfolders 32330/head
Vanessa Pertsch [Tue, 26 Apr 2022 07:10:36 +0000 (09:10 +0200)]
fix for transferring ownership of groupfolders

Signed-off-by: Vanessa Pertsch <vanessa.pertsch@nextcloud.com>
2 years agoFix preview generator trying to recreate an existing folder 32323/head
Richard Steinmetz [Tue, 10 May 2022 11:37:30 +0000 (13:37 +0200)]
Fix preview generator trying to recreate an existing folder

Backport of #32315

Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
2 years ago[tx-robot] updated from transifex
Nextcloud bot [Tue, 10 May 2022 02:36:48 +0000 (02:36 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2 years agoMerge pull request #32284 from nextcloud/backport/32246/stable23
Côme Chilliet [Mon, 9 May 2022 07:31:09 +0000 (09:31 +0200)]
Merge pull request #32284 from nextcloud/backport/32246/stable23

[stable23] Don't use hash to check if binding worked

2 years ago[tx-robot] updated from transifex
Nextcloud bot [Mon, 9 May 2022 02:29:11 +0000 (02:29 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2 years ago[tx-robot] updated from transifex
Nextcloud bot [Sun, 8 May 2022 02:29:10 +0000 (02:29 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2 years ago[tx-robot] updated from transifex
Nextcloud bot [Sat, 7 May 2022 02:28:39 +0000 (02:28 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2 years ago[tx-robot] updated from transifex
Nextcloud bot [Fri, 6 May 2022 02:28:57 +0000 (02:28 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2 years agoMerge pull request #31818 from nextcloud/backport/31574/stable23
blizzz [Thu, 5 May 2022 18:21:00 +0000 (20:21 +0200)]
Merge pull request #31818 from nextcloud/backport/31574/stable23

[stable23] use the nextcloud certificate bundle for s3

2 years agoMerge pull request #31902 from nextcloud/backport/31713/stable23
blizzz [Thu, 5 May 2022 18:20:14 +0000 (20:20 +0200)]
Merge pull request #31902 from nextcloud/backport/31713/stable23

[stable23] Federated share performance improvements

2 years agoDon't use slow hashing to check the LDAP binding 32284/head
Carl Schwan [Mon, 2 May 2022 19:46:42 +0000 (21:46 +0200)]
Don't use slow hashing to check the LDAP binding

Using password_hash is expensive and should be used for hashing
passwords when saving them in the database. Here we just want to see if
the bind was already done with the given password, so use a fast hashing
algorythm.

Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2 years ago[tx-robot] updated from transifex
Nextcloud bot [Thu, 5 May 2022 02:28:47 +0000 (02:28 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2 years ago[tx-robot] updated from transifex
Nextcloud bot [Wed, 4 May 2022 02:30:57 +0000 (02:30 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2 years ago[tx-robot] updated from transifex
Nextcloud bot [Tue, 3 May 2022 02:29:08 +0000 (02:29 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2 years agoDon't use plain URL on the subject 32247/head
acsfer [Sat, 5 Feb 2022 22:32:09 +0000 (23:32 +0100)]
Don't use plain URL on the subject

Many servers classify emails with plain URLs on subject as spam, or can event reject/discard it completely. Don't use it and display Instance Name instead.

`550 5.2.0 GIuMngdpZqS9h Mail rejected. OFR_506 [506]`

2 years ago[tx-robot] updated from transifex
Nextcloud bot [Mon, 2 May 2022 13:13:10 +0000 (13:13 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2 years ago[tx-robot] updated from transifex
Nextcloud bot [Mon, 2 May 2022 02:29:39 +0000 (02:29 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2 years ago[tx-robot] updated from transifex
Nextcloud bot [Sat, 30 Apr 2022 02:27:43 +0000 (02:27 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2 years ago[tx-robot] updated from transifex
Nextcloud bot [Fri, 29 Apr 2022 02:28:46 +0000 (02:28 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2 years agoMerge pull request #32160 from nextcloud/backport/32155/stable23
Simon L [Thu, 28 Apr 2022 07:24:03 +0000 (09:24 +0200)]
Merge pull request #32160 from nextcloud/backport/32155/stable23

[stable23] Fx translations with trailing colon

2 years ago[tx-robot] updated from transifex
Nextcloud bot [Thu, 28 Apr 2022 02:28:58 +0000 (02:28 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2 years agoMerge pull request #32182 from nextcloud/backport/32139/stable23
Simon L [Wed, 27 Apr 2022 13:47:45 +0000 (15:47 +0200)]
Merge pull request #32182 from nextcloud/backport/32139/stable23

[stable23] fix social sharing buttons

2 years agoMerge pull request #32174 from nextcloud/backport/32154/stable23
Simon L [Wed, 27 Apr 2022 11:59:55 +0000 (13:59 +0200)]
Merge pull request #32174 from nextcloud/backport/32154/stable23

[stable23] l10n: Change apostrophe

2 years agofix the backport 32182/head
szaimen [Wed, 27 Apr 2022 11:36:31 +0000 (13:36 +0200)]
fix the backport

Signed-off-by: szaimen <szaimen@e.mail.de>
2 years agofix social sharing buttons
szaimen [Mon, 25 Apr 2022 15:44:31 +0000 (17:44 +0200)]
fix social sharing buttons

Signed-off-by: szaimen <szaimen@e.mail.de>
2 years agol10n: Change apostrophe 32174/head
Valdnet [Tue, 26 Apr 2022 09:02:21 +0000 (11:02 +0200)]
l10n: Change apostrophe

Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>
2 years ago[tx-robot] updated from transifex
Nextcloud bot [Wed, 27 Apr 2022 02:31:47 +0000 (02:31 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2 years agoFix translations with trailing colons 32160/head
Joas Schilling [Tue, 26 Apr 2022 09:06:00 +0000 (11:06 +0200)]
Fix translations with trailing colons

Signed-off-by: Joas Schilling <coding@schilljs.com>
2 years agoAdd a unit test for translation with trailing colon
Joas Schilling [Tue, 26 Apr 2022 09:05:02 +0000 (11:05 +0200)]
Add a unit test for translation with trailing colon

Signed-off-by: Joas Schilling <coding@schilljs.com>
2 years agoMerge pull request #32115 from nextcloud/backport/32114/stable23
Simon L [Tue, 26 Apr 2022 11:22:37 +0000 (13:22 +0200)]
Merge pull request #32115 from nextcloud/backport/32114/stable23

[stable23] fix showing of all apps are up-to-date in apps management

2 years agoMerge pull request #32135 from nextcloud/backport/32121/stable23
Simon L [Tue, 26 Apr 2022 08:22:10 +0000 (10:22 +0200)]
Merge pull request #32135 from nextcloud/backport/32121/stable23

[stable23] update description of cronjob settings to be aligned to the documenta…

2 years agofix showing of all apps are up-to-date in apps management 32115/head
szaimen [Mon, 25 Apr 2022 10:10:23 +0000 (12:10 +0200)]
fix showing of all apps are up-to-date in apps management

Signed-off-by: szaimen <szaimen@e.mail.de>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2 years ago[tx-robot] updated from transifex
Nextcloud bot [Tue, 26 Apr 2022 02:28:37 +0000 (02:28 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2 years agoBump moment from 2.29.2 to 2.29.3 32101/head
dependabot[bot] [Sat, 23 Apr 2022 02:58:19 +0000 (02:58 +0000)]
Bump moment from 2.29.2 to 2.29.3

Bumps [moment](https://github.com/moment/moment) from 2.29.2 to 2.29.3.
- [Release notes](https://github.com/moment/moment/releases)
- [Changelog](https://github.com/moment/moment/blob/2.29.3/CHANGELOG.md)
- [Commits](https://github.com/moment/moment/compare/2.29.2...2.29.3)

---
updated-dependencies:
- dependency-name: moment
  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>
2 years agoMerge pull request #32120 from nextcloud/backport/32070/stable23
Pytal [Mon, 25 Apr 2022 17:30:53 +0000 (10:30 -0700)]
Merge pull request #32120 from nextcloud/backport/32070/stable23

2 years agoMerge pull request #32131 from nextcloud/backport/32109/stable23
Joas Schilling [Mon, 25 Apr 2022 15:31:02 +0000 (17:31 +0200)]
Merge pull request #32131 from nextcloud/backport/32109/stable23

[stable23] Get not only time-sensitive next job from list but any when not in cron-mode