]> source.dussan.org Git - nextcloud-server.git/log
nextcloud-server.git
3 weeks agochore(tests): Update psalm baseline automated/noid/stable30-update-psalm-baseline 48229/head
nextcloud-command [Fri, 20 Sep 2024 02:33:32 +0000 (02:33 +0000)]
chore(tests): Update psalm baseline

Signed-off-by: GitHub <noreply@github.com>
3 weeks agoFix(l10n): Update translations from Transifex
Nextcloud bot [Fri, 20 Sep 2024 00:21:20 +0000 (00:21 +0000)]
Fix(l10n): Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
3 weeks agoMerge pull request #48211 from nextcloud/backport/47399/stable30
Christoph Wurst [Thu, 19 Sep 2024 15:28:42 +0000 (17:28 +0200)]
Merge pull request #48211 from nextcloud/backport/47399/stable30

[stable30] fix: expand select and group by for calendar reminder backend

3 weeks agoMerge pull request #48205 from nextcloud/ci-fix-30
Robin Appelman [Thu, 19 Sep 2024 15:10:13 +0000 (17:10 +0200)]
Merge pull request #48205 from nextcloud/ci-fix-30

[stable30] Ci fixes

3 weeks agofix: expand select and group by for calandar reminder backend backport/47399/stable30 48211/head
Hamza Mahjoubi [Wed, 21 Aug 2024 15:57:08 +0000 (17:57 +0200)]
fix: expand select and group by for calandar reminder backend

Signed-off-by: Hamza Mahjoubi <hamzamahjoubi221@gmail.com>
3 weeks agoMerge pull request #48186 from nextcloud/dependabot/npm_and_yarn/stable30/nextcloud...
Ferdinand Thiessen [Thu, 19 Sep 2024 13:51:31 +0000 (15:51 +0200)]
Merge pull request #48186 from nextcloud/dependabot/npm_and_yarn/stable30/nextcloud/calendar-availability-vue-2.2.4

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

