]> source.dussan.org Git - nextcloud-server.git/log
nextcloud-server.git
17 hours agotest(files): Add tests for path handling backport/47905/stable30 48240/head
Ferdinand Thiessen [Wed, 11 Sep 2024 19:51:54 +0000 (21:51 +0200)]
test(files): Add tests for path handling

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
17 hours agofix(files): Ensure children are removed from folder and not duplicated
Ferdinand Thiessen [Wed, 11 Sep 2024 18:15:04 +0000 (20:15 +0200)]
fix(files): Ensure children are removed from folder and not duplicated

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

We need to make sure that we only add one source (unique!) once as a child,
this is ensured by simply use a native `Set`.
Also we need to remove children on from folders when the `files:node:deleted`
event is emitted.

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
32 hours agoFix(l10n): Update translations from Transifex
Nextcloud bot [Tue, 15 Oct 2024 00:20:20 +0000 (00:20 +0000)]
Fix(l10n): Update translations from Transifex

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

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
3 days agoFix(l10n): Update translations from Transifex automated/noid/stable30-fix-npm-audit
Nextcloud bot [Sun, 13 Oct 2024 00:22:03 +0000 (00:22 +0000)]
Fix(l10n): Update translations from Transifex

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

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

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
5 days agoMerge pull request #48644 from nextcloud/release/30.0.1_rc2 v30.0.1rc2
Arthur Schiwon [Thu, 10 Oct 2024 13:43:21 +0000 (15:43 +0200)]
Merge pull request #48644 from nextcloud/release/30.0.1_rc2

30.0.1 RC2

6 days agobuild(hub): 30.0.1 RC2 release/30.0.1_rc2 48644/head
Arthur Schiwon [Thu, 10 Oct 2024 07:49:47 +0000 (09:49 +0200)]
build(hub): 30.0.1 RC2

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
6 days agoMerge pull request #48630 from nextcloud/backport/48628/stable30
Stephan Orbaugh [Thu, 10 Oct 2024 07:28:56 +0000 (09:28 +0200)]
Merge pull request #48630 from nextcloud/backport/48628/stable30

[stable30] fix(dav): Public WebDAV endpoint should allow `GET` requests

6 days agoFix(l10n): Update translations from Transifex
Nextcloud bot [Thu, 10 Oct 2024 00:20:23 +0000 (00:20 +0000)]
Fix(l10n): Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
6 days agofix(dav): Public WebDAV endpoint should allow `GET` requests backport/48628/stable30 48630/head
Ferdinand Thiessen [Tue, 8 Oct 2024 21:51:38 +0000 (23:51 +0200)]
fix(dav): Public WebDAV endpoint should allow `GET` requests

`GET` should be allowed even without Ajax header to allow downloading files,
or show files in the viewer. All other requests could be guarded, but this should not.

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
6 days agoMerge pull request #48553 from nextcloud/backport/48543/stable30
Stephan Orbaugh [Wed, 9 Oct 2024 13:24:10 +0000 (15:24 +0200)]
Merge pull request #48553 from nextcloud/backport/48543/stable30

[stable30] fix(theming): Fix layout of themes

7 days agoFix(l10n): Update translations from Transifex
Nextcloud bot [Wed, 9 Oct 2024 00:20:19 +0000 (00:20 +0000)]
Fix(l10n): Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
7 days agoMerge pull request #48615 from nextcloud/backport/45765/stable30
Andy Scherzinger [Tue, 8 Oct 2024 15:08:21 +0000 (17:08 +0200)]
Merge pull request #48615 from nextcloud/backport/45765/stable30

[stable30] fix(settings): Use axios directly for health check to preven URL sanitizing

7 days agochore(assets): Recompile assets backport/45765/stable30 48615/head
nextcloud-command [Mon, 10 Jun 2024 19:31:02 +0000 (19:31 +0000)]
chore(assets): Recompile assets

Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
7 days agofix(settings): Use axios directly for health check to preven URL sanitizing
Ferdinand Thiessen [Mon, 10 Jun 2024 14:08:50 +0000 (16:08 +0200)]
fix(settings): Use axios directly for health check to preven URL sanitizing

