]> source.dussan.org Git - nextcloud-server.git/log
nextcloud-server.git
4 weeks agodebug: collect message on a SessionNotAvailableException case debug/snae 48794/head
Arthur Schiwon [Fri, 18 Oct 2024 15:35:39 +0000 (17:35 +0200)]
debug: collect message on a SessionNotAvailableException case

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
4 weeks agoFix(l10n): Update translations from Transifex
Nextcloud bot [Fri, 18 Oct 2024 00:20:48 +0000 (00:20 +0000)]
Fix(l10n): Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
4 weeks agoMerge pull request #48762 from nextcloud/backport/48539/stable28
Joas Schilling [Thu, 17 Oct 2024 19:34:24 +0000 (21:34 +0200)]
Merge pull request #48762 from nextcloud/backport/48539/stable28

[stable28] fix(message): Fix logic of Mail test

4 weeks agoMerge pull request #48739 from nextcloud/backport/48673/stable28
Ferdinand Thiessen [Thu, 17 Oct 2024 17:49:26 +0000 (19:49 +0200)]
Merge pull request #48739 from nextcloud/backport/48673/stable28

[stable28] fix(share): Return empty string if no label is set

4 weeks agoMerge pull request #48587 from nextcloud/backport/47896/stable28
Ferdinand Thiessen [Thu, 17 Oct 2024 17:03:26 +0000 (19:03 +0200)]
Merge pull request #48587 from nextcloud/backport/47896/stable28

[stable28] fix: Make user removal more resilient

4 weeks agofix(share): Return empty string if no label is set backport/48673/stable28 48739/head
Ferdinand Thiessen [Sat, 12 Oct 2024 15:51:56 +0000 (17:51 +0200)]
fix(share): Return empty string if no label is set

* Resolves: https://github.com/nextcloud/server/issues/48629

While the database supports NULL, the typing has always said it only returns *string*.
So to not break any apps that might trust the typings we should return `''` if the database is set to `NULL`.

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
4 weeks agofix(UserTrait): Fix backend initialization backport/47896/stable28 48587/head
provokateurin [Tue, 8 Oct 2024 09:12:01 +0000 (11:12 +0200)]
fix(UserTrait): Fix backend initialization

Signed-off-by: provokateurin <kate@provokateurin.de>
4 weeks agoMerge pull request #48711 from nextcloud/backport/48682/stable28
Kate [Thu, 17 Oct 2024 15:45:50 +0000 (17:45 +0200)]
Merge pull request #48711 from nextcloud/backport/48682/stable28

5 weeks agofix(message): Fix logic of Mail test backport/48539/stable28 48762/head
Joas Schilling [Fri, 4 Oct 2024 14:13:28 +0000 (16:13 +0200)]
fix(message): Fix logic of Mail test

Signed-off-by: Joas Schilling <coding@schilljs.com>
5 weeks agoMerge pull request #48753 from nextcloud/backport/48734/stable28
Maksim Sukharev [Thu, 17 Oct 2024 11:35:04 +0000 (13:35 +0200)]
Merge pull request #48753 from nextcloud/backport/48734/stable28

5 weeks agofix: do not duplicate existing entity 48753/head
Maksim Sukharev [Wed, 16 Oct 2024 13:03:29 +0000 (15:03 +0200)]
fix: do not duplicate existing entity

- this reverts 1e8048abee1745bab648dba5bf96f956c718e4e3

Signed-off-by: Maksim Sukharev <antreesy.web@gmail.com>
5 weeks agofix: dismiss notification only after transfer bg job created
Maksim Sukharev [Wed, 16 Oct 2024 13:01:00 +0000 (15:01 +0200)]
fix: dismiss notification only after transfer bg job created

- do not create 'denied' notification if bg job exists

Signed-off-by: Maksim Sukharev <antreesy.web@gmail.com>
5 weeks agofix: add notification icon for transfer ownership
Maksim Sukharev [Wed, 16 Oct 2024 12:58:41 +0000 (14:58 +0200)]
fix: add notification icon for transfer ownership

