]> source.dussan.org Git - nextcloud-server.git/log
nextcloud-server.git
2 weeks agofix(tests): Add IpAddressClassifier v6 zone ID test jtr/fix-ipv6-zone-ids-link-local 49039/head
Josh [Mon, 4 Nov 2024 14:31:48 +0000 (09:31 -0500)]
fix(tests): Add  IpAddressClassifier v6 zone ID test

Signed-off-by: Josh <josh.t.richards@gmail.com>
2 weeks agofix(tests): Add RemoteAddress v6 zone ID test
Josh [Mon, 4 Nov 2024 14:30:21 +0000 (09:30 -0500)]
fix(tests): Add RemoteAddress v6 zone ID test

Signed-off-by: Josh <josh.t.richards@gmail.com>
2 weeks agofix(net): Add IPv6 zone handling to IpAddressClassifier
Josh [Thu, 31 Oct 2024 21:06:36 +0000 (17:06 -0400)]
fix(net): Add IPv6 zone handling to IpAddressClassifier

Signed-off-by: Josh <josh.t.richards@gmail.com>
2 weeks agofix(security): Handle IPv6 zone IDs used in link-local addresses
Josh [Thu, 31 Oct 2024 21:01:34 +0000 (17:01 -0400)]
fix(security): Handle IPv6 zone IDs used in link-local addresses

Signed-off-by: Josh <josh.t.richards@gmail.com>
2 weeks agofix(security): Handle IPv6 zone IDs used in link-local addresses
Josh [Thu, 31 Oct 2024 20:59:27 +0000 (16:59 -0400)]
fix(security): Handle IPv6 zone IDs used in link-local addresses

Signed-off-by: Josh <josh.t.richards@gmail.com>
3 weeks agoMerge pull request #49009 from nextcloud/fix/noid/set-ext-pwd-as-sensitive
Kate [Thu, 31 Oct 2024 11:14:44 +0000 (12:14 +0100)]
Merge pull request #49009 from nextcloud/fix/noid/set-ext-pwd-as-sensitive

3 weeks agofix(files-external): set password as sensitive fix/noid/set-ext-pwd-as-sensitive 49009/head
Maxence Lange [Thu, 31 Oct 2024 10:41:09 +0000 (09:41 -0100)]
fix(files-external): set password as sensitive

Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
3 weeks agoFix(l10n): Update translations from Transifex
Nextcloud bot [Thu, 31 Oct 2024 00:20:40 +0000 (00:20 +0000)]
Fix(l10n): Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
3 weeks agoMerge pull request #49000 from nextcloud/dependabot/composer/giggsey/libphonenumber...
Joas Schilling [Wed, 30 Oct 2024 16:32:26 +0000 (17:32 +0100)]
Merge pull request #49000 from nextcloud/dependabot/composer/giggsey/libphonenumber-for-php-lite-8.13.48

build(deps): Bump giggsey/libphonenumber-for-php-lite from 8.13.45 to 8.13.48

3 weeks agoMerge pull request #49023 from nextcloud/new-julius
Joas Schilling [Wed, 30 Oct 2024 16:01:07 +0000 (17:01 +0100)]
Merge pull request #49023 from nextcloud/new-julius

chore: rename julius

3 weeks agobuild(deps): Bump giggsey/libphonenumber-for-php-lite from 8.13.45 to 8.13.48 dependabot/composer/giggsey/libphonenumber-for-php-lite-8.13.48 49000/head
Joas Schilling [Wed, 30 Oct 2024 09:01:15 +0000 (10:01 +0100)]
build(deps): Bump giggsey/libphonenumber-for-php-lite from 8.13.45 to 8.13.48