When using Apache with `DirectorySlash` it will respond with 301 and the URL with trailing slash.
But when using traefik as the reverse proxy it can not rewrite redirects, this leads to the problem
that the Apache response is using HTTP in the redirect but the real server (traefik) is only listening on HTTPS.

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
7 days agoMerge pull request #48558 from nextcloud/backport/48522/stable30
Stephan Orbaugh [Tue, 8 Oct 2024 09:13:35 +0000 (11:13 +0200)]
Merge pull request #48558 from nextcloud/backport/48522/stable30

[stable30] fix(QueryBuilder): Account for aliases in output columns

8 days agoMerge pull request #48551 from nextcloud/backport/48548/stable30
Stephan Orbaugh [Tue, 8 Oct 2024 08:17:59 +0000 (10:17 +0200)]
Merge pull request #48551 from nextcloud/backport/48548/stable30

[stable30] fix(admin_audit): Listen to the right events

8 days agoFix(l10n): Update translations from Transifex
Nextcloud bot [Tue, 8 Oct 2024 00:20:15 +0000 (00:20 +0000)]
Fix(l10n): Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
8 days agoMerge pull request #48586 from nextcloud/backport/48584/stable30
Joas Schilling [Mon, 7 Oct 2024 11:01:48 +0000 (13:01 +0200)]
Merge pull request #48586 from nextcloud/backport/48584/stable30

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

8 days agofix(config): Mark more app configs sensitive backport/48584/stable30 48586/head
Joas Schilling [Mon, 7 Oct 2024 08:58:03 +0000 (10:58 +0200)]
fix(config): Mark more app configs sensitive

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

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

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

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

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
12 days agochore(assets): Recompile assets backport/48543/stable30 48553/head
nextcloud-command [Thu, 3 Oct 2024 18:16:54 +0000 (18:16 +0000)]
chore(assets): Recompile assets

Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
12 days agofix(theming): Fix layout of themes
Christopher Ng [Wed, 2 Oct 2024 23:13:43 +0000 (16:13 -0700)]
fix(theming): Fix layout of themes

Signed-off-by: Christopher Ng <chrng8@gmail.com>
12 days agofix(admin_audit): Listen to the right events backport/48548/stable30 48551/head
Côme Chilliet [Thu, 3 Oct 2024 08:56:42 +0000 (10:56 +0200)]
fix(admin_audit): Listen to the right events

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
12 days agofix(QueryBuilder): Account for aliases in output columns backport/48522/stable30 48558/head
provokateurin [Wed, 2 Oct 2024 09:55:27 +0000 (11:55 +0200)]
fix(QueryBuilder): Account for aliases in output columns

Signed-off-by: provokateurin <kate@provokateurin.de>
13 days agoFix(l10n): Update translations from Transifex
Nextcloud bot [Thu, 3 Oct 2024 00:20:43 +0000 (00:20 +0000)]
Fix(l10n): Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
13 days agoMerge pull request #48529 from nextcloud/backport/48519/stable30
Daniel [Wed, 2 Oct 2024 16:29:13 +0000 (18:29 +0200)]
Merge pull request #48529 from nextcloud/backport/48519/stable30

[stable30] fix(dav): don't crash subscription on invalid calendar object

13 days agoMerge pull request #48500 from nextcloud/release/30.0.1_rc1 v30.0.1rc v30.0.1rc1
Benjamin Gaussorgues [Wed, 2 Oct 2024 14:15:18 +0000 (16:15 +0200)]
Merge pull request #48500 from nextcloud/release/30.0.1_rc1

13 days agofix(dav): don't crash subscription on invalid calendar object backport/48519/stable30 48529/head
escoand [Wed, 25 Sep 2024 10:29:12 +0000 (12:29 +0200)]
fix(dav): don't crash subscription on invalid calendar object

Signed-off-by: escoand <escoand@users.noreply.github.com>
13 days agoMerge pull request #48531 from nextcloud/backport/48508/stable30
Anna [Wed, 2 Oct 2024 13:43:56 +0000 (15:43 +0200)]
Merge pull request #48531 from nextcloud/backport/48508/stable30

