Commit Graph

97 Commits

Author SHA1 Message Date
Art
7775a887ce 190. Only allow image files (#28) 2021-09-22 16:50:40 +03:00
Art
9c2bcafef9 188. Delete user image on delete user (#28 Section 28: Enhancement) 2021-09-22 16:10:09 +03:00
Art
aeeb66b833 182. Update profile image back end call (#26) 2021-09-22 14:26:50 +03:00
Art
6a4f3498c7 173. Test edit user - CORS modified -> enabled PUT method (#23) 2021-09-21 20:56:10 +03:00
Art
78c3c05be2 Refactored UserDto to use isNotLocked field instead of isNonLocked (#22) 2021-09-21 15:19:23 +03:00
Art
9d881a840f refactored backend tests to generate profileImageUrl in BaseTest with origin http://localhost:8080 and without default filename (#21) 2021-09-20 18:45:10 +03:00
Art
53acf81262 151. Test login - Part 4 - externalize enabled CORS origins (#18) 2021-09-19 22:41:21 +03:00
Art
18cb20083a 150. Test login - Part 3 - CORS enabled (#18) 2021-09-19 12:44:25 +03:00
Art
7aa57aecbf refactored login endpoint to reduce DB calls (#19, #18) 2021-09-18 09:28:43 +03:00
Art
b79e9cbda9 modified User to do not serialize id (#19, #18) 2021-09-18 08:43:00 +03:00
Art
679d13abad modified User to do not serialize password (#19, #18) 2021-09-18 08:39:02 +03:00
Art
e891ef29a1 modified backend @PostMapping("login") endpoint to return User (#19, #18) 2021-09-18 08:34:01 +03:00
Art
bfaf21efe4 112. Update profile image service call (#13) 2021-09-12 14:48:20 +03:00
Art
6995c763cb 91.2. Refactored delete method to use userId instead of id (#10) 2021-09-11 10:36:41 +03:00
Art
26c287fd29 91.1. Test delete (#10) 2021-09-11 10:16:59 +03:00
Art
1d058a367c 89.2. Test list - pagination. return page (#10) 2021-09-11 00:43:56 +03:00
Art
f9c8212bf7 89.1. Test list - pagination. return list (#10) 2021-09-11 00:25:41 +03:00
Art
5f34dc93c0 87. Test update (#10) 2021-09-11 00:23:20 +03:00
Art
2c34f08ae0 86.2. Test add - through Form Data (#10) 2021-09-10 23:18:27 +03:00
Art
693cf016c4 86.1. Test add - through RequestParam (#10 Section 12: API Test) 2021-09-10 23:17:55 +03:00
Art
199b96f654 81.2 Correct URL for default and custom profile image (#9) 2021-09-10 17:57:54 +03:00
Art
d411f0f1a5 81.1 Get user temporary profile image (#9) 2021-09-10 17:40:07 +03:00
Art
c632829374 80.2 Get user profile image - by userId (#9) 2021-09-10 16:11:57 +03:00
Art
1f14f925cf 80.1 Get user profile image - through username (#9) 2021-09-10 15:48:15 +03:00
Art
f64d9f7246 79.2 Update Profile Image of User (#9) 2021-09-10 14:08:57 +03:00
Art
b91f60ef51 79.1 Delete user (#9) 2021-09-09 23:26:46 +03:00
Art
c399d1cf8d 78.4 Reset Password (#9) 2021-09-09 23:17:11 +03:00
Art
e400f04a24 78.3 List all users (#9) 2021-09-09 23:02:43 +03:00
Art
0eedcf8269 78.2 Find user (#9) 2021-09-09 22:54:47 +03:00
Art
c1f3d53793 78.1 Update user (#9) 2021-09-09 22:54:12 +03:00
Art
beaab1d298 77.2. Validation (#9) 2021-09-09 21:24:15 +03:00
Art
6c4b06233d 77.1. Add new user (#9 Section 11: User Resource) 2021-09-09 20:23:05 +03:00
Art
bff1992842 74. User service implementation - Save profile image (#8) 2021-09-09 17:11:51 +03:00
Art
35fe1a39a2 73. User service implementation - update, delete, resetPassword (#8) 2021-09-09 15:45:43 +03:00
Art
83198982e3 72.4 User service implementation - Refactored UserDto to use Role instead of String (#8) 2021-09-09 15:10:59 +03:00
Art
4d9fae3b4e 72.3 User service implementation - addNewUser Testing (#8) 2021-09-09 14:43:42 +03:00
Art
8fd99f43ce 72.2 User service implementation - MapStruct UserMapper (#8) 2021-09-09 14:43:03 +03:00
Art
5688eb6b23 72.1 User service implementation - Add new user (#8) 2021-09-09 13:44:55 +03:00
Art
7d8c4f37a5 71. File Constant (#8) 2021-09-09 12:39:02 +03:00
Art
f461fc187b 70. User service (#8 Section 10: User Service) 2021-09-08 23:12:08 +03:00
Art
b5011e40b6 69. Refactoring with spring-boot-starter-mail (#7) 2021-09-08 22:31:23 +03:00
Art
f39c32e2c2 68. Test email notification (#7) 2021-09-08 21:12:28 +03:00
Art
36662c8eaf 67. Sending email (#7) 2021-09-08 20:17:38 +03:00
Art
904b356719 66. Email content (#7) 2021-09-08 20:17:17 +03:00
Art
dad5fedc9e 65. Email session (#7) 2021-09-08 17:41:12 +03:00
Art
a27f59246e 64. Email constants (#7 Section 9: Email Notification) 2021-09-08 17:13:01 +03:00
Art
65f971c326 Refactored Brute Force Detection Listeners (#6) 2021-09-08 16:49:59 +03:00
Art
4fbf0712e2 63. Test Brute force attack (#6) 2021-09-08 16:15:38 +03:00
Art
f65fe530e5 62. Validate user login (#6) 2021-09-08 15:26:22 +03:00
Art
6945bcef59 61. Authentication success listener (#6) 2021-09-08 14:11:04 +03:00