Signed-off-by: Maksim Sukharev <antreesy.web@gmail.com>
5 weeks agoFix(l10n): Update translations from Transifex
Nextcloud bot [Thu, 17 Oct 2024 00:21:36 +0000 (00:21 +0000)]
Fix(l10n): Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
5 weeks agoMerge pull request #48456 from nextcloud/backport/47910/stable28
Ferdinand Thiessen [Wed, 16 Oct 2024 18:38:33 +0000 (20:38 +0200)]
Merge pull request #48456 from nextcloud/backport/47910/stable28

[stable28] fix(files): Add more visual move / copy notification

5 weeks agochore(assets): Recompile assets 48456/head
nextcloud-command [Wed, 16 Oct 2024 16:29:39 +0000 (16:29 +0000)]
chore(assets): Recompile assets

Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
5 weeks agofix(files): Add more visual move / copy notification backport/47910/stable28
Ferdinand Thiessen [Wed, 11 Sep 2024 20:29:31 +0000 (22:29 +0200)]
fix(files): Add more visual move / copy notification

* Resolves: https://github.com/nextcloud/server/issues/46645

This adds loading toast notification while the move operation is running.

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
5 weeks agoFix(l10n): Update translations from Transifex
Nextcloud bot [Wed, 16 Oct 2024 00:20:41 +0000 (00:20 +0000)]
Fix(l10n): Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
5 weeks agofix: Skip users that still exist in backend
Ferdinand Thiessen [Wed, 11 Sep 2024 17:33:53 +0000 (19:33 +0200)]
fix: Skip users that still exist in backend

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
5 weeks agofix: Make user removal more resilient
Ferdinand Thiessen [Tue, 10 Sep 2024 20:50:16 +0000 (22:50 +0200)]
fix: Make user removal more resilient

Currently there is a problem if an exception is thrown in `User::delete`,
because at that point the user is already removed from the backend,
but not all data is deleted.

There is no way to recover from this state, as the user is gone no information is available anymore.
This means the data is still available on the server but can not removed by any API anymore.

The solution here is to first set a flag and backup the user home,
this can be used to recover failed user deletions in a way the delete can be re-tried.

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
5 weeks agoMerge pull request #48616 from nextcloud/backport/48597/stable28
Côme Chilliet [Tue, 15 Oct 2024 13:46:42 +0000 (15:46 +0200)]
Merge pull request #48616 from nextcloud/backport/48597/stable28

[stable28] Fix email share transfer accross storages

5 weeks agofix(tests): Fix sharebymail tests backport/48597/stable28 48616/head
Côme Chilliet [Tue, 8 Oct 2024 14:53:51 +0000 (16:53 +0200)]
fix(tests): Fix sharebymail tests

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
5 weeks agofix(sharebymail): Fix share update when node id changed
Côme Chilliet [Mon, 7 Oct 2024 13:36:53 +0000 (15:36 +0200)]
fix(sharebymail): Fix share update when node id changed

This fixes transfering an email share from a user to another one when using
 objectstore as primary storage.

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
5 weeks agofeat(transfer-ownership): Improve verbose output of command
Côme Chilliet [Mon, 7 Oct 2024 13:35:47 +0000 (15:35 +0200)]
feat(transfer-ownership): Improve verbose output of command

Makes debbuging way easier

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
5 weeks agofix(AppConfig): Add external JWT private key to sensitive keys backport/48682/stable28 48711/head
provokateurin [Mon, 14 Oct 2024 08:42:06 +0000 (10:42 +0200)]
fix(AppConfig): Add external JWT private key to sensitive keys

Signed-off-by: provokateurin <kate@provokateurin.de>
5 weeks agoFix(l10n): Update translations from Transifex
Nextcloud bot [Tue, 15 Oct 2024 00:20:33 +0000 (00:20 +0000)]
Fix(l10n): Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
5 weeks agoFix(l10n): Update translations from Transifex
Nextcloud bot [Mon, 14 Oct 2024 00:20:21 +0000 (00:20 +0000)]
Fix(l10n): Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
5 weeks agoMerge pull request #48580 from nextcloud/dependabot/npm_and_yarn/stable28/nextcloud...
dependabot[bot] [Sun, 13 Oct 2024 10:44:56 +0000 (10:44 +0000)]
Merge pull request #48580 from nextcloud/dependabot/npm_and_yarn/stable28/nextcloud/cypress-1.0.0-beta.9

