Commit graph

24156 commits

Author SHA1 Message Date
Daniel Kesselberg
d0703e1057
chore: update transifex link
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2025-09-10 17:41:48 +02:00
Maksim Sukharev
8756d8e4fe
Merge pull request #15871 from nextcloud/fix/noid/focus-no-highlight 2025-09-10 09:20:16 +02:00
Nextcloud bot
73a5e23f44
fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-09-10 00:17:23 +00:00
dependabot[bot]
bc2a6fdfc4
Merge pull request #15875 from nextcloud/dependabot/npm_and_yarn/vite-7.1.5 2025-09-09 21:08:10 +00:00
dependabot[bot]
25c26d51d4
build(deps): Bump vite from 7.1.3 to 7.1.5
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 7.1.3 to 7.1.5.
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v7.1.5/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-version: 7.1.5
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-09-09 21:05:59 +00:00
Dorra
a11409643b
Merge pull request #15866 from nextcloud/fix/noid/forward-message
fix: reset thread details in forwarding a message
2025-09-09 20:08:23 +02:00
Dorra
4b39910147
Merge pull request #15867 from nextcloud/style/noid/reactions-menu
style(ReactionMenu): fix reactions to be shown in 2 lines
2025-09-09 20:07:02 +02:00
Dorra Jaouad
d4e244ec35 fix: reset thread details in forwarding a message
Signed-off-by: Dorra Jaouad <dorra.jaoued7@gmail.com>
2025-09-09 20:06:02 +02:00
Maksim Sukharev
f98ce145bb fix(MessagesList): ensure parent exists
- fix "Cannot read properties of null (reading 'parentElement')"

Signed-off-by: Maksim Sukharev <antreesy.web@gmail.com>
2025-09-09 18:32:30 +02:00
Maksim Sukharev
46818f57b6 fix(chat): do not highlight messages, if they're not focused
Signed-off-by: Maksim Sukharev <antreesy.web@gmail.com>
2025-09-09 18:20:10 +02:00
Maksim Sukharev
4cdec362c4 style(ReactionMenu): fix reactions to be shown in 2 lines
Signed-off-by: Maksim Sukharev <antreesy.web@gmail.com>
2025-09-09 12:12:08 +02:00
Maksim Sukharev
2290ec5f50
Merge pull request #15858 from nextcloud/fix/noid/search-provider-thread 2025-09-09 11:15:20 +02:00
Maksim Sukharev
4627c78655
Merge pull request #15863 from nextcloud/fix/15852/top-bar-tooltip 2025-09-09 11:08:10 +02:00
Maksim Sukharev
8dc64121fc fix(TopBar): adjust icon native title
Signed-off-by: Maksim Sukharev <antreesy.web@gmail.com>
2025-09-09 11:02:41 +02:00
Nextcloud bot
888a9b7406
fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-09-09 00:19:00 +00:00
Anna Larch
0d566d828c test: add search result thread test
Signed-off-by: Anna Larch <anna@nextcloud.com>
2025-09-08 21:22:25 +02:00
Maksim Sukharev
2cd430038c fix(SearchMessagesTab): route to thread from search results
Signed-off-by: Maksim Sukharev <antreesy.web@gmail.com>
2025-09-08 21:22:25 +02:00
Maksim Sukharev
04acbd7c76 fix(MessageSearch): add threadId attribute for thread messages
Signed-off-by: Maksim Sukharev <antreesy.web@gmail.com>
2025-09-08 21:22:25 +02:00
Anna
8745344b9a
Merge pull request #15861 from nextcloud/fix/noid/dont-transfer-sample-conversations
fix: Don't transfer sample rooms
2025-09-08 19:27:55 +02:00
Marcel Müller
23da7637c4 fix: Don't transfer sample rooms
Signed-off-by: Marcel Müller <marcel-mueller@gmx.de>
2025-09-08 19:04:53 +02:00
Maksim Sukharev
40d72faac6
Merge pull request #15838 from nextcloud/fix/noid/apply-media-state 2025-09-08 17:30:40 +02:00
Maksim Sukharev
780b577497 fix(call): apply selected device state after closing dialog in call
Signed-off-by: Maksim Sukharev <antreesy.web@gmail.com>
2025-09-08 17:27:22 +02:00
Grigorii K. Shartsev
a5cdec41ad
Merge pull request #15379 from nextcloud/build/extract-css
perf(frontend): extract CSS from JS
2025-09-08 16:36:25 +02:00
Anna
453e760613
Merge pull request #15842 from nextcloud/enh/noid/faster-available-tasktype-check
Use new lighter taskProcessingManager::getAvailableTaskTypeIds method
2025-09-08 13:10:05 +02:00
Maksim Sukharev
5bc90f9dbc
Merge pull request #15835 from nextcloud/fix/noid/virtual-list-performance
fix(RecycleScroller): reuse items for better performance
2025-09-08 12:43:57 +02:00
Grigorii K. Shartsev
f732d6ce5a
chore(stylelint): do not lint /css with bundled styles
Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
2025-09-08 12:29:44 +02:00
Grigorii K. Shartsev
a0cb9ee630
chore(frontend): ignore /css containing only compiled styles
Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
2025-09-08 12:29:43 +02:00
Grigorii K. Shartsev
1bfe691cb0
build(frontend): bundle icons
Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
2025-09-08 12:29:39 +02:00
Grigorii K. Shartsev
ecfcae18f8
build(publick-share-auth): bundle styles
Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
2025-09-08 12:14:20 +02:00
Grigorii K. Shartsev
2b14fafc9a
build(admin-settings): bundle styles
Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
2025-09-08 12:14:20 +02:00
Grigorii K. Shartsev
bd67ba6f23
build(unified-search): bundle styles
Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
2025-09-08 12:14:20 +02:00
Grigorii K. Shartsev
b72c8e18e1
build: extract CSS
Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
2025-09-08 12:14:20 +02:00
Grigorii K. Shartsev
16f0a38c09
build(dev-deps): add mini-css-extract-plugin
Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
2025-09-08 12:14:20 +02:00
Grigorii K. Shartsev
58d690008c
chore: rename talk-admin-settings.css to admin-settings.css
To avoid collision with built files

Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
2025-09-08 12:14:20 +02:00
Maksim Sukharev
5f12d3354d fix(RecycleScroller): reuse items for better performance
- key should not be set on direct children of RecycleScroller

