]> source.dussan.org Git - nextcloud-server.git/log
nextcloud-server.git
7 months agofixup! tests: Add test to rotate without stored password fix/43260 43447/head
Christoph Wurst [Fri, 19 Apr 2024 09:29:46 +0000 (11:29 +0200)]
fixup! tests: Add test to rotate without stored password

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
7 months agoMerge remote-tracking branch 'origin/master' into fix/43260
Christoph Wurst [Fri, 19 Apr 2024 08:36:56 +0000 (10:36 +0200)]
Merge remote-tracking branch 'origin/master' into fix/43260

7 months agoFix(l10n): Update translations from Transifex
Nextcloud bot [Fri, 19 Apr 2024 00:20:24 +0000 (00:20 +0000)]
Fix(l10n): Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
7 months agoMerge pull request #44039 from Dreamsorcerer/patch-2
Benjamin Gaussorgues [Thu, 18 Apr 2024 18:59:46 +0000 (20:59 +0200)]
Merge pull request #44039 from Dreamsorcerer/patch-2

7 months agofix: regression with updating read-only config 44039/head
Sam Bull [Sat, 9 Mar 2024 15:20:11 +0000 (15:20 +0000)]
fix: regression with updating read-only config

Signed-off-by: Sam Bull <git@sambull.org>
7 months agoMerge pull request #44904 from nextcloud/fix/transfer-ownership
Ferdinand Thiessen [Thu, 18 Apr 2024 13:59:36 +0000 (15:59 +0200)]
Merge pull request #44904 from nextcloud/fix/transfer-ownership

fix(files): Also restore shares after ownership transfer for object storage

7 months agoMerge pull request #44916 from nextcloud/followup/44910/share-date-time
Joas Schilling [Thu, 18 Apr 2024 13:51:49 +0000 (15:51 +0200)]
Merge pull request #44916 from nextcloud/followup/44910/share-date-time

fix(sharing): Don't change the type of the controller argument

7 months agoMerge pull request #44839 from nextcloud/improve-share-with-details
Ferdinand Thiessen [Thu, 18 Apr 2024 13:01:27 +0000 (15:01 +0200)]
Merge pull request #44839 from nextcloud/improve-share-with-details

fix(sharingDetails): Show correct share target

7 months agofix(sharing): Don't change the type of the controller argument 44916/head
Joas Schilling [Thu, 18 Apr 2024 12:31:45 +0000 (14:31 +0200)]
fix(sharing): Don't change the type of the controller argument

[EA] New value type (\DateTime) is not matching the resolved parameter type and might introduce types-related false-positives.

Signed-off-by: Joas Schilling <coding@schilljs.com>
7 months agofix(files): Also restore shares after ownership transfer for object storage 44904/head
Ferdinand Thiessen [Wed, 17 Apr 2024 20:27:32 +0000 (22:27 +0200)]
fix(files): Also restore shares after ownership transfer for object storage

When a file is moved between different storages then the file id is not (always) preserved.
This means the file id has to be adjusted for all shares.

So in case the file id does not exist anymore we try to find the new file id based on the
target path of the transfer and the path suffix of the share.

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
7 months agoMerge pull request #44859 from nextcloud/feat/add-ldap-connection-setup-check
Ferdinand Thiessen [Thu, 18 Apr 2024 11:36:10 +0000 (13:36 +0200)]
Merge pull request #44859 from nextcloud/feat/add-ldap-connection-setup-check

feat(user_ldap): Add setup check to verify connection configuration

7 months agochore(assets): Recompile assets 44839/head
nextcloud-command [Thu, 18 Apr 2024 10:21:46 +0000 (10:21 +0000)]
chore(assets): Recompile assets

Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
7 months agofix(sharingDetails): Show correct share target
fenn-cs [Mon, 15 Apr 2024 21:06:40 +0000 (22:06 +0100)]
fix(sharingDetails): Show correct share target

The share details page should show the target email or user/server to which
the user is creating the share.

Signed-off-by: fenn-cs <fenn25.fn@gmail.com>
7 months agoMerge pull request #44889 from nextcloud/bugfix/noid/skip-cross-storage-move-with-ac
Joas Schilling [Thu, 18 Apr 2024 08:48:03 +0000 (10:48 +0200)]
Merge pull request #44889 from nextcloud/bugfix/noid/skip-cross-storage-move-with-ac

