]> source.dussan.org Git - nextcloud-server.git/log
nextcloud-server.git
3 months agochore(assets): Recompile assets 45958/head
nextcloud-command [Wed, 19 Jun 2024 22:37:03 +0000 (22:37 +0000)]
chore(assets): Recompile assets

Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
3 months agofix(files_versions): renaming file version when its not a string
Sanskar Soni [Mon, 10 Jun 2024 10:17:21 +0000 (15:47 +0530)]
fix(files_versions): renaming file version when its not a string

Signed-off-by: Sanskar Soni <sanskarsoni300@gmail.com>
3 months agoMerge pull request #45972 from nextcloud/fix/noid/copyIcon
Andy Scherzinger [Wed, 19 Jun 2024 19:46:11 +0000 (21:46 +0200)]
Merge pull request #45972 from nextcloud/fix/noid/copyIcon

Update copy icon to Material Design icon and checkmark in non-bold

3 months agoMerge pull request #45968 from nextcloud/fix/dav/limit-sync-token-created-at-updates
Christoph Wurst [Wed, 19 Jun 2024 16:04:36 +0000 (18:04 +0200)]
Merge pull request #45968 from nextcloud/fix/dav/limit-sync-token-created-at-updates

fix(dav): Limit number of UPDATES for sync token created_at

3 months agoMerge pull request #45963 from nextcloud/artonge/fix/openfile
John Molakvoæ [Wed, 19 Jun 2024 15:04:42 +0000 (17:04 +0200)]
Merge pull request #45963 from nextcloud/artonge/fix/openfile

3 months agochore(assets): Recompile assets 45972/head
nextcloud-command [Wed, 19 Jun 2024 13:58:18 +0000 (13:58 +0000)]
chore(assets): Recompile assets

Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
3 months agofix(dav): Limit number of UPDATES for sync token created_at 45968/head
Christoph Wurst [Wed, 19 Jun 2024 10:30:32 +0000 (12:30 +0200)]
fix(dav): Limit number of UPDATES for sync token created_at

Address book and calendar sync tokens have a created_at column in 26+
and we need to assign a current timestamp to the existing data at
upgrade so the data isn't cleaned up immediately. Updating the full
table is expensive and fails on clustered setups that limit transaction
size. We don't need a timestamp for the oldest rows so we can skip
updating them.

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
3 months agochore(assets): Recompile assets 45963/head
nextcloud-command [Wed, 19 Jun 2024 09:55:38 +0000 (09:55 +0000)]
chore(assets): Recompile assets

Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
Signed-off-by: Louis Chemineau <louis@chmn.me>
3 months agofix(files): Rename openFileInfo to fileInfo
Louis Chemineau [Wed, 19 Jun 2024 09:18:57 +0000 (11:18 +0200)]
fix(files): Rename openFileInfo to fileInfo

And check if openFile is set in the URL before opening a file.

Signed-off-by: Louis Chemineau <louis@chmn.me>
3 months agostyle: update copy icon to Material Design icon
Andy Scherzinger [Wed, 19 Jun 2024 12:33:18 +0000 (14:33 +0200)]
style: update copy icon to Material Design icon

Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
3 months agoMerge pull request #45969 from nextcloud/ci/phpunit-mysql/more-retries
Richard Steinmetz [Wed, 19 Jun 2024 12:57:06 +0000 (14:57 +0200)]
Merge pull request #45969 from nextcloud/ci/phpunit-mysql/more-retries

ci(phpunit-mysql): increase mysql health check retries

3 months agoMerge pull request #45960 from nextcloud/chore/noid/spdxBatch17
Andy Scherzinger [Wed, 19 Jun 2024 11:47:05 +0000 (13:47 +0200)]
Merge pull request #45960 from nextcloud/chore/noid/spdxBatch17

Add SPDX header - batch 17

