Commit Graph

129 Commits

Author SHA1 Message Date
Dominic Villemure
4da28344f4 Remove portraitUrl -> replaced by ProfilePictureUrl
Removed duplicate ContentStore connectionString
2024-07-04 21:12:46 -04:00
Dominic Villemure
4a0502488e Merged with master 2024-07-04 20:50:20 -04:00
Dominic Villemure
8432301b35 Merge remote-tracking branch 'origin/master' into feature/update-current-user
# Conflicts:
#	src/Infrastructure/Data/ApplicationDbContextInitializer.cs
2024-07-04 20:48:35 -04:00
Dominic Villemure
3558952634 merged 2024-07-04 20:47:07 -04:00
Dominic Villemure
fb5f925976 Merge remote-tracking branch 'origin/feature/update-current-user' into feature/update-current-user
# Conflicts:
#	src/Application/Common/Interfaces/IIdentityService.cs
#	src/Application/Common/Models/Result.cs
#	src/Application/Common/Models/UserModel.cs
#	src/Application/Users/Commands/UpdateCurrentUserCommand.cs
#	src/Application/Users/Models/SocialNetworksModel.cs
#	src/Application/Users/Queries/GetCurrentUser/GetCurrentUser.cs
#	src/Application/Users/Queries/GetCurrentUser/UserDto.cs
#	src/Infrastructure/Identity/ApplicationUser.cs
#	src/Infrastructure/Identity/IdentityService.cs
#	src/Infrastructure/Utils/GenerateJwtToken.cs
#	src/Web/Controllers/GoogleController.cs
#	src/Web/Endpoints/UpdateMyUser.cs
2024-07-04 20:43:04 -04:00
Jonathan Bourdon
92d6c30350 Fix issue with GetContentsByUser 2024-07-02 04:29:52 -04:00
Jonathan Bourdon
29fe6b51c1 Normalization of route names 2024-07-02 04:05:37 -04:00
Jonathan Bourdon
eb2136083b Add GetCreatorByAlias and CreatorAlias to User 2024-07-02 03:41:15 -04:00
Jonathan Bourdon
bc2dc969ff Add content system 2024-07-02 00:23:14 -04:00
Jonathan Bourdon
82699dae41 Split Common from Messages 2024-07-01 23:42:55 -04:00
Jonathan Bourdon
adb1cebc73 WIP 2024-07-01 23:34:23 -04:00
Jonathan Bourdon
ecaaaaad33 Add PortraitUrl to User 2024-07-01 03:55:13 -04:00
Dominic Villemure
5282fcfd49 update-current-user WIP 2024-07-01 02:42:34 -04:00
Jonathan Bourdon
72e243cf84 Adds messages api 2024-07-01 02:42:34 -04:00
PascalMarchesseault
891597fb08 add MultiSubnetFailover=True 2024-07-01 02:42:34 -04:00
Jonathan Bourdon
f57b693cd9 Cleanup and more fixes 2024-07-01 02:42:34 -04:00
Jonathan Bourdon
d787535732 Add start-infrastructure script 2024-07-01 02:42:34 -04:00
Jonathan Bourdon
c1c542dc1a Add ignored appsettings.Development.json 2024-07-01 02:42:34 -04:00
Jonathan Bourdon
b17d2f2366 Fix login 2024-07-01 02:42:34 -04:00
Jonathan Bourdon
390bf0b72a Fix some endpoints in web.http 2024-07-01 02:42:34 -04:00
Jonathan Bourdon
128e68f63f Just cleanup 2024-07-01 02:42:34 -04:00
Jonathan Bourdon
1725008211 Fix issue with missing configuration for Facebook or Google 2024-07-01 02:42:34 -04:00
Jonathan Bourdon
006a566b93 Cleanup of appsettings files 2024-07-01 02:42:34 -04:00
Dominic Villemure
d0aed33199 Merged PR 90: Added content type into main
Added content type
2024-07-01 03:41:37 +00:00
Dominic Villemure
9481840244 Added content type 2024-06-30 23:40:57 -04:00
Dominic Villemure
cde50d77c7 Merged PR 88: UpdateCurrentUser into Main 2024-06-30 19:53:02 +00:00
Dominic Villemure
041b8178ac Mapping + changed Phone to PhoneNumber 2024-06-30 15:48:26 -04:00
Dominic Villemure
90d76c32ce Add storedDataUrls to GetCurrentUser 2024-06-30 12:39:24 -04:00
Dominic Villemure
2603582286 Added profile ProfileColors and Profile images 2024-06-30 12:35:14 -04:00
Dominic Villemure
0e318eae32 update-current-user WIP 2024-06-29 22:45:17 -04:00
Dominic Villemure
3c36d9bd40 Merged PR 82: #67 added blob storage service + endpoints for profile picture. WIP
#67 added blob storage service + endpoints for profile picture. WIP

Related work items: #67
2024-06-30 01:05:12 +00:00
Jonathan Bourdon
623972bc36 Adds messages api 2024-06-27 12:40:14 -04:00
PascalMarchesseault
97a2c296f1 add MultiSubnetFailover=True 2024-06-25 23:22:39 -04:00
Jonathan Bourdon
81e9290989 Cleanup and more fixes 2024-06-25 23:22:35 -04:00
Jonathan Bourdon
ba35e3228e Add start-infrastructure script 2024-06-25 23:22:19 -04:00
Jonathan Bourdon
5231d44b13 Add ignored appsettings.Development.json 2024-06-25 23:22:19 -04:00
Jonathan Bourdon
499a945036 Fix login 2024-06-25 23:22:19 -04:00
Jonathan Bourdon
310cfdfeb9 Fix some endpoints in web.http 2024-06-25 23:22:19 -04:00
Jonathan Bourdon
6307ea45e5 Just cleanup 2024-06-25 23:22:19 -04:00
Jonathan Bourdon
9a360dc407 Fix issue with missing configuration for Facebook or Google 2024-06-25 23:22:19 -04:00
Jonathan Bourdon
73b43c80cb Cleanup of appsettings files 2024-06-25 23:22:19 -04:00
Dominic Villemure
ab88511f22 #67 added blob storage service + endpoints for profile picture. WIP 2024-06-23 20:24:15 -04:00
Dominic Villemure
0a9c3ec94c Merged PR 39: Oauth with google 2024-06-16 15:02:21 +00:00
Dominic Villemure
568a5c99ca oauth fixes to be able to use vault for env vars 2024-06-16 11:00:40 -04:00
Dominic Villemure
3902511e68 Merge remote-tracking branch 'origin/master' into feature/oauth
# Conflicts:
#	src/Web/Endpoints/Users.cs
2024-06-16 10:03:00 -04:00
Dominic Villemure
1c6fbed405 Merged PR 79: config for stripe api key
config for stripe api key
2024-06-16 14:00:44 +00:00
Dominic Villemure
d4c88d2f15 config for stripe api key 2024-06-16 10:00:15 -04:00
Dominic Villemure
b37e8a43f1 Merged PR 78: #58 added owned entity for SocialNetworks that belongs to an ApplicationUser
#58 added owned entity for SocialNetworks that belongs to an ApplicationUser

Related work items: #58
2024-06-12 04:33:16 +00:00
Dominic Villemure
108d5424a4 #58 continue using Reflection to get configurations 2024-06-11 20:20:51 -04:00
Dominic Villemure
47fb3caa0d #58 added owned entity for SocialNetworks that belongs to an ApplicationUser 2024-06-11 20:14:36 -04:00