Mika Bomm
|
00a6e5abc7
|
remove target x)
|
2024-10-04 17:26:52 +02:00 |
|
Mika Bomm
|
5800ef92c3
|
init commit for new backend written in rust
|
2024-10-04 17:23:19 +02:00 |
|
Mika Bomm
|
b2c1e2e744
|
add Todo and add findByEmail for later use in UserRepository.java
|
2024-09-22 12:34:55 +02:00 |
|
Mika Bomm
|
e15761eb39
|
change .env.example to implement JWT secrets
|
2024-09-22 12:28:36 +02:00 |
|
Mika Bomm
|
502a80df95
|
add comment to User.java with TODO
|
2024-09-22 12:26:44 +02:00 |
|
Mika Bomm
|
d1419fb897
|
fix typo
|
2024-09-22 12:25:02 +02:00 |
|
Mika Bomm
|
50aacf9cb6
|
extract password hashing into PasswordService.java
|
2024-09-22 12:24:30 +02:00 |
|
Mika Bomm
|
fbc24d309e
|
Split up UserDTO.java into UserRespondDTO.java and UserRequestDTO.java, this commit also includes a change to DocumentRequestDTO.java which now takes in a whole file in with MultipartFile
|
2024-09-06 20:57:31 +02:00 |
|
Mika Bomm
|
c37139287f
|
Updated/Introduced: 1. Spring security (currently disabled seen in SecurityConfig.java) 2. Renamed Coloumn names to be more aligned with best practices 3. Return DTO instead of User Object to request
|
2024-09-06 20:01:42 +02:00 |
|