|
|
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 |
|
|
|
a2c1ab8567
|
160. Adding users to the table (#21)
|
2021-09-20 18:25:02 +03:00 |
|
|
|
d2cf5d79b8
|
159. Fetching users (#21)
|
2021-09-20 18:02:47 +03:00 |
|
|
|
3b1f4df55a
|
158. Adding user table template (#21)
|
2021-09-20 16:55:41 +03:00 |
|
|
|
c49481f3c9
|
157. Adding tab name - Part 2 - tab template (#21)
|
2021-09-20 16:29:30 +03:00 |
|
|
|
c0ce9d4863
|
156. Adding tab name - Part 1 - BehaviorSubject (#21)
|
2021-09-20 16:29:29 +03:00 |
|
|
|
95d13c57b3
|
155. Adding page header (#21 Section 22: User Page - Display User Info)
|
2021-09-20 16:09:35 +03:00 |
|
|
|
1b93325fcc
|
154. Test register (#20)
|
2021-09-20 14:57:20 +03:00 |
|
|
|
1c704ba9f1
|
153. Register component (#20)
|
2021-09-20 12:55:33 +03:00 |
|
|
|
b7f4b8f965
|
152. Register template (#20 Section 21: Register Page)
|
2021-09-20 12:00:07 +03:00 |
|
|
|
53acf81262
|
151. Test login - Part 4 - externalize enabled CORS origins (#18)
|
2021-09-19 22:41:21 +03:00 |
|
|
|
18cb20083a
|
150. Test login - Part 3 - CORS enabled (#18)
|
2021-09-19 12:44:25 +03:00 |
|
|
|
1d0f76e6e6
|
148. Adding notification styles and tag element (#18)
|
2021-09-19 12:09:06 +03:00 |
|
|
|
da8746c0d2
|
147. Test login - Part 1 (#18)
|
2021-09-19 11:49:32 +03:00 |
|
|
|
7aa57aecbf
|
refactored login endpoint to reduce DB calls (#19, #18)
|
2021-09-18 09:28:43 +03:00 |
|
|
|
b79e9cbda9
|
modified User to do not serialize id (#19, #18)
|
2021-09-18 08:43:00 +03:00 |
|
|
|
679d13abad
|
modified User to do not serialize password (#19, #18)
|
2021-09-18 08:39:02 +03:00 |
|
|
|
e891ef29a1
|
modified backend @PostMapping("login") endpoint to return User (#19, #18)
|
2021-09-18 08:34:01 +03:00 |
|
|
|
efad81dda5
|
145. Login template - final (#18)
|
2021-09-17 21:48:35 +03:00 |
|
|
|
c0cbe7fa5a
|
144. Adding header type (#18)
|
2021-09-17 21:24:01 +03:00 |
|
|
|
ca40d4cc4a
|
143. Login component - Unsubscribe (#18)
|
2021-09-17 21:12:58 +03:00 |
|
|
|
13b6537c9c
|
142. Login component - HttpErrorResponse (#18)
|
2021-09-17 21:09:52 +03:00 |
|
|
|
892428a2d0
|
141. Login component - success HttpResponse (#18)
|
2021-09-17 21:02:43 +03:00 |
|
|
|
2028ece759
|
140. Login component - grab token (#18)
|
2021-09-17 20:30:16 +03:00 |
|
|
|
f32e9c6dc9
|
139. Login component - test if user is logged in already (#18)
|
2021-09-17 19:39:16 +03:00 |
|
|
|
d447189705
|
138. Login template - font awesome import and custom styles (#18)
|
2021-09-17 19:21:03 +03:00 |
|
|
|
f019ef4271
|
137. Login template - base template and bootstrap import (#18 Section 20: Login Page)
|
2021-09-17 18:58:12 +03:00 |
|
|
|
6f3971ea45
|
136. Adding router outlet (#17)
|
2021-09-17 17:50:26 +03:00 |
|
|
|
5e1159711b
|
135. Test routes (#17)
|
2021-09-17 17:32:46 +03:00 |
|
|
|
0357a5a88a
|
134.2. Configuring routes - config (#17)
|
2021-09-17 17:09:41 +03:00 |
|
|
|
42131d74a9
|
134.1. Configuring routes - generate app-routing.module (#17)
|
2021-09-17 16:58:29 +03:00 |
|
|
|
19535a9749
|
133. Generating component (#17 Section 19: HTML Template)
|
2021-09-17 16:25:13 +03:00 |
|
|
|
1b62198edb
|
Fixing default tests
|
2021-09-17 15:50:57 +03:00 |
|
|
|
26d823d486
|
131.3. Notify user to log in (#16)
|
2021-09-17 15:38:46 +03:00 |
|
|
|
76d0b31b9d
|
131.2. Notification types - test NotificationService with types (#16)
|
2021-09-17 15:32:43 +03:00 |
|
|
|
f3156a634a
|
131.1. Notification types (#16)
|
2021-09-17 15:31:59 +03:00 |
|
|
|
279e7178ee
|
130. Creating notification service (#16)
|
2021-09-17 14:54:47 +03:00 |
|
|
|
fd84681347
|
129. Configure notification module (#16)
|
2021-09-17 13:58:05 +03:00 |
|
|
|
490f56116c
|
128.2. Creating notification module - modified default config (#16)
|
2021-09-17 13:55:26 +03:00 |
|
|
|
174326ab3e
|
128.1. Creating notification module - ng generate module (#16 Section 18: Notification)
|
2021-09-17 13:47:22 +03:00 |
|
|
|
7aedfe5ea7
|
126. Configure Guard (#15)
|
2021-09-17 10:06:57 +03:00 |
|
|
|
2fb286ac00
|
125. Creating Guard (#15)
|
2021-09-17 10:05:16 +03:00 |
|
|
|
5d0eae9a3c
|
124. Generating Guard (#15 Section 17: Guard)
|
2021-09-16 19:52:23 +03:00 |
|
|
|
f775040738
|
122. Configure HTTP Interceptor (#14)
|
2021-09-13 21:00:22 +03:00 |
|
|
|
188ee68e82
|
121. Testing Interceptor path match (#14)
|
2021-09-13 21:00:13 +03:00 |
|
|
|
b13c73ff24
|
120. Creating Interceptor (#14 Section 16: Interceptor)
|
2021-09-13 20:58:48 +03:00 |
|
|
|
22d922f3a0
|
118. Custom HTTP response mapping(#13)
|
2021-09-13 09:05:21 +03:00 |
|
|
|
03b6be2900
|
117. Creating form data (#13)
|
2021-09-13 09:05:10 +03:00 |
|
|
|
f05f9c836a
|
116. Adding user class properties (#13)
|
2021-09-12 22:13:25 +03:00 |
|
|
|
a62a6dab1d
|
115. Get users from local cache (#13)
|
2021-09-12 21:47:17 +03:00 |
|