[stable30] fix(caldav): add missing handlers

13 days agofix(caldav): add missing handlers backport/48508/stable30 48531/head
Anna Larch [Mon, 19 Aug 2024 11:28:04 +0000 (13:28 +0200)]
fix(caldav): add missing handlers

Signed-off-by: Anna Larch <anna@nextcloud.com>
13 days agoMerge pull request #48516 from nextcloud/backport/48512/stable30
Benjamin Gaussorgues [Wed, 2 Oct 2024 12:55:02 +0000 (14:55 +0200)]
Merge pull request #48516 from nextcloud/backport/48512/stable30

13 days agoMerge pull request #48506 from nextcloud/backport/48451/stable30
Daniel [Wed, 2 Oct 2024 12:53:11 +0000 (14:53 +0200)]
Merge pull request #48506 from nextcloud/backport/48451/stable30

[stable30] fix: make federation address book sync work with allow_local_remote_servers = false

13 days agoMerge pull request #48523 from nextcloud/backport/48486/stable30
Kate [Wed, 2 Oct 2024 11:25:59 +0000 (13:25 +0200)]
Merge pull request #48523 from nextcloud/backport/48486/stable30

13 days agochore: Move from Twitter to X backport/48486/stable30 48523/head
fenn-cs [Tue, 1 Oct 2024 12:45:07 +0000 (14:45 +0200)]
chore: Move from Twitter to X

Signed-off-by: fenn-cs <fenn25.fn@gmail.com>
13 days agoMerge pull request #48514 from nextcloud/backport/48513/stable30
Marcel Klehr [Wed, 2 Oct 2024 09:59:02 +0000 (11:59 +0200)]
Merge pull request #48514 from nextcloud/backport/48513/stable30

[stable30] fix(TaskProcessing\Manager): Don't provoke PHP notice in setTaskResult

13 days agochore(assets): Recompile assets backport/48512/stable30 48516/head
nextcloud-command [Tue, 1 Oct 2024 23:12:33 +0000 (23:12 +0000)]
chore(assets): Recompile assets

Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
13 days agofix(files): Fix folders not being selectable in the smart picker
Christopher Ng [Tue, 1 Oct 2024 22:55:14 +0000 (15:55 -0700)]
fix(files): Fix folders not being selectable in the smart picker

Signed-off-by: Christopher Ng <chrng8@gmail.com>
2 weeks agoMerge pull request #48077 from nextcloud/backport/47852/stable30
Benjamin Gaussorgues [Wed, 2 Oct 2024 08:43:41 +0000 (10:43 +0200)]
Merge pull request #48077 from nextcloud/backport/47852/stable30

2 weeks agoMerge pull request #48093 from nextcloud/backport/47316/stable30
Kate [Wed, 2 Oct 2024 08:10:06 +0000 (10:10 +0200)]
Merge pull request #48093 from nextcloud/backport/47316/stable30

2 weeks agoMerge pull request #48452 from nextcloud/backport/48439/stable30
Ferdinand Thiessen [Wed, 2 Oct 2024 08:09:43 +0000 (10:09 +0200)]
Merge pull request #48452 from nextcloud/backport/48439/stable30

[stable30] fix(theming): Use `AppConfig` for setting background image

2 weeks agofix(TaskProcessing\Manager): Don't provoke PHP notice in setTaskResult backport/48513/stable30 48514/head
Marcel Klehr [Wed, 2 Oct 2024 06:38:20 +0000 (08:38 +0200)]
fix(TaskProcessing\Manager): Don't provoke PHP notice in setTaskResult

Signed-off-by: Marcel Klehr <mklehr@gmx.net>
2 weeks agofix(theming): Use `AppConfig` for setting background image backport/48439/stable30 48452/head
Ferdinand Thiessen [Sat, 28 Sep 2024 20:44:03 +0000 (22:44 +0200)]
fix(theming): Use `AppConfig` for setting background image

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2 weeks agofix: Prevent crash when refreshing metadata for files without an owner backport/47316/stable30 48093/head
Vincent FarZz [Sun, 18 Aug 2024 17:54:53 +0000 (19:54 +0200)]
fix: Prevent crash when refreshing metadata for files without an owner

