Commit Graph

69 Commits

Author SHA1 Message Date
d7eff20050 feat(tipping): add string max_length constraint migration 2025-07-31 13:52:45 -04:00
c1d44fde49 bug(tipping): missing db migration 2025-07-31 13:48:21 -04:00
de1ba7dd1a feat(stripe): request card_payments for connected accounts as per stripe support email 2025-07-31 12:17:41 -04:00
81b5db34ef chore(codebase): full cleanup pass 2025-06-21 01:58:48 -04:00
8323477cd0 chore(deps): update package versions and enable code analyzers 2025-06-21 01:34:19 -04:00
0f0d739385 fix(email): fix frontend address 2025-06-20 20:04:38 -04:00
c1371e2549 fix(email): use the correct sender address 2025-06-20 19:36:28 -04:00
b103afda9a fix(config): solution structure 2025-06-19 00:33:08 -04:00
e03a5c9732 fix(config): add missing appsettings.json 2025-06-19 00:06:29 -04:00
27440237e2 fix(stripe): issue with receipt_url 2025-06-18 21:27:46 -04:00
cdcfe8d7e2 refactor(auth): cleanup auth module and streamline the registration flow 2025-06-18 21:23:19 -04:00
25b94d3e02 many fixes and improvements - rework for modules/ and common/
feat(emailer): add Postmark and Resend providers
2025-06-13 02:22:35 -04:00
a08b384495 feat(album): add thumbnails and AlbumViewer.vue 2025-05-26 15:11:57 -04:00
47f2f3cf00 feat(auth): adds local account authentication 2025-05-12 15:49:30 -04:00
578642a534 feat(auth): adds local account authentication 2025-05-12 15:47:05 -04:00
fdfca7c757 feat(auth): adds local account authentication 2025-05-12 15:45:12 -04:00
b8e94f6409 fix: fix the .gitignore for the solution and projects 2025-05-08 11:36:38 -04:00
41379e821e fix(auth): handles refresh token flow correctly 2025-05-08 02:15:56 -04:00
a55cb14a3b chore: remove obsolete README and Azure pipeline files along with related PowerShell scripts 2025-04-26 18:06:39 -04:00
57fbbf17a5 feat(creator): allow text for description 2025-04-25 01:22:11 -04:00
dcd4ec3b75 feat(creator): allow text for description 2025-04-25 01:21:45 -04:00
c7353626a1 bug: missing images when not authenticated 2025-04-24 21:33:28 -04:00
36846405a5 refactor: Simplify ChangePresentationInfosRequest by removing phone number and email fields; update related API endpoints for email and phone number management 2025-04-24 04:43:41 -04:00
c16dddb8dd feat: Add validation for YouTube URL and enhance image upload experience in creator's album editor 2025-04-24 03:20:08 -04:00
7503f89e3f bug: Presentation.Description is null on creator's creation 2025-04-24 01:21:29 -04:00
a8cd970f3c feat: Purge slugs when they are expired 2025-04-24 01:20:59 -04:00
781d8ead94 Fix issue with new users 2025-04-23 18:52:17 -04:00
6d3525c2ee Adds PhotoAlbum, CreatorHome, AboutCreator. 2025-04-23 17:45:09 -04:00
16ae68a02e Adds supports for RefreshTokens 2025-04-17 04:33:28 -04:00
9d2a00a928 Clearing out the payment path 2025-04-17 00:18:17 -04:00
910c5572a1 Update production configuration for frontend and backend 2025-04-16 23:17:07 -04:00
887f6f255a Adds edition of slug. 2025-04-16 15:26:29 -04:00
adfaaf3595 Adds delete and restore for a creator's page 2025-04-15 15:57:40 -04:00
e10533bc78 Adds Slug to Creator profile 2025-04-15 14:18:07 -04:00
fffb41249e Fix Content's Creator relationship 2025-04-15 13:30:57 -04:00
a332b1082d Split Slug from Creator 2025-04-15 03:58:13 -04:00
d3a4f66b0e Adds deletion to audits on Creator 2025-04-15 02:56:24 -04:00
14e601ef06 Rename GetCreatorByAlias to GetCreatorBySlug 2025-04-10 17:28:32 -04:00
ef9ff2b90f Update Azure BlobStorage appsettings. 2025-04-09 20:37:53 -04:00
46b1dae2ad Fix invalid generated password when login with facebook or google 2025-04-09 15:49:30 -04:00
35b640a802 Remove old Controllers 2025-04-07 14:37:01 -04:00
133dcf3790 Remove static pages 2025-04-07 14:18:37 -04:00
9e43e26c20 Remove unused Web.http 2025-04-07 14:15:41 -04:00
2d7d9fb565 Remove unused Properties 2025-04-07 14:15:29 -04:00
9800ced6cd Remove EnumExtensions.cs 2025-04-07 14:12:37 -04:00
23ee580e78 Fix cache issues with creator's logo and banner 2025-04-04 00:49:14 -04:00
dffa2152d9 Changed Urls in DB to be 2048 chars long 2025-04-02 23:58:52 -04:00
84680fa81d Update dotnet-tools to version 9 2025-04-02 16:17:58 -04:00
914440087e Fix all to Dotnet9 2025-04-02 13:26:13 -04:00
98fc6329b5 Cleanup 2025-04-02 00:28:26 -04:00