5 weeks agochore(deps-dev): Bump @nextcloud/cypress dependabot/npm_and_yarn/stable28/nextcloud/cypress-1.0.0-beta.9 48580/head
dependabot[bot] [Sat, 5 Oct 2024 02:40:27 +0000 (02:40 +0000)]
chore(deps-dev): Bump @nextcloud/cypress

Bumps [@nextcloud/cypress](https://github.com/nextcloud/nextcloud-cypress) from 1.0.0-beta.8 to 1.0.0-beta.9.
- [Release notes](https://github.com/nextcloud/nextcloud-cypress/releases)
- [Commits](https://github.com/nextcloud/nextcloud-cypress/compare/v1.0.0-beta.8...v1.0.0-beta.9)

---
updated-dependencies:
- dependency-name: "@nextcloud/cypress"
  dependency-type: direct:development
  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>
5 weeks agoFix(l10n): Update translations from Transifex
Nextcloud bot [Sun, 13 Oct 2024 00:22:16 +0000 (00:22 +0000)]
Fix(l10n): Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
5 weeks agoFix(l10n): Update translations from Transifex
Nextcloud bot [Sat, 12 Oct 2024 00:20:34 +0000 (00:20 +0000)]
Fix(l10n): Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
5 weeks agoMerge pull request #48633 from nextcloud/backport/48623/stable28
Julius Knorr [Fri, 11 Oct 2024 09:55:30 +0000 (11:55 +0200)]
Merge pull request #48633 from nextcloud/backport/48623/stable28

[stable28] fix: Allow overriding shouldApplyQuota check from child classes

5 weeks agoFix(l10n): Update translations from Transifex
Nextcloud bot [Fri, 11 Oct 2024 00:25:30 +0000 (00:25 +0000)]
Fix(l10n): Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
6 weeks agoMerge pull request #48641 from nextcloud/release/28.0.11 v28.0.11
Arthur Schiwon [Thu, 10 Oct 2024 09:01:27 +0000 (11:01 +0200)]
Merge pull request #48641 from nextcloud/release/28.0.11

28.0.11

6 weeks agobuild(hub): 28.0.11 release/28.0.11 48641/head
Arthur Schiwon [Thu, 10 Oct 2024 07:46:52 +0000 (09:46 +0200)]
build(hub): 28.0.11

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
6 weeks agoFix(l10n): Update translations from Transifex
Nextcloud bot [Thu, 10 Oct 2024 00:20:36 +0000 (00:20 +0000)]
Fix(l10n): Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
6 weeks agofix: Allow overriding shouldApplyQuota check from child classes backport/48623/stable28 48633/head
Julius Knorr [Wed, 9 Oct 2024 06:25:30 +0000 (08:25 +0200)]
fix: Allow overriding shouldApplyQuota check from child classes

Signed-off-by: Julius Knorr <jus@bitgrid.net>
6 weeks agoMerge pull request #48213 from nextcloud/backport/48205/stable28
Stephan Orbaugh [Wed, 9 Oct 2024 15:33:38 +0000 (17:33 +0200)]
Merge pull request #48213 from nextcloud/backport/48205/stable28

[stable28] Ci fixes

6 weeks agoFix(l10n): Update translations from Transifex
Nextcloud bot [Wed, 9 Oct 2024 00:20:32 +0000 (00:20 +0000)]
Fix(l10n): Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
6 weeks agofix: improve moving object store items to trashbin backport/48205/stable28 48213/head
Robin Appelman [Thu, 19 Sep 2024 17:33:34 +0000 (19:33 +0200)]
fix: improve moving object store items to trashbin

Signed-off-by: Robin Appelman <robin@icewind.nl>
6 weeks agofix(tests): UserManager constructor arguments
Louis Chemineau [Tue, 1 Oct 2024 20:21:33 +0000 (22:21 +0200)]
fix(tests): UserManager constructor arguments

After https://github.com/nextcloud/server/pull/48283

Signed-off-by: Louis Chemineau <louis@chmn.me>
6 weeks agofix: rework move into object store to better preserve fileids
Robin Appelman [Thu, 26 Sep 2024 14:28:59 +0000 (16:28 +0200)]
fix: rework move into object store to better preserve fileids

Signed-off-by: Robin Appelman <robin@icewind.nl>
6 weeks agofix: preserve fileid when moving from objectstore to non-objectstore
Robin Appelman [Wed, 25 Sep 2024 15:52:42 +0000 (17:52 +0200)]
fix: preserve fileid when moving from objectstore to non-objectstore

Signed-off-by: Robin Appelman <robin@icewind.nl>
6 weeks agofix: ensure source folder is removed from cache when moving to objectstore
Robin Appelman [Fri, 20 Sep 2024 09:19:14 +0000 (11:19 +0200)]
fix: ensure source folder is removed from cache when moving to objectstore

otherwise this causes confusion down the line as it's contents will be moved to the new cache

Signed-off-by: Robin Appelman <robin@icewind.nl>
6 weeks agofix: fix trashbin move with object store
Robin Appelman [Thu, 19 Sep 2024 16:52:05 +0000 (18:52 +0200)]
fix: fix trashbin move with object store

Signed-off-by: Robin Appelman <robin@icewind.nl>
6 weeks agofix: fix shared storage test
Robin Appelman [Thu, 19 Sep 2024 19:25:47 +0000 (21:25 +0200)]
fix: fix shared storage test

Signed-off-by: Robin Appelman <robin@icewind.nl>
6 weeks agofix: Prevent duplicate creation of print_exception function
Louis Chemineau [Wed, 18 Sep 2024 07:23:19 +0000 (09:23 +0200)]
fix: Prevent duplicate creation of print_exception function

Signed-off-by: Louis Chemineau <louis@chmn.me>
6 weeks agofix(tests): Fix Folder tests
Côme Chilliet [Tue, 17 Sep 2024 17:19:08 +0000 (19:19 +0200)]
fix(tests): Fix Folder tests

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
6 weeks agofix: Override start method of \Sabre\DAV\Server to remove exception output
Louis Chemineau [Wed, 18 Sep 2024 15:09:49 +0000 (17:09 +0200)]
fix: Override start method of \Sabre\DAV\Server to remove exception output

Signed-off-by: Louis Chemineau <louis@chmn.me>
6 weeks agotest: fix ShareControllerTest.php
Robin Appelman [Wed, 18 Sep 2024 13:45:20 +0000 (15:45 +0200)]
test: fix ShareControllerTest.php

Signed-off-by: Robin Appelman <robin@icewind.nl>
6 weeks agotest: fix trashbin StorageTest
Robin Appelman [Wed, 18 Sep 2024 13:44:12 +0000 (15:44 +0200)]
test: fix trashbin StorageTest

Signed-off-by: Robin Appelman <robin@icewind.nl>
6 weeks agotest: fix ShareAPIControllerTest.php
Robin Appelman [Wed, 18 Sep 2024 13:02:52 +0000 (15:02 +0200)]
test: fix ShareAPIControllerTest.php

Signed-off-by: Robin Appelman <robin@icewind.nl>
6 weeks agotest: fix service overwrite in PartFileInRootUploadTest
Robin Appelman [Wed, 18 Sep 2024 12:48:20 +0000 (14:48 +0200)]
test: fix service overwrite in PartFileInRootUploadTest

Signed-off-by: Robin Appelman <robin@icewind.nl>
6 weeks agotest: put parent items into cache in tests
Robin Appelman [Wed, 18 Sep 2024 11:54:37 +0000 (13:54 +0200)]
test: put parent items into cache in tests

Signed-off-by: Robin Appelman <robin@icewind.nl>
6 weeks agofix: ensure parent folder exists when writing a file to object storage
Robin Appelman [Wed, 18 Sep 2024 11:54:21 +0000 (13:54 +0200)]
fix: ensure parent folder exists when writing a file to object storage

Signed-off-by: Robin Appelman <robin@icewind.nl>
6 weeks agotest: fix incorrect ltrim usage in test
Robin Appelman [Wed, 18 Sep 2024 10:29:29 +0000 (12:29 +0200)]
test: fix incorrect ltrim usage in test

Signed-off-by: Robin Appelman <robin@icewind.nl>
6 weeks agofix: verify that parent exists in cache when inserting
Robin Appelman [Wed, 18 Sep 2024 10:29:13 +0000 (12:29 +0200)]
fix: verify that parent exists in cache when inserting

Signed-off-by: Robin Appelman <robin@icewind.nl>
6 weeks agofix: fix object store id for test object store
Robin Appelman [Wed, 18 Sep 2024 09:14:41 +0000 (11:14 +0200)]
fix: fix object store id for test object store

Signed-off-by: Robin Appelman <robin@icewind.nl>
6 weeks agofix: cleanup objectstore file_put_content
Robin Appelman [Wed, 18 Sep 2024 09:14:20 +0000 (11:14 +0200)]
fix: cleanup objectstore file_put_content

Signed-off-by: Robin Appelman <robin@icewind.nl>
6 weeks agofix: create intermediate directories for objectstore moveFromStorage
Robin Appelman [Wed, 18 Sep 2024 09:13:51 +0000 (11:13 +0200)]
fix: create intermediate directories for objectstore moveFromStorage

Signed-off-by: Robin Appelman <robin@icewind.nl>
6 weeks agofix: get source file before moving the cache item in objectstore moveFromStorage
Robin Appelman [Wed, 18 Sep 2024 09:13:20 +0000 (11:13 +0200)]
fix: get source file before moving the cache item in objectstore moveFromStorage

Signed-off-by: Robin Appelman <robin@icewind.nl>
6 weeks agofix: Drop unnecessary exit
Louis Chemineau [Tue, 17 Sep 2024 15:32:33 +0000 (17:32 +0200)]
fix: Drop unnecessary exit

Signed-off-by: Louis Chemineau <louis@chmn.me>
6 weeks agoFix(l10n): Update translations from Transifex
Nextcloud bot [Tue, 8 Oct 2024 00:20:29 +0000 (00:20 +0000)]
Fix(l10n): Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
6 weeks agoMerge pull request #48590 from nextcloud/backport/48584/stable28
Joas Schilling [Mon, 7 Oct 2024 14:23:28 +0000 (16:23 +0200)]
Merge pull request #48590 from nextcloud/backport/48584/stable28

[stable28] fix(config): Mark more app configs sensitive

6 weeks agofix(config): Mark more app configs sensitive backport/48584/stable28 48590/head
Joas Schilling [Mon, 7 Oct 2024 09:46:39 +0000 (11:46 +0200)]
fix(config): Mark more app configs sensitive

Signed-off-by: Joas Schilling <coding@schilljs.com>
6 weeks agoFix(l10n): Update translations from Transifex
Nextcloud bot [Mon, 7 Oct 2024 00:20:17 +0000 (00:20 +0000)]
Fix(l10n): Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
6 weeks agoFix(l10n): Update translations from Transifex
Nextcloud bot [Sun, 6 Oct 2024 00:21:40 +0000 (00:21 +0000)]
Fix(l10n): Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
6 weeks agoFix(l10n): Update translations from Transifex
Nextcloud bot [Sat, 5 Oct 2024 00:20:37 +0000 (00:20 +0000)]
Fix(l10n): Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
6 weeks agoFix(l10n): Update translations from Transifex
Nextcloud bot [Fri, 4 Oct 2024 00:20:25 +0000 (00:20 +0000)]
Fix(l10n): Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
7 weeks agoFix(l10n): Update translations from Transifex
Nextcloud bot [Thu, 3 Oct 2024 00:20:59 +0000 (00:20 +0000)]
Fix(l10n): Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
7 weeks agoMerge pull request #48498 from nextcloud/release/28.0.11_rc1 v28.0.11rc1
Benjamin Gaussorgues [Wed, 2 Oct 2024 13:12:41 +0000 (15:12 +0200)]
Merge pull request #48498 from nextcloud/release/28.0.11_rc1

7 weeks agoMerge pull request #48510 from nextcloud/fix/stable28/webcal-subscription-jobs-middleware
Kate [Wed, 2 Oct 2024 10:05:20 +0000 (12:05 +0200)]
Merge pull request #48510 from nextcloud/fix/stable28/webcal-subscription-jobs-middleware

7 weeks agoMerge pull request #48054 from nextcloud/backport/48043/stable28
Kate [Wed, 2 Oct 2024 10:05:10 +0000 (12:05 +0200)]
Merge pull request #48054 from nextcloud/backport/48043/stable28

7 weeks agoMerge pull request #48074 from nextcloud/backport/48050/stable28
Kate [Wed, 2 Oct 2024 09:00:35 +0000 (11:00 +0200)]
Merge pull request #48074 from nextcloud/backport/48050/stable28

7 weeks agofix(weather_status): Fix search address errors when offline backport/48050/stable28 48074/head
provokateurin [Sun, 15 Sep 2024 20:39:18 +0000 (22:39 +0200)]
fix(weather_status): Fix search address errors when offline

Signed-off-by: provokateurin <kate@provokateurin.de>
7 weeks agoMerge pull request #48501 from nextcloud/backport/48426/stable28
Josh [Wed, 2 Oct 2024 07:00:50 +0000 (03:00 -0400)]
Merge pull request #48501 from nextcloud/backport/48426/stable28

[stable28] fix(config): Suppress `config.php` fopen error at install time

7 weeks agofix(config): Suppress error at install time backport/48426/stable28 48501/head
Josh [Fri, 27 Sep 2024 21:28:14 +0000 (17:28 -0400)]
fix(config): Suppress error at install time

Signed-off-by: Josh <josh.t.richards@gmail.com>
7 weeks agoMerge pull request #47791 from nextcloud/backport/45098/stable28
Sebastian Krupinski [Wed, 2 Oct 2024 06:09:33 +0000 (02:09 -0400)]
Merge pull request #47791 from nextcloud/backport/45098/stable28

[stable28] fix(caldav): Do not load IMipPlugin before user auth and session is c…

7 weeks agoFix(l10n): Update translations from Transifex
Nextcloud bot [Wed, 2 Oct 2024 00:20:18 +0000 (00:20 +0000)]
Fix(l10n): Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
7 weeks agofix(caldav): add missing handlers fix/stable28/webcal-subscription-jobs-middleware 48510/head
Anna Larch [Tue, 1 Oct 2024 20:52:08 +0000 (22:52 +0200)]
fix(caldav): add missing handlers

Signed-off-by: Anna Larch <anna@nextcloud.com>
7 weeks agobuild(hub): 28.0.11 RC1 release/28.0.11_rc1 48498/head
Benjamin Gaussorgues [Tue, 1 Oct 2024 15:44:37 +0000 (17:44 +0200)]
build(hub): 28.0.11 RC1

Signed-off-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com>
7 weeks agoMerge pull request #48445 from nextcloud/fix/noid/ignore-unavailable-token
Arthur Schiwon [Tue, 1 Oct 2024 13:57:11 +0000 (15:57 +0200)]
Merge pull request #48445 from nextcloud/fix/noid/ignore-unavailable-token

[stable28] fix(Auth): ignore missing token when trying to set password-unconfirmable

7 weeks agoFix(l10n): Update translations from Transifex
Nextcloud bot [Tue, 1 Oct 2024 00:20:51 +0000 (00:20 +0000)]
Fix(l10n): Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
7 weeks agoMerge pull request #48448 from nextcloud/backport/48437/stable28
Kate [Mon, 30 Sep 2024 10:55:33 +0000 (12:55 +0200)]
Merge pull request #48448 from nextcloud/backport/48437/stable28

7 weeks agofix: correctly count disabled users for subadmins backport/48437/stable28 48448/head
Maksim Sukharev [Sat, 28 Sep 2024 16:46:16 +0000 (18:46 +0200)]
fix: correctly count disabled users for subadmins

Signed-off-by: Maksim Sukharev <antreesy.web@gmail.com>
7 weeks agoMerge pull request #48443 from nextcloud/backport/48307/stable28
Kate [Mon, 30 Sep 2024 08:16:55 +0000 (10:16 +0200)]
Merge pull request #48443 from nextcloud/backport/48307/stable28

7 weeks agofix(Auth): ignore missing token when trying to set password-unconfirmable fix/noid/ignore-unavailable-token 48445/head
Arthur Schiwon [Mon, 30 Sep 2024 08:06:58 +0000 (10:06 +0200)]
fix(Auth): ignore missing token when trying to set password-unconfirmable

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
7 weeks agofix: gracefully parse non-standard trusted certificates backport/48307/stable28 48443/head
Richard Steinmetz [Tue, 24 Sep 2024 08:33:07 +0000 (10:33 +0200)]
fix: gracefully parse non-standard trusted certificates

Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
7 weeks agoFix(l10n): Update translations from Transifex
Nextcloud bot [Sun, 29 Sep 2024 00:28:18 +0000 (00:28 +0000)]
Fix(l10n): Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
7 weeks agoMerge pull request #48427 from nextcloud/dependabot/npm_and_yarn/stable28/cypress...
dependabot[bot] [Sat, 28 Sep 2024 05:39:04 +0000 (05:39 +0000)]
Merge pull request #48427 from nextcloud/dependabot/npm_and_yarn/stable28/cypress-13.13.3

7 weeks agochore(deps-dev): Bump cypress from 13.13.2 to 13.13.3 dependabot/npm_and_yarn/stable28/cypress-13.13.3 48427/head
dependabot[bot] [Sat, 28 Sep 2024 01:21:52 +0000 (01:21 +0000)]
chore(deps-dev): Bump cypress from 13.13.2 to 13.13.3

Bumps [cypress](https://github.com/cypress-io/cypress) from 13.13.2 to 13.13.3.
- [Release notes](https://github.com/cypress-io/cypress/releases)
- [Changelog](https://github.com/cypress-io/cypress/blob/develop/CHANGELOG.md)
- [Commits](https://github.com/cypress-io/cypress/compare/v13.13.2...v13.13.3)

---
updated-dependencies:
- dependency-name: cypress
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
7 weeks agoFix(l10n): Update translations from Transifex
Nextcloud bot [Sat, 28 Sep 2024 00:20:28 +0000 (00:20 +0000)]
Fix(l10n): Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
7 weeks agoMerge pull request #47813 from nextcloud/dependabot/npm_and_yarn/stable28/nextcloud...
Andy Scherzinger [Fri, 27 Sep 2024 18:23:20 +0000 (20:23 +0200)]
Merge pull request #47813 from nextcloud/dependabot/npm_and_yarn/stable28/nextcloud/calendar-availability-vue-2.2.4

chore(deps): bump @nextcloud/calendar-availability-vue from 2.2.2 to 2.2.4

7 weeks agochore(assets): Recompile assets dependabot/npm_and_yarn/stable28/nextcloud/calendar-availability-vue-2.2.4 47813/head
nextcloud-command [Sun, 22 Sep 2024 19:10:05 +0000 (19:10 +0000)]
chore(assets): Recompile assets

Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
7 weeks agochore(deps): bump @nextcloud/calendar-availability-vue
dependabot[bot] [Thu, 12 Sep 2024 08:43:33 +0000 (08:43 +0000)]
chore(deps): bump @nextcloud/calendar-availability-vue

Bumps [@nextcloud/calendar-availability-vue](https://github.com/nextcloud/calendar-availability-vue) from 2.2.2 to 2.2.4.
- [Release notes](https://github.com/nextcloud/calendar-availability-vue/releases)
- [Changelog](https://github.com/nextcloud/calendar-availability-vue/blob/main/CHANGELOG.md)
- [Commits](https://github.com/nextcloud/calendar-availability-vue/compare/v2.2.2...v2.2.4)

---
updated-dependencies:
- dependency-name: "@nextcloud/calendar-availability-vue"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
7 weeks agoMerge pull request #48392 from nextcloud/backport/48375/stable28
Joas Schilling [Fri, 27 Sep 2024 10:28:11 +0000 (12:28 +0200)]
Merge pull request #48392 from nextcloud/backport/48375/stable28

[stable28] Skip future shipped apps from updatenotification check

7 weeks agoFix(l10n): Update translations from Transifex
Nextcloud bot [Fri, 27 Sep 2024 00:20:55 +0000 (00:20 +0000)]
Fix(l10n): Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
7 weeks agoMerge pull request #48399 from nextcloud/backport/48366/stable28
Kate [Thu, 26 Sep 2024 18:12:56 +0000 (20:12 +0200)]
Merge pull request #48399 from nextcloud/backport/48366/stable28

7 weeks agoMerge pull request #48386 from nextcloud/backport/48359/stable28
Louis [Thu, 26 Sep 2024 15:39:00 +0000 (17:39 +0200)]
Merge pull request #48386 from nextcloud/backport/48359/stable28

[stable28] fix: Use placeholder for external storage password

7 weeks agofix(files_sharing): Check if propfind response is valid before accessing share permis... backport/48366/stable28 48399/head
provokateurin [Thu, 26 Sep 2024 12:35:25 +0000 (14:35 +0200)]
fix(files_sharing): Check if propfind response is valid before accessing share permission props

Signed-off-by: provokateurin <kate@provokateurin.de>