Commit Graph

247 Commits

Author SHA1 Message Date
Art
209c0d6afe 31.1. Base components to decompose user.component (#31 Split user.component into several components) 2021-10-08 11:50:20 +03:00
Art
05b5a9fb0e #46 refactor to use ngClass and ngStyle 2021-10-08 11:50:05 +03:00
Art
fa29b7e4fe #45 reduce jar file size (use separate dependencies instead of aws-java-sdk) 2021-09-30 17:00:29 +03:00
Art
9aafa6bef5 44.4 Improve security by using more secure algorithm (#44) 2021-09-30 16:45:03 +03:00
Art
828d7b9896 44.3 Updated Jasypt version to 3.0.3 (#44) 2021-09-30 15:43:05 +03:00
Art
61fb3fba13 44.2 Jasypt initialization Refactoring (#44) 2021-09-30 14:33:05 +03:00
Art
006a032831 44.1 Jasypt dependency and made it work (#44 encrypt passwords using jasypt) 2021-09-30 14:08:12 +03:00
Art
5505377baa #43 Adjust ec2 iam role to have less permissions 2021-09-30 09:57:40 +03:00
Art
38614b3ade 38.6 Modified secrets in Secrets Manager (#38) 2021-09-29 23:27:18 +03:00
Art
cc44da8452 38.5 Refactoring Configuration to run in EC2 and PC with configured AWS credentials (#38) 2021-09-29 22:34:34 +03:00
Art
75bec1802e 38.4 Using Secrets Manager to store access keys (#38) 2021-09-29 15:51:44 +03:00
Art
0848a31436 38.3 Deploy backend with S3 storage profile (#38) 2021-09-29 13:36:56 +03:00
Art
70aebf53bb 38.2 Working with S3 (tutorial) - using aws-java-sdk (#38) 2021-09-29 11:12:56 +03:00
Art
ebcb900cdf 38.1 Extract Profile Image operation into separate ProfileImageService (#38 save profile images to S3) 2021-09-28 23:24:43 +03:00
Art
65b29ce2a1 27.7. Excluded current username from FormData (#27) 2021-09-28 21:06:26 +03:00
Art
84d8b264b9 27.6. Fixed refreshing arrows when getting all the users (#27) 2021-09-28 20:38:52 +03:00
Art
3236ecbf82 27.5. Fixed or excluded frontend tests (#27) 2021-09-28 17:26:29 +03:00
Art
9a3aa8b84c 27.4.3. Modified Frontend UserService to call PUT request to new endpoint URL (#27) 2021-09-28 17:25:39 +03:00
Art
da6d786574 27.4.2. Modified public URLs for getting profile image - frontend (#27) 2021-09-28 17:04:52 +03:00
Art
a1e5b6883e 27.4.1. Modified endpoints related to profile image - backend (#27) 2021-09-28 16:26:43 +03:00
Art
75517d4821 27.3.2. Modified endpoint update user - use userId instead of current username - frontend (#27) 2021-09-28 15:06:06 +03:00
Art
1046f352ab 27.3.1. Modified endpoint update user - use userId instead of current username - backend (#27) 2021-09-28 15:06:06 +03:00
Art
76cd81a731 27.2. Modified UserService to validate that user exists when getDefaultProfileImage method is invoked (#27) 2021-09-28 13:35:18 +03:00
Art
685fcf2136 27.1. Modify userId to be UUID instead of String (#27 refactor http calls to use userId instead of username or email) 2021-09-28 11:53:58 +03:00
Art
6a1a5301b7 #39 fix issue /user/image/1 - produces 404 without appropriate HttpResponse message 2021-09-28 10:01:23 +03:00
Art
9210e726bf Refactor error messages to be in lower case (#30) 2021-09-27 22:50:40 +03:00
Art
dd536c5bf1 #37 Fix error in String to Role conversion 2021-09-27 22:01:05 +03:00
Art
de952b2144 40.5 Testing frontend (#40) 2021-09-27 21:31:35 +03:00
Art
1e168df1d4 40.4 Deploy Application to docker-ec2 (#40) 2021-09-27 18:01:44 +03:00
Art
15c1b30dad 40.3. Modify Security Group for EC2 instance (#40) 2021-09-27 17:58:06 +03:00
Art
f34002cbdb 40.2. Configure Spring app (#40) 2021-09-27 17:56:07 +03:00
Art
459e996af4 40.1. Generate SelfSigned certificate (#40 Secure Communication with HTTPS - Spring Boot Backend) 2021-09-27 17:55:08 +03:00
Art
438c09bb35 36.2a Testing Backend HTTPS access with frontend (#36, #32) 2021-09-27 15:52:15 +03:00
Art
d4ad1e070b 36.2 Providing HTTPS access to the backend through Elastic LoadBalancer (ELB) and Amazon Certificate Manager (ACM) (#36, #32) 2021-09-27 15:45:35 +03:00
Art
a6eee3d2f2 36.1.a Create subdomain for Beanstalk environment (#36, #32) 2021-09-27 15:45:19 +03:00
Art
24e40f904c 36.1. Deploy backend into Elastic Beanstalk (#36, #32) 2021-09-27 10:08:09 +03:00
Art
df9836ef27 34.6 Persisting images to EC2 filesystem (#34, #32) 2021-09-26 16:12:36 +03:00
Art
947fe1da74 34.5 Logging remote docker (#34, #32) 2021-09-26 15:25:58 +03:00
Art
29de599fc4 34.4 Configure frontend to call new backend (#34, #32) 2021-09-26 14:57:02 +03:00
Art
b7e91fb427 34.3 Build and Run Docker image in Docker EC2 (#34, #32) 2021-09-26 10:32:15 +03:00
Art
962393ff4e 34.2. Allow Docker EC2 to Access RDS (#34, #32) 2021-09-26 10:29:10 +03:00
Art
a2f0c389de 34.1. Create EC2 Docker instance (#34 deploy backend into docker ec2 instance, #32) 2021-09-26 10:27:10 +03:00
Art
f6859d263b 35.2 deploy MySQL into AWS RDS - WITHOUT public access (#35, #32) 2021-09-25 23:12:33 +03:00
Art
72ff6e4c4d 35.1 deploy MySQL into AWS RDS - with public access (#35, #32) 2021-09-25 18:45:09 +03:00
Art
906b1c9620 deploy frontend into s3 bucket (#33, #32) 2021-09-25 17:31:09 +03:00
Art
f1001ce262 209. Testing in Production (#32) 2021-09-24 23:31:18 +03:00
Art
71016a4d35 208.2. Creating Unix Service - My impl (through service and with Env variable) (#32) 2021-09-24 23:26:26 +03:00
Art
39c721a31e 208.1. Creating Unix Service - GetArrays impl (without profile) (#32) 2021-09-24 18:29:31 +03:00
Art
61dcb2cc2a Sending Emails through AWS SES (#32) 2021-09-24 17:13:17 +03:00
Art
3ab2d50024 207. Deploying Angular Application (#32) 2021-09-24 14:53:16 +03:00