vikunja/frontend/tests/e2e
kolaente ff01f8e859
feat(api-tokens): support title and scopes query parameters (#2143)
This allows external integrations to link directly to the API token creation page with pre-selected title and permission scopes. URLs can now use `?title=Name&scopes=group:perm,group:perm` format to pre-populate the form.

Example URL:
```
/user/settings/api-tokens?title=My%20Integration&scopes=tasks:create,tasks:delete,projects:read_all
```
2026-01-24 18:08:23 +00:00
..
filters fix(filter): correct filter autocomplete for project names with spaces (#2012) 2026-01-10 22:18:34 +01:00
misc feat: merge duplicate notifications (#2056) 2026-01-06 17:36:29 +00:00
project fix(frontend): prevent parent project field from jumping back when cleared (#2071) 2026-01-08 17:25:00 +01:00
sharing feat: migrate cypress e2e tests to playwright (#1739) 2025-11-27 16:34:48 +01:00
task fix(editor): make sure checkbox lists are unique (#2007) 2025-12-19 17:12:31 +01:00
user feat(api-tokens): support title and scopes query parameters (#2143) 2026-01-24 18:08:23 +00:00