Signed-off-by: Joas Schilling <coding@schilljs.com>
3 weeks agochore: rename julius new-julius 49023/head
Daniel Kesselberg [Wed, 30 Oct 2024 15:24:59 +0000 (16:24 +0100)]
chore: rename julius

Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
3 weeks agoMerge pull request #49017 from nextcloud/fix/48415/do-not-rename-main-share-link
F. E Noel Nfebe [Wed, 30 Oct 2024 14:53:10 +0000 (15:53 +0100)]
Merge pull request #49017 from nextcloud/fix/48415/do-not-rename-main-share-link

fix(ShareEntryLinkList): Append new links to the end of list

3 weeks agochore(assets): Recompile assets fix/48415/do-not-rename-main-share-link 49017/head
nextcloud-command [Wed, 30 Oct 2024 14:05:02 +0000 (14:05 +0000)]
chore(assets): Recompile assets

Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
3 weeks agofix(ShareEntryLinkList): Append new links to the end of list
fenn-cs [Wed, 30 Oct 2024 13:49:43 +0000 (14:49 +0100)]
fix(ShareEntryLinkList): Append new links to the end of list

Currently new shares are added to beginning of the share list in the UI
messing up the ordering with the original (first) looking like the most
recent and the most recent looking like the original share. This error
disappears on refresh.

Resolves : https://github.com/nextcloud/server/issues/48415

Signed-off-by: fenn-cs <fenn25.fn@gmail.com>
3 weeks agoMerge pull request #48989 from nextcloud/dependabot/composer/aws/aws-sdk-php-3.324.13
Joas Schilling [Wed, 30 Oct 2024 12:54:08 +0000 (13:54 +0100)]
Merge pull request #48989 from nextcloud/dependabot/composer/aws/aws-sdk-php-3.324.13

build(deps): Bump aws/aws-sdk-php from 3.311.2 to 3.324.13 for PHP 8.4 compat

3 weeks agoMerge pull request #48991 from nextcloud/fix/password-field-sharing
Ferdinand Thiessen [Wed, 30 Oct 2024 12:40:19 +0000 (13:40 +0100)]
Merge pull request #48991 from nextcloud/fix/password-field-sharing

fix(files_sharing): Password field must not be required if already set

3 weeks agoMerge pull request #48992 from nextcloud/fix/add-password-confirmation-to-save-global...
yemkareems [Wed, 30 Oct 2024 11:35:08 +0000 (17:05 +0530)]
Merge pull request #48992 from nextcloud/fix/add-password-confirmation-to-save-global-creds

fix: add PasswordConfirmationRequired to saveGlobalCredentials

3 weeks agoMerge pull request #48990 from nextcloud/ci/noid/update-integration-test-stuff 48909/head
Joas Schilling [Wed, 30 Oct 2024 11:06:50 +0000 (12:06 +0100)]
Merge pull request #48990 from nextcloud/ci/noid/update-integration-test-stuff

ci: Align integration test dependencies with 3rdparty/ for PHP 8.4 compatibility

3 weeks agofix: add PasswordConfirmationRequired to saveGlobalCredentials fix/add-password-confirmation-to-save-global-creds 48992/head
yemkareems [Wed, 30 Oct 2024 05:59:52 +0000 (11:29 +0530)]
fix: add PasswordConfirmationRequired to saveGlobalCredentials

Co-authored-by: yemkareems <yemkareems@gmail.com>
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
3 weeks agoMerge pull request #48986 from nextcloud/feat/systemtags-missing-attrs
Kate [Wed, 30 Oct 2024 09:50:36 +0000 (10:50 +0100)]
Merge pull request #48986 from nextcloud/feat/systemtags-missing-attrs

3 weeks agochore: Compile assets fix/password-field-sharing 48991/head
Ferdinand Thiessen [Wed, 30 Oct 2024 09:31:18 +0000 (10:31 +0100)]
chore: Compile assets

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
3 weeks agofix(files_sharing): Password field must not be required if already set
Ferdinand Thiessen [Tue, 29 Oct 2024 22:54:03 +0000 (23:54 +0100)]
fix(files_sharing): Password field must not be required if already set