fix(files): Also skip cross storage move with access control

7 months agoMerge pull request #44886 from nextcloud/techdebt/noid/improved-activity-exceptions
Joas Schilling [Thu, 18 Apr 2024 08:05:49 +0000 (10:05 +0200)]
Merge pull request #44886 from nextcloud/techdebt/noid/improved-activity-exceptions

fix(activity): Improved activity exceptions

7 months agoMerge pull request #44640 from nextcloud/fix/noid/returns-real-value-on-details
Maxence Lange [Thu, 18 Apr 2024 08:05:15 +0000 (07:05 -0100)]
Merge pull request #44640 from nextcloud/fix/noid/returns-real-value-on-details

fix(appconfig): returns correct value on details

7 months agofix(CI): Suppress psalm UndefinedClass 44889/head
Joas Schilling [Thu, 18 Apr 2024 07:24:11 +0000 (09:24 +0200)]
fix(CI): Suppress psalm UndefinedClass

Signed-off-by: Joas Schilling <coding@schilljs.com>
7 months agoMerge pull request #44838 from nextcloud/41229-expire-date-fed-share
F. E Noel Nfebe [Thu, 18 Apr 2024 01:26:30 +0000 (02:26 +0100)]
Merge pull request #44838 from nextcloud/41229-expire-date-fed-share

fix: avoid douple `expireDate` parsing

7 months agofix(shareApiController): avoid duplicated expiryDate operations 44838/head
fenn-cs [Mon, 15 Apr 2024 20:38:55 +0000 (21:38 +0100)]
fix(shareApiController): avoid duplicated expiryDate operations

`expireDate` can be set once and used anywhere needed, the current implementation,
duplicates this behavior which leads to `parseDate` receiving an a date object it
parsed and returend earlier in the createShare method.

Signed-off-by: fenn-cs <fenn25.fn@gmail.com>
7 months agorefactor(shareApiController): use contrusctor property promotion & DI logger
fenn-cs [Mon, 15 Apr 2024 19:38:26 +0000 (20:38 +0100)]
refactor(shareApiController): use contrusctor property promotion & DI logger

Signed-off-by: fenn-cs <fenn25.fn@gmail.com>
7 months agoFix(l10n): Update translations from Transifex
Nextcloud bot [Thu, 18 Apr 2024 00:20:32 +0000 (00:20 +0000)]
Fix(l10n): Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
7 months agoMerge pull request #44805 from nextcloud/fix/selected-files-count
Pytal [Wed, 17 Apr 2024 23:23:06 +0000 (16:23 -0700)]
Merge pull request #44805 from nextcloud/fix/selected-files-count

fix(files): Display selected files count

7 months agoMerge pull request #44868 from nextcloud/fix/sidebar-comments
Ferdinand Thiessen [Wed, 17 Apr 2024 18:46:17 +0000 (20:46 +0200)]
Merge pull request #44868 from nextcloud/fix/sidebar-comments

fix(comments): Fix issues thrown by comments sidebar tab code

7 months agochore: Compile assets 44868/head
Ferdinand Thiessen [Tue, 16 Apr 2024 22:17:29 +0000 (00:17 +0200)]
chore: Compile assets

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
7 months agofix(comments): Fix issues thrown by comments sidebar tab code
Ferdinand Thiessen [Tue, 16 Apr 2024 22:15:46 +0000 (00:15 +0200)]
fix(comments): Fix issues thrown by comments sidebar tab code

When the comments tab is used instead of the merged activity+comments, then some issues are throws due to prop altering and duplicated names (resourceId as prop and data).

This is fixed as well as some other vue related errors in the sidebar

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
7 months agochore: compile assets 44805/head
Christopher Ng [Fri, 12 Apr 2024 18:49:24 +0000 (11:49 -0700)]
chore: compile assets

Signed-off-by: Christopher Ng <chrng8@gmail.com>
7 months agofix(files): Display selected files count
Christopher Ng [Fri, 12 Apr 2024 18:49:24 +0000 (11:49 -0700)]
fix(files): Display selected files count

