Commit graph

141 commits

Author SHA1 Message Date
7fc88dc0e9
Add: file utils function for file type categorization 2025-03-10 21:55:36 +01:00
7dc8479801
Add: media count filed to the PostPreviewSerializer 2025-03-10 10:15:45 +01:00
49e7a464a5
Add: shadcn switch component and dependancies 2025-03-04 22:37:19 +01:00
8f7c20cb4b
Add: redirect local storage var after login 2025-03-03 21:33:31 +01:00
c4b4b238de
Add: avatar field to the creator field of posts 2025-03-03 21:05:43 +01:00
adb9ad8683
Fix: typing on creator field on posts api 2025-03-03 21:04:11 +01:00
e4926bbb5b
Remove: acedataly imported module 2025-03-03 20:59:29 +01:00
aaabeadb08
Add: react-helemet-async node module 2025-02-27 22:24:04 +01:00
d08112d040
Update: node dependencies 2025-02-27 22:23:25 +01:00
446113fef3
Remove: commented code from login form 2025-02-27 22:18:06 +01:00
97940c188a
Add: redirect logged in users to / from login page 2025-02-27 22:16:20 +01:00
6be77a6859
Add: redirect back to where the user was 2025-02-27 22:15:43 +01:00
4c094920fd
Add: relativeTime func to utils 2025-02-27 11:23:14 +01:00
0ce4dc12bd
Fix: indenting on cn utils func 2025-02-27 11:22:04 +01:00
4a556e51fc
Add: LoginForm partial component 2025-02-26 21:35:56 +01:00
10a3c457e9
Add: api auth handeling 2025-02-26 20:01:20 +01:00
6cac4f0683
Add: shadcn label component 2025-02-26 19:58:44 +01:00
a1f1fac5a6
Add: filetype field to the PostFile model 2025-02-26 14:07:25 +01:00
4d4c1c7e11
Add: thumbnail fields to the PostFile model 2025-02-26 14:06:07 +01:00
f783d29202
Add: utils func to compute md5 hash of files 2025-02-25 11:07:25 +01:00
7fd888aae2
Fix: check if file is imported before saving to db 2025-02-25 10:45:58 +01:00
0e6146c6e8
Add: celery task for generating video thumbnails 2025-02-24 22:33:59 +01:00
e67f5f2dd7
Add: blur hash utils function 2025-02-24 22:26:29 +01:00
d4f08aa8b2
Refactor: blake3 hasing util functions 2025-02-24 21:46:35 +01:00
5806519e01
Add: complete change for last commit 2025-02-24 19:05:06 +01:00
94a0dc1001
Add: hash utils for blake3 hashes 2025-02-24 19:03:13 +01:00
25f7a439c8
Add: shadcn input component 2025-02-23 16:38:10 +01:00
7e91446651
Add: shadcn card component 2025-02-22 23:16:37 +01:00
98db9ef76d
Fix: description count for empty string descriptions 2025-02-20 22:21:32 +01:00
319bb8e0f5
Add: "type" filed from mime type to PostPreviewSerializer 2025-02-20 22:20:21 +01:00
23c563b1f2
Add: shadcn button component 2025-02-20 18:32:58 +01:00
8ffcb2f8dc
Add: shadcn avatar component 2025-02-20 18:32:11 +01:00
d9b4619cdc
Add: Spinner component 2025-02-19 22:32:13 +01:00
27f10cdb64
Add: main.tsx 2025-02-19 22:29:35 +01:00
f482dd5cf8
Add: utils lib func for merging class names 2025-02-19 22:24:50 +01:00
29ff3a5b66
Add: login page images 2025-02-19 21:52:59 +01:00
ef96ad303a
Add: open api schema 2025-02-18 22:34:25 +01:00
d01109459a
Add: starting point for Vite React frontend 2025-02-18 22:30:49 +01:00
93d3f4979d
Remove: list override for PostListView 2025-02-18 22:25:14 +01:00
2bc6d4ac21
Fix: creators api serializer types (set optional) 2025-02-17 22:38:15 +01:00
6029bb9a39
Remove: unused import (typing.any) from post api serializers 2025-02-17 22:22:32 +01:00
2b116ac801
Fix: the creators api views for the last commit 2025-02-17 22:21:30 +01:00
27c7fee6ad
Refactor: creators api to use the proper DRF classes 2025-02-17 22:14:07 +01:00
1b184bb8c6
Add: categories field to CreatorDetails 2025-02-14 11:10:23 +01:00
4f0c6dbf04
Add: avatar & banner urls fileds 2025-02-14 11:09:31 +01:00
751ce78244
Fix: added missing trailing slash 2025-02-14 11:08:36 +01:00
217ecaa253
Add: creators api app 2025-02-12 13:23:35 +01:00
72c0a012c9
Add: posts api app to core/settings 2025-02-12 12:57:19 +01:00
acf48203b9
Remove: unused APIView module 2025-02-12 12:39:12 +01:00
3657b4423f
Refactor: to properly use DRFs view functions 2025-02-12 12:35:42 +01:00