Commit Graph

65 Commits

Author SHA1 Message Date
8bc50f8135 Removing duplicated lines - wip 2025-06-19 00:30:16 +02:00
e1a249c07a Adding crud operations for users 2025-06-17 23:08:21 +02:00
56a7e76785 Fixed password generation 2025-06-17 21:01:57 +02:00
11a9696bdd Fixing security hotspots + issues 2025-06-17 19:47:56 +02:00
ad1909ef57 Minor fixes 2025-06-17 00:11:14 +02:00
1877c29e68 Fixing user password generation/validation - wip 2025-06-17 00:01:29 +02:00
14d9b45413 Added strong password validation 2025-06-16 22:43:02 +02:00
Caterina Simona Pastore
79549bea05 Sprint 5 (#28) 2025-05-28 00:10:38 +02:00
c9390479bb Adding tests 2025-03-26 23:43:44 +01:00
82d5ede421 Fixing coverage - user 2025-03-23 23:43:45 +01:00
b7398fd910 tests 2025-03-23 23:34:54 +01:00
030882f3e1 Fixing test coverage for CreateUserAsync 2025-03-23 22:37:10 +01:00
9d2b2405d5 Changed CreateUserAsync to avoid silent transaction failure - 2 2025-03-23 22:05:32 +01:00
39e856f522 Changed await 2025-03-23 20:56:48 +01:00
64f4cdc85e Changed CreateUserAsync to avoid silent transaction failure 2025-03-23 20:46:11 +01:00
8b5b3a198f Revert "Fixing coverage"
This reverts commit e5a3e6fdcf.
2025-03-23 20:19:31 +01:00
e5a3e6fdcf Fixing coverage 2025-03-23 19:50:32 +01:00
db37ebbdce Adding tests for users and roles 2025-03-17 23:34:52 +01:00
e7b3acb91e Fixing tests for UserController 2025-03-17 20:30:11 +01:00
5bc75de87c Adding tests for UserController 2025-03-17 00:33:19 +01:00
f6cd629fe2 Minor fixes for CreateUser 2025-03-16 23:26:15 +01:00
18e713153b Adding role creation during startup + minor fixes in tests 2025-03-16 22:41:44 +01:00
7f5178883d Fixing issues 2025-03-15 17:44:39 +01:00
bd175da738 Fixed JwtAuthorizationAttribute + tests 2025-03-15 17:31:13 +01:00
962de4df9e Adding index and max length to user tabel + minor fixes 2025-03-13 00:53:08 +01:00
61b9c732bc Adding user CRUD methods and controller + automapper 2025-03-13 00:19:29 +01:00
0b354988fd Adding SHA256 password encryption and password verify 2025-03-11 23:36:49 +01:00
78911eb877 Minor fixes 2025-03-04 00:55:30 +01:00
f73fe748ed Code refactoring + tests 2025-03-04 00:42:20 +01:00
433e97938d Added UserService tests 2025-03-03 21:45:22 +01:00
b2619f6acc Adding tests on models 2025-03-02 23:36:21 +01:00
505a2cb6cc Fixes + restored ModelState.IsValid 2025-03-02 20:19:15 +01:00
114e7c7c50 Improving code coverage - wip 2025-03-02 17:59:12 +01:00
0bf3e081fb Removed unused Moq package from MainProject 2025-03-01 20:48:05 +01:00
5591f6516b Adding AuthController tests - wip 2025-03-01 19:53:09 +01:00
d0cb4666d4 Fixing issues 2025-03-01 17:46:05 +01:00
7321ab2901 Fixing issues 2025-02-27 00:28:33 +01:00
fbf5ef8c16 Adding authentication and authorization flow 2025-02-27 00:12:41 +01:00
7926cf2f65 Minor fixes to remove issues 2025-02-26 22:52:27 +01:00
76779afd2e Adding authentication and authorization flow 2025-02-26 22:23:15 +01:00
810f23f814 Adding new tests 2025-02-21 13:21:06 +01:00
b26c553d12 Fixed multiple db contexts 2024-11-30 00:26:05 +01:00
0ab8d7f7d1 Fixing connection strings - wip 2024-11-29 22:23:40 +01:00
998a4d5ab9 Adding database configuration - wip 2024-09-05 01:52:07 +02:00
ada6967234 Minor fixes + changed debug launch.json file 2024-09-04 15:51:56 +02:00
ebf8237be6 Fixing dotnet coverage + minor fixes 2024-05-14 19:47:25 +02:00
277d6b99fd Fixing coverage - 8 2024-05-13 00:58:40 +02:00
bbfac5eb07 Changed method name 2024-05-13 00:27:36 +02:00
4663e10f96 Revert "Fixing coverage - 7"
This reverts commit b393abe948.
2024-05-13 00:26:17 +02:00
b393abe948 Fixing coverage - 7 2024-05-13 00:21:21 +02:00