Commit Graph

66 Commits

Author SHA1 Message Date
6dc83ff9bd Ensure creator related blobs are stored in the creator container 2024-09-04 22:08:02 -04:00
3e341e0019 Adds ChangePortrait for User 2024-09-04 13:52:47 -04:00
f12418bc79 Adds edition of user profile 2024-09-03 20:59:43 -04:00
Jonathan Bourdon
8f0ed2644b Adds ChangeBanner for Creators 2024-08-05 16:32:00 -04:00
Jonathan Bourdon
2b30e1a03c Split creators out of identity 2024-08-03 04:17:04 -04:00
Jonathan Bourdon
bbcc7a8a33 Adds multiple media urls for content 2024-07-31 17:38:58 -04:00
Jonathan Bourdon
0faf5a9a0e Adds user Alias. Make StoredDataUrls optionals. 2024-07-22 00:42:27 -04:00
Dominic Villemure
9621ddb85e Merged PR 99: Add-logs-for-blob-storage-calls and verify file type and size into master 2024-07-20 16:49:33 +00:00
Jonathan Bourdon
997cbe2ddc Adds CreatorAlias User responses 2024-07-20 01:09:45 -04:00
Dominic Villemure
9a884d78b6 Dont check contentType before we know if the url is provided 2024-07-10 01:56:06 -04:00
Dominic Villemure
d2c6209954 Force contentType from the headers to be .png, .jpeg or .jpg 2024-07-10 01:38:27 -04:00
Dominic Villemure
86c9fb51fa Logs for blob storage and some improvements 2024-07-09 23:45:51 -04:00
Jonathan Bourdon
25ea9b50c7 Remove sample 'weather' endpoint 2024-07-09 15:24:58 -04:00
Dominic Villemure
b80374649b Renamed minimalUser to user 2024-07-05 00:15:54 -04:00
Dominic Villemure
cb55989c71 Fix some update / upload stuff with images. Added more info to minimalUser 2024-07-05 00:13:26 -04:00
Dominic Villemure
4da28344f4 Remove portraitUrl -> replaced by ProfilePictureUrl
Removed duplicate ContentStore connectionString
2024-07-04 21:12:46 -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
eb2136083b Add GetCreatorByAlias and CreatorAlias to User 2024-07-02 03:41:15 -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
Jonathan Bourdon
b17d2f2366 Fix login 2024-07-01 02:42:34 -04:00
Jonathan Bourdon
128e68f63f Just cleanup 2024-07-01 02:42:34 -04:00
Dominic Villemure
9481840244 Added content type 2024-06-30 23:40:57 -04: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
Jonathan Bourdon
623972bc36 Adds messages api 2024-06-27 12:40:14 -04:00
Jonathan Bourdon
499a945036 Fix login 2024-06-25 23:22:19 -04:00
Jonathan Bourdon
6307ea45e5 Just cleanup 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
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
6f76cb2084 #oauth changed GoogleController for the jwt flow ( using a common token if we connect from our app or from google ) 2024-06-09 23:44:37 -04:00
PascalMarchesseault
48dcae22a3 Merge - Geminimal & CreatorInfo 2024-06-09 23:03:33 -04:00
Dominic Villemure
ac87aeb4c4 Merge remote-tracking branch 'origin/master' into feature/oauth
# Conflicts:
#	src/Application/Common/Interfaces/IIdentityService.cs
#	src/Application/Users/Commands/CreateUser.cs
#	src/Infrastructure/Identity/IdentityService.cs
#	src/Infrastructure/Services/UserService.cs
#	src/Web/Program.cs
2024-06-09 18:05:49 -04:00
PascalMarchesseault
1c277f530d Ajout de PublicCreatorInfo 2024-06-08 12:03:20 -04:00
Dominic Villemure
4a5abf59eb added findByUserNameAsync to the interface and service 2024-06-06 18:04:42 -04:00
Dominic Villemure
c31b3a2e71 #48 added basic role features and some cleanUp 2024-06-02 15:59:17 -04:00
Dominic Villemure
d5048d3a06 #48 cleaned userService. We will use IdentityService only 2024-06-02 14:45:28 -04:00
Dominic Villemure
5cdfd9c639 #27 more info to myUser and userTransactions 2024-05-18 00:04:10 -04:00
Kamigen
4fba9e2a0a Merge master to feature/oauth 2024-05-14 17:40:31 -04:00
Dominic Villemure
5161e3a91a #27 get last receipt, get minimalUser, get my user 2024-05-12 16:40:24 -04:00
Dominic Villemure
e3eed8adeb #27 remove using 2024-05-09 21:59:01 -04:00
Dominic Villemure
c06c3039e8 #27 not needed stripe in application 2024-05-09 21:58:21 -04:00
Dominic Villemure
4f97f8ad25 #27 added more info to transaction + callback from stripe 2024-05-09 18:00:42 -04:00
Kamigen
025195627c Test: Integrated google auth 2024-04-29 18:30:04 -04:00
Kamigen
04f1ac1f60 Merge branch 'master' into feature/oauth 2024-04-28 19:19:28 -04:00