3 weeks agochore: Compile assets dependabot/npm_and_yarn/stable30/nextcloud/calendar-availability-vue-2.2.4 48186/head
Ferdinand Thiessen [Thu, 19 Sep 2024 12:45:01 +0000 (14:45 +0200)]
chore: Compile assets

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
3 weeks agochore(deps): Bump @nextcloud/calendar-availability-vue
dependabot[bot] [Wed, 18 Sep 2024 18:29:16 +0000 (18:29 +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>
3 weeks agofix: Prevent duplicate creation of print_exception function ci-fix-30 48205/head
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>
3 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>
3 weeks agofix(tests): Remove deprecated tests for ServerTest
Côme Chilliet [Tue, 17 Sep 2024 15:48:01 +0000 (17:48 +0200)]
fix(tests): Remove deprecated tests for ServerTest

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
3 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>
3 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>
3 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>
3 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>
3 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>
3 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>
3 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>
3 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>
3 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>
3 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>
3 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>
3 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>
3 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>
3 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>
3 weeks agoMerge pull request #48189 from nextcloud/dependabot/npm_and_yarn/stable30/debounce...
dependabot[bot] [Thu, 19 Sep 2024 11:51:17 +0000 (11:51 +0000)]
Merge pull request #48189 from nextcloud/dependabot/npm_and_yarn/stable30/debounce-2.1.1

3 weeks agochore(deps): Bump debounce from 2.1.0 to 2.1.1 48189/head
dependabot[bot] [Wed, 18 Sep 2024 18:29:43 +0000 (18:29 +0000)]
chore(deps): Bump debounce from 2.1.0 to 2.1.1

Bumps [debounce](https://github.com/sindresorhus/debounce) from 2.1.0 to 2.1.1.
- [Release notes](https://github.com/sindresorhus/debounce/releases)
- [Commits](https://github.com/sindresorhus/debounce/compare/v2.1.0...v2.1.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
3 weeks agoMerge pull request #48120 from nextcloud/backport/48090/stable30
Joas Schilling [Thu, 19 Sep 2024 09:54:11 +0000 (11:54 +0200)]
Merge pull request #48120 from nextcloud/backport/48090/stable30

[stable30] fix(settings): disable Discover when appstore is disabled

3 weeks agoMerge pull request #48191 from nextcloud/backport/48140/stable30
Joas Schilling [Thu, 19 Sep 2024 09:53:05 +0000 (11:53 +0200)]
Merge pull request #48191 from nextcloud/backport/48140/stable30

[stable30] ci: Bump phpunit to 9.6.19 and add dependabot

3 weeks agoFix(l10n): Update translations from Transifex
Nextcloud bot [Thu, 19 Sep 2024 00:20:49 +0000 (00:20 +0000)]
Fix(l10n): Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
3 weeks agoMerge pull request #47944 from nextcloud/backport/47883/stable30
Ferdinand Thiessen [Wed, 18 Sep 2024 22:19:19 +0000 (00:19 +0200)]
Merge pull request #47944 from nextcloud/backport/47883/stable30

[stable30] fix(setup-checks): Ensure URL with webroot works

3 weeks agoci: Bump phpunit to 9.6.19 and add dependabot backport/48140/stable30 48191/head
Joas Schilling [Tue, 17 Sep 2024 14:09:52 +0000 (16:09 +0200)]
ci: Bump phpunit to 9.6.19 and add dependabot

Signed-off-by: Joas Schilling <coding@schilljs.com>
4 weeks agoFix(l10n): Update translations from Transifex
Nextcloud bot [Wed, 18 Sep 2024 09:28:08 +0000 (09:28 +0000)]
Fix(l10n): Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
4 weeks agoFix(l10n): Update translations from Transifex
Nextcloud bot [Wed, 18 Sep 2024 00:22:13 +0000 (00:22 +0000)]
Fix(l10n): Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
4 weeks agochore(assets): Recompile assets backport/48090/stable30 48120/head
Grigorii K. Shartsev [Mon, 16 Sep 2024 14:29:47 +0000 (16:29 +0200)]
chore(assets): Recompile assets

Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
4 weeks agoMerge pull request #48088 from nextcloud/backport/48008/stable30
Kate [Tue, 17 Sep 2024 10:53:41 +0000 (12:53 +0200)]
Merge pull request #48088 from nextcloud/backport/48008/stable30

4 weeks agofix(settings): disable Discover when appstore is disabled
Grigorii K. Shartsev [Mon, 16 Sep 2024 13:31:17 +0000 (15:31 +0200)]
fix(settings): disable Discover when appstore is disabled

Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
4 weeks agoMerge pull request #48109 from nextcloud/backport/46218/stable30
John Molakvoæ [Tue, 17 Sep 2024 08:14:00 +0000 (10:14 +0200)]
Merge pull request #48109 from nextcloud/backport/46218/stable30

4 weeks agoFix(l10n): Update translations from Transifex
Nextcloud bot [Tue, 17 Sep 2024 00:20:49 +0000 (00:20 +0000)]
Fix(l10n): Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
4 weeks agoMerge pull request #48097 from nextcloud/backport/47924/stable30
Christoph Wurst [Mon, 16 Sep 2024 18:11:43 +0000 (20:11 +0200)]
Merge pull request #48097 from nextcloud/backport/47924/stable30

[stable30] 🥅 — Catch MaxInstancesExceededException on calendar events

4 weeks agochore: improve hash_file php usage in Local Storage backport/46218/stable30 48109/head
John Molakvoæ [Mon, 16 Sep 2024 09:32:29 +0000 (11:32 +0200)]
chore: improve hash_file php usage in Local Storage

Co-authored-by: Ferdinand Thiessen <opensource@fthiessen.de>
Signed-off-by: John Molakvoæ <skjnldsv@users.noreply.github.com>
4 weeks agofix(files): Ensure that the hash method does not return null
Louis Chemineau [Mon, 1 Jul 2024 14:52:23 +0000 (16:52 +0200)]
fix(files): Ensure that the hash method does not return null

To match https://github.com/nextcloud/server/blob/beececf66068f57c416225efcde9b44ce5c2e835/lib/private/Files/View.php#L1050

- Fix https://github.com/nextcloud/server/issues/44110

Signed-off-by: Louis Chemineau <louis@chmn.me>
4 weeks agoMerge pull request #48101 from nextcloud/backport/46140/stable30
Robin Appelman [Mon, 16 Sep 2024 16:59:32 +0000 (18:59 +0200)]
Merge pull request #48101 from nextcloud/backport/46140/stable30

[stable30] fix(config): Add missing handling for `envCache` in `getKeys()`

4 weeks agofix: switch from explode to substr (faster) backport/46140/stable30 48101/head
Josh Richards [Thu, 27 Jun 2024 14:57:14 +0000 (10:57 -0400)]
fix: switch from explode to substr (faster)

Signed-off-by: Josh Richards <josh.t.richards@gmail.com>
4 weeks agofix(config): add envCache tests for getKeys()
Josh Richards [Wed, 26 Jun 2024 14:16:26 +0000 (10:16 -0400)]
fix(config): add envCache tests for getKeys()

Signed-off-by: Josh Richards <josh.t.richards@gmail.com>
4 weeks agofix(config): Add missing handling for envCache in getKeys()
Josh Richards [Wed, 26 Jun 2024 13:31:44 +0000 (09:31 -0400)]
fix(config): Add missing handling for envCache in getKeys()

NC_ env variable overrides were not appearing in
the output of `occ config:list system` nor `occ
config:system:get xxx`. This was creating nearly
impossible to diagnose configuration/ behavior
disprepancies.

- Refactored readData() so that we aren't saving
  the entire environment in the envCache anymore
  (only those prefixed "NC_") and so that we save
  NC_ provided config values under their real
  key.
- Refactored getValue() to accommodate readData()
  refactor
- Fixed getKeys() to properly return
  envCache keys too

Environment provided config variables now appear
in `occ config:list system` as expected.

Environment provided config variables now appear
when queried via `occ config:system:get KEY`

envCache is now free of non-NC stuff.

Signed-off-by: Josh Richards <josh.t.richards@gmail.com>
4 weeks agofix(dav): catch `MaxInstancesExceededException` on calendar events backport/47924/stable30 48097/head
Luc Didry [Thu, 12 Sep 2024 13:32:44 +0000 (15:32 +0200)]
fix(dav): catch `MaxInstancesExceededException` on calendar events

Signed-off-by: Luc Didry <luc@didry.org>
4 weeks agofix(Entity): Fix magic setter call for custom strong typed setters backport/48008/stable30 48088/head
provokateurin [Sun, 15 Sep 2024 11:40:16 +0000 (13:40 +0200)]
fix(Entity): Fix magic setter call for custom strong typed setters

Signed-off-by: provokateurin <kate@provokateurin.de>
4 weeks agoMerge pull request #48072 from nextcloud/backport/48044/stable30
Kate [Mon, 16 Sep 2024 12:35:09 +0000 (14:35 +0200)]
Merge pull request #48072 from nextcloud/backport/48044/stable30

4 weeks agoMerge pull request #48071 from nextcloud/backport/48030/stable30
John Molakvoæ [Mon, 16 Sep 2024 12:23:58 +0000 (14:23 +0200)]
Merge pull request #48071 from nextcloud/backport/48030/stable30

4 weeks agoMerge pull request #48000 from nextcloud/backport/47920/stable30
Louis [Mon, 16 Sep 2024 12:21:19 +0000 (14:21 +0200)]
Merge pull request #48000 from nextcloud/backport/47920/stable30

[stable30] feat: Reset route if neither the Viewer of the Sidebar is open

4 weeks agoMerge pull request #48076 from nextcloud/backport/48050/stable30
Kate [Mon, 16 Sep 2024 11:14:23 +0000 (13:14 +0200)]
Merge pull request #48076 from nextcloud/backport/48050/stable30

4 weeks agoMerge pull request #48073 from nextcloud/backport/48063/stable30
John Molakvoæ [Mon, 16 Sep 2024 11:00:22 +0000 (13:00 +0200)]
Merge pull request #48073 from nextcloud/backport/48063/stable30

4 weeks agoMerge pull request #48069 from nextcloud/backport/48031/stable30
Kate [Mon, 16 Sep 2024 10:21:10 +0000 (12:21 +0200)]
Merge pull request #48069 from nextcloud/backport/48031/stable30

4 weeks agochore: Compile assets backport/47920/stable30 48000/head
Louis Chemineau [Mon, 16 Sep 2024 09:17:02 +0000 (11:17 +0200)]
chore: Compile assets

Signed-off-by: Louis Chemineau <louis@chmn.me>
4 weeks agofix(weather_status): Fix search address errors when offline backport/48050/stable30 48076/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>
4 weeks agofix(a11y): Add OTF font loading check backport/48063/stable30 48073/head
Joas Schilling [Mon, 16 Sep 2024 07:58:54 +0000 (09:58 +0200)]
fix(a11y): Add OTF font loading check

Signed-off-by: Joas Schilling <coding@schilljs.com>
4 weeks agofeat: Reset route if neither the Viewer of the Sidebar is open
Louis Chemineau [Mon, 16 Sep 2024 09:10:31 +0000 (11:10 +0200)]
feat: Reset route if neither the Viewer of the Sidebar is open

When the viewer or the sidebar is opened, we add the fileid to the route.
When both of them are closed, we do not remove the fileid from the route.
This means that, upon reload, the sidebar will be opened even though it was closed previously.

This PR ensure that the fileid is removed from the route when both the Sidebar and the Viewer are closed.

Signed-off-by: Louis Chemineau <louis@chmn.me>
4 weeks agotest: cast node name and data to string backport/48044/stable30 48072/head
Anna Larch [Sun, 15 Sep 2024 16:34:42 +0000 (18:34 +0200)]
test: cast node name and data to string

Signed-off-by: Anna Larch <anna@nextcloud.com>
4 weeks agofix(dav): cast parameters to string backport/48030/stable30 48071/head
Anna Larch [Sun, 15 Sep 2024 11:41:40 +0000 (13:41 +0200)]
fix(dav): cast parameters to string

Signed-off-by: Anna Larch <anna@nextcloud.com>
4 weeks agofix(filesreport): cast fileId to integer backport/48031/stable30 48069/head
Anna Larch [Sun, 15 Sep 2024 14:55:31 +0000 (16:55 +0200)]
fix(filesreport): cast fileId to integer

Signed-off-by: Anna Larch <anna@nextcloud.com>
4 weeks agoMerge pull request #48056 from nextcloud/backport/48043/stable30
Kate [Mon, 16 Sep 2024 09:06:27 +0000 (11:06 +0200)]
Merge pull request #48056 from nextcloud/backport/48043/stable30

4 weeks agoMerge pull request #48059 from nextcloud/automated/noid/stable30-update-psalm-baseline
github-actions[bot] [Mon, 16 Sep 2024 09:06:07 +0000 (11:06 +0200)]
Merge pull request #48059 from nextcloud/automated/noid/stable30-update-psalm-baseline

[stable30] Update psalm-baseline.xml

4 weeks agoMerge pull request #47902 from nextcloud/backport/47881/stable30
John Molakvoæ [Mon, 16 Sep 2024 09:02:33 +0000 (11:02 +0200)]
Merge pull request #47902 from nextcloud/backport/47881/stable30

4 weeks agochore(tests): Update psalm baseline 48059/head
nextcloud-command [Mon, 16 Sep 2024 02:36:54 +0000 (02:36 +0000)]
chore(tests): Update psalm baseline

Signed-off-by: GitHub <noreply@github.com>
4 weeks agoFix(l10n): Update translations from Transifex
Nextcloud bot [Mon, 16 Sep 2024 00:20:18 +0000 (00:20 +0000)]
Fix(l10n): Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
4 weeks agoMerge pull request #48053 from nextcloud/backport/48045/stable30
Anna [Sun, 15 Sep 2024 22:19:26 +0000 (00:19 +0200)]
Merge pull request #48053 from nextcloud/backport/48045/stable30

[stable30] fix(dav): set string type for sanitizeMtime

4 weeks agotest(dav): imip service test expects integers for last occurence backport/48043/stable30 48056/head
Anna Larch [Sun, 15 Sep 2024 16:43:45 +0000 (18:43 +0200)]
test(dav): imip service test expects integers for last occurence

Signed-off-by: Anna Larch <anna@nextcloud.com>
4 weeks agoMerge pull request #47995 from nextcloud/backport/47928/stable30
John Molakvoæ [Sun, 15 Sep 2024 20:54:51 +0000 (22:54 +0200)]
Merge pull request #47995 from nextcloud/backport/47928/stable30

[stable30] fix(a11y): Update OpenDyslexic from 0.920 to 2.001

4 weeks agoMerge pull request #47868 from nextcloud/backport/47858/stable30
John Molakvoæ [Sun, 15 Sep 2024 20:52:11 +0000 (22:52 +0200)]
Merge pull request #47868 from nextcloud/backport/47858/stable30

4 weeks agofix(dav): set string type for sanitizeMtime backport/48045/stable30 48053/head
Anna Larch [Sun, 15 Sep 2024 15:01:00 +0000 (17:01 +0200)]
fix(dav): set string type for sanitizeMtime

Signed-off-by: Anna Larch <anna@nextcloud.com>
4 weeks agofix(settings): Add back create group icon backport/47881/stable30 47902/head
Christopher Ng [Tue, 10 Sep 2024 21:11:51 +0000 (14:11 -0700)]
fix(settings): Add back create group icon

Signed-off-by: Christopher Ng <chrng8@gmail.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
4 weeks agoMerge pull request #47937 from nextcloud/backport/47854/stable30
John Molakvoæ [Sun, 15 Sep 2024 20:12:12 +0000 (22:12 +0200)]
Merge pull request #47937 from nextcloud/backport/47854/stable30

[stable30] fix(appstore): Ensure returned apps from AppStore are valid

4 weeks agoMerge pull request #47872 from nextcloud/backport/47834/stable30
John Molakvoæ [Sun, 15 Sep 2024 20:10:02 +0000 (22:10 +0200)]
Merge pull request #47872 from nextcloud/backport/47834/stable30

4 weeks agoMerge pull request #47804 from nextcloud/backport/47801/stable30
John Molakvoæ [Sun, 15 Sep 2024 20:09:01 +0000 (22:09 +0200)]
Merge pull request #47804 from nextcloud/backport/47801/stable30

4 weeks agoMerge pull request #47857 from nextcloud/backport/47737/stable30
John Molakvoæ [Sun, 15 Sep 2024 20:08:06 +0000 (22:08 +0200)]
Merge pull request #47857 from nextcloud/backport/47737/stable30

4 weeks agorefactor(settings): `CheckServerResponseTrait` always expect absolute path backport/47883/stable30 47944/head
Ferdinand Thiessen [Thu, 12 Sep 2024 18:44:59 +0000 (20:44 +0200)]
refactor(settings): `CheckServerResponseTrait` always expect absolute path

Co-authored-by: Ferdinand Thiessen <opensource@fthiessen.de>
Co-authored-by: Côme Chilliet <91878298+come-nc@users.noreply.github.com>
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
4 weeks agofix(setup-checks): Ensure URL with webroot works
Ferdinand Thiessen [Tue, 10 Sep 2024 23:14:56 +0000 (01:14 +0200)]
fix(setup-checks): Ensure URL with webroot works

We basically mock the way `URLGenerator::getAbsoluteURL` works,
so we must make sure that the URL might already contain the webroot.
Because `baseURL` and `cliURL` also contain the webroot we need to remove
the webroot from the URL first.

Co-authored-by: Ferdinand Thiessen <opensource@fthiessen.de>
Co-authored-by: Daniel <mail@danielkesselberg.de>
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
4 weeks agofix(tests): Test OTF font file backport/47928/stable30 47995/head
Joas Schilling [Thu, 12 Sep 2024 21:04:16 +0000 (23:04 +0200)]
fix(tests): Test OTF font file

Signed-off-by: Joas Schilling <coding@schilljs.com>
4 weeks agofix(a11y): Update OpenDyslexic from 0.920 to 2.001
Joas Schilling [Thu, 12 Sep 2024 14:37:27 +0000 (16:37 +0200)]
fix(a11y): Update OpenDyslexic from 0.920 to 2.001

Signed-off-by: Joas Schilling <coding@schilljs.com>
4 weeks agoMerge pull request #47894 from nextcloud/backport/47339/stable30
Andy Scherzinger [Sun, 15 Sep 2024 19:29:34 +0000 (21:29 +0200)]
Merge pull request #47894 from nextcloud/backport/47339/stable30

[stable30] fix: Display 'Leave share' instead of 'Delete'

4 weeks agoMerge pull request #47940 from nextcloud/backport/47933/stable30
Andy Scherzinger [Sun, 15 Sep 2024 19:29:14 +0000 (21:29 +0200)]
Merge pull request #47940 from nextcloud/backport/47933/stable30

[stable30] fix(config): Throw PreconditionException always when it didn't match

4 weeks agoMerge pull request #47796 from nextcloud/backport/47756/stable30
Andy Scherzinger [Sun, 15 Sep 2024 19:25:30 +0000 (21:25 +0200)]
Merge pull request #47796 from nextcloud/backport/47756/stable30

[stable30] fix(files): Check if target path is a descendant of the shared folder

4 weeks agofix: check if key is set backport/47854/stable30 47937/head
Git'Fellow [Fri, 13 Sep 2024 07:49:09 +0000 (09:49 +0200)]
fix: check if key is set

Co-authored-by: Côme Chilliet <91878298+come-nc@users.noreply.github.com>
Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com>
4 weeks agofix(appstore): Ensure returned apps from AppStore are valid
Git'Fellow [Mon, 9 Sep 2024 17:50:11 +0000 (19:50 +0200)]
fix(appstore): Ensure returned apps from AppStore are valid

Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com>
fix: lint

chore: remove space

Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com>
fix: check if response array is null

Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com>
chore: Add log

4 weeks agoMerge pull request #47919 from nextcloud/backport/47914/stable30
Andy Scherzinger [Sun, 15 Sep 2024 19:23:53 +0000 (21:23 +0200)]
Merge pull request #47919 from nextcloud/backport/47914/stable30

[stable30] fix(LDAP): check index before accessing it

4 weeks agoMerge pull request #47838 from nextcloud/backport/47824/stable30
Andy Scherzinger [Sun, 15 Sep 2024 19:22:12 +0000 (21:22 +0200)]
Merge pull request #47838 from nextcloud/backport/47824/stable30

[stable30] chore(i18n): adapted lowercase

4 weeks agoMerge pull request #47814 from nextcloud/dependabot/npm_and_yarn/stable30/pinia/testi...
dependabot[bot] [Sun, 15 Sep 2024 19:20:32 +0000 (19:20 +0000)]
Merge pull request #47814 from nextcloud/dependabot/npm_and_yarn/stable30/pinia/testing-0.1.5

4 weeks agoMerge pull request #47815 from nextcloud/dependabot/npm_and_yarn/stable30/cypress...
dependabot[bot] [Sun, 15 Sep 2024 19:19:35 +0000 (19:19 +0000)]
Merge pull request #47815 from nextcloud/dependabot/npm_and_yarn/stable30/cypress-if-1.12.6

4 weeks agoMerge pull request #47989 from nextcloud/automated/noid/stable30-update-psalm-baseline
github-actions[bot] [Sun, 15 Sep 2024 19:18:23 +0000 (21:18 +0200)]
Merge pull request #47989 from nextcloud/automated/noid/stable30-update-psalm-baseline

[stable30] Update psalm-baseline.xml

4 weeks agoMerge pull request #48038 from nextcloud/backport/48037/stable30
Andy Scherzinger [Sun, 15 Sep 2024 19:11:07 +0000 (21:11 +0200)]
Merge pull request #48038 from nextcloud/backport/48037/stable30

[stable30] fix: correct link to trademark

4 weeks agoMerge pull request #48036 from nextcloud/backport/48016/stable30
Kate [Sun, 15 Sep 2024 18:34:24 +0000 (20:34 +0200)]
Merge pull request #48036 from nextcloud/backport/48016/stable30

4 weeks agoMerge pull request #48035 from nextcloud/backport/48013/stable30
Kate [Sun, 15 Sep 2024 18:33:34 +0000 (20:33 +0200)]
Merge pull request #48035 from nextcloud/backport/48013/stable30

4 weeks agofix: correct link to trademark backport/48037/stable30 48038/head
Andy Scherzinger [Sun, 15 Sep 2024 17:51:17 +0000 (19:51 +0200)]
fix: correct link to trademark

Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
4 weeks agofix(S3ConfigTrait): Allow proxy field to take false backport/48016/stable30 48036/head
provokateurin [Sun, 15 Sep 2024 13:23:43 +0000 (15:23 +0200)]
fix(S3ConfigTrait): Allow proxy field to take false

Signed-off-by: provokateurin <kate@provokateurin.de>
4 weeks agofix(BaseResponse): Cast XML element values to string backport/48013/stable30 48035/head
provokateurin [Sun, 15 Sep 2024 11:07:50 +0000 (13:07 +0200)]
fix(BaseResponse): Cast XML element values to string

Signed-off-by: provokateurin <kate@provokateurin.de>
4 weeks agoMerge pull request #48027 from nextcloud/backport/48014/stable30
Kate [Sun, 15 Sep 2024 17:00:24 +0000 (19:00 +0200)]
Merge pull request #48027 from nextcloud/backport/48014/stable30

4 weeks agoMerge pull request #48025 from nextcloud/backport/48017/stable30
Kate [Sun, 15 Sep 2024 16:50:54 +0000 (18:50 +0200)]
Merge pull request #48025 from nextcloud/backport/48017/stable30

4 weeks agoMerge pull request #48021 from nextcloud/backport/48015/stable30
John Molakvoæ [Sun, 15 Sep 2024 16:50:35 +0000 (18:50 +0200)]
Merge pull request #48021 from nextcloud/backport/48015/stable30

4 weeks agofix(Tags): Return boolean for userHasTags() backport/48014/stable30 48027/head
provokateurin [Sun, 15 Sep 2024 13:27:37 +0000 (15:27 +0200)]
fix(Tags): Return boolean for userHasTags()

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