Signed-off-by: Christopher Ng <chrng8@gmail.com>
7 months agofix(appconfig): returns correct value on details 44640/head
Maxence Lange [Wed, 17 Apr 2024 17:27:21 +0000 (16:27 -0100)]
fix(appconfig): returns correct value on details

Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
7 months agoMerge pull request #43574 from nextcloud/enh/noid/lazyappconfig-migrate-metadata
Maxence Lange [Wed, 17 Apr 2024 17:20:33 +0000 (16:20 -0100)]
Merge pull request #43574 from nextcloud/enh/noid/lazyappconfig-migrate-metadata

enh(metadata): migrate metadata to lazy appconfig

7 months agoMerge pull request #44644 from nextcloud/enh/noid/returns-formated-app-values
Ferdinand Thiessen [Wed, 17 Apr 2024 15:11:36 +0000 (17:11 +0200)]
Merge pull request #44644 from nextcloud/enh/noid/returns-formated-app-values

fix(appconfig): format app values

7 months agofix(files): Also skip cross storage move with access control
Joas Schilling [Wed, 17 Apr 2024 14:29:07 +0000 (16:29 +0200)]
fix(files): Also skip cross storage move with access control

Signed-off-by: Joas Schilling <coding@schilljs.com>
7 months agoMerge pull request #44882 from nextcloud/fix/files-search-clearing
Ferdinand Thiessen [Wed, 17 Apr 2024 14:13:21 +0000 (16:13 +0200)]
Merge pull request #44882 from nextcloud/fix/files-search-clearing

fix(files): Clear search filter when changing directory or view

7 months agofix(activity): Remove unneeded exception (types are enforced) 44886/head
Joas Schilling [Wed, 17 Apr 2024 13:30:43 +0000 (15:30 +0200)]
fix(activity): Remove unneeded exception (types are enforced)

Signed-off-by: Joas Schilling <coding@schilljs.com>
7 months agofix(activity): Add a dedicated exception when the filter or setting is not found
Joas Schilling [Wed, 17 Apr 2024 13:29:33 +0000 (15:29 +0200)]
fix(activity): Add a dedicated exception when the filter or setting is not found

Signed-off-by: Joas Schilling <coding@schilljs.com>
7 months agofix(activity): Add a dedicated exception when the event is unknown to the provider
Joas Schilling [Wed, 17 Apr 2024 12:16:33 +0000 (14:16 +0200)]
fix(activity): Add a dedicated exception when the event is unknown to the provider

Signed-off-by: Joas Schilling <coding@schilljs.com>
7 months agofix(activity): Add a dedicated exception when not all fields are set while publishing...
Joas Schilling [Wed, 17 Apr 2024 11:13:10 +0000 (13:13 +0200)]
fix(activity): Add a dedicated exception when not all fields are set while publishing an activity

Signed-off-by: Joas Schilling <coding@schilljs.com>
7 months agofix(activity): Add a dedicated exception when invalid values are set
Joas Schilling [Wed, 17 Apr 2024 11:08:06 +0000 (13:08 +0200)]
fix(activity): Add a dedicated exception when invalid values are set

Signed-off-by: Joas Schilling <coding@schilljs.com>
7 months agoMerge pull request #44878 from nextcloud/bugfix/44877/keep-manually-restored-status
Joas Schilling [Wed, 17 Apr 2024 13:18:35 +0000 (15:18 +0200)]
Merge pull request #44878 from nextcloud/bugfix/44877/keep-manually-restored-status

fix(status): Update status time when reverting to it manually

7 months agochore: Compile assets 44882/head
Ferdinand Thiessen [Wed, 17 Apr 2024 12:09:25 +0000 (14:09 +0200)]
chore: Compile assets

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
7 months agofix(files): Ensure search query is cleared when changing view or directory
Ferdinand Thiessen [Wed, 17 Apr 2024 12:06:29 +0000 (14:06 +0200)]
fix(files): Ensure search query is cleared when changing view or directory

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
7 months agoMerge pull request #44869 from nextcloud/fix/systemtags-input-label
Ferdinand Thiessen [Wed, 17 Apr 2024 10:47:09 +0000 (12:47 +0200)]
Merge pull request #44869 from nextcloud/fix/systemtags-input-label

fix(systemtags): Use built-in input label to satisfy a11y check of NcSelect