If there is already a password, there is no need to require the password
in the setting ('newPassword'). It is only required for new shares.

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
3 weeks agoMerge pull request #48559 from nextcloud/fix/recently_active_pgsql
Benjamin Gaussorgues [Wed, 30 Oct 2024 09:09:01 +0000 (10:09 +0100)]
Merge pull request #48559 from nextcloud/fix/recently_active_pgsql

3 weeks agobuild(deps): Bump aws/aws-sdk-php from 3.311.2 to 3.324.13 dependabot/composer/aws/aws-sdk-php-3.324.13 48989/head
Joas Schilling [Tue, 29 Oct 2024 21:06:11 +0000 (22:06 +0100)]
build(deps): Bump aws/aws-sdk-php from 3.311.2 to 3.324.13

Signed-off-by: Joas Schilling <coding@schilljs.com>
3 weeks agoci: Bump behat/behat as well ci/noid/update-integration-test-stuff 48990/head
Joas Schilling [Wed, 30 Oct 2024 08:04:05 +0000 (09:04 +0100)]
ci: Bump behat/behat as well

Signed-off-by: Joas Schilling <coding@schilljs.com>
3 weeks agofix(sharding): typo in addOrderBy fix/recently_active_pgsql 48559/head
Benjamin Gaussorgues [Tue, 29 Oct 2024 10:32:14 +0000 (11:32 +0100)]
fix(sharding): typo in addOrderBy

Signed-off-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com>
3 weeks agofix(users): improve recently active search
Benjamin Gaussorgues [Thu, 3 Oct 2024 13:03:11 +0000 (15:03 +0200)]
fix(users): improve recently active search

- Remove DISTINCT clause to fix PgSQL
- Join user table only if necessary
- Don't show people who never connected in active list
- Add test

Signed-off-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com>
3 weeks agofix(users): use correct active user count
Benjamin Gaussorgues [Wed, 16 Oct 2024 09:54:10 +0000 (11:54 +0200)]
fix(users): use correct active user count

Signed-off-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com>
3 weeks agoMerge pull request #42610 from hellodarkness/patch-1
John Molakvoæ [Wed, 30 Oct 2024 06:51:20 +0000 (07:51 +0100)]
Merge pull request #42610 from hellodarkness/patch-1

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

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
3 weeks agoci: Align integration test dependencies with 3rdaprty/
Joas Schilling [Tue, 29 Oct 2024 21:48:35 +0000 (22:48 +0100)]
ci: Align integration test dependencies with 3rdaprty/

Signed-off-by: Joas Schilling <coding@schilljs.com>
3 weeks agoMerge pull request #48982 from nextcloud/dependabot/composer/sabre/dav-4.7.0
Joas Schilling [Tue, 29 Oct 2024 21:33:45 +0000 (22:33 +0100)]
Merge pull request #48982 from nextcloud/dependabot/composer/sabre/dav-4.7.0

build: Update Sabre/DAV and siblings to PHP 8.4 compatible versions

3 weeks agobuild: Update Sabre/DAV and siblings to PHP 8.4 compatible versions dependabot/composer/sabre/dav-4.7.0 48982/head
Joas Schilling [Tue, 29 Oct 2024 13:43:59 +0000 (14:43 +0100)]
build: Update Sabre/DAV and siblings to PHP 8.4 compatible versions

Signed-off-by: Joas Schilling <coding@schilljs.com>
3 weeks agoMerge pull request #48665 from nextcloud/feat/settings/app_api_apps_management
Andrey Borysenko [Tue, 29 Oct 2024 19:24:48 +0000 (21:24 +0200)]
Merge pull request #48665 from nextcloud/feat/settings/app_api_apps_management

feat(settings): migrate AppAPI ExApps management to settings

