autobrr/web/src/screens/settings
KaiserBh df2612602b
feat(auth): change password and username (#1295)
* feat(backend): added change password api endpoint.

* feat(web): added profile UI to change password.

I think we can change the username too, but I don't know if we should for now disabled the username field.

* refactor: don't leak username or password.

* refactor: protect the route.

* generic

* feat: add ChangeUsername

* fix(tests): speculative fix for TestUserRepo_Update

* Revert "feat: add ChangeUsername"

This reverts commit d4c1645002883a278aa45dec3c8c19fa1cc75d9b.

* refactor into 1 endpoint that handles both

* feat: added option to change username as well. :pain:

* refactor: frontend

* refactor: function names in backend

I think this makes it more clear what their function is

* fix: change to 2 cols with separator

* refactor: update user

* fix: test db create user

---------

Co-authored-by: Kyle Sanderson <kyle.leet@gmail.com>
Co-authored-by: soup <soup@r4tio.dev>
Co-authored-by: martylukyy <35452459+martylukyy@users.noreply.github.com>
Co-authored-by: ze0s <ze0s@riseup.net>
2023-12-26 15:50:57 +01:00
..
_components.tsx feat(auth): change password and username (#1295) 2023-12-26 15:50:57 +01:00
Account.tsx feat(auth): change password and username (#1295) 2023-12-26 15:50:57 +01:00
Api.tsx feat(web): migrate Tanstack Query to v5 (#1277) 2023-12-25 15:37:29 +01:00
Application.tsx feat(web): migrate Tanstack Query to v5 (#1277) 2023-12-25 15:37:29 +01:00
DownloadClient.tsx feat(web): migrate Tanstack Query to v5 (#1277) 2023-12-25 15:37:29 +01:00
Feed.tsx feat(web): migrate Tanstack Query to v5 (#1277) 2023-12-25 15:37:29 +01:00
index.ts feat(auth): change password and username (#1295) 2023-12-26 15:50:57 +01:00
Indexer.tsx feat(web): migrate Tanstack Query to v5 (#1277) 2023-12-25 15:37:29 +01:00
Irc.tsx feat(web): migrate Tanstack Query to v5 (#1277) 2023-12-25 15:37:29 +01:00
Logs.tsx feat(web): migrate Tanstack Query to v5 (#1277) 2023-12-25 15:37:29 +01:00
Notifications.tsx feat(web): migrate Tanstack Query to v5 (#1277) 2023-12-25 15:37:29 +01:00
RegexPlayground.tsx enhancement(web): ui overhaul (#1155) 2023-11-18 14:46:16 +01:00
Releases.tsx feat(web): migrate Tanstack Query to v5 (#1277) 2023-12-25 15:37:29 +01:00