This crash was mostly happening when using external storages and for example the command "occ memories:migrate-google-takeout"

Signed-off-by: Vincent FarZz <farcry69@live.fr>
2 weeks agoMerge pull request #48489 from nextcloud/backport/48480/stable30
Josh [Wed, 2 Oct 2024 01:24:02 +0000 (21:24 -0400)]
Merge pull request #48489 from nextcloud/backport/48480/stable30

[stable30] fix(migration): Check if column exits before adding it

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

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2 weeks agofix: make federation address book sync work with allow_local_remote_servers = false backport/48451/stable30 48506/head
Daniel Kesselberg [Fri, 27 Sep 2024 17:16:59 +0000 (19:16 +0200)]
fix: make federation address book sync work with allow_local_remote_servers = false

Client.preventLocalAddress expects an absolute URL, which means the base_uri option cannot be used.

Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2 weeks agoMerge pull request #48503 from nextcloud/backport/48426/stable30
Josh [Tue, 1 Oct 2024 18:10:12 +0000 (14:10 -0400)]
Merge pull request #48503 from nextcloud/backport/48426/stable30

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

2 weeks agoMerge pull request #48492 from nextcloud/backport/48484/stable30
Arthur Schiwon [Tue, 1 Oct 2024 17:53:50 +0000 (19:53 +0200)]
Merge pull request #48492 from nextcloud/backport/48484/stable30

[stable30] fix(Auth): ignore missing token when trying to set password-unconfirm…

2 weeks agofix(config): Suppress error at install time backport/48426/stable30 48503/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>
2 weeks agobuild(hub): 30.0.1 RC1 release/30.0.1_rc1 48500/head
Benjamin Gaussorgues [Tue, 1 Oct 2024 15:46:51 +0000 (17:46 +0200)]
build(hub): 30.0.1 RC1

Signed-off-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com>
2 weeks agofix(Auth): ignore missing token when trying to set password-unconfirmable backport/48484/stable30 48492/head
Arthur Schiwon [Tue, 1 Oct 2024 10:20:20 +0000 (12:20 +0200)]
fix(Auth): ignore missing token when trying to set password-unconfirmable

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2 weeks agofix(migration): Check if column exits before adding it backport/48480/stable30 48489/head
Git'Fellow [Tue, 1 Oct 2024 06:12:11 +0000 (08:12 +0200)]
fix(migration): Check if column exits before adding it

Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com>
2 weeks agoFix(l10n): Update translations from Transifex
Nextcloud bot [Tue, 1 Oct 2024 00:20:38 +0000 (00:20 +0000)]
Fix(l10n): Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2 weeks agoMerge pull request #48469 from nextcloud/backport/48466/stable30
Daniel [Mon, 30 Sep 2024 20:32:27 +0000 (22:32 +0200)]
Merge pull request #48469 from nextcloud/backport/48466/stable30

[stable30] ci: fail psalm when baseline update required

2 weeks agoci: fail psalm when baseline update required backport/48466/stable30 48469/head
Daniel Kesselberg [Mon, 30 Sep 2024 16:05:05 +0000 (18:05 +0200)]
ci: fail psalm when baseline update required

Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2 weeks agoMerge pull request #48447 from nextcloud/backport/48437/stable30
Kate [Mon, 30 Sep 2024 10:46:42 +0000 (12:46 +0200)]
Merge pull request #48447 from nextcloud/backport/48437/stable30

2 weeks agofix: correctly count disabled users for subadmins backport/48437/stable30 48447/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>
2 weeks agoMerge pull request #48317 from nextcloud/backport/48307/stable30
Kate [Mon, 30 Sep 2024 08:24:20 +0000 (10:24 +0200)]
Merge pull request #48317 from nextcloud/backport/48307/stable30

