Jonathan Bourdon
|
841daef4d8
|
Adding replies to the Messaging system
|
2024-07-18 20:49:05 -04:00 |
|
Jonathan Bourdon
|
ed8f41cf96
|
Changed the way the test-data is generated
|
2024-07-18 13:30:54 -04:00 |
|
Jonathan Bourdon
|
a8b7860fd8
|
Changed database provider to Postgres since it handle UUID/GUID correctly
|
2024-07-18 00:31:04 -04:00 |
|
Jonathan Bourdon
|
769586cc15
|
Add azure-pipelines to solution items
|
2024-07-18 00:02:30 -04:00 |
|
Jonathan Bourdon
|
bc87331903
|
Adds streaming to GetContents
|
2024-07-17 23:23:23 -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
|
6314b097a1
|
Remove console log
|
2024-07-10 01:53:39 -04:00 |
|
Dominic Villemure
|
9cd96dc288
|
fix default content type
|
2024-07-10 01:53:16 -04:00 |
|
Dominic Villemure
|
df55125c48
|
Look signature for file type
|
2024-07-10 01:51:08 -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
|
6c23fe005c
|
Added website image to the creator page and use type of file when uploading pictures. Restriction for .png, .jpeg, .jpg for now
|
2024-07-10 01:36:41 -04:00 |
|
Dominic Villemure
|
0c549fd262
|
Some global using for infra
|
2024-07-09 23:52:25 -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 |
|
Jonathan Bourdon
|
349999722b
|
Fix the Tags within swagger
|
2024-07-09 15:19:12 -04:00 |
|
Dominic Villemure
|
bd034d919b
|
Merged PR 96: CreatorPage into main
|
2024-07-09 16:21:13 +00:00 |
|
PascalMarchesseault
|
2ed69b16e1
|
Add To Do Link
|
2024-07-09 01:16:19 -04:00 |
|
PascalMarchesseault
|
3abaeb7ba5
|
I only changed the name of the buttons.
|
2024-07-08 23:40:18 -04:00 |
|
PascalMarchesseault
|
7540aa81e3
|
I modified the creator's page by adding borders and adjusting the width of the center column. I also added a button to the message.
|
2024-07-08 23:34:29 -04:00 |
|
PascalMarchesseault
|
0ea32142ab
|
Add a border and resize the middle column.
|
2024-07-08 23:02:58 -04:00 |
|
PascalMarchesseault
|
7d8d0b4d2b
|
I added a redirect when we are on the wallet and profile pages and we are not logged in.
|
2024-07-08 00:06:03 -04:00 |
|
Jonathan Bourdon
|
715bad702b
|
Fix PostContent name
|
2024-07-06 23:15:19 -04:00 |
|
Jonathan Bourdon
|
f6a434c440
|
Changing to database schema to ensure separations of concerns instead of connection string
|
2024-07-06 23:12:39 -04:00 |
|
Jonathan Bourdon
|
ca94dba08d
|
The MessageSystem is based on Subject instead of Content (just semantics)
|
2024-07-06 22:36:22 -04:00 |
|
Jonathan Bourdon
|
256fa3df91
|
Adds Options for JwtAuthentication (30min prod - 1day dev)
|
2024-07-06 22:13:56 -04:00 |
|
PascalMarchesseault
|
52c5a0ef55
|
Add default color when empty
|
2024-07-06 22:12:40 -04:00 |
|
Dominic Villemure
|
69dee64891
|
Removed Creator.vue
|
2024-07-05 23:51:00 -04:00 |
|
Dominic Villemure
|
97dcd419bb
|
Merged with new stuff for CreatorPage
|
2024-07-05 23:50:45 -04:00 |
|
PascalMarchesseault
|
4f2fa68daf
|
Merge remote-tracking branch 'origin/main' into CreatorPage
# Conflicts:
# src/views/main/Creator.vue
|
2024-07-05 21:39:45 -04:00 |
|
Dominic Villemure
|
9219fcee7e
|
Merged PR 94: Add profile stuff to creator page
|
2024-07-06 01:21:23 +00:00 |
|
Dominic Villemure
|
545c122303
|
Search with enter. Also fix bug where searching when inside a creator page dont call the backend to search the new user
|
2024-07-05 02:36:43 -04:00 |
|
Dominic Villemure
|
45bdac0de1
|
Reload header profile picture on change. Show PostContentMenu only if it is the creator own page
|
2024-07-05 02:19:42 -04:00 |
|
Dominic Villemure
|
eca4f60412
|
Merged PR 95: 1 day to jwt to stop relogging every 30 min while testing
1 day to jwt to stop relogging every 30 min while testing
|
2024-07-05 04:56:11 +00:00 |
|
Dominic Villemure
|
4314e7f888
|
1 day to jwt to stop relogging every 30 min while testing
|
2024-07-05 00:55:53 -04:00 |
|
Dominic Villemure
|
d6ab03ad18
|
Fix formattedBalance in wallet
|
2024-07-05 00:50:19 -04:00 |
|
Dominic Villemure
|
9e45b030f7
|
Removed unuser hutopy link in sideBar
|
2024-07-05 00:43:18 -04:00 |
|
Dominic Villemure
|
43770541da
|
Merged PR 93: Update and upload + getUser
|
2024-07-05 04:35:12 +00:00 |
|
Dominic Villemure
|
a381bbecfa
|
With a loading
|
2024-07-05 00:32:11 -04:00 |
|
Dominic Villemure
|
69d5f38d1f
|
Fallback when user try to access a non-existing creator
|
2024-07-05 00: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
|
fb57d633df
|
Added back stripePayment with the userId. Colors on the banner + accent on the profile picture and name
|
2024-07-05 00:11:11 -04:00 |
|
Dominic Villemure
|
5eccb68c2e
|
Fix little problem with updating image once at the time
|
2024-07-04 23:37:08 -04:00 |
|
Dominic Villemure
|
973653158d
|
Banner + profilePicture + mapped socialNetworks url into the creator.vue
|
2024-07-04 22:42:53 -04:00 |
|
Dominic Villemure
|
93b3f2053a
|
Merged PR 92: CurrentUser into main
|
2024-07-05 01:20:23 +00:00 |
|
Dominic Villemure
|
44d86a1f56
|
Commentstore
|
2024-07-04 21:13:19 -04:00 |
|
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 |
|