3 weeks agochore(assets): Recompile assets 48665/head
nextcloud-command [Tue, 29 Oct 2024 19:02:46 +0000 (19:02 +0000)]
chore(assets): Recompile assets

Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
3 weeks agochore(assets): Recompile assets feat/settings/app_api_apps_management
nextcloud-command [Tue, 29 Oct 2024 14:12:13 +0000 (14:12 +0000)]
chore(assets): Recompile assets

Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
3 weeks agochore(assets): Recompile assets
nextcloud-command [Tue, 29 Oct 2024 12:36:48 +0000 (12:36 +0000)]
chore(assets): Recompile assets

Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
3 weeks agofix(ci): eslint fix, minor correction after rebase
Andrey Borysenko [Tue, 29 Oct 2024 12:03:02 +0000 (14:03 +0200)]
fix(ci): eslint fix, minor correction after rebase

Signed-off-by: Andrey Borysenko <andrey18106x@gmail.com>
3 weeks agofix: loading state reactivity
Andrey Borysenko [Tue, 29 Oct 2024 12:02:40 +0000 (14:02 +0200)]
fix: loading state reactivity

Signed-off-by: Andrey Borysenko <andrey18106x@gmail.com>
3 weeks agofix(ci): fix eslint errors
Andrey Borysenko [Thu, 24 Oct 2024 13:30:52 +0000 (16:30 +0300)]
fix(ci): fix eslint errors

Signed-off-by: Andrey Borysenko <andrey18106x@gmail.com>
3 weeks agofix(ci): psalm, suppress undefined for viewApps
Andrey Borysenko [Thu, 24 Oct 2024 13:30:16 +0000 (16:30 +0300)]
fix(ci): psalm, suppress undefined for viewApps

Signed-off-by: Andrey Borysenko <andrey18106x@gmail.com>
3 weeks agofix: address review comments
Andrey Borysenko [Wed, 23 Oct 2024 20:32:46 +0000 (23:32 +0300)]
fix: address review comments

Signed-off-by: Andrey Borysenko <andrey18106x@gmail.com>
3 weeks agoWIP: remove app_api_apps vuex store
Andrey Borysenko [Mon, 21 Oct 2024 13:10:28 +0000 (16:10 +0300)]
WIP: remove app_api_apps vuex store

Signed-off-by: Andrey Borysenko <andrey18106x@gmail.com>
3 weeks agoWIP: migrate to Pinia, minor fixes
Andrey Borysenko [Mon, 21 Oct 2024 12:39:49 +0000 (15:39 +0300)]
WIP: migrate to Pinia, minor fixes

Signed-off-by: Andrey Borysenko <andrey18106x@gmail.com>
3 weeks agoWIP: address review comments, small fixes
Andrey Borysenko [Thu, 17 Oct 2024 00:38:05 +0000 (03:38 +0300)]
WIP: address review comments, small fixes

Signed-off-by: Andrey Borysenko <andrey18106x@gmail.com>
3 weeks agofix(ci): suppress UndefinedClass for AppAPI related classes since it's bundled
Andrey Borysenko [Mon, 14 Oct 2024 14:19:07 +0000 (17:19 +0300)]
fix(ci): suppress UndefinedClass for AppAPI related classes since it's bundled

Signed-off-by: Andrey Borysenko <andrey18106x@gmail.com>
3 weeks agofix(ci): resolve eslint errors
Andrey Borysenko [Mon, 14 Oct 2024 13:46:35 +0000 (16:46 +0300)]
fix(ci): resolve eslint errors

Signed-off-by: Andrey Borysenko <andrey18106x@gmail.com>
3 weeks agoWIP: minor fixes
Andrey Borysenko [Fri, 11 Oct 2024 15:33:23 +0000 (18:33 +0300)]
WIP: minor fixes

Signed-off-by: Andrey Borysenko <andrey18106x@gmail.com>
3 weeks agoWIP: add missing state checks
Andrey Borysenko [Fri, 11 Oct 2024 15:33:10 +0000 (18:33 +0300)]
WIP: add missing state checks

