]> source.dussan.org Git - nextcloud-server.git/log
nextcloud-server.git
21 months agounit tests for Manager::invalidateTokensOfUser
Artur Neumann [Tue, 22 Nov 2022 06:43:35 +0000 (12:28 +0545)]
unit tests for  Manager::invalidateTokensOfUser

Signed-off-by: Artur Neumann <artur@jankaritech.com>
21 months agoadjust SettingsController tests
Artur Neumann [Tue, 22 Nov 2022 06:30:28 +0000 (12:15 +0545)]
adjust SettingsController tests

Signed-off-by: Artur Neumann <artur@jankaritech.com>
21 months agopublic interface to invalidate tokens of user
Artur Neumann [Mon, 21 Nov 2022 11:43:21 +0000 (17:28 +0545)]
public interface to invalidate tokens of user

Signed-off-by: Artur Neumann <artur@jankaritech.com>
21 months agoinvalidate existing tokens when deleting an oauth client
Artur Neumann [Fri, 11 Nov 2022 07:31:14 +0000 (13:16 +0545)]
invalidate existing tokens when deleting an oauth client

Signed-off-by: Artur Neumann <artur@jankaritech.com>
21 months ago[tx-robot] updated from transifex
Nextcloud bot [Tue, 20 Dec 2022 02:22:34 +0000 (02:22 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
21 months agoMerge pull request #35804 from nextcloud/backport/34629/stable24
Louis [Mon, 19 Dec 2022 11:43:50 +0000 (12:43 +0100)]
Merge pull request #35804 from nextcloud/backport/34629/stable24

[stable24] Fix case sensitivity of email when saving settings

21 months agoMerge pull request #35500 from nextcloud/backport/35107/stable24
Vincent Petry [Mon, 19 Dec 2022 11:13:11 +0000 (12:13 +0100)]
Merge pull request #35500 from nextcloud/backport/35107/stable24

[stable24] add migration for encryption keys in wrong location

21 months agoMerge pull request #35799 from nextcloud/backport/35780/stable24
Vincent Petry [Mon, 19 Dec 2022 11:07:23 +0000 (12:07 +0100)]
Merge pull request #35799 from nextcloud/backport/35780/stable24

[stable24] Fix missing cast of double controller parameters

21 months agoMerge pull request #35674 from nextcloud/stable24-audit-fix2
Vincent Petry [Mon, 19 Dec 2022 11:06:23 +0000 (12:06 +0100)]
Merge pull request #35674 from nextcloud/stable24-audit-fix2

[stable24] Update handlebars-loader update to 1.7.3 + others

21 months agoMerge pull request #35800 from nextcloud/backport/35492/stable24
Andy Scherzinger [Mon, 19 Dec 2022 07:47:40 +0000 (08:47 +0100)]
Merge pull request #35800 from nextcloud/backport/35492/stable24

[stable24] Rename personal Groupware settings section to "Availability"

21 months ago[tx-robot] updated from transifex
Nextcloud bot [Mon, 19 Dec 2022 02:21:46 +0000 (02:21 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
21 months ago[tx-robot] updated from transifex
Nextcloud bot [Sun, 18 Dec 2022 02:20:07 +0000 (02:20 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
22 months ago[tx-robot] updated from transifex
Nextcloud bot [Sat, 17 Dec 2022 02:19:53 +0000 (02:19 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
22 months agoAdd unit test for case insensitive email saving 35804/head
Vincent Petry [Fri, 16 Dec 2022 16:47:18 +0000 (17:47 +0100)]
Add unit test for case insensitive email saving

Signed-off-by: Vincent Petry <vincent@nextcloud.com>
22 months agoFix case sensitivity of email when saving settings
Carl Schwan [Mon, 17 Oct 2022 10:41:38 +0000 (12:41 +0200)]
Fix case sensitivity of email when saving settings

Otherwise we detect a email change all the time and since email are
immutable in ldap this prevent updating other fields.

Related: https://github.com/nextcloud/server/pull/33813

Signed-off-by: Carl Schwan <carl@carlschwan.eu>
22 months agoMerge pull request #35574 from nextcloud/automated/noid/stable24-update-ca-cert-bundle
Joas Schilling [Fri, 16 Dec 2022 18:09:00 +0000 (19:09 +0100)]
Merge pull request #35574 from nextcloud/automated/noid/stable24-update-ca-cert-bundle

[stable24] Update ca-cert bundle

22 months agoMerge pull request #35524 from nextcloud/backport/35502/stable24
Vincent Petry [Fri, 16 Dec 2022 17:16:04 +0000 (18:16 +0100)]
Merge pull request #35524 from nextcloud/backport/35502/stable24

[stable24] Fix SQL comparison with int array during external storage deletion

22 months agoRename personal Groupware settings section to "Availability" 35800/head
Christoph Wurst [Tue, 29 Nov 2022 13:27:40 +0000 (14:27 +0100)]
Rename personal Groupware settings section to "Availability"

But leave the internal identifier untouched.

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
22 months agoMerge pull request #35520 from nextcloud/backport/35355/stable24
Vincent Petry [Fri, 16 Dec 2022 15:57:49 +0000 (16:57 +0100)]
Merge pull request #35520 from nextcloud/backport/35355/stable24

[stable24] Allow to set a custom timeout for ldap connections

22 months agoUpdate handlebars-loader update to 1.7.3 + others 35674/head
Vincent Petry [Thu, 8 Dec 2022 09:46:24 +0000 (10:46 +0100)]
Update handlebars-loader update to 1.7.3 + others

Signed-off-by: Vincent Petry <vincent@nextcloud.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
22 months agofix(app framework): Fix missing cast of double controller parameters 35799/head
Christoph Wurst [Thu, 15 Dec 2022 08:33:52 +0000 (09:33 +0100)]
fix(app framework): Fix missing cast of double controller parameters

``settype`` allows 'double' as alias of 'float'.

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
22 months agoMerge pull request #35657 from nextcloud/backport/35649/stable24
Vincent Petry [Fri, 16 Dec 2022 15:33:24 +0000 (16:33 +0100)]
Merge pull request #35657 from nextcloud/backport/35649/stable24

[stable24] Update the unencrypted file size when closing streams

22 months agoMerge pull request #35687 from nextcloud/backport/35399/stable24
Vincent Petry [Fri, 16 Dec 2022 15:26:23 +0000 (16:26 +0100)]
Merge pull request #35687 from nextcloud/backport/35399/stable24

[stable24] Fix share admin page

22 months agoMerge pull request #35796 from nextcloud/backport/35779/stable24
Vincent Petry [Fri, 16 Dec 2022 15:14:59 +0000 (16:14 +0100)]
Merge pull request #35796 from nextcloud/backport/35779/stable24

[stable24] [PHP8] check if params given to API are really an array

22 months agoadd migration for encryption keys in wrong location 35500/head
Robin Appelman [Mon, 28 Nov 2022 15:04:17 +0000 (16:04 +0100)]
add migration for encryption keys in wrong location

Signed-off-by: Robin Appelman <robin@icewind.nl>
22 months agocheck if params given to API are really an array 35796/head
Artur Neumann [Thu, 15 Dec 2022 07:21:02 +0000 (13:06 +0545)]
check if params given to API are really an array

Signed-off-by: Artur Neumann <artur@jankaritech.com>
22 months agoUpdate CA certificate bundle 35574/head
nextcloud-command [Fri, 16 Dec 2022 04:11:04 +0000 (04:11 +0000)]
Update CA certificate bundle

Signed-off-by: GitHub <noreply@github.com>
22 months ago[tx-robot] updated from transifex
Nextcloud bot [Fri, 16 Dec 2022 02:20:08 +0000 (02:20 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
22 months ago[tx-robot] updated from transifex
Nextcloud bot [Thu, 15 Dec 2022 02:19:04 +0000 (02:19 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
22 months ago[tx-robot] updated from transifex
Nextcloud bot [Wed, 14 Dec 2022 02:22:12 +0000 (02:22 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
22 months ago[tx-robot] updated from transifex
Nextcloud bot [Tue, 13 Dec 2022 02:33:11 +0000 (02:33 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
22 months agoMerge pull request #35735 from nextcloud/backport/35724/stable24
Simon L [Mon, 12 Dec 2022 11:44:58 +0000 (12:44 +0100)]
Merge pull request #35735 from nextcloud/backport/35724/stable24

[stable24] ci: update minio image for s3 primary storage tests

22 months agoci: update minio image for s3 primary storage tests 35735/head
Daniel Kesselberg [Sat, 10 Dec 2022 22:21:12 +0000 (23:21 +0100)]
ci: update minio image for s3 primary storage tests

Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
22 months ago[tx-robot] updated from transifex
Nextcloud bot [Mon, 12 Dec 2022 02:20:09 +0000 (02:20 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
22 months agoMerge pull request #35729 from nextcloud/backport/35689/stable24
John Molakvoæ [Sun, 11 Dec 2022 18:12:51 +0000 (19:12 +0100)]
Merge pull request #35729 from nextcloud/backport/35689/stable24

22 months agopreview: fix HEIC orientation 35729/head
Varun Patil [Thu, 8 Dec 2022 23:06:58 +0000 (15:06 -0800)]
preview: fix HEIC orientation

Signed-off-by: Varun Patil <varunpatil@ucla.edu>
22 months ago[tx-robot] updated from transifex
Nextcloud bot [Sun, 11 Dec 2022 02:31:26 +0000 (02:31 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
22 months ago[tx-robot] updated from transifex
Nextcloud bot [Sat, 10 Dec 2022 02:21:09 +0000 (02:21 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
22 months agoMerge pull request #35417 from nextcloud/automated/noid/stable24-update-psalm-baseline
MichaIng [Fri, 9 Dec 2022 15:19:36 +0000 (16:19 +0100)]
Merge pull request #35417 from nextcloud/automated/noid/stable24-update-psalm-baseline

[stable24] Update psalm-baseline.xml

22 months agoUpdate psalm baseline 35417/head
nextcloud-command [Fri, 9 Dec 2022 04:29:12 +0000 (04:29 +0000)]
Update psalm baseline

Signed-off-by: GitHub <noreply@github.com>
22 months ago[tx-robot] updated from transifex
Nextcloud bot [Fri, 9 Dec 2022 02:35:21 +0000 (02:35 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
22 months agoFix share admin page 35687/head
Carl Schwan [Thu, 24 Nov 2022 10:46:03 +0000 (11:46 +0100)]
Fix share admin page

arrow function don't work that well with jquery

Signed-off-by: Carl Schwan <carl@carlschwan.eu>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
22 months agoMerge pull request #35670 from nextcloud/release/24.0.8 v24.0.8
blizzz [Thu, 8 Dec 2022 12:05:31 +0000 (13:05 +0100)]
Merge pull request #35670 from nextcloud/release/24.0.8

22 months ago24.0.8 35670/head
Arthur Schiwon [Thu, 8 Dec 2022 09:33:45 +0000 (10:33 +0100)]
24.0.8

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
22 months ago[tx-robot] updated from transifex
Nextcloud bot [Thu, 8 Dec 2022 02:19:43 +0000 (02:19 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
22 months agoAlso update the unencrypted size of files when creating them with empty content 35657/head
Julius Härtl [Wed, 7 Dec 2022 15:27:31 +0000 (16:27 +0100)]
Also update the unencrypted size of files when creating them with empty content

Signed-off-by: Julius Härtl <jus@bitgrid.net>
22 months agoUpdate the unencrypted file size when closing streams
Julius Härtl [Wed, 7 Dec 2022 15:26:31 +0000 (16:26 +0100)]
Update the unencrypted file size when closing streams

Signed-off-by: Julius Härtl <jus@bitgrid.net>
22 months ago[tx-robot] updated from transifex
Nextcloud bot [Wed, 7 Dec 2022 02:20:02 +0000 (02:20 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
22 months ago[tx-robot] updated from transifex
Nextcloud bot [Tue, 6 Dec 2022 02:26:20 +0000 (02:26 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
22 months agoMerge pull request #35564 from nextcloud/dependabot/composer/build/integration/stable...
MichaIng [Mon, 5 Dec 2022 23:57:01 +0000 (00:57 +0100)]
Merge pull request #35564 from nextcloud/dependabot/composer/build/integration/stable24/behat/behat-approx-3.12.0

Update behat/behat requirement from ~3.11.0 to ~3.12.0 in /build/integration

22 months agoUpdate behat/behat requirement in /build/integration 35564/head
dependabot[bot] [Mon, 5 Dec 2022 19:27:22 +0000 (19:27 +0000)]
Update behat/behat requirement in /build/integration

Updates the requirements on [behat/behat](https://github.com/Behat/Behat) to permit the latest version.
- [Release notes](https://github.com/Behat/Behat/releases)
- [Changelog](https://github.com/Behat/Behat/blob/master/CHANGELOG.md)
- [Commits](https://github.com/Behat/Behat/compare/v3.11.0...v3.12.0)

---
updated-dependencies:
- dependency-name: behat/behat
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
22 months agoMerge pull request #35607 from nextcloud/backport/35580/stable24
Simon L [Mon, 5 Dec 2022 16:14:53 +0000 (17:14 +0100)]
Merge pull request #35607 from nextcloud/backport/35580/stable24

[stable24] downgrade ubuntu in order to fix CI

22 months agodowngrade ubuntu in order to fix CI 35607/head
Simon L [Mon, 5 Dec 2022 14:27:47 +0000 (15:27 +0100)]
downgrade ubuntu in order to fix CI

Signed-off-by: Simon L <szaimen@e.mail.de>
22 months ago[tx-robot] updated from transifex
Nextcloud bot [Mon, 5 Dec 2022 02:15:40 +0000 (02:15 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
22 months ago[tx-robot] updated from transifex
Nextcloud bot [Sun, 4 Dec 2022 02:15:07 +0000 (02:15 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
22 months ago[tx-robot] updated from transifex
Nextcloud bot [Sat, 3 Dec 2022 02:15:21 +0000 (02:15 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
22 months ago[tx-robot] updated from transifex
Nextcloud bot [Fri, 2 Dec 2022 02:15:37 +0000 (02:15 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
22 months agoMerge pull request #35488 from nextcloud/release/24.0.8_rc2 v24.0.8rc2
blizzz [Thu, 1 Dec 2022 09:07:38 +0000 (10:07 +0100)]
Merge pull request #35488 from nextcloud/release/24.0.8_rc2

24.0.8 RC2

22 months ago[tx-robot] updated from transifex
Nextcloud bot [Thu, 1 Dec 2022 02:15:37 +0000 (02:15 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
22 months agoFix Executing a query: SQLSTATE[42000] 35524/head
Andy Xheli [Tue, 29 Nov 2022 17:24:56 +0000 (11:24 -0600)]
Fix Executing a query: SQLSTATE[42000]

Signed-off-by: Andy Xheli <axheli@axtsolutions.com>
Fix https://github.com/nextcloud/server/issues/32007#issuecomment-1329405245

Signed-off-by: Andy Xheli <axheli@axtsolutions.com>
22 months agoAllow to set a custom timeout for ldap connections 35520/head
Louis Chemineau [Wed, 23 Nov 2022 10:37:49 +0000 (11:37 +0100)]
Allow to set a custom timeout for ldap connections

Signed-off-by: Louis Chemineau <louis@chmn.me>
22 months ago[tx-robot] updated from transifex
Nextcloud bot [Wed, 30 Nov 2022 02:15:50 +0000 (02:15 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
22 months ago24.0.8 RC2 35488/head
Arthur Schiwon [Tue, 29 Nov 2022 12:55:00 +0000 (13:55 +0100)]
24.0.8 RC2

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
22 months ago[tx-robot] updated from transifex
Nextcloud bot [Tue, 29 Nov 2022 02:14:42 +0000 (02:14 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
22 months ago[tx-robot] updated from transifex
Nextcloud bot [Mon, 28 Nov 2022 02:19:41 +0000 (02:19 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
22 months ago[tx-robot] updated from transifex
Nextcloud bot [Sun, 27 Nov 2022 02:18:41 +0000 (02:18 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
22 months ago[tx-robot] updated from transifex
Nextcloud bot [Sat, 26 Nov 2022 02:18:32 +0000 (02:18 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
22 months agoMerge pull request #35306 from nextcloud/release/24.08_rc1 v24.0.8rc1
blizzz [Fri, 25 Nov 2022 08:50:32 +0000 (09:50 +0100)]
Merge pull request #35306 from nextcloud/release/24.08_rc1

24.0.8 RC1

22 months agoMerge pull request #35334 from nextcloud/revert-34032-backport/34019/stable24
Simon L [Fri, 25 Nov 2022 08:35:21 +0000 (09:35 +0100)]
Merge pull request #35334 from nextcloud/revert-34032-backport/34019/stable24

Revert "[stable24] Fix quota type to int"

22 months agoMerge pull request #35392 from nextcloud/backport/35370/stable24
Simon L [Fri, 25 Nov 2022 08:01:24 +0000 (09:01 +0100)]
Merge pull request #35392 from nextcloud/backport/35370/stable24

[stable24] Fix UX of renaming token

22 months agoFix UX of renaming token 35392/head
Carl Schwan [Wed, 23 Nov 2022 15:45:24 +0000 (16:45 +0100)]
Fix UX of renaming token

Now this get's instant applied and escaping will reset to the previous
state

Signed-off-by: Carl Schwan <carl@carlschwan.eu>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
22 months ago[tx-robot] updated from transifex
Nextcloud bot [Fri, 25 Nov 2022 02:19:45 +0000 (02:19 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
22 months agoMerge pull request #35100 from nextcloud/backport/35054/stable24
blizzz [Thu, 24 Nov 2022 20:18:34 +0000 (21:18 +0100)]
Merge pull request #35100 from nextcloud/backport/35054/stable24

[stable24] Fix HTML entities not decoded in comment just added

22 months agoUpdate baseline for some unrelated errors 35334/head
Vincent Petry [Thu, 24 Nov 2022 19:55:50 +0000 (20:55 +0100)]
Update baseline for some unrelated errors

Signed-off-by: Vincent Petry <vincent@nextcloud.com>
22 months agoFloat the quota
Vincent Petry [Wed, 23 Nov 2022 10:24:53 +0000 (11:24 +0100)]
Float the quota

Signed-off-by: Vincent Petry <vincent@nextcloud.com>
22 months agoRevert "[stable24] Fix quota type to int"
Vincent Petry [Tue, 22 Nov 2022 14:39:00 +0000 (15:39 +0100)]
Revert "[stable24] Fix quota type to int"

Signed-off-by: Vincent Petry <vincent@nextcloud.com>
22 months agoMerge pull request #35409 from nextcloud/backport/35398/stable24
Simon L [Thu, 24 Nov 2022 18:24:43 +0000 (19:24 +0100)]
Merge pull request #35409 from nextcloud/backport/35398/stable24

[stable24] Do not check quota for non Node

22 months agoCompile assets 35100/head
nextcloud-command [Thu, 24 Nov 2022 17:17:08 +0000 (17:17 +0000)]
Compile assets

Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
22 months agoFix HTML entities not decoded in comment just added
Daniel Calviño Sánchez [Mon, 7 Nov 2022 23:27:15 +0000 (00:27 +0100)]
Fix HTML entities not decoded in comment just added

The XML data received from the comments endpoint has an inconsistent
encoding; some entities are encoded once and others are encoded twice.
When the comment list is loaded the comments are fetched using
GetComments, which handles all that, and therefore shows the messages
and author names as expected.

However, when a new comment is posted the list is not got again; instead
the new comment is loaded from the comment data returned after posting
it. This is done in NewComment, which did not decode the messages nor
the author names, and therefore showed, for example, "&amp;" instead of
"&".

To solve that now the same decoding logic used in GetComments is applied
too in NewComment.

Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
22 months agoExtract "decodeHtmlEntities" function to its own file
Daniel Calviño Sánchez [Mon, 7 Nov 2022 23:26:04 +0000 (00:26 +0100)]
Extract "decodeHtmlEntities" function to its own file

This will make possible to use it from files other than
"GetComments.js".

Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
22 months agoDo not check quota for non Node 35409/head
Louis Chemineau [Thu, 24 Nov 2022 10:35:02 +0000 (11:35 +0100)]
Do not check quota for non Node

Signed-off-by: Louis Chemineau <louis@chmn.me>
22 months agoMerge pull request #35395 from nextcloud/stable24-audit-fix
Vincent Petry [Thu, 24 Nov 2022 15:20:09 +0000 (16:20 +0100)]
Merge pull request #35395 from nextcloud/stable24-audit-fix

[stable24] Update some libs

22 months agoRecompile 35395/head
Vincent Petry [Thu, 24 Nov 2022 10:00:25 +0000 (11:00 +0100)]
Recompile

Signed-off-by: Vincent Petry <vincent@nextcloud.com>
22 months agoUpdate some libs
Vincent Petry [Thu, 24 Nov 2022 09:23:17 +0000 (10:23 +0100)]
Update some libs

Signed-off-by: Vincent Petry <vincent@nextcloud.com>
22 months agoMerge pull request #35351 from nextcloud/backport/35327/stable24
blizzz [Thu, 24 Nov 2022 08:41:57 +0000 (09:41 +0100)]
Merge pull request #35351 from nextcloud/backport/35327/stable24

[stable24] Handle badly named version files more gracefully and log information

22 months ago[tx-robot] updated from transifex
Nextcloud bot [Thu, 24 Nov 2022 02:17:51 +0000 (02:17 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
22 months agoMerge pull request #35332 from nextcloud/backport/35232/stable24
blizzz [Wed, 23 Nov 2022 20:02:49 +0000 (21:02 +0100)]
Merge pull request #35332 from nextcloud/backport/35232/stable24

[stable24] Check quota on file copy

22 months agoMerge pull request #35367 from nextcloud/backport/35353/stable24
Louis [Wed, 23 Nov 2022 18:39:59 +0000 (19:39 +0100)]
Merge pull request #35367 from nextcloud/backport/35353/stable24

[stable24] Update cache when file size === 0

22 months agoMerge pull request #35349 from nextcloud/backport/35299/stable24
Julius Härtl [Wed, 23 Nov 2022 17:33:02 +0000 (18:33 +0100)]
Merge pull request #35349 from nextcloud/backport/35299/stable24

22 months agoMerge pull request #35356 from nextcloud/backport/35206/stable24
blizzz [Wed, 23 Nov 2022 17:28:05 +0000 (18:28 +0100)]
Merge pull request #35356 from nextcloud/backport/35206/stable24

[stable24] Fix forwarding the object id when searching comments

22 months agoMerge pull request #35018 from nextcloud/backport/35000/stable24
blizzz [Wed, 23 Nov 2022 17:25:40 +0000 (18:25 +0100)]
Merge pull request #35018 from nextcloud/backport/35000/stable24

[stable24] Only show cron warning after 24h due to time insensitive jobs

22 months agoUpdate cache when file size === 0 35367/head
Louis Chemineau [Wed, 23 Nov 2022 11:43:57 +0000 (12:43 +0100)]
Update cache when file size === 0

The conditions were false when $result === 0.
$results here contains the number of written bits.
The correct way of checking for operation success is to check if $result === false

Signed-off-by: Louis Chemineau <louis@chmn.me>
22 months agoMerge pull request #35321 from nextcloud/backport/stable24/35187
Louis [Wed, 23 Nov 2022 12:17:33 +0000 (13:17 +0100)]
Merge pull request #35321 from nextcloud/backport/stable24/35187

[stable24] Fix mentions rendering in comment editor

22 months agoFix forwarding the object id when searching comments 35356/head
Joas Schilling [Wed, 16 Nov 2022 11:07:46 +0000 (12:07 +0100)]
Fix forwarding the object id when searching comments

Signed-off-by: Joas Schilling <coding@schilljs.com>
22 months agoHandle badly named version files more gracefully and log information 35351/head
Côme Chilliet [Tue, 11 Oct 2022 08:10:49 +0000 (10:10 +0200)]
Handle badly named version files more gracefully and log information

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
22 months agoMerge pull request #35328 from nextcloud/backport/35009/stable24
Greta [Wed, 23 Nov 2022 09:39:04 +0000 (10:39 +0100)]
Merge pull request #35328 from nextcloud/backport/35009/stable24

[stable24] Check quota on file copy

22 months agoPrevent selection of encrypted folders 35349/head
kavita.sonawane@t-systems.com [Mon, 21 Nov 2022 06:25:25 +0000 (11:55 +0530)]
Prevent selection of encrypted folders

Signed-off-by: kavita.sonawane@t-systems.com <kavita.sonawane@t-systems.com>
22 months agoPrevents the selection of encrypted folder on next page load
kavita.sonawane@t-systems.com [Fri, 18 Nov 2022 09:16:50 +0000 (14:46 +0530)]
Prevents the selection of encrypted folder on next page load

Signed-off-by: kavita.sonawane@t-systems.com <kavita.sonawane@t-systems.com>
22 months agoPrevents the selection of encrypted folder on scroll page
kavita.sonawane@t-systems.com [Thu, 17 Nov 2022 06:01:07 +0000 (11:31 +0530)]
Prevents the selection of encrypted folder on scroll page

Signed-off-by: kavita.sonawane@t-systems.com <kavita.sonawane@t-systems.com>
22 months agoDeactivates the possiblility to checkmark or click on the encrypted folder
kavita.sonawane@t-systems.com [Wed, 16 Nov 2022 06:12:50 +0000 (11:42 +0530)]
Deactivates the possiblility to checkmark or click on the encrypted folder

Signed-off-by: kavita.sonawane@t-systems.com <kavita.sonawane@t-systems.com>