feat: add conversation tags - #17497
Merged
Merged
Conversation
9 tasks
Antreesy
force-pushed
the
feat/17368/conversation-categories
branch
from
March 29, 2026 09:56
ab0aa9c to
9fb109e
Compare
nickvergessen
force-pushed
the
feat/17368/conversation-categories
branch
from
April 22, 2026 15:05
e919e37 to
bbb1ecd
Compare
- allow users to organize conversations with custom tags - support reordering Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> Signed-off-by: Rikdekker <rik@shalution.nl> Signed-off-by: Joas Schilling <coding@schilljs.com> Signed-off-by: Maksim Sukharev <antreesy.web@gmail.com>
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com> Signed-off-by: Joas Schilling <coding@schilljs.com>
Signed-off-by: Maksim Sukharev <antreesy.web@gmail.com>
Antreesy
force-pushed
the
feat/17368/conversation-categories
branch
from
April 27, 2026 12:45
e2bcc99 to
d068816
Compare
Antreesy
marked this pull request as ready for review
April 27, 2026 12:46
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> Signed-off-by: Rikdekker <rik@shalution.nl> Signed-off-by: Maksim Sukharev <antreesy.web@gmail.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> Signed-off-by: Rikdekker <rik@shalution.nl> Signed-off-by: Maksim Sukharev <antreesy.web@gmail.com>
Signed-off-by: Maksim Sukharev <antreesy.web@gmail.com>
Antreesy
force-pushed
the
feat/17368/conversation-categories
branch
from
April 27, 2026 13:11
d068816 to
dda978b
Compare
11 tasks
mahibi
added a commit
to nextcloud/talk-android
that referenced
this pull request
Jul 27, 2026
Add the conversation-tags feature (server: nextcloud/spreed#17497) - gated behind the `conversation-tags` capability - Data layer: tagIds threaded through Conversation/ConversationModel/ ConversationEntity, Room migration v25→v26, new ConversationTag JSON models, Retrofit endpoints, and ConversationTagsRepository. - ConversationTagsViewModel owns tag CRUD/fetch/sheet state; tag filtering stays in ConversationsListViewModel. - UI: a horizontal FilterChip row above the conversation list, a "Tags" entry in the conversation long-press menu, an assign-tags bottom sheet, and a manage-tags bottom sheet (create/rename/delete/reorder). Only custom tags are assignable/editable, matching the web client's handling of the built-in favorites/other grouping tags. Assisted-by: Claude Code 2.1.205:claude-sonnet-5 Signed-off-by: Marcel Hibbe <dev@mhibbe.de>
mahibi
added a commit
to nextcloud/talk-android
that referenced
this pull request
Aug 6, 2026
Add the conversation-tags feature (server: nextcloud/spreed#17497) - gated behind the `conversation-tags` capability - Data layer: tagIds threaded through Conversation/ConversationModel/ ConversationEntity, Room migration v25→v26, new ConversationTag JSON models, Retrofit endpoints, and ConversationTagsRepository. - ConversationTagsViewModel owns tag CRUD/fetch/sheet state; tag filtering stays in ConversationsListViewModel. - UI: a horizontal FilterChip row above the conversation list, a "Tags" entry in the conversation long-press menu, an assign-tags bottom sheet, and a manage-tags bottom sheet (create/rename/delete/reorder). Only custom tags are assignable/editable, matching the web client's handling of the built-in favorites/other grouping tags. Assisted-by: Claude Code 2.1.205:claude-sonnet-5 Signed-off-by: Marcel Hibbe <dev@mhibbe.de>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
☑️ Resolves
AI (if applicable)
🖌️ UI Checklist
This feature introduces the ability to categorize and organize conversations using tags.
Users can now:
* View and manage their conversation tags.
* Create, edit, and delete custom tags.
* Assign multiple tags to conversations for organization.
* Reorder tags to customize their view.
🖼️ Screenshots / Screencasts
🏁 Checklist
🛠️ API Checklist
The backend now supports managing conversation tags and assigning them to specific rooms. Endpoints Available:
Tag Management:
Room Tag Assignment:
🏁 Checklist
docs/has been updated or is not required'conversation-tags'