3 months agoci(phpunit-mysql): increase mysql health check retries 45969/head
Richard Steinmetz [Wed, 19 Jun 2024 10:36:16 +0000 (12:36 +0200)]
ci(phpunit-mysql): increase mysql health check retries

Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
3 months agochore(assets): Recompile assets 45960/head
nextcloud-command [Wed, 19 Jun 2024 10:22:05 +0000 (10:22 +0000)]
chore(assets): Recompile assets

Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
3 months agodocs: Add REUSE compliance status badge
Andy Scherzinger [Wed, 19 Jun 2024 10:00:24 +0000 (12:00 +0200)]
docs: Add REUSE compliance status badge

Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
3 months agoci: Add REUSE compliance check
Andy Scherzinger [Wed, 19 Jun 2024 09:54:47 +0000 (11:54 +0200)]
ci: Add REUSE compliance check

Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
3 months agochore: Add SPDX header
Andy Scherzinger [Tue, 18 Jun 2024 14:46:56 +0000 (16:46 +0200)]
chore: Add SPDX header

Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
3 months agoMerge pull request #45930 from nextcloud/repair-mimetype-expensive
Robin Appelman [Wed, 19 Jun 2024 09:09:15 +0000 (11:09 +0200)]
Merge pull request #45930 from nextcloud/repair-mimetype-expensive

fix: move repair mimetype repair step to the expensive steps

3 months agoMerge pull request #45957 from nextcloud/perf/cache-storage-stats-header
Richard Steinmetz [Wed, 19 Jun 2024 06:10:24 +0000 (08:10 +0200)]
Merge pull request #45957 from nextcloud/perf/cache-storage-stats-header

perf: Tell browsers to cache storage stats endpoint as it is cached

3 months agoFix(l10n): Update translations from Transifex
Nextcloud bot [Wed, 19 Jun 2024 00:20:28 +0000 (00:20 +0000)]
Fix(l10n): Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
3 months agoMerge pull request #45952 from nextcloud/fix/noid/spdxLicenseIdentifier
Andy Scherzinger [Tue, 18 Jun 2024 21:32:58 +0000 (23:32 +0200)]
Merge pull request #45952 from nextcloud/fix/noid/spdxLicenseIdentifier

Fix license information extracted from built assets

3 months agoperf: Tell browsers to cache storage stats endpoint as it is cached 45957/head
Julius Härtl [Tue, 18 Jun 2024 21:00:17 +0000 (23:00 +0200)]
perf: Tell browsers to cache storage stats endpoint as it is cached

Signed-off-by: Julius Härtl <jus@bitgrid.net>
4 months agoMerge pull request #45685 from nextcloud/feat/emit-users-loaded
Pytal [Tue, 18 Jun 2024 18:58:43 +0000 (11:58 -0700)]
Merge pull request #45685 from nextcloud/feat/emit-users-loaded

feat(settings): Emit loaded event for user management

4 months agochore(assets): Recompile assets 45685/head
nextcloud-command [Tue, 18 Jun 2024 18:40:31 +0000 (18:40 +0000)]
chore(assets): Recompile assets

Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
4 months agofeat(settings): Emit loaded event for user management
Christopher Ng [Wed, 5 Jun 2024 21:52:47 +0000 (14:52 -0700)]
feat(settings): Emit loaded event for user management

Signed-off-by: Christopher Ng <chrng8@gmail.com>
4 months agoMerge pull request #45228 from smokris/heartbeat-route
Andy Scherzinger [Tue, 18 Jun 2024 15:29:30 +0000 (17:29 +0200)]
Merge pull request #45228 from smokris/heartbeat-route

fix(settings): define a 'heartbeat' route, so SecurityHeaders can handle redirected root

4 months agochore(assets): Recompile assets 45952/head
nextcloud-command [Tue, 18 Jun 2024 14:27:21 +0000 (14:27 +0000)]
chore(assets): Recompile assets

Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
4 months agochore: Remove duplicates from `dep5`
Ferdinand Thiessen [Tue, 18 Jun 2024 15:25:55 +0000 (17:25 +0200)]
chore: Remove duplicates from `dep5`

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
4 months agochore: Switch order of license texts in `.license` files
Ferdinand Thiessen [Tue, 18 Jun 2024 15:26:31 +0000 (17:26 +0200)]
chore: Switch order of license texts in `.license` files

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
4 months agochore: Adjust SPDX tool to multiple line licenses instead of `AND` chained
Ferdinand Thiessen [Tue, 18 Jun 2024 14:54:19 +0000 (16:54 +0200)]
chore: Adjust SPDX tool to multiple line licenses instead of `AND` chained

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
4 months agofix: hard-wire licenses until new versions are published shipping the SPDX listed...
Andy Scherzinger [Tue, 18 Jun 2024 12:38:43 +0000 (14:38 +0200)]
fix: hard-wire licenses until new versions are published shipping the SPDX listed license strings

Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
4 months agofix(tests): Strong type property $router in RouterTest 45228/head
Côme Chilliet [Tue, 18 Jun 2024 14:33:31 +0000 (16:33 +0200)]
fix(tests): Strong type property $router in RouterTest

