Commit Graph

81881 Commits (de46e39405c4ea10eaa2cb7f46edeb6f29c8edbf)
 

Author SHA1 Message Date
Maxence Lange de46e39405
Merge pull request #53975 from nextcloud/feat/lexicon/moving-out-from-unstable
feat(lexicon): moving out from unstable
2025-07-25 00:02:46 +07:00
Nextcloud bot 3c3b98e5f2
fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-07-25 00:12:21 +07:00
Daniel 52a472d7e4
Merge pull request #54020 from nextcloud/feat/42647/hide-app-password-note-without-2fa
feat(files): hide note about app passwords when 2FA not enabled
2025-07-24 23:52:34 +07:00
JEEEEEEEEEEEEEEEEEEEEEED cb29b306ee
feat(files): hide note about app passwords when 2FA not enabled
Signed-off-by: JEEEEEEEEEEEEEEEEEEEEEED <118366366+jadjoud@users.noreply.github.com>
Co-authored-by: Daniel Kesselberg <mail@danielkesselberg.de>
2025-07-24 22:20:16 +07:00
John Molakvoæ 9d04729540
Merge pull request #54078 from nextcloud/fix/files-margin-webdav 2025-07-24 19:27:24 +07:00
nextcloud-command 673b5425e3 chore(assets): Recompile assets
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2025-07-24 17:27:13 +07:00
skjnldsv c574d55ed2 fix(files): add webdav url settings input bottom margin
Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
2025-07-24 19:12:06 +07:00
Maxence Lange 011500fc7c feat(preset): split education based on size
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
2025-07-24 15:57:08 +07:00
Maxence Lange f359904213 fix(lexicon): missing doc
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
2025-07-24 15:56:35 +07:00
Maxence Lange a0c9fede1b feat(lexicon): marking unstable as @deprecated
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
2025-07-24 15:56:34 +07:00
Maxence Lange 4cd518367c feat(lexicon): marking unstable as @deprecated
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
2025-07-24 15:56:33 +07:00
Maxence Lange 33bff30e1d feat(lexicon): moving out from unstable
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
2025-07-24 15:56:33 +07:00
John Molakvoæ cb410cd368
Merge pull request #54075 from nextcloud/feat/material-icons-outline 2025-07-24 13:24:13 +07:00
skjnldsv a1c84cb3c0 feat: replace material icons with outline versions (second pass)
Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
2025-07-24 12:34:35 +07:00
John Molakvoæ 5fa71ab9a6
Merge pull request #54054 from nextcloud/feat/vue-material-icons-outline 2025-07-24 11:42:39 +07:00
skjnldsv 8defefe1f6 chore(assets): Recompile assets
Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
2025-07-24 10:57:32 +07:00
skjnldsv 3e7dc97cae feat: replace material icons with outline versions
Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
2025-07-24 10:55:43 +07:00
Nextcloud bot 697ad3a13e
fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-07-24 00:13:36 +07:00
Ferdinand Thiessen 0d07542ef5
Merge pull request #54055 from nextcloud/fix/sharing-restore-on-failure
fix(files_sharing): restore state when updating share failed
2025-07-23 18:30:31 +07:00
nextcloud-command 1fbce910b3 chore(assets): Recompile assets
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2025-07-23 17:07:33 +07:00
Ferdinand Thiessen fb397e6d23 fix(files_sharing): restore state when updating share failed
We need to save the previous state - here the password - so that if the
update fails we can revert the shown state.
This happens e.g. if you have the password policy app and try to add an
unsecure password.

To reproduce (with password policy):
1. Create new link share
2. enable password protection
3. use insecure password like `1234`
4. save share