7 months agoMerge pull request #44870 from nextcloud/automated/noid/master-update-psalm-baseline
Joas Schilling [Wed, 17 Apr 2024 10:36:57 +0000 (12:36 +0200)]
Merge pull request #44870 from nextcloud/automated/noid/master-update-psalm-baseline

[master] Update psalm-baseline.xml

7 months agofix(status): Update status time when reverting to it manually 44878/head
Joas Schilling [Wed, 17 Apr 2024 09:32:16 +0000 (11:32 +0200)]
fix(status): Update status time when reverting to it manually

This prevents the DAV meeting status from overwriting it again

Signed-off-by: Joas Schilling <coding@schilljs.com>
7 months agochore(tests): Update psalm baseline 44870/head
nextcloud-command [Wed, 17 Apr 2024 02:19:37 +0000 (02:19 +0000)]
chore(tests): Update psalm baseline

Signed-off-by: GitHub <noreply@github.com>
7 months agoFix(l10n): Update translations from Transifex
Nextcloud bot [Wed, 17 Apr 2024 00:20:38 +0000 (00:20 +0000)]
Fix(l10n): Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
7 months agochore: Compile assets 44869/head
Ferdinand Thiessen [Tue, 16 Apr 2024 22:38:42 +0000 (00:38 +0200)]
chore: Compile assets

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
7 months agofix(systemtags): Use built-in input label to satisfy a11y check of NcSelect
Ferdinand Thiessen [Tue, 16 Apr 2024 22:36:30 +0000 (00:36 +0200)]
fix(systemtags): Use built-in input label to satisfy a11y check of NcSelect

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
7 months agoMerge pull request #44661 from nextcloud/fix/hide-hidden-recent-files-v2
Ferdinand Thiessen [Tue, 16 Apr 2024 22:11:18 +0000 (00:11 +0200)]
Merge pull request #44661 from nextcloud/fix/hide-hidden-recent-files-v2

 fix(files): Do not show files from hidden folders in "Recent"-view if hidden files are disabled by user

7 months agochore: Compile assets 44661/head
Ferdinand Thiessen [Thu, 4 Apr 2024 17:57:13 +0000 (19:57 +0200)]
chore: Compile assets

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
7 months agofix(files): Do not show files from hidden folders in "Recent"-view if hidden files...
Ferdinand Thiessen [Thu, 4 Apr 2024 11:02:51 +0000 (13:02 +0200)]
fix(files): Do not show files from hidden folders in "Recent"-view if hidden files are disabled by user

Needed to adjust the store creation to be able to inject pinia before the vue app is initialized.

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
7 months agoMerge pull request #44854 from nextcloud/fix/deps-polyfill-intl-normalizer
Ferdinand Thiessen [Tue, 16 Apr 2024 19:29:48 +0000 (21:29 +0200)]
Merge pull request #44854 from nextcloud/fix/deps-polyfill-intl-normalizer

fix(deps): Update symfony/polyfill-intl-normalizer from 1.28.0 to 1.29.0

7 months agofix(deps): Update symfony/polyfill-intl-normalizer from 1.28.0 to 1.29.0 44854/head
Ferdinand Thiessen [Tue, 16 Apr 2024 12:27:05 +0000 (14:27 +0200)]
fix(deps): Update symfony/polyfill-intl-normalizer from 1.28.0 to 1.29.0

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
7 months agoMerge pull request #44849 from nextcloud/fix/drop-old-dependencies
Ferdinand Thiessen [Tue, 16 Apr 2024 17:52:38 +0000 (19:52 +0200)]
Merge pull request #44849 from nextcloud/fix/drop-old-dependencies

fix: Drop unmaintained and unused dependencies

7 months agoMerge pull request #44658 from nextcloud/fix/migrate-away-from-resource-type
Côme Chilliet [Tue, 16 Apr 2024 15:13:07 +0000 (17:13 +0200)]
Merge pull request #44658 from nextcloud/fix/migrate-away-from-resource-type

fix: Remove obsolete resource typing

