Commit Graph

225 Commits

Author SHA1 Message Date
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
Art
d272b01ff9 60. Authentication failure listener (#6) 2021-09-08 14:10:50 +03:00
Art
213ff93e55 59. Brute force attack cache - Guava LoadingCache Service Implementation (#6) 2021-09-08 13:40:21 +03:00
Art
142eae06df 58. Brute force attack cache - Service Interface (#6 Section 8: Brute Force Attack) 2021-09-08 13:38:30 +03:00
Art
ad785f05b1 55. User logging in test (#5) 2021-09-07 21:56:18 +03:00
Art
cebe382dbd 54. Logging in and generating JWT (#5 Section 7: Generate JWT) 2021-09-07 17:20:20 +03:00
Art
ca24902de6 51.2 Code clean up - fix (#4) 2021-09-07 15:48:37 +03:00
Art
02de28d4e5 51. Code clean up (#4) 2021-09-07 15:27:17 +03:00
Art
c4138f9ad3 50. User registration - Testing (#4) 2021-09-07 14:59:24 +03:00
Art
25a608615f 49. User registration - Register User Endpoint (#4) 2021-09-07 14:59:13 +03:00
Art
569321ffa8 48. User registration - Implementation (#4) 2021-09-07 14:58:49 +03:00
Art
3575245238 46. User registration - Interface (#4) 2021-09-07 10:14:22 +03:00
Art
066d72bdcd Refactored Exceptions to be Uncaught (#4) 2021-09-07 10:13:24 +03:00
Art
68ea97e0e0 45. User roles (#4) 2021-09-07 08:55:32 +03:00
Art
996f0fe1c1 44. User authorities (#4 Section 6: User Registration) 2021-09-07 00:19:05 +03:00
Art
b440fe8079 43.3 Override Spring default white label error - Way 3 - Error Endpoint (#3) 2021-09-07 00:03:53 +03:00
Art
78bc67f38f 43.2 Override Spring default white label error - Way 2 - Tomcat Server Page (#3) 2021-09-06 21:48:36 +03:00
Art
0a901fd4ed 43.1 Override Spring default white label error - Way 1 - Throw Exception (#3) 2021-09-06 21:42:47 +03:00
Art
cc3b56e448 42. Test custom exception handling (#3) 2021-09-06 17:07:10 +03:00
Art
d71878c59c 41. Custom exception handling - Part 3 (#3) 2021-09-06 16:25:18 +03:00
Art
411e67bb7d 40. Custom exception handling - Part 2 (#3) 2021-09-06 15:13:59 +03:00
Art
cefef9bd11 39. Custom exception handling - Part 1 (#3) 2021-09-06 14:58:22 +03:00
Art
a4975ddd82 38. Custom exception classes (#3 Section 5: Custom Exception Handling) 2021-09-06 14:36:09 +03:00
Art
7dfbf686e7 36.2 Test endpoint for security - correct JWT (#2) 2021-09-06 14:03:16 +03:00