Now you see that the update failed, but the password protection is still
enabled. This happened because `password` and `newPassword` were
misused. `password` was already set when `newPassword` was not saved so
we could not know to what we need to reset when the update failed.

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2025-07-23 17:07:33 +07:00
John Molakvoæ cf29ebb764
Merge pull request #53967 from nextcloud/fix/fav-sort-nav 2025-07-23 15:28:17 +07:00
John Molakvoæ c7bf997ae6
Merge pull request #54057 from nextcloud/chore-enforce-dangling-comma 2025-07-23 14:00:15 +07:00
Daniel Kesselberg 860a2d3407
chore: compile assets
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2025-07-23 13:11:59 +07:00
Daniel Kesselberg 4d9e8d128b
style: enforce vue/html-self-closing
The ESLint vue/html-self-closing rule issues warnings but doesn't fail
the CI. Now, the CI enforces the vue/html-self-closing rule.

Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2025-07-23 13:08:54 +07:00
Daniel Kesselberg 4a571fc391
style: enforce comma-dangle
The ESLint comma-dangle rule issues warnings but doesn't fail the CI.
Running npm run lint:fix adds missing commas automatically. This often
leads to committing unrelated changes. Now, the CI enforces the dangling
comma rule.

Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2025-07-23 13:08:54 +07:00
Daniel 7268525a8a
Merge pull request #54016 from nextcloud/bug/noid/group-imip-logs-in-sentry
fix: group imip log messages by removing principal and uri
2025-07-23 11:21:15 +07:00
skjnldsv 6d3ad08e5c chore(assets): Recompile assets
Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
2025-07-23 10:17:49 +07:00
skjnldsv 9d7214bc5a fix(files): sort favorites navigation alphabetically
Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
2025-07-23 10:15:14 +07:00
Nextcloud bot 4317bb7594
fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-07-23 00:11:59 +07:00
Joas Schilling cf0abe7fce
Merge pull request #54011 from nextcloud/3rdparty-aws-diet
chore(3rdparty): remove unused aws services
2025-07-22 21:06:31 +07:00
Andy Scherzinger 5c82616166
Merge pull request #54037 from nextcloud/fix/taskprocessingcontroller-errorhandling
fix(TaskProcessingApiController): Improve error handling
2025-07-22 15:49:25 +07:00
Daniel Kesselberg 9bbbd11191
fix(imip): group messages by logging principal and uri as context
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2025-07-22 15:33:24 +07:00
John Molakvoæ 51a09438bf
Merge pull request #53983 from nextcloud/fix/files-new-folder
fix(files): new folder icon color
2025-07-22 12:36:19 +07:00
Marcel Klehr e2449bca6f fix(TaskProcessingApiController): Improve error handling
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
2025-07-22 11:21:17 +07:00
Nextcloud bot 12685d6d5e
fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-07-22 00:12:30 +07:00
Kate 263a276dbd
Merge pull request #53922 from nextcloud/fix/noid/fed-share-on-local-reshare 2025-07-21 19:01:47 +07:00
Kate cb7cab56b4
Merge pull request #54019 from nextcloud/fix/app-discover-section-media 2025-07-21 18:58:02 +07:00
Maxence Lange fab6d92f30 feat(federated-share): forward notification only on remote reshare
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
2025-07-21 13:37:33 +07:00
nextcloud-command 940e1ad499 chore(assets): Recompile assets
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2025-07-21 13:18:41 +07:00
skjnldsv 7a893104a2 fix(files): new folder icon color
Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
2025-07-21 13:10:01 +07:00
Maxence Lange 30fb9e3c5a
Merge pull request #54007 from nextcloud/fix/noid/no-lazy-loading-on-isBypassListed
fix(bruteforce): limit appconfig lazy loading
2025-07-21 12:03:15 +07:00
Daniel Kesselberg bf5629f83c
chore(3rdparty): remove unused aws services
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2025-07-21 14:46:09 +07:00
Joas Schilling 4954fbc3bd
Merge pull request #54017 from nextcloud/chore/codeowners/caldav-carddav
chore(codeowners): add codeowners for calendar and contacts impl
2025-07-21 14:19:52 +07:00
Joas Schilling d9e0216b2b
Merge pull request #53986 from nextcloud/bugfix/53985/trigger-update-for-autodisabled-local-apps
fix(update): Correctly trigger update for auto-disabled local apps
2025-07-21 14:09:22 +07:00
Ferdinand Thiessen 074b994218
fix(settings): verify source of app-discover media
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2025-07-21 14:06:47 +07:00
Daniel Kesselberg 771859b29d
chore(codeowners): add codeowners for calendar and contacts impl
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2025-07-21 13:17:07 +07:00
Kate a1f4b59997
Merge pull request #54003 from nextcloud/enh/noid/appconfig-get-fast-keys 2025-07-21 12:27:42 +07:00
Maxence Lange 484491e7cc fix(bruteforce): limit appconfig lazy loading
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
2025-07-20 00:49:11 +07:00
Nextcloud bot dc48b6b9ac
fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-07-20 00:12:51 +07:00