Signed-off-by: Andrey Borysenko <andrey18106x@gmail.com>
3 weeks agoWIP: use global mutation, since app_api_apps is namespaced
Andrey Borysenko [Fri, 11 Oct 2024 15:19:52 +0000 (18:19 +0300)]
WIP: use global mutation, since app_api_apps is namespaced

Signed-off-by: Andrey Borysenko <andrey18106x@gmail.com>
3 weeks agoWIP: add Daemon badge in app sidebar (2)
Andrey Borysenko [Fri, 11 Oct 2024 14:12:49 +0000 (17:12 +0300)]
WIP: add Daemon badge in app sidebar (2)

Signed-off-by: Andrey Borysenko <andrey18106x@gmail.com>
3 weeks agofeat(settings): migrate AppAPI ExApps management (1)
Andrey Borysenko [Wed, 9 Oct 2024 18:04:52 +0000 (21:04 +0300)]
feat(settings): migrate AppAPI ExApps management (1)

Signed-off-by: Andrey Borysenko <andrey18106x@gmail.com>
3 weeks agofeat(app_api): add initial state data for AppAPI UI part
Andrey Borysenko [Wed, 9 Oct 2024 18:02:29 +0000 (21:02 +0300)]
feat(app_api): add initial state data for AppAPI UI part

Signed-off-by: Andrey Borysenko <andrey18106x@gmail.com>
# Conflicts:
# apps/settings/lib/Controller/AppSettingsController.php

# Conflicts:
# apps/settings/lib/Controller/AppSettingsController.php

3 weeks agochore(systemtags): add missing migration attributes feat/systemtags-missing-attrs 48986/head
skjnldsv [Tue, 29 Oct 2024 16:43:05 +0000 (17:43 +0100)]
chore(systemtags): add missing migration attributes

Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
3 weeks agoMerge pull request #46151 from nextcloud/enh/do-not-enforce-cache-for-cli
John Molakvoæ [Tue, 29 Oct 2024 14:28:47 +0000 (15:28 +0100)]
Merge pull request #46151 from nextcloud/enh/do-not-enforce-cache-for-cli

3 weeks agofix: adjust `compromized` British wording 42610/head
John Molakvoæ [Tue, 29 Oct 2024 14:26:49 +0000 (15:26 +0100)]
fix: adjust `compromized` British wording

Co-authored-by: Kate <26026535+provokateurin@users.noreply.github.com>
Signed-off-by: John Molakvoæ <skjnldsv@users.noreply.github.com>
3 weeks agoMerge pull request #48725 from nextcloud/chore/remove-old-test
John Molakvoæ [Tue, 29 Oct 2024 14:18:17 +0000 (15:18 +0100)]
Merge pull request #48725 from nextcloud/chore/remove-old-test

3 weeks agochore: Compile assets chore/remove-old-test 48725/head
Ferdinand Thiessen [Mon, 28 Oct 2024 14:50:24 +0000 (15:50 +0100)]
chore: Compile assets

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
3 weeks agotest: Add proper styles for Cypress component tests
Ferdinand Thiessen [Tue, 15 Oct 2024 23:07:31 +0000 (01:07 +0200)]
test: Add proper styles for Cypress component tests

This also fixes Typescript issue but requires to slightly
adjust the Navigation test as the progress bar is not visible (because it is overlayed by another element).

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
3 weeks agorefactor(federatedfilesharing): Replace deprecated functions
Ferdinand Thiessen [Tue, 15 Oct 2024 23:03:40 +0000 (01:03 +0200)]
refactor(federatedfilesharing): Replace deprecated functions

* Replace deprecated OC dialogs methods
* Replace deprecated global jQuery with axios
* Replace deprecated jQuery event with event bus
* Add component + unit tests for new dialog

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
3 weeks agoMerge pull request #48572 from nextcloud/fix/align-avatar-visibility
John Molakvoæ [Tue, 29 Oct 2024 13:27:10 +0000 (14:27 +0100)]
Merge pull request #48572 from nextcloud/fix/align-avatar-visibility