Signed-off-by: Maksim Sukharev <antreesy.web@gmail.com>
2025-09-08 12:06:17 +02:00
Nextcloud bot
8b736413b0
fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-09-08 00:17:01 +00:00
Maksim Sukharev
01617696b1
Merge pull request #15851 from nextcloud/automated/noid/main-update-nextcloud-openapi
[main] Update Nextcloud OpenAPI types
2025-09-07 09:45:35 +02:00
nextcloud-command
50635d6e21 chore(ts): update OpenAPI types from core
Signed-off-by: GitHub <noreply@github.com>
2025-09-07 04:11:12 +00:00
github-actions[bot]
d9c1e9ebcd
Merge pull request #15849 from nextcloud/automated/noid/main-update-nextcloud-ocp
[main] Update nextcloud/ocp dependency
2025-09-07 03:13:04 +00:00
nextcloud-command
fdcb7673cc chore(dev-deps): Bump nextcloud/ocp package
Signed-off-by: GitHub <noreply@github.com>
2025-09-07 02:37:53 +00:00
Nextcloud bot
cf26c7672d
fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-09-07 00:18:15 +00:00
Joas Schilling
22f2a98197
Merge pull request #15847 from nextcloud/dependabot/github_actions/dot-github/workflows/actions/github-script-8.0.0
ci(deps): Bump actions/github-script from 7.0.1 to 8.0.0 in /.github/workflows
2025-09-06 07:56:08 +02:00
dependabot[bot]
5ea0a2771e
Merge pull request #15848 from nextcloud/dependabot/github_actions/dot-github/workflows/codecov/codecov-action-5.5.1 2025-09-06 02:07:22 +00:00
dependabot[bot]
be6b9a4dac
Merge pull request #15845 from nextcloud/dependabot/npm_and_yarn/nextcloud/sharing-0.3.0 2025-09-06 01:52:14 +00:00
dependabot[bot]
9f266c1f26
ci(deps): Bump codecov/codecov-action in /.github/workflows
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 5.5.0 to 5.5.1.
- [Release notes](https://github.com/codecov/codecov-action/releases)
- [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md)
- [Commits](fdcc847654...5a1091511a)

---
updated-dependencies:
- dependency-name: codecov/codecov-action
  dependency-version: 5.5.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-09-06 01:08:18 +00:00
dependabot[bot]
ae0500938b
ci(deps): Bump actions/github-script in /.github/workflows
Bumps [actions/github-script](https://github.com/actions/github-script) from 7.0.1 to 8.0.0.
- [Release notes](https://github.com/actions/github-script/releases)
- [Commits](60a0d83039...ed597411d8)

---
updated-dependencies:
- dependency-name: actions/github-script
  dependency-version: 8.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-09-06 01:08:13 +00:00
dependabot[bot]
bd7981d1fd
build(deps): Bump @nextcloud/sharing from 0.2.5 to 0.3.0
Bumps @nextcloud/sharing from 0.2.5 to 0.3.0.

---
updated-dependencies:
- dependency-name: "@nextcloud/sharing"
  dependency-version: 0.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-09-06 01:04:22 +00:00
Nextcloud bot
325295a051
fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-09-06 00:16:58 +00:00
Maksim Sukharev
44a9be8563
Merge pull request #15827 from nextcloud/dependabot/npm_and_yarn/vue/tsconfig-0.8.1
build(deps-dev): Bump @vue/tsconfig from 0.5.1 to 0.8.1
2025-09-05 17:27:52 +02:00
dependabot[bot]
ad24181f6a
Merge pull request #15831 from nextcloud/dependabot/npm_and_yarn/nextcloud/dialogs-7.0.0-rc.2 2025-09-05 14:26:49 +00:00