immich/server/src
Jordan Brock 79c4c00f70
feat(web): tag renaming v2 (#27909)
* implement updated rename tag feature

* Fix tag update handler

* Ensure toast displays updated tag name

* Ensure toast displays updated tag name

* Handle updates to tag closure table, prevent slash in API filename, test case updates

* delete child tags on parent delete

* Update frontend for better handling of nested tags

* pr checklist fixes

* fix unit test for tag controller

* Hide path for top-level tags

* regenerate SQL files

* name updates optional for tag update operations

* e2e tests for new tag api changes

* changes from code review, additional test coverage

* test fixes, web component refactor

* test assets

* test asset updates

* open-api rebuild

* update unit tests

* fix tag dto tests

* Update web/src/lib/modals/TagEditModal.svelte

Fix missing color bug

Co-authored-by: Ray <3608878+Pecacheu@users.noreply.github.com>

* fix tag e2e test

* remove closure table bug fixes

* remove nullish from tag name update schema

* regenerate openapi and sql

* fix test and e2e test

* simplify tag repository update process

* minor fix and sql regenerate

* fix tests, regen open-api, update dto

* Remove unused function

* Remove accidental test asset ref

* re-add test assets

* pin submodule to main branch commit

* Update test cases based on feedback

* Server fixes based on feedback

* regenerate sql

---------

Co-authored-by: Ray <3608878+Pecacheu@users.noreply.github.com>
2026-08-21 14:55:11 -04:00
..
bin chore(deps): update dependency eslint-plugin-unicorn to v70 - abandoned (#29684) 2026-07-20 23:47:14 -04:00
commands feat: password invalidate sessions (#30125) 2026-07-22 12:09:05 -04:00
controllers feat(web): tag renaming v2 (#27909) 2026-08-21 14:55:11 -04:00
cores feat: cluster groups (#30739) 2026-08-20 20:03:00 +02:00
dtos feat(web): tag renaming v2 (#27909) 2026-08-21 14:55:11 -04:00
emails fix(docs): add & fix missing alt text to store badge images (#24637) 2025-12-19 09:00:31 -06:00
maintenance chore(server): remove unused code (#30772) 2026-08-14 16:58:14 -04:00
middleware chore: single line block comments (#30852) 2026-08-18 17:55:26 +02:00
queries feat(web): tag renaming v2 (#27909) 2026-08-21 14:55:11 -04:00
repositories feat(web): tag renaming v2 (#27909) 2026-08-21 14:55:11 -04:00
schema feat: cluster groups (#30739) 2026-08-20 20:03:00 +02:00
services feat(web): tag renaming v2 (#27909) 2026-08-21 14:55:11 -04:00
utils feat: asset file apis (#25900) 2026-08-21 13:55:25 +00:00
workers feat: restore database backups (#23978) 2026-01-20 09:22:28 -06:00
app.common.ts feat(server): added backchannel logout api endpoint (#26235) 2026-04-17 18:45:33 +00:00
app.module.ts chore(deps): update dependency eslint-plugin-unicorn to v70 - abandoned (#29684) 2026-07-20 23:47:14 -04:00
constants.ts feat: asset file apis (#25900) 2026-08-21 13:55:25 +00:00
database.ts feat: cluster groups (#30739) 2026-08-20 20:03:00 +02:00
decorators.ts chore: single line block comments (#30852) 2026-08-18 17:55:26 +02:00
enum.ts feat: asset file apis (#25900) 2026-08-21 13:55:25 +00:00
main.ts chore(deps): update dependency eslint-plugin-unicorn to v70 - abandoned (#29684) 2026-07-20 23:47:14 -04:00
types.ts feat: cluster groups (#30739) 2026-08-20 20:03:00 +02:00
validation.spec.ts fix(server): unicode email validation (#30871) 2026-08-19 16:40:10 -04:00
validation.ts fix(server): unicode email validation (#30871) 2026-08-19 16:40:10 -04:00