|
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 |
|
|
3d7e25e20c
|
Fix: add schema api url path
|
2025-02-10 10:18:22 +01:00 |
|
|
a5b0580be6
|
Add: posts api app
|
2025-02-10 10:16:26 +01:00 |
|
|
141e08f0f4
|
Add: serialization for LogoutView
|
2025-02-10 09:32:34 +01:00 |
|
|
cb5ec0fcbe
|
Fix: api shema app
|
2025-02-09 16:03:52 +01:00 |
|
|
c641e10229
|
Add: new refactord auth api app
|
2025-02-09 15:54:26 +01:00 |
|
|
9c0706c8b6
|
Fix: user api path
|
2025-02-08 18:11:04 +01:00 |
|
|
bab45566c8
|
Add: api schema app
add for generating OpenAPI schema and documentation
|
2025-02-08 18:10:28 +01:00 |
|
|
dd4aa0aebc
|
Refactor: ProfileView to use the RetriveUpdateAPIView class
|
2025-02-08 17:59:30 +01:00 |
|
|
3eef803a94
|
Remove: old logout view class
|
2025-02-08 17:58:07 +01:00 |
|
|
eb5e35df0a
|
Fix: Set corret api apps url prefix
|
2025-02-08 17:38:13 +01:00 |
|
|
6ca01d7bdf
|
Move: auth to new api seperate app
|
2025-02-08 17:36:36 +01:00 |
|
|
5a3c568a15
|
Add: Description model to archive app
|
2025-02-03 23:22:22 +01:00 |
|
|
5bb94d7bc5
|
Add: SourceSiteModel to django admin page
|
2025-02-03 23:20:17 +01:00 |
|
|
13b4478911
|
Add jwt logout view
|
2025-02-02 23:45:29 +01:00 |
|
|
4eb22bd0b8
|
Add: task for generating md5 & blur hashes
|
2025-02-01 22:54:25 +01:00 |
|
|
4f967020da
|
Add: user profile backfill management command
|
2025-01-31 22:47:34 +01:00 |
|
|
2efe7f9b24
|
Add: include user app urls
|
2025-01-28 22:18:20 +01:00 |
|
|
a751e4a3e5
|
Add: user profile api url path
|
2025-01-28 22:16:56 +01:00 |
|
|
32eee11a4b
|
Add: user profile view
|
2025-01-28 22:13:07 +01:00 |
|
|
fceca8258a
|
Add: UserProfile & User model serializers
|
2025-01-28 22:09:47 +01:00 |
|
|
efe6d89caa
|
Add: user profile model to django admin page
|
2025-01-28 22:06:46 +01:00 |
|
|
c86fbb8362
|
Add: UserProfile model
|
2025-01-28 22:06:23 +01:00 |
|
|
aeb8e2842d
|
Add: base for user api app
|
2025-01-28 22:05:10 +01:00 |
|
|
1ee5483958
|
Add: jwt token api endpoints
|
2025-01-28 22:01:58 +01:00 |
|
|
eb43daca83
|
Add init for api app
|
2025-01-28 21:52:28 +01:00 |
|
|
b7cbf530ec
|
Add: archive creator model
|
2025-01-27 22:56:34 +01:00 |
|