3 weeks agoMerge pull request #48632 from nextcloud/artonge/fix/file_list_jump_on_viewer_close
John Molakvoæ [Tue, 29 Oct 2024 13:14:52 +0000 (14:14 +0100)]
Merge pull request #48632 from nextcloud/artonge/fix/file_list_jump_on_viewer_close

3 weeks agoMerge pull request #48965 from nextcloud/feat/files-bulk-tagging-followup
John Molakvoæ [Tue, 29 Oct 2024 13:11:50 +0000 (14:11 +0100)]
Merge pull request #48965 from nextcloud/feat/files-bulk-tagging-followup

3 weeks agoMerge pull request #48542 from nextcloud/fix/cloud-id-input
Pytal [Tue, 29 Oct 2024 12:55:35 +0000 (05:55 -0700)]
Merge pull request #48542 from nextcloud/fix/cloud-id-input

fix: Move cloud id into readonly input

3 weeks agoMerge pull request #48971 from Wertzui123/patch-1
Joas Schilling [Tue, 29 Oct 2024 12:43:17 +0000 (13:43 +0100)]
Merge pull request #48971 from Wertzui123/patch-1

Fix a typo (`a` -> `an` in front of `additional`)

3 weeks agochore(assets): Recompile assets fix/cloud-id-input 48542/head
nextcloud-command [Wed, 2 Oct 2024 23:17:02 +0000 (23:17 +0000)]
chore(assets): Recompile assets

Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
3 weeks agofix: Move cloud id into readonly input
Christopher Ng [Wed, 2 Oct 2024 23:04:08 +0000 (16:04 -0700)]
fix: Move cloud id into readonly input

Signed-off-by: Christopher Ng <chrng8@gmail.com>
3 weeks agofix(settings): Align contents of profile picture heading fix/align-avatar-visibility 48572/head
Christopher Ng [Fri, 4 Oct 2024 23:34:41 +0000 (16:34 -0700)]
fix(settings): Align contents of profile picture heading

Signed-off-by: Christopher Ng <chrng8@gmail.com>
3 weeks agoFix a typo (`a` -> `an` in front of `additional`) 48971/head
Wertzui123 [Tue, 29 Oct 2024 10:43:27 +0000 (11:43 +0100)]
Fix a typo (`a` -> `an` in front of `additional`)

Signed-off-by: Wertzui123 <46199283+Wertzui123@users.noreply.github.com>
3 weeks agofix(files): Do not jump to top when fileId is set to currentFolder artonge/fix/file_list_jump_on_viewer_close 48632/head
Louis Chemineau [Wed, 9 Oct 2024 16:23:58 +0000 (18:23 +0200)]
fix(files): Do not jump to top when fileId is set to currentFolder

Fix https://github.com/nextcloud/server/issues/48545

Signed-off-by: Louis Chemineau <louis@chmn.me>
3 weeks agofix(systemtags): set min height on picker note feat/files-bulk-tagging-followup 48965/head
skjnldsv [Tue, 29 Oct 2024 10:24:11 +0000 (11:24 +0100)]
fix(systemtags): set min height on picker note

Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
3 weeks agoMerge pull request #48766 from nextcloud/fix/fix-disabled-user-list-for-subadmins
John Molakvoæ [Tue, 29 Oct 2024 10:34:06 +0000 (11:34 +0100)]
Merge pull request #48766 from nextcloud/fix/fix-disabled-user-list-for-subadmins

3 weeks agoMerge pull request #48788 from nextcloud/fix/788/add-password-required-to-external...
John Molakvoæ [Tue, 29 Oct 2024 10:33:47 +0000 (11:33 +0100)]
Merge pull request #48788 from nextcloud/fix/788/add-password-required-to-external-storages

