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
Pascal Marchesseault
aca7939e8d
Merged PR 76: Ajout de PublicCreatorInfo Backend
...
Ajout de PublicCreatorInfo dans le swagger
2024-06-11 22:57:58 +00:00
PascalMarchesseault
48dcae22a3
Merge - Geminimal & CreatorInfo
2024-06-09 23:03:33 -04:00
PascalMarchesseault
1c277f530d
Ajout de PublicCreatorInfo
2024-06-08 12:03:20 -04:00
Dominic Villemure
8a1169cb05
Merged PR 74: added findByUserNameAsync to the interface and service
...
added findByUserNameAsync to the interface and service
2024-06-06 22:05:07 +00:00
Dominic Villemure
4a5abf59eb
added findByUserNameAsync to the interface and service
2024-06-06 18:04:42 -04:00
Dominic Villemure
0da652b4a4
Merged PR 73: Features to use roleManager and display roles of currentUser in the getCurrentUser endpoint
...
Related work items: #48
2024-06-06 21:57:42 +00: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
82b01c9448
Merged PR 55: #27 more info to myUser and userTransactions
...
#27 more info to myUser and userTransactions
Related work items: #27
2024-05-18 04:05:41 +00:00
Dominic Villemure
5cdfd9c639
#27 more info to myUser and userTransactions
2024-05-18 00:04:10 -04:00
Dominic Villemure
9ba1299d50
Merged PR 51: #27 get last receipt, get minimalUser, get my user
...
#27 get last receipt, get minimalUser, get my user
Related work items: #27
2024-05-12 20:52:46 +00:00
Dominic Villemure
5161e3a91a
#27 get last receipt, get minimalUser, get my user
2024-05-12 16:40:24 -04:00
Dominic Villemure
a3ec406130
Merged PR 46: #27 added more info to transaction + callback from stripe
...
#27 added more info to transaction + callback from stripe
Related work items: #27
2024-05-10 02:04:12 +00:00
Dominic Villemure
3f20563850
#27 dist file for devs
2024-05-09 22:03:55 -04:00
Dominic Villemure
0bcbd9fc0e
#26 specific ignore
2024-05-09 22:03:05 -04:00
Dominic Villemure
8789001bab
#27 remove appsettings.Development.json from tracked files
2024-05-09 22:02:21 -04:00
Dominic Villemure
59b6dc265d
#27 remove secrets
2024-05-09 22:00:00 -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
5980eb7f0f
Fix: String not edited if host is local
2024-04-28 19:16:40 -04:00
Dominic Villemure
1525172f88
Merged PR 36: #27 added confirm endpoint for stripe
...
#27 added confirm endpoint for stripe
Related work items: #27
2024-04-25 02:17:00 +00:00
Dominic Villemure
cba08b0464
#27 added confirm endpoint for stripe
2024-04-24 22:14:14 -04:00
Dominic Villemure
d9248dd270
Merged PR 31: #27 added userTransactions
...
#27 added userTransactions
Related work items: #27
2024-04-24 23:39:31 +00:00
Dominic Villemure
6883855ecb
#27 small changes for the userTransaction
2024-04-24 19:37:35 -04:00
Dominic Villemure
bd6028c524
#27 saveChanges
2024-04-22 16:34:17 -04:00
Dominic Villemure
b63d53f109
#27 added userTransactions
2024-04-22 15:55:49 -04:00
Dominic Villemure
cbde9838d1
Merged PR 29: Merged migrations to deploy and prepared deployement
...
Related work items: #26
2024-04-21 18:32:34 +00:00
Dominic Villemure
27819566f9
#26 added cors policy to allows credentials on our UI origins
2024-04-21 13:49:13 -04:00
Dominic Villemure
425b3b11b6
Merge remote-tracking branch 'origin/master' into feature/26-Initial-structure-for-user-creation
...
# Conflicts:
# src/Infrastructure/DependencyInjection.cs
# src/Web/appsettings.json
2024-04-21 11:09:13 -04:00
Dominic Villemure
a0a6e7deb4
# added userSecret to store .. secrets
2024-04-21 11:07:34 -04:00
Dominic Villemure
5a23b945cd
#26 reworked migrations, preparation for deployement
2024-04-21 10:50:35 -04:00
Kamigen
e04f8f1968
Added DB_HOST env variable
2024-04-15 19:09:03 -04:00
Dominic Villemure
b6e65b416d
Merged PR 26: Set up CI with Azure Pipelines
2024-04-10 21:28:10 +00:00
Dominic Villemure
6889224e50
Merged PR 25: New way to interact with AspNet users
...
New way to interact with AspNet users
Related work items: #17
2024-04-10 21:27:58 +00:00
Dominic Villemure
ed23abbd4b
Set up CI with Azure Pipelines
...
[skip ci]
2024-04-10 21:27:18 +00:00
Dominic Villemure
6dc85438bf
Added firstName and lastName to the userModel
2024-04-09 23:46:46 -04:00
Dominic Villemure
49a10198e4
New way to interact with AspNet users
2024-04-09 23:38:26 -04:00
Dominic Villemure
e0a835ca72
Merged PR 18: Removed todos and added User endpoint combined with register. Id changed to guid into Master
...
Removed todos and added User endpoint combined with register. Id changed to guid
Related work items: #20
2024-04-08 22:16:36 +00:00
Dominic Villemure
47121b0539
Some logging
2024-04-04 00:13:38 -04:00
Dominic Villemure
1f795c53bb
Removed todos and added User endpoint combined with register. Id changed to guid
2024-04-03 23:57:01 -04:00
Edouard
df8b42bdf1
Merged PR 14: Style: C# 12 Primary constructor
...
Ce pull request change les constructeurs pour utiliser les constructeur primaires qui ont été ajouté dans C# 12 en Novembre 2023
Ceci nous aideras a garder une codebase propre et non verbose
2024-03-31 18:21:53 +00:00
Kamigen
8f58311283
Style: C# 12 Primary constructor
2024-03-30 20:59:17 -04:00
Dominic Villemure
786c65410d
Merged PR 11: Stripe integration without the api key
2024-03-28 03:56:07 +00:00
Dominic Villemure
7540d4437f
Added info in readme and a new redirect
2024-03-27 23:53:56 -04:00
Dominic Villemure
2b810772b3
Added endpoint to create a sessionCheckout with stripe
2024-03-20 01:10:44 -04:00
Dominic Villemure
0689a3d85c
Merged PR 8: Create futurCreators endpoint
...
Ajout d'un endpoint sur l'API afin de récolter les futur créateur qui seraient interessés par le projet
Related work items: #18
2024-03-19 20:37:07 +00:00
Dominic Villemure
cc26d104d1
Removed useless using
2024-03-18 21:25:28 -04:00