autobrr/internal
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
..
action feat(actions): qBittorrent add priority handling (#1315) 2023-12-25 22:39:31 +01:00
announce feat(definitions): add expectations for test lines (#1257) 2023-11-18 15:41:39 +01:00
api chore: add LICENSE GPLv2-or-later (#897) 2023-05-01 16:21:59 +02:00
auth feat(auth): change password and username (#1295) 2023-12-26 15:50:57 +01:00
client chore: add LICENSE GPLv2-or-later (#897) 2023-05-01 16:21:59 +02:00
config fix(config): log level change causes panic (#1296) 2023-12-02 17:23:08 +01:00
database feat(auth): change password and username (#1295) 2023-12-26 15:50:57 +01:00
domain feat(auth): change password and username (#1295) 2023-12-26 15:50:57 +01:00
download_client feat(clients): Transmission support seedtime and ratiolimit (#1211) 2023-10-31 00:38:23 +01:00
events chore: add LICENSE GPLv2-or-later (#897) 2023-05-01 16:21:59 +02:00
feed feat(feeds): add force run (#1243) 2023-11-18 21:54:53 +01:00
filter feat(filters): show enabled and disabled actions in list view (#1304) 2023-12-17 21:18:26 +01:00
http feat(auth): change password and username (#1295) 2023-12-26 15:50:57 +01:00
indexer refactor(indexers): ANT improve freeleech support (#1302) 2023-12-25 13:48:58 +01:00
irc fix(irc): improve IRC handler management (#1269) 2023-12-12 20:29:43 +01:00
logger feat(logs): show full log event (#1096) 2023-09-10 12:28:10 +02:00
mock chore: add LICENSE GPLv2-or-later (#897) 2023-05-01 16:21:59 +02:00
notification feat(notifications): add LunaSea support (#1284) 2023-12-15 23:13:44 +01:00
release feat(filters): show enabled and disabled actions in list view (#1304) 2023-12-17 21:18:26 +01:00
scheduler feat(feeds): add scheduled cleanup (#1073) 2023-09-02 22:44:28 +02:00
server chore: add LICENSE GPLv2-or-later (#897) 2023-05-01 16:21:59 +02:00
update chore: add LICENSE GPLv2-or-later (#897) 2023-05-01 16:21:59 +02:00
user feat(auth): change password and username (#1295) 2023-12-26 15:50:57 +01:00
utils chore: add LICENSE GPLv2-or-later (#897) 2023-05-01 16:21:59 +02:00