3 weeks agoMerge pull request #47847 from nextcloud/fix-copying-or-moving-from-shared-groupfolders
John Molakvoæ [Tue, 29 Oct 2024 10:33:12 +0000 (11:33 +0100)]
Merge pull request #47847 from nextcloud/fix-copying-or-moving-from-shared-groupfolders

3 weeks agofix(core): use Types::STRING in etag systemtag migration
skjnldsv [Tue, 29 Oct 2024 10:21:56 +0000 (11:21 +0100)]
fix(core): use Types::STRING in etag systemtag migration

Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
3 weeks agoMerge pull request #48786 from nextcloud/feat/files-bulk-tagging
John Molakvoæ [Tue, 29 Oct 2024 10:20:28 +0000 (11:20 +0100)]
Merge pull request #48786 from nextcloud/feat/files-bulk-tagging

3 weeks agofix(files_sharing): fix view only actions button selector feat/files-bulk-tagging 48786/head
skjnldsv [Sat, 26 Oct 2024 13:29:53 +0000 (15:29 +0200)]
fix(files_sharing): fix view only actions button selector

Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
3 weeks agofix(systemtags): no bulk action on public pages
skjnldsv [Sat, 26 Oct 2024 12:45:09 +0000 (14:45 +0200)]
fix(systemtags): no bulk action on public pages

Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
3 weeks agochore: compile assets
skjnldsv [Fri, 25 Oct 2024 08:46:48 +0000 (10:46 +0200)]
chore: compile assets

Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
3 weeks agofix(systemtags): translations and etag method casing
skjnldsv [Fri, 25 Oct 2024 15:25:42 +0000 (17:25 +0200)]
fix(systemtags): translations and etag method casing

Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
3 weeks agofix(systemtags): single-node bulk tagging action
skjnldsv [Thu, 24 Oct 2024 13:46:22 +0000 (15:46 +0200)]
fix(systemtags): single-node bulk tagging action

Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
3 weeks agofeat(systemtags): add cypress tests and fix a few logic issues
skjnldsv [Thu, 24 Oct 2024 13:35:19 +0000 (15:35 +0200)]
feat(systemtags): add cypress tests and fix a few logic issues

Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
3 weeks agofeat(systemtags): create tag from bulk tagging dialog
skjnldsv [Wed, 23 Oct 2024 13:41:41 +0000 (15:41 +0200)]
feat(systemtags): create tag from bulk tagging dialog

Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
3 weeks agofeat(systemtags): emit tags changes and optimise tag updates performances
skjnldsv [Wed, 23 Oct 2024 06:15:40 +0000 (08:15 +0200)]
feat(systemtags): emit tags changes and optimise tag updates performances

Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
3 weeks agofeat(systemtags): add etag support and handle proppatch
skjnldsv [Tue, 22 Oct 2024 13:56:03 +0000 (15:56 +0200)]
feat(systemtags): add etag support and handle proppatch

Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
3 weeks agofeat(dav): add systemtag object IDs listing
skjnldsv [Fri, 18 Oct 2024 06:40:59 +0000 (08:40 +0200)]
feat(dav): add systemtag object IDs listing

Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
3 weeks agofeat(core): add index to systemtag objecttype
skjnldsv [Fri, 18 Oct 2024 06:39:15 +0000 (08:39 +0200)]
feat(core): add index to systemtag objecttype

Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
3 weeks agofeat(systemtags): add bulk tagging action
skjnldsv [Thu, 17 Oct 2024 10:50:58 +0000 (12:50 +0200)]
feat(systemtags): add bulk tagging action

Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
3 weeks agoMerge pull request #48953 from nextcloud/dependabot/npm_and_yarn/elliptic-6.6.0
John Molakvoæ [Tue, 29 Oct 2024 06:35:02 +0000 (07:35 +0100)]
Merge pull request #48953 from nextcloud/dependabot/npm_and_yarn/elliptic-6.6.0