Co-authored-by: Kate <26026535+provokateurin@users.noreply.github.com>
Signed-off-by: Côme Chilliet <91878298+come-nc@users.noreply.github.com>
4 months agoMerge pull request #45945 from nextcloud/perf/upgrade-reset-steps
Richard Steinmetz [Tue, 18 Jun 2024 13:24:37 +0000 (15:24 +0200)]
Merge pull request #45945 from nextcloud/perf/upgrade-reset-steps

perf: Avoid reusing previous migration steps

4 months agoMerge pull request #45889 from nextcloud/fix/noid/cypress-local-changes
John Molakvoæ [Tue, 18 Jun 2024 13:11:50 +0000 (15:11 +0200)]
Merge pull request #45889 from nextcloud/fix/noid/cypress-local-changes

4 months agoMerge pull request #45894 from nextcloud/test/cypress/changes-ci
John Molakvoæ [Tue, 18 Jun 2024 13:08:44 +0000 (15:08 +0200)]
Merge pull request #45894 from nextcloud/test/cypress/changes-ci

4 months agofeat: add setup check for needed mimetype migrations 45930/head
Robin Appelman [Tue, 18 Jun 2024 09:27:29 +0000 (11:27 +0200)]
feat: add setup check for needed mimetype migrations

Signed-off-by: Robin Appelman <robin@icewind.nl>
4 months agoMerge pull request #45866 from nextcloud/bug/45697/disable-previews-two
Richard Steinmetz [Tue, 18 Jun 2024 11:57:42 +0000 (13:57 +0200)]
Merge pull request #45866 from nextcloud/bug/45697/disable-previews-two

fix(preview): don't create folder structure when previews are disabled

4 months agoperf: Avoid reusing previous migration steps 45945/head
Julius Härtl [Tue, 18 Jun 2024 09:55:08 +0000 (11:55 +0200)]
perf: Avoid reusing previous migration steps

Signed-off-by: Julius Härtl <jus@bitgrid.net>
4 months agofix(preview): don't create folder structure when previews are disabled 45866/head
Daniel Kesselberg [Thu, 13 Jun 2024 14:02:30 +0000 (16:02 +0200)]
fix(preview): don't create folder structure when previews are disabled

Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
4 months agoFix(l10n): Update translations from Transifex
Nextcloud bot [Tue, 18 Jun 2024 00:20:27 +0000 (00:20 +0000)]
Fix(l10n): Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
4 months agoMerge pull request #45916 from nextcloud/fix/noid/versionsIcon
Andy Scherzinger [Mon, 17 Jun 2024 22:37:00 +0000 (00:37 +0200)]
Merge pull request #45916 from nextcloud/fix/noid/versionsIcon

Align app icon for versions with right sidebar used icon

4 months agoMerge pull request #33581 from nextcloud/share-lazy-user
Arthur Schiwon [Mon, 17 Jun 2024 20:53:21 +0000 (22:53 +0200)]
Merge pull request #33581 from nextcloud/share-lazy-user

use LazyUser in DefaultShareProvider

4 months agofix(tests): Fix tests with new LazyUser usage in DefaultShareProvider 33581/head
Côme Chilliet [Mon, 17 Jun 2024 16:09:59 +0000 (18:09 +0200)]
fix(tests): Fix tests with new LazyUser usage in DefaultShareProvider

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
4 months agouse LazyUser in DefaultShareProvider
Robin Appelman [Wed, 17 Aug 2022 12:29:32 +0000 (14:29 +0200)]
use LazyUser in DefaultShareProvider

Signed-off-by: Robin Appelman <robin@icewind.nl>
4 months agofix: move repair mimetype repair step to the expensive steps
Robin Appelman [Mon, 17 Jun 2024 15:10:25 +0000 (17:10 +0200)]
fix: move repair mimetype repair step to the expensive steps