7 months agofeat(user_ldap): Add setup check to verify connection configuration 44859/head
Côme Chilliet [Tue, 16 Apr 2024 14:57:21 +0000 (16:57 +0200)]
feat(user_ldap): Add setup check to verify connection configuration

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
7 months agoMerge pull request #44847 from nextcloud/fix/files-focus-new-node-dialog
Ferdinand Thiessen [Tue, 16 Apr 2024 11:57:32 +0000 (13:57 +0200)]
Merge pull request #44847 from nextcloud/fix/files-focus-new-node-dialog

fix(files): Focus filename input in new-node dialog when opened

7 months agochore: Compile assets 44849/head
Ferdinand Thiessen [Tue, 16 Apr 2024 11:47:53 +0000 (13:47 +0200)]
chore: Compile assets

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
7 months agofix: Drop unmaintained and unused dependencies
Ferdinand Thiessen [Tue, 16 Apr 2024 11:46:25 +0000 (13:46 +0200)]
fix: Drop unmaintained and unused dependencies

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
7 months agochore: Compile assets 44847/head
Ferdinand Thiessen [Tue, 16 Apr 2024 11:00:06 +0000 (13:00 +0200)]
chore: Compile assets

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
7 months agoMerge pull request #44761 from nextcloud/fix/deps-webauthn-lib
Ferdinand Thiessen [Tue, 16 Apr 2024 10:57:34 +0000 (12:57 +0200)]
Merge pull request #44761 from nextcloud/fix/deps-webauthn-lib

fix(deps): Bump web-auth/webauthn-lib from 3.3.9 to 4.8.5

7 months agofix(files): Focus filename input in new-node dialog when opened
Ferdinand Thiessen [Tue, 16 Apr 2024 10:55:50 +0000 (12:55 +0200)]
fix(files): Focus filename input in new-node dialog when opened

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
7 months agoMerge pull request #44806 from nextcloud/chore/widget-primary-color
Pytal [Tue, 16 Apr 2024 10:19:13 +0000 (03:19 -0700)]
Merge pull request #44806 from nextcloud/chore/widget-primary-color

chore(files): Switch widget to primary color

7 months agoMerge pull request #44834 from nextcloud/fix/files-new-nodes-attributes
Ferdinand Thiessen [Tue, 16 Apr 2024 09:52:42 +0000 (11:52 +0200)]
Merge pull request #44834 from nextcloud/fix/files-new-nodes-attributes

fix(files): Inherit some node attributes when creating new nodes to preserve shared state

