]>
source.dussan.org Git - nextcloud-server.git/log
Julius Härtl [Mon, 22 Apr 2024 14:17:24 +0000 (16:17 +0200)]
fix: Lock session during renewal from cookie
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Nextcloud bot [Mon, 22 Apr 2024 00:20:58 +0000 (00:20 +0000)]
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Nextcloud bot [Sun, 21 Apr 2024 00:20:29 +0000 (00:20 +0000)]
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Louis [Sat, 20 Apr 2024 09:15:06 +0000 (11:15 +0200)]
Merge pull request #44915 from nextcloud/fix/add-missing-file-for-clear-avatar-cache
fix: Use static_types in ClearGeneratedAvatarCacheCommand.php
dependabot[bot] [Sat, 20 Apr 2024 04:00:58 +0000 (04:00 +0000)]
Merge pull request #44944 from nextcloud/dependabot/npm_and_yarn/eslint-plugin-cypress-2.15.2
dependabot[bot] [Sat, 20 Apr 2024 02:50:52 +0000 (02:50 +0000)]
build(deps-dev): bump eslint-plugin-cypress from 2.15.1 to 2.15.2
---
updated-dependencies:
- dependency-name: eslint-plugin-cypress
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Nextcloud bot [Sat, 20 Apr 2024 00:20:02 +0000 (00:20 +0000)]
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
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>
Benjamin Gaussorgues [Thu, 18 Apr 2024 18:59:46 +0000 (20:59 +0200)]
Merge pull request #44039 from Dreamsorcerer/patch-2
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>
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
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
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
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>
yemkareems [Thu, 18 Apr 2024 08:15:35 +0000 (13:45 +0530)]
fix: add missing ClearGeneratedAvatarCacheCommand.php in autoload_static.php and declare strict_types for the new file as suggested
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>
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
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>
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>
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
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
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
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>
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
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>
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>
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>
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
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
Ferdinand Thiessen [Tue, 16 Apr 2024 22:17:29 +0000 (00:17 +0200)]
chore: Compile assets
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
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>
Christopher Ng [Fri, 12 Apr 2024 18:49:24 +0000 (11:49 -0700)]
chore: compile assets
Signed-off-by: Christopher Ng <chrng8@gmail.com>
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>
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>
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
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
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>
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
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>
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>
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>
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>
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>
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
Ferdinand Thiessen [Wed, 17 Apr 2024 12:09:25 +0000 (14:09 +0200)]
chore: Compile assets
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
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>
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
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
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>
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>
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>
Ferdinand Thiessen [Tue, 16 Apr 2024 22:38:42 +0000 (00:38 +0200)]
chore: Compile assets
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
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>
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
Ferdinand Thiessen [Thu, 4 Apr 2024 17:57:13 +0000 (19:57 +0200)]
chore: Compile assets
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
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>
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
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>
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
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
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>
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
Ferdinand Thiessen [Tue, 16 Apr 2024 11:47:53 +0000 (13:47 +0200)]
chore: Compile assets
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
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>
Ferdinand Thiessen [Tue, 16 Apr 2024 11:00:06 +0000 (13:00 +0200)]
chore: Compile assets
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
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
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>
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
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
Ferdinand Thiessen [Thu, 11 Apr 2024 10:42:45 +0000 (12:42 +0200)]
chore: Compile assets
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
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>
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>
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>
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
Ferdinand Thiessen [Mon, 15 Apr 2024 16:16:23 +0000 (18:16 +0200)]
chore: Compile assets
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
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>
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>
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>
yemkareems [Tue, 16 Apr 2024 08:29:34 +0000 (13:59 +0530)]
feat: wordings corrected as suggested
Signed-off-by: yemkareems <yemkareems@gmail.com>
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>
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>
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
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
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>
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>
Christopher Ng [Mon, 15 Apr 2024 17:58:51 +0000 (10:58 -0700)]
chore: compile assets
Signed-off-by: Christopher Ng <chrng8@gmail.com>
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>
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>
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>
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
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>
Kate [Mon, 15 Apr 2024 08:35:54 +0000 (10:35 +0200)]
Merge pull request #44827 from nextcloud/chore/deps/openapi-extractor
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
provokateurin [Mon, 15 Apr 2024 07:10:59 +0000 (09:10 +0200)]
chore(deps): Update openapi-extractor
Signed-off-by: provokateurin <kate@provokateurin.de>
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>
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>
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
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>
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
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>