Signed-off-by: Robin Appelman <robin@icewind.nl>
4 months agoMerge pull request #45912 from nextcloud/fix/noid/3rdparty-check-ref
Arthur Schiwon [Mon, 17 Jun 2024 14:32:41 +0000 (16:32 +0200)]
Merge pull request #45912 from nextcloud/fix/noid/3rdparty-check-ref

ci: use precise ref for 3rdparty check

4 months agoMerge pull request #45917 from nextcloud/fix/icons-themed
Richard Steinmetz [Mon, 17 Jun 2024 11:31:47 +0000 (13:31 +0200)]
Merge pull request #45917 from nextcloud/fix/icons-themed

fix: Adjust icon generation to bring back themed icons

4 months agoMerge pull request #45582 from nextcloud/joblist-cleanup-by-id
Robin Appelman [Mon, 17 Jun 2024 11:21:21 +0000 (13:21 +0200)]
Merge pull request #45582 from nextcloud/joblist-cleanup-by-id

delete background jobs by id when cleaning up

4 months agofix: Adjust icon generation to bring back themed icons 45917/head
Ferdinand Thiessen [Mon, 17 Jun 2024 10:07:18 +0000 (12:07 +0200)]
fix: Adjust icon generation to bring back themed icons

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
4 months agofix: Align app icon for versions with right sidebar used icon 45916/head
Andy Scherzinger [Mon, 17 Jun 2024 09:40:58 +0000 (11:40 +0200)]
fix: Align app icon for versions with right sidebar used icon

Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
4 months agoci: use precise ref for 3rdparty check 45912/head
Arthur Schiwon [Mon, 17 Jun 2024 09:25:28 +0000 (11:25 +0200)]
ci: use precise ref for 3rdparty check

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
4 months agoMerge pull request #45900 from nextcloud/fix/files-versions-date
Ferdinand Thiessen [Mon, 17 Jun 2024 09:22:25 +0000 (11:22 +0200)]
Merge pull request #45900 from nextcloud/fix/files-versions-date

fix(files_versions): Use `NcDateTime` for proper translated version dates

4 months agoMerge pull request #45901 from nextcloud/automated/noid/master-update-psalm-baseline
Ferdinand Thiessen [Mon, 17 Jun 2024 08:39:37 +0000 (10:39 +0200)]
Merge pull request #45901 from nextcloud/automated/noid/master-update-psalm-baseline

[master] Update psalm-baseline.xml

4 months agoMerge pull request #45902 from nextcloud/fix/bump-delete-request-concurrency
Ferdinand Thiessen [Mon, 17 Jun 2024 08:38:52 +0000 (10:38 +0200)]
Merge pull request #45902 from nextcloud/fix/bump-delete-request-concurrency

fix(deleteAction): Bump up delete requests concurrency to 5

4 months agoMerge pull request #45884 from nextcloud/fix/files-ownership-deny
Côme Chilliet [Mon, 17 Jun 2024 07:42:49 +0000 (09:42 +0200)]
Merge pull request #45884 from nextcloud/fix/files-ownership-deny

fix(files): Properly handle denied ownership transfers

4 months agoMerge pull request #45885 from nextcloud/dependabot/npm_and_yarn/jquery-ui-dist-1...
dependabot[bot] [Mon, 17 Jun 2024 07:42:35 +0000 (07:42 +0000)]
Merge pull request #45885 from nextcloud/dependabot/npm_and_yarn/jquery-ui-dist-1.13.3

4 months agochore: Compile assets 45900/head
Ferdinand Thiessen [Sun, 16 Jun 2024 15:23:14 +0000 (17:23 +0200)]
chore: Compile assets

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
4 months agofix(files_versions): Version name and date should be shrinkable to allow viewing...
Ferdinand Thiessen [Sun, 16 Jun 2024 15:20:32 +0000 (17:20 +0200)]
fix(files_versions): Version name and date should be shrinkable to allow viewing on small screens

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
4 months agofix(files_versions): Use `NcDateTime` to ensure date is transalted properly
Ferdinand Thiessen [Sun, 16 Jun 2024 15:19:18 +0000 (17:19 +0200)]
fix(files_versions): Use `NcDateTime` to ensure date is transalted properly

