Commit Graph

1068 Commits

Author SHA1 Message Date
Jonathan Bourdon
8551398edc Adds update-databases.sh script 2024-07-22 00:31:01 -04:00
Jonathan Bourdon
d392730c98 When adding a comments, it is visible on the client 2024-07-20 16:19:19 -04:00
Jonathan Bourdon
e1caef71b2 A bit of css for the content-list and content-card 2024-07-20 16:19:19 -04:00
PascalMarchesseault
1b84a056f0 I renamed CreatorAbout to reduce confusion 2024-07-20 16:19:19 -04:00
Jonathan Bourdon
c358eb98d8 Adds link to creator page in the user menu 2024-07-20 16:19:19 -04:00
Jonathan Bourdon
8afa037fbe Adds Messaging streaming 2024-07-20 16:19:19 -04:00
Jonathan Bourdon
89ac0f8bc4 Fix content list streaming for last content 2024-07-20 16:19:19 -04:00
Jonathan Bourdon
e71d02c45b Adding messaging / content 2024-07-20 16:19:19 -04:00
PascalMarchesseault
17ba6449af Fixe - MessageList changeed subjectId name 2024-07-20 16:19:19 -04:00
PascalMarchesseault
66888bee9e Wip 2024-07-20 16:19:16 -04:00
PascalMarchesseault
7794f126d0 I added the button and the modal to create a post in a new .vue file to better organize everything. 2024-07-20 16:14:06 -04:00
PascalMarchesseault
c069753d1b Fixe Modal Close btn 2024-07-20 16:14:06 -04:00
PascalMarchesseault
8aa24c00a0 I added creator.about to the information modal. 2024-07-20 16:14:06 -04:00
PascalMarchesseault
d9f4973319 I added the "About Us" button in the banner section and connected it with the backend. 2024-07-20 16:14:06 -04:00
PascalMarchesseault
92908869b3 I changed an if statement to always show the buttons when disconnected. 2024-07-20 16:14:06 -04:00
PascalMarchesseault
098104404c I have repositioned the user information and also added a tool to determine the screen size on the creator's page to facilitate development. 2024-07-20 16:14:06 -04:00
Dominic Villemure
aba12d921b Merged PR 100: Added website image to the creator page and file type into main
Added website image to the creator page and use type of file when uploading pictures. Restriction for .png, .jpeg, .jpg for now
2024-07-20 16:49:57 +00: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
f256adadca Fix some edge cases in the streaming of messages 2024-07-20 04:35:34 -04:00
Jonathan Bourdon
06fccdee80 TestData generation is starts in the past now 2024-07-20 04:35:05 -04:00
Jonathan Bourdon
b513f10ed6 Use uuidv7 algorithm from javascript 2024-07-20 04:32:11 -04:00
Jonathan Bourdon
06886a0e4a Adds the possibility for the client to specify the message id when adding them 2024-07-20 03:07:18 -04:00
Jonathan Bourdon
997cbe2ddc Adds CreatorAlias User responses 2024-07-20 01:09:45 -04:00
Jonathan Bourdon
2c88dc05d6 Fix namespaces 2024-07-19 12:45:31 -04:00
Jonathan Bourdon
d1d35aa2c8 Moved to Creators to features 2024-07-19 12:45:13 -04:00
Jonathan Bourdon
d268625f19 Adds Messaging streaming 2024-07-19 00:44:03 -04:00
Jonathan Bourdon
8b5ab2d769 TestData seeding now creates items at different times 2024-07-19 00:43:13 -04:00
Jonathan Bourdon
b34a775a4b Moved features to a specific folder 2024-07-18 22:22:44 -04:00
Jonathan Bourdon
98c85265f1 Merge remote-tracking branch 'origin/master' 2024-07-18 21:19:05 -04:00
Jonathan Bourdon
2b3f1f91ab Merge remote-tracking branch 'origin/master' 2024-07-18 21:18:58 -04:00
Jonathan Bourdon
bbd7abecf2 Merge remote-tracking branch 'origin/master' 2024-07-18 21:18:29 -04:00
Jonathan Bourdon
a59b0f5c05 Adding replies to the Messaging system 2024-07-18 21:18:15 -04:00
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