3 weeks agoMerge pull request #48887 from nextcloud/fix/federated-users
John Molakvoæ [Tue, 29 Oct 2024 06:31:39 +0000 (07:31 +0100)]
Merge pull request #48887 from nextcloud/fix/federated-users

3 weeks agobuild(deps): bump elliptic from 6.5.7 to 6.6.0 dependabot/npm_and_yarn/elliptic-6.6.0 48953/head
dependabot[bot] [Tue, 29 Oct 2024 00:57:02 +0000 (00:57 +0000)]
build(deps): bump elliptic from 6.5.7 to 6.6.0

Bumps [elliptic](https://github.com/indutny/elliptic) from 6.5.7 to 6.6.0.
- [Commits](https://github.com/indutny/elliptic/compare/v6.5.7...v6.6.0)

---
updated-dependencies:
- dependency-name: elliptic
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
3 weeks agoFix(l10n): Update translations from Transifex
Nextcloud bot [Tue, 29 Oct 2024 00:20:19 +0000 (00:20 +0000)]
Fix(l10n): Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
3 weeks agoMerge pull request #47831 from nextcloud/fix/view-only-preview
Ferdinand Thiessen [Mon, 28 Oct 2024 18:44:27 +0000 (19:44 +0100)]
Merge pull request #47831 from nextcloud/fix/view-only-preview

fix: Adjust preview for view-only shares

3 weeks agoMerge pull request #48947 from nextcloud/bugfix/noid/mark-more-configs-as-sensitive
Joas Schilling [Mon, 28 Oct 2024 15:23:59 +0000 (16:23 +0100)]
Merge pull request #48947 from nextcloud/bugfix/noid/mark-more-configs-as-sensitive

fix(config): Mark more configs as sensitive

3 weeks agofix: Adjust preview for view-only shares fix/view-only-preview 47831/head
Ferdinand Thiessen [Sun, 8 Sep 2024 22:21:50 +0000 (00:21 +0200)]
fix: Adjust preview for view-only shares

Previously there was a different behavior for public shares (link-shares) and internal shares,
if the user disabled the view permission.
The legacy UI for public shares simply "disabled" the context menu and hided all download actions.
With Nextcloud 31 all share types use the consistent permissions attributes,
which simplifies code, but caused a regression: Images can no longer been viewed.

Because on 30 and before the attribute was not set, previews for view-only files
were still allowed. Now with 31 we need a new way to allow "viewing" shares.

So this is allowing previews for those files, but only for internal usage.
This is done by settin a special header, which only works with custom requests,
and not by opening the URL directly.

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
3 weeks agoMerge pull request #48921 from nextcloud/ci/psalm/imagick-extension
Joas Schilling [Mon, 28 Oct 2024 14:49:51 +0000 (15:49 +0100)]
Merge pull request #48921 from nextcloud/ci/psalm/imagick-extension

ci(psalm): Add missing imagick extension

3 weeks agofix(config): Mark more configs as sensitive bugfix/noid/mark-more-configs-as-sensitive 48947/head
Joas Schilling [Mon, 28 Oct 2024 13:56:19 +0000 (14:56 +0100)]
fix(config): Mark more configs as sensitive

Signed-off-by: Joas Schilling <coding@schilljs.com>
3 weeks agoMerge pull request #48943 from nextcloud/feat/photo-cache-webp
Richard Steinmetz [Mon, 28 Oct 2024 13:33:55 +0000 (14:33 +0100)]
Merge pull request #48943 from nextcloud/feat/photo-cache-webp

feat: Allow WebP content type in PhotoCache

3 weeks agoMerge pull request #48871 from nextcloud/fix/app-store-reactivity
Ferdinand Thiessen [Mon, 28 Oct 2024 13:11:15 +0000 (14:11 +0100)]
Merge pull request #48871 from nextcloud/fix/app-store-reactivity

fix(app-store): Update update count in navigation