Commit Graph

297 Commits

Author SHA1 Message Date
Art
7d0d25254d 206. Running in AWS (#32) 2021-09-24 13:30:25 +03:00
Art
c43a0dc24e 205. Configure Spring Boot Application (#32) 2021-09-24 13:30:08 +03:00
Art
6fa4759520 204. Configure EC2 instance - Part 2 - Install Java and MySQL (#32) 2021-09-23 21:59:06 +03:00
Art
a5685a04ea 203. Configure EC2 instance - Part 1 - Install httpd Apache server (#32) 2021-09-23 16:46:35 +03:00
Art
1ad18a90ae 202. Creating EC2 instance (#32 Section 30: Deployment) 2021-09-23 16:16:14 +03:00
Art
e4c868fd20 199. Unsubscribe using SubSink library (#29) 2021-09-23 15:38:19 +03:00
Art
e5cefa8623 197. Modifying UI by role - Part 3 (#29) 2021-09-23 14:56:10 +03:00
Art
6d44e944fe 196. Modifying UI by role - Part 2 (#29) 2021-09-23 10:50:35 +03:00
Art
43fed1a25a 195.2. Modifying UI by role - Part 1 - *ngIf (#29) 2021-09-22 22:42:29 +03:00
Art
8bf187f9de 195.1. Modifying UI by role - Part 1 - [hidden] (#29) 2021-09-22 22:27:08 +03:00
Art
f1e6fccf81 194. Getting current user role (#29) 2021-09-22 20:49:16 +03:00
Art
08e4aad34a 193. Mapping user roles (#29 Section 29: Security Management - Front End) 2021-09-22 20:16:13 +03:00
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
c45153fb45 185. Report upload progress - Part 3 (#26) 2021-09-22 15:27:29 +03:00
Art
1cc28049b5 184. Report upload progress - Part 2 (#26) 2021-09-22 15:09:37 +03:00
Art
db00d8e0bf 183. Report upload progress - Part 1 (#26) 2021-09-22 14:46:17 +03:00
Art
aeeb66b833 182. Update profile image back end call (#26) 2021-09-22 14:26:50 +03:00
Art
77e40c594f 181. Adding profile image form (#26) 2021-09-22 13:59:42 +03:00
Art
718a9c342f 180. Log out (#26) 2021-09-22 13:11:32 +03:00
Art
72a32b5d31 179. Update user / test user update (#26) 2021-09-22 12:30:24 +03:00
Art
c8d22c6b37 178. User profile template (#26 Section 27: User Page - Profile) 2021-09-22 12:06:57 +03:00
Art
36cc9a22c4 177.2. Fixing denied access to user management console for unauthenticated users by Guard (#25) 2021-09-21 23:05:51 +03:00
Art
f8ce75d285 177.1. Test reset password (#25) 2021-09-21 22:57:48 +03:00
Art
5708dda25e 176. Reset password back end call (#25 Section 26: User Page - Reset Password) 2021-09-21 22:22:49 +03:00
Art
cf3474f32e 174. Delete user back end call (#24 Section 25: User Page - Delete User) 2021-09-21 21:20:30 +03:00
Art
6a4f3498c7 173. Test edit user - CORS modified -> enabled PUT method (#23) 2021-09-21 20:56:10 +03:00
Art
49e705ff31 172. Edit user back end call (#23) 2021-09-21 20:52:24 +03:00
Art
72a3336e14 171. Open edit model logic (#23 Section 24: User Page - Edit User) 2021-09-21 18:55:48 +03:00
Art
6300e95650 170.2 Search user list - refactor ngModelChange (#22) 2021-09-21 17:36:33 +03:00
Art
61ca6f6325 170. Search user list - Implementation with ngModelChange (#22) 2021-09-21 16:58:46 +03:00
Art
7beb017f98 169. Search user list - My Implementation (#22) 2021-09-21 16:46:16 +03:00
Art
8c60c2b1e9 Modified user.component and user.service to be able to use default profile image (#22) 2021-09-21 16:02:15 +03:00
Art
78c3c05be2 Refactored UserDto to use isNotLocked field instead of isNonLocked (#22) 2021-09-21 15:19:23 +03:00
Art
6573cef24d 167. Refactor and test adding new user (#22) 2021-09-21 14:53:41 +03:00
Art
1e9a90ad40 166. Saving new user (#22) 2021-09-21 12:00:38 +03:00
Art
5222961c68 165. Getting profile image and click save button (#22) 2021-09-21 10:52:53 +03:00
Art
3944b43cfa 164. Understanding file change event (#22) 2021-09-21 10:07:59 +03:00
Art
6ec90aa5c7 163. Adding new user form (#22 Section 23: User Page - Add a New User) 2021-09-21 09:41:41 +03:00
Art
9b981c6093 162. User info modal - Part 2 (#21) 2021-09-21 08:48:42 +03:00
Art
e5d4c17324 161. User info modal - Part 1 (#21) 2021-09-21 08:09:33 +03:00
Art
c331badb59 refactored getAllUsers in frontend to fetch all the users (using backend pagination) (#21) 2021-09-20 18:48:36 +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
a2c1ab8567 160. Adding users to the table (#21) 2021-09-20 18:25:02 +03:00
Art
d2cf5d79b8 159. Fetching users (#21) 2021-09-20 18:02:47 +03:00
Art
3b1f4df55a 158. Adding user table template (#21) 2021-09-20 16:55:41 +03:00
Art
c49481f3c9 157. Adding tab name - Part 2 - tab template (#21) 2021-09-20 16:29:30 +03:00
Art
c0ce9d4863 156. Adding tab name - Part 1 - BehaviorSubject (#21) 2021-09-20 16:29:29 +03:00
Art
95d13c57b3 155. Adding page header (#21 Section 22: User Page - Display User Info) 2021-09-20 16:09:35 +03:00
Art
1b93325fcc 154. Test register (#20) 2021-09-20 14:57:20 +03:00