Also do not use filters, filters are deprecated and will make migration to Vue 3 harder.

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
4 months agoMerge pull request #45875 from nextcloud/fix/guest-enforce-theme
Ferdinand Thiessen [Mon, 17 Jun 2024 07:20:37 +0000 (09:20 +0200)]
Merge pull request #45875 from nextcloud/fix/guest-enforce-theme

fix(theming): also apply enforced theme for guests

4 months agochore(deps): bump jquery-ui-dist from 1.13.2 to 1.13.3 45885/head
dependabot[bot] [Sat, 15 Jun 2024 01:22:52 +0000 (01:22 +0000)]
chore(deps): bump jquery-ui-dist from 1.13.2 to 1.13.3

Bumps [jquery-ui-dist](https://github.com/jquery/jquery-ui) from 1.13.2 to 1.13.3.
- [Release notes](https://github.com/jquery/jquery-ui/releases)
- [Commits](https://github.com/jquery/jquery-ui/compare/1.13.2...1.13.3)

---
updated-dependencies:
- dependency-name: jquery-ui-dist
  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>
4 months agochore(assets): Recompile assets 45902/head
nextcloud-command [Mon, 17 Jun 2024 06:27:30 +0000 (06:27 +0000)]
chore(assets): Recompile assets

Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
4 months agofix(deleteAction): Bump up delete requests concurrency to 5
fenn-cs [Mon, 17 Jun 2024 06:17:03 +0000 (07:17 +0100)]
fix(deleteAction): Bump up delete requests concurrency to 5

A concurrency of who is not efficient. Low throughput, underutilization, high latency etc...

Signed-off-by: fenn-cs <fenn25.fn@gmail.com>
4 months agochore(tests): Update psalm baseline 45901/head
nextcloud-command [Mon, 17 Jun 2024 02:26:44 +0000 (02:26 +0000)]
chore(tests): Update psalm baseline

Signed-off-by: GitHub <noreply@github.com>
4 months agoFix(l10n): Update translations from Transifex
Nextcloud bot [Mon, 17 Jun 2024 00:19:21 +0000 (00:19 +0000)]
Fix(l10n): Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
4 months agoMerge pull request #45893 from nextcloud/automated/noid/master-fix-npm-audit
Andy Scherzinger [Sun, 16 Jun 2024 18:21:52 +0000 (20:21 +0200)]
Merge pull request #45893 from nextcloud/automated/noid/master-fix-npm-audit

[master] Fix npm audit

4 months agoMerge pull request #45833 from nextcloud/fix/properly-extract-licenses
Andy Scherzinger [Sun, 16 Jun 2024 18:16:20 +0000 (20:16 +0200)]
Merge pull request #45833 from nextcloud/fix/properly-extract-licenses

chore: Properly extract copyright information from bundled packages

4 months agochore(assets): Recompile assets 45833/head
nextcloud-command [Sun, 16 Jun 2024 17:52:59 +0000 (17:52 +0000)]
chore(assets): Recompile assets

Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
4 months agochore: Fix package.json
Ferdinand Thiessen [Sun, 16 Jun 2024 17:15:53 +0000 (19:15 +0200)]
chore: Fix package.json

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
4 months agochore: Add webpack plugin to properly extract licenses used in compiled assets
Ferdinand Thiessen [Wed, 12 Jun 2024 19:37:42 +0000 (21:37 +0200)]
chore: Add webpack plugin to properly extract licenses used in compiled assets

This will create proper extracted license information for assets and stores it in `fist/file.js.license`.

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
4 months agoMerge pull request #45854 from nextcloud/chore-update-aws-sdk
Andy Scherzinger [Sun, 16 Jun 2024 15:26:14 +0000 (17:26 +0200)]
Merge pull request #45854 from nextcloud/chore-update-aws-sdk

chore(deps): Bump aws/aws-sdk-php from 3.240.8 to 3.311.2

4 months agofix(S3): Adjust usage of guzzle promise 45854/head
Ferdinand Thiessen [Fri, 14 Jun 2024 18:20:19 +0000 (20:20 +0200)]
fix(S3): Adjust usage of guzzle promise

`Promise\promise_for` was deprecated and is now removed and replaced with the static API (`Create::promiseFor`).

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
4 months agochore(deps): Bump aws/aws-sdk-php from 3.240.8 to 3.311.2
Ferdinand Thiessen [Thu, 13 Jun 2024 10:08:57 +0000 (12:08 +0200)]
chore(deps): Bump aws/aws-sdk-php from 3.240.8 to 3.311.2

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
4 months agotest(cypress): don't apply changes in CI 45894/head
Richard Steinmetz [Sun, 16 Jun 2024 06:16:02 +0000 (06:16 +0000)]
test(cypress): don't apply changes in CI

Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
4 months agofix(deps): Fix npm audit 45893/head
nextcloud-command [Sun, 16 Jun 2024 02:59:48 +0000 (02:59 +0000)]
fix(deps): Fix npm audit

Signed-off-by: GitHub <noreply@github.com>
4 months agoFix(l10n): Update translations from Transifex
Nextcloud bot [Sun, 16 Jun 2024 00:19:16 +0000 (00:19 +0000)]
Fix(l10n): Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
4 months agofix(cypress): Check for local changes before trying to apply them 45889/head
Marcel Müller [Sat, 15 Jun 2024 18:19:05 +0000 (20:19 +0200)]
fix(cypress): Check for local changes before trying to apply them

Signed-off-by: Marcel Müller <marcel-mueller@gmx.de>
4 months agoMerge pull request #45887 from nextcloud/dependabot/npm_and_yarn/core-js-3.37.1
dependabot[bot] [Sat, 15 Jun 2024 09:03:38 +0000 (09:03 +0000)]
Merge pull request #45887 from nextcloud/dependabot/npm_and_yarn/core-js-3.37.1

4 months agochore(deps): bump core-js from 3.37.0 to 3.37.1 45887/head
dependabot[bot] [Sat, 15 Jun 2024 01:23:32 +0000 (01:23 +0000)]
chore(deps): bump core-js from 3.37.0 to 3.37.1

Bumps [core-js](https://github.com/zloirock/core-js/tree/HEAD/packages/core-js) from 3.37.0 to 3.37.1.
- [Release notes](https://github.com/zloirock/core-js/releases)
- [Changelog](https://github.com/zloirock/core-js/blob/master/CHANGELOG.md)
- [Commits](https://github.com/zloirock/core-js/commits/v3.37.1/packages/core-js)

---
updated-dependencies:
- dependency-name: core-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>
4 months agoFix(l10n): Update translations from Transifex
Nextcloud bot [Sat, 15 Jun 2024 00:20:38 +0000 (00:20 +0000)]
Fix(l10n): Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
4 months agoMerge pull request #45852 from nextcloud/chore/update-zipstreamer
Joas Schilling [Fri, 14 Jun 2024 17:19:37 +0000 (19:19 +0200)]
Merge pull request #45852 from nextcloud/chore/update-zipstreamer

chore(deps): Bump deepdiver/zipstreamer from 2.0.2 to 2.0.3

4 months agofix(files): Properly handle denied ownership transfers 45884/head
Ferdinand Thiessen [Fri, 14 Jun 2024 15:35:59 +0000 (17:35 +0200)]
fix(files): Properly handle denied ownership transfers

When the receiver denies the transfer the notification handler was missing,
so no notification was created for the transfer owner.

But also the internal notification was created two times:
1. When rejecting the transfer
2. By the reject function when dismissing the notification

This is fixed by only relying on the dismiss function.

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
4 months agofix(theming): also apply enforced theme for guests 45875/head
skjnldsv [Fri, 14 Jun 2024 09:32:16 +0000 (11:32 +0200)]
fix(theming): also apply enforced theme for guests

Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
4 months agochore(deps): Bump deepdiver/zipstreamer from 2.0.2 to 2.0.3 45852/head
Ferdinand Thiessen [Thu, 13 Jun 2024 09:52:41 +0000 (11:52 +0200)]
chore(deps): Bump deepdiver/zipstreamer from 2.0.2 to 2.0.3

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
4 months agoMerge pull request #45883 from nextcloud/fix/phpunit
Arthur Schiwon [Fri, 14 Jun 2024 14:24:01 +0000 (16:24 +0200)]
Merge pull request #45883 from nextcloud/fix/phpunit

tests(settings): Fix AccountMigratorTest when using PNG avatars

4 months agotest(settings): fix AccountMigratorTest when using PNG avatars 45883/head
Ferdinand Thiessen [Fri, 14 Jun 2024 13:43:58 +0000 (15:43 +0200)]
test(settings): fix AccountMigratorTest when using PNG avatars

PNG is lossless so we test the imported file for equality with the exported file,
but the changed asset was never imported into Nextcloud so it was never initially scaled.

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
4 months agoMerge pull request #45872 from nextcloud/bugfix/noid/updater-devs
Joas Schilling [Fri, 14 Jun 2024 11:32:20 +0000 (13:32 +0200)]
Merge pull request #45872 from nextcloud/bugfix/noid/updater-devs

fix(git): Ignore the updater/ directory from diffs

4 months agoMerge pull request #45861 from nextcloud/artonge/fix/right-click
John Molakvoæ [Fri, 14 Jun 2024 08:16:26 +0000 (10:16 +0200)]
Merge pull request #45861 from nextcloud/artonge/fix/right-click

4 months agoMerge pull request #45818 from nextcloud/feat/add-new-clickable-area-variables
Marco [Fri, 14 Jun 2024 07:31:50 +0000 (09:31 +0200)]
Merge pull request #45818 from nextcloud/feat/add-new-clickable-area-variables

Feat: add new clickable area variables

4 months agoMerge pull request #45819 from nextcloud/feat/reduce-border-radius-element
Marco [Fri, 14 Jun 2024 07:20:23 +0000 (09:20 +0200)]
Merge pull request #45819 from nextcloud/feat/reduce-border-radius-element

Feat: reduce border radius element to 8 px

4 months agofix(git): Ignore the updater/ directory from diffs 45872/head
Joas Schilling [Fri, 14 Jun 2024 07:16:50 +0000 (09:16 +0200)]
fix(git): Ignore the updater/ directory from diffs

Signed-off-by: Joas Schilling <coding@schilljs.com>
4 months agoMerge pull request #45832 from nextcloud/fixup-webpack
Andy Scherzinger [Fri, 14 Jun 2024 07:14:24 +0000 (09:14 +0200)]
Merge pull request #45832 from nextcloud/fixup-webpack

chore: Adjust post-build script to add license files for sourcemaps on build

4 months agoUpdate build/npm-post-build.sh 45832/head
Joas Schilling [Fri, 14 Jun 2024 06:53:02 +0000 (08:53 +0200)]
Update build/npm-post-build.sh

Signed-off-by: Joas Schilling <213943+nickvergessen@users.noreply.github.com>
4 months agochore(assets): Recompile assets
nextcloud-command [Thu, 13 Jun 2024 23:23:17 +0000 (23:23 +0000)]
chore(assets): Recompile assets

Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
4 months agochore: Compile assets
Ferdinand Thiessen [Wed, 12 Jun 2024 19:24:45 +0000 (21:24 +0200)]
chore: Compile assets

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
4 months agochore: Adjust post-build script to add license files for sourcemaps on build
Ferdinand Thiessen [Wed, 12 Jun 2024 19:20:30 +0000 (21:20 +0200)]
chore: Adjust post-build script to add license files for sourcemaps on build

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
4 months agoMerge pull request #45867 from nextcloud/fix/comments-icons
Andy Scherzinger [Fri, 14 Jun 2024 05:29:57 +0000 (07:29 +0200)]
Merge pull request #45867 from nextcloud/fix/comments-icons

fix(comments): Use proper icon components instead of icon classes to fix dark mode

4 months agoFix(l10n): Update translations from Transifex
Nextcloud bot [Fri, 14 Jun 2024 00:19:48 +0000 (00:19 +0000)]
Fix(l10n): Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
4 months agochore(assets): Recompile assets 45867/head
nextcloud-command [Thu, 13 Jun 2024 23:06:18 +0000 (23:06 +0000)]
chore(assets): Recompile assets

Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
4 months agofix(comments): Use proper icon components instead of icon classes to fix dark mode
Ferdinand Thiessen [Thu, 13 Jun 2024 16:13:45 +0000 (18:13 +0200)]
fix(comments): Use proper icon components instead of icon classes to fix dark mode

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>