7 months agochore: Compile assets 44761/head
Ferdinand Thiessen [Thu, 11 Apr 2024 10:42:45 +0000 (12:42 +0200)]
chore: Compile assets

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
7 months agofix(PsrLoggerAdapter): Adjust code to comply with v2 of Psr\Log (allow \Stringable...
Ferdinand Thiessen [Thu, 11 Apr 2024 10:35:19 +0000 (12:35 +0200)]
fix(PsrLoggerAdapter): Adjust code to comply with v2 of Psr\Log (allow \Stringable as message)

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
7 months agofix: Use `@simplewebauthn` for frontend logic
Ferdinand Thiessen [Wed, 10 Apr 2024 03:30:10 +0000 (05:30 +0200)]
fix: Use `@simplewebauthn` for frontend logic

This simplifies the code a lot and fixes errors with the exisiting custom code,
where slightly different base64 values were emitted which are not valid according to the standard.

ref: https://github.com/web-auth/webauthn-framework/issues/510

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
7 months agofix(deps): Bump web-auth/webauthn-lib from 3.3.9 to 4.8.5
Ferdinand Thiessen [Tue, 9 Apr 2024 23:38:08 +0000 (01:38 +0200)]
fix(deps): Bump web-auth/webauthn-lib from 3.3.9 to 4.8.5

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
7 months agoMerge pull request #44840 from nextcloud/feature/occ-clear-avatar-cache-command
yemkareems [Tue, 16 Apr 2024 09:43:32 +0000 (15:13 +0530)]
Merge pull request #44840 from nextcloud/feature/occ-clear-avatar-cache-command

Feature/occ clear avatar cache command

7 months agochore: Compile assets 44834/head
Ferdinand Thiessen [Mon, 15 Apr 2024 16:16:23 +0000 (18:16 +0200)]
chore: Compile assets

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
7 months agofix(files): Inherit some node attributes when creating new nodes to preserve shared...
Ferdinand Thiessen [Mon, 15 Apr 2024 16:09:37 +0000 (18:09 +0200)]
fix(files): Inherit some node attributes when creating new nodes to preserve shared state

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
7 months agofix(files): Sanitize `share-types` attribute in download action
Ferdinand Thiessen [Mon, 15 Apr 2024 16:09:09 +0000 (18:09 +0200)]
fix(files): Sanitize `share-types` attribute in download action

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
7 months agofeat: changes by build/autoloaderchecker.sh 44840/head
yemkareems [Tue, 16 Apr 2024 08:48:51 +0000 (14:18 +0530)]
feat: changes by build/autoloaderchecker.sh

Signed-off-by: yemkareems <yemkareems@gmail.com>
7 months agofeat: wordings corrected as suggested
yemkareems [Tue, 16 Apr 2024 08:29:34 +0000 (13:59 +0530)]
feat: wordings corrected as suggested

Signed-off-by: yemkareems <yemkareems@gmail.com>
7 months agofeat: license wordings, minor php warnings corrected
yemkareems [Tue, 16 Apr 2024 03:23:15 +0000 (08:53 +0530)]
feat: license wordings, minor php warnings corrected

Signed-off-by: yemkareems <yemkareems@gmail.com>
7 months agoFix(l10n): Update translations from Transifex
Nextcloud bot [Tue, 16 Apr 2024 00:31:24 +0000 (00:31 +0000)]
Fix(l10n): Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
7 months agoMerge pull request #44835 from nextcloud/fix/update-nextcloud-upload
Ferdinand Thiessen [Tue, 16 Apr 2024 00:05:00 +0000 (02:05 +0200)]
Merge pull request #44835 from nextcloud/fix/update-nextcloud-upload

chore: Update `@nextcloud/upload` to 1.1.1 to fix uploading large files

7 months agoMerge pull request #38933 from nextcloud/orphaned-entries-filecache-extended
Robin Appelman [Mon, 15 Apr 2024 19:07:09 +0000 (21:07 +0200)]
Merge pull request #38933 from nextcloud/orphaned-entries-filecache-extended

feat: remove orphaned entries from filecache_extended

7 months agofeat: cleanup filecache_extended items by default 38933/head
Robin Appelman [Fri, 9 Feb 2024 13:49:56 +0000 (14:49 +0100)]
feat: cleanup filecache_extended items by default

Signed-off-by: Robin Appelman <robin@icewind.nl>
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
7 months agofeat: remove orphaned entries from filecache_extended
Daniel Kesselberg [Wed, 21 Jun 2023 14:34:44 +0000 (16:34 +0200)]
feat: remove orphaned entries from filecache_extended

Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
7 months agochore: compile assets 44806/head
Christopher Ng [Mon, 15 Apr 2024 17:58:51 +0000 (10:58 -0700)]
chore: compile assets

Signed-off-by: Christopher Ng <chrng8@gmail.com>
7 months agochore: Switch widget to primary color
Christopher Ng [Mon, 15 Apr 2024 17:58:51 +0000 (10:58 -0700)]
chore: Switch widget to primary color

Signed-off-by: Christopher Ng <chrng8@gmail.com>
7 months agochore(assets): Recompile assets 44835/head
nextcloud-command [Mon, 15 Apr 2024 16:30:41 +0000 (16:30 +0000)]
chore(assets): Recompile assets

Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
7 months agochore: Update `@nextcloud/upload` to 1.1.1 to fix uploading large files
Ferdinand Thiessen [Mon, 15 Apr 2024 16:21:03 +0000 (18:21 +0200)]
chore: Update `@nextcloud/upload` to 1.1.1 to fix uploading large files

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
7 months agoMerge pull request #44810 from nextcloud/moveToOCPServer 44754/head
Joas Schilling [Mon, 15 Apr 2024 12:00:44 +0000 (14:00 +0200)]
Merge pull request #44810 from nextcloud/moveToOCPServer

chore(db): move to OCP\Server

7 months agofeat: command added to clear avatar cache manually
yemkareems [Mon, 15 Apr 2024 10:42:29 +0000 (16:12 +0530)]
feat: command added to clear avatar cache manually

Signed-off-by: yemkareems <yemkareems@gmail.com>
7 months agoMerge pull request #44827 from nextcloud/chore/deps/openapi-extractor
Kate [Mon, 15 Apr 2024 08:35:54 +0000 (10:35 +0200)]
Merge pull request #44827 from nextcloud/chore/deps/openapi-extractor

7 months agoMerge pull request #44770 from nextcloud/techdebt/noid/improved-notification-exceptions
Joas Schilling [Mon, 15 Apr 2024 07:26:21 +0000 (09:26 +0200)]
Merge pull request #44770 from nextcloud/techdebt/noid/improved-notification-exceptions

fix(notifications): Improved notification exceptions

7 months agochore(deps): Update openapi-extractor 44827/head
provokateurin [Mon, 15 Apr 2024 07:10:59 +0000 (09:10 +0200)]
chore(deps): Update openapi-extractor

Signed-off-by: provokateurin <kate@provokateurin.de>
7 months agoFix(l10n): Update translations from Transifex
Nextcloud bot [Mon, 15 Apr 2024 00:19:41 +0000 (00:19 +0000)]
Fix(l10n): Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
7 months agoFix(l10n): Update translations from Transifex
Nextcloud bot [Sun, 14 Apr 2024 00:19:56 +0000 (00:19 +0000)]
Fix(l10n): Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
7 months agoMerge pull request #44795 from nextcloud/chore/nextcloud-vue-8.11.2
Pytal [Sat, 13 Apr 2024 23:22:46 +0000 (16:22 -0700)]
Merge pull request #44795 from nextcloud/chore/nextcloud-vue-8.11.2

chore(deps): Bump @nextcloud/vue to v8.11.2

7 months agochore(db): move to OCP\Server 44810/head
Git'Fellow [Sat, 13 Apr 2024 16:29:22 +0000 (18:29 +0200)]
chore(db): move to OCP\Server

Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com>
7 months agoMerge pull request #44809 from nextcloud/dependabot/npm_and_yarn/typescript-5.4.5
dependabot[bot] [Sat, 13 Apr 2024 05:02:20 +0000 (05:02 +0000)]
Merge pull request #44809 from nextcloud/dependabot/npm_and_yarn/typescript-5.4.5

7 months agobuild(deps-dev): bump typescript from 5.4.3 to 5.4.5 44809/head
dependabot[bot] [Sat, 13 Apr 2024 02:40:05 +0000 (02:40 +0000)]
build(deps-dev): bump typescript from 5.4.3 to 5.4.5

Bumps [typescript](https://github.com/Microsoft/TypeScript) from 5.4.3 to 5.4.5.
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml)
- [Commits](https://github.com/Microsoft/TypeScript/compare/v5.4.3...v5.4.5)

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

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

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
7 months agoMerge pull request #44799 from nextcloud/bugfix/44798/expose-mod-rewrite
Joas Schilling [Fri, 12 Apr 2024 11:30:19 +0000 (13:30 +0200)]
Merge pull request #44799 from nextcloud/bugfix/44798/expose-mod-rewrite

fix(capabilities): Expose if mod-rewrite is working via capabilities

7 months agofeat(capabilities): Expose if mod-rewrite is working via capabilities 44799/head
Joas Schilling [Fri, 12 Apr 2024 10:55:59 +0000 (12:55 +0200)]
feat(capabilities): Expose if mod-rewrite is working via capabilities

Signed-off-by: Joas Schilling <coding@schilljs.com>
7 months agofix(notifications): Add a warning when using relative links 44770/head
Joas Schilling [Wed, 10 Apr 2024 16:01:50 +0000 (18:01 +0200)]
fix(notifications): Add a warning when using relative links

Signed-off-by: Joas Schilling <coding@schilljs.com>
7 months agofix(notifications): Throw AlreadyProcessedException also from the manager when it...
Joas Schilling [Wed, 10 Apr 2024 15:26:52 +0000 (17:26 +0200)]
fix(notifications): Throw AlreadyProcessedException also from the manager when it's done

Signed-off-by: Joas Schilling <coding@schilljs.com>
7 months agofix(notifications): Add a dedicated exception when a notification was not parsed...
Joas Schilling [Wed, 10 Apr 2024 15:12:31 +0000 (17:12 +0200)]
fix(notifications): Add a dedicated exception when a notification was not parsed completely

Signed-off-by: Joas Schilling <coding@schilljs.com>