2 weeks agofix: gracefully parse non-standard trusted certificates backport/48307/stable30 48317/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>
2 weeks agoFix(l10n): Update translations from Transifex
Nextcloud bot [Sun, 29 Sep 2024 00:28:04 +0000 (00:28 +0000)]
Fix(l10n): Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2 weeks agoMerge pull request #48428 from nextcloud/dependabot/npm_and_yarn/stable30/vueuse...
dependabot[bot] [Sat, 28 Sep 2024 23:05:19 +0000 (23:05 +0000)]
Merge pull request #48428 from nextcloud/dependabot/npm_and_yarn/stable30/vueuse/core-10.11.1

2 weeks agochore(deps): Bump @vueuse/core from 10.11.0 to 10.11.1 dependabot/npm_and_yarn/stable30/vueuse/core-10.11.1 48428/head
dependabot[bot] [Sat, 28 Sep 2024 01:27:22 +0000 (01:27 +0000)]
chore(deps): Bump @vueuse/core from 10.11.0 to 10.11.1

Bumps [@vueuse/core](https://github.com/vueuse/vueuse/tree/HEAD/packages/core) from 10.11.0 to 10.11.1.
- [Release notes](https://github.com/vueuse/vueuse/releases)
- [Commits](https://github.com/vueuse/vueuse/commits/v10.11.1/packages/core)

---
updated-dependencies:
- dependency-name: "@vueuse/core"
  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 weeks agoMerge pull request #48429 from nextcloud/dependabot/npm_and_yarn/stable30/libphonenum...
dependabot[bot] [Sat, 28 Sep 2024 21:57:35 +0000 (21:57 +0000)]
Merge pull request #48429 from nextcloud/dependabot/npm_and_yarn/stable30/libphonenumber-js-1.11.9

2 weeks agochore(deps): Bump libphonenumber-js from 1.11.5 to 1.11.9 48429/head
dependabot[bot] [Sat, 28 Sep 2024 01:27:51 +0000 (01:27 +0000)]
chore(deps): Bump libphonenumber-js from 1.11.5 to 1.11.9

Bumps [libphonenumber-js](https://gitlab.com/catamphetamine/libphonenumber-js) from 1.11.5 to 1.11.9.
- [Changelog](https://gitlab.com/catamphetamine/libphonenumber-js/blob/master/CHANGELOG.md)
- [Commits](https://gitlab.com/catamphetamine/libphonenumber-js/compare/v1.11.5...v1.11.9)

---
updated-dependencies:
- dependency-name: libphonenumber-js
  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 weeks agoFix(l10n): Update translations from Transifex
Nextcloud bot [Sat, 28 Sep 2024 00:20:15 +0000 (00:20 +0000)]
Fix(l10n): Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2 weeks agoMerge pull request #48394 from nextcloud/backport/48375/stable30
Andy Scherzinger [Fri, 27 Sep 2024 06:28:44 +0000 (08:28 +0200)]
Merge pull request #48394 from nextcloud/backport/48375/stable30

[stable30] Skip future shipped apps from updatenotification check

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

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2 weeks agoMerge pull request #48401 from nextcloud/backport/48366/stable30
Kate [Thu, 26 Sep 2024 17:07:15 +0000 (19:07 +0200)]
Merge pull request #48401 from nextcloud/backport/48366/stable30

2 weeks agoMerge pull request #48395 from nextcloud/backport/48153/stable30
Joas Schilling [Thu, 26 Sep 2024 15:29:44 +0000 (17:29 +0200)]
Merge pull request #48395 from nextcloud/backport/48153/stable30

[stable30] feat(app_api): make app_api shipped and default enabled

2 weeks agoMerge pull request #48388 from nextcloud/backport/48359/stable30
Louis [Thu, 26 Sep 2024 15:26:58 +0000 (17:26 +0200)]
Merge pull request #48388 from nextcloud/backport/48359/stable30

[stable30] fix: Use placeholder for external storage password

2 weeks agoMerge pull request #48391 from nextcloud/backport/48361/stable30
Kate [Thu, 26 Sep 2024 15:04:01 +0000 (17:04 +0200)]
Merge pull request #48391 from nextcloud/backport/48361/stable30

2 weeks agoMerge pull request #48374 from nextcloud/dependabot/composer/stable30/laravel/seriali...
Joas Schilling [Thu, 26 Sep 2024 14:53:58 +0000 (16:53 +0200)]
Merge pull request #48374 from nextcloud/dependabot/composer/stable30/laravel/serializable-closure-1.3.5

[stable30] build(deps): Bump laravel/serializable-closure from 1.3.3 to 1.3.5

2 weeks agofix(files_sharing): Check if propfind response is valid before accessing share permis... backport/48366/stable30 48401/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>
2 weeks agorefactor(files_sharing): Make permissions prop checks less error prone
provokateurin [Thu, 26 Sep 2024 07:41:49 +0000 (09:41 +0200)]
refactor(files_sharing): Make permissions prop checks less error prone

Signed-off-by: provokateurin <kate@provokateurin.de>
2 weeks agofix(files_sharing): Parse OCM share permissions from OCM and not OCS prop
provokateurin [Thu, 26 Sep 2024 07:38:41 +0000 (09:38 +0200)]
fix(files_sharing): Parse OCM share permissions from OCM and not OCS prop

Signed-off-by: provokateurin <kate@provokateurin.de>
2 weeks agofeat: add app_api to shipped and default enabled apps backport/48153/stable30 48395/head
Andrey Borysenko [Tue, 17 Sep 2024 17:59:42 +0000 (20:59 +0300)]
feat: add app_api to shipped and default enabled apps

Signed-off-by: Andrey Borysenko <andrey18106x@gmail.com>
2 weeks agofix(updatenotification): Communicate app_api as shipped in 30+ backport/48375/stable30 48394/head
Joas Schilling [Thu, 26 Sep 2024 10:22:52 +0000 (12:22 +0200)]
fix(updatenotification): Communicate app_api as shipped in 30+

Signed-off-by: Joas Schilling <coding@schilljs.com>
2 weeks agofix(updatenotification): Communicate twofactor_nextcloud_notification as shipped...
Joas Schilling [Thu, 26 Sep 2024 10:21:44 +0000 (12:21 +0200)]
fix(updatenotification): Communicate twofactor_nextcloud_notification as shipped in 30+

Signed-off-by: Joas Schilling <coding@schilljs.com>
2 weeks agofix(updatenotification): Communicate files_downloadlimit as shipped in 29+
Joas Schilling [Thu, 26 Sep 2024 10:21:04 +0000 (12:21 +0200)]
fix(updatenotification): Communicate files_downloadlimit as shipped in 29+

Signed-off-by: Joas Schilling <coding@schilljs.com>
2 weeks agofix(QueryBuilder): Restrict identifier length to 30 characters due to Oracle limitations backport/48361/stable30 48391/head
provokateurin [Thu, 26 Sep 2024 06:57:06 +0000 (08:57 +0200)]
fix(QueryBuilder): Restrict identifier length to 30 characters due to Oracle limitations

Signed-off-by: provokateurin <kate@provokateurin.de>
2 weeks agobuild(deps): Bump laravel/serializable-closure from 1.3.3 to 1.3.5 dependabot/composer/stable30/laravel/serializable-closure-1.3.5 48374/head
Joas Schilling [Thu, 26 Sep 2024 09:54:04 +0000 (11:54 +0200)]
build(deps): Bump laravel/serializable-closure from 1.3.3 to 1.3.5

Signed-off-by: Joas Schilling <coding@schilljs.com>
2 weeks agofix: Use hashed password in files_external settings backport/48359/stable30 48388/head
Louis Chemineau [Tue, 24 Sep 2024 14:20:04 +0000 (16:20 +0200)]
fix: Use hashed password in files_external settings

Signed-off-by: Louis Chemineau <louis@chmn.me>
2 weeks agoMerge pull request #48365 from nextcloud/backport/48345/stable30
Daniel [Thu, 26 Sep 2024 12:39:52 +0000 (14:39 +0200)]
Merge pull request #48365 from nextcloud/backport/48345/stable30

[stable30] fix(files_external): Catch correct exception

2 weeks agoMerge pull request #48142 from nextcloud/backport/47265/stable30
Joas Schilling [Thu, 26 Sep 2024 10:33:34 +0000 (12:33 +0200)]
Merge pull request #48142 from nextcloud/backport/47265/stable30

[stable30] feat(share): ensure unique share tokens with dynamic length adjustment

2 weeks agoMerge pull request #48330 from nextcloud/dependabot/composer/stable30/doctrine/dbal...
Joas Schilling [Thu, 26 Sep 2024 09:44:17 +0000 (11:44 +0200)]
Merge pull request #48330 from nextcloud/dependabot/composer/stable30/doctrine/dbal-3.9.1

[stable30] fix(deps): Bump doctrine/dbal from 3.8.3 to 3.9.1

2 weeks agoMerge pull request #48369 from nextcloud/backport/48354/stable30
Louis [Thu, 26 Sep 2024 09:41:26 +0000 (11:41 +0200)]
Merge pull request #48369 from nextcloud/backport/48354/stable30

[stable30] fix: Show storage full warning when storage is actually full

2 weeks agofix: Show storage full warning when storage is actually full backport/48354/stable30 48369/head
Louis Chemineau [Wed, 25 Sep 2024 11:53:54 +0000 (13:53 +0200)]
fix: Show storage full warning when storage is actually full

< 0 values for "free" do not mean that the storage is full: https://github.com/nextcloud/server/blob/6befdd6dd7cd20fe7f7036e4665bcfbb783d6803/lib/public/Files/FileInfo.php#L31-L42

Signed-off-by: Louis Chemineau <louis@chmn.me>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2 weeks agofix(deps): Bump doctrine/dbal from 3.8.3 to 3.9.1 dependabot/composer/stable30/doctrine/dbal-3.9.1 48330/head
Joas Schilling [Tue, 24 Sep 2024 21:31:39 +0000 (23:31 +0200)]
fix(deps): Bump doctrine/dbal from 3.8.3 to 3.9.1

Signed-off-by: Joas Schilling <coding@schilljs.com>
2 weeks agofix(files_external): Catch correct exception backport/48345/stable30 48365/head
Marcel Klehr [Wed, 25 Sep 2024 07:07:33 +0000 (09:07 +0200)]
fix(files_external): Catch correct exception

SMB#getFileInfo used to throw an icewind/smb exception, but nowadays throws \OCP\Files\ForbiddenException. This fixes downstream methods to catch the new exception.

Signed-off-by: Marcel Klehr <mklehr@gmx.net>
2 weeks agoFix(l10n): Update translations from Transifex
Nextcloud bot [Thu, 26 Sep 2024 00:23:16 +0000 (00:23 +0000)]
Fix(l10n): Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2 weeks agoMerge pull request #48350 from nextcloud/backport/48331/stable30
Pytal [Wed, 25 Sep 2024 21:49:57 +0000 (14:49 -0700)]
Merge pull request #48350 from nextcloud/backport/48331/stable30

[stable30] fix(files): Fix having to resolve conflicts twice when dropping files

2 weeks agochore(assets): Recompile assets 48350/head
nextcloud-command [Wed, 25 Sep 2024 21:33:53 +0000 (21:33 +0000)]
chore(assets): Recompile assets

Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2 weeks agofix(files): Fix having to resolve conflicts twice when dropping files backport/48331/stable30
Christopher Ng [Tue, 24 Sep 2024 23:01:05 +0000 (16:01 -0700)]
fix(files): Fix having to resolve conflicts twice when dropping files

Signed-off-by: Christopher Ng <chrng8@gmail.com>
2 weeks agoMerge pull request #48358 from nextcloud/backport/48356/stable30
Joas Schilling [Wed, 25 Sep 2024 16:02:15 +0000 (18:02 +0200)]
Merge pull request #48358 from nextcloud/backport/48356/stable30

[stable30] fix(icons): Document icon requirements for notifications and activities