Leonardo Dias
|
16d6b26c63
|
fix: wrong password length validation when registering a new user or resetting password (#247)
#244
Co-authored-by: leo2d <contato.leonardod@yahoo.com>
|
2021-06-03 07:16:32 -05:00 |
|
Joseph Milazzo
|
ecc399b32a
|
Fixed #204. Raised max password to 32 characters (#205)
|
2021-05-09 11:26:22 -05:00 |
|
Joseph Milazzo
|
af35d8aad5
|
Cleanup of lazy loading code. Made some DTOs use init rather than set to keep it clean.
|
2021-03-12 13:20:08 -06:00 |
|
Joseph Milazzo
|
a057e3ce1d
|
Lots of bug fixes around publishing and handling weird cases on a real manga library. Implemented ability to have Volumes number 0 aka just latest chapters. Refactored DirectoryService code for scanning into it's own service. Lots of debug code, will be cleaned up later.
|
2021-01-23 17:44:48 -06:00 |
|
Joseph Milazzo
|
13ed323949
|
Added new API for getting Member (aka Users but for use in FE). User is just used for login/registering.
|
2020-12-14 14:33:09 -06:00 |
|
Joseph Milazzo
|
5da41ea6f3
|
Added User with ability to login and register. By default, user is not an admin. DTO expects an integer and will convert to Boolean.
|
2020-12-13 16:07:25 -06:00 |
|
Joseph Milazzo
|
2b521924d0
|
Setup basic code for login.
|
2020-12-12 20:14:56 -06:00 |
|