|
510fff3059
|
Fix: check if file is not empty and try importing it
|
2025-04-03 12:32:23 +02:00 |
|
|
ad07b5ce9e
|
Add: Dockerfile for backend
|
2025-04-02 13:45:18 +02:00 |
|
|
7a7111674c
|
Add: Get Allowed hosts and debug from env
|
2025-04-02 13:41:23 +02:00 |
|
|
0e4cb1092c
|
Fix: wrong model for initail site data
|
2025-04-02 13:11:48 +02:00 |
|
|
a49c6381d6
|
Add: initial data on migration
|
2025-04-02 12:49:42 +02:00 |
|
|
4d5e661767
|
Fix: get database config from env
|
2025-04-01 22:08:19 +02:00 |
|
|
a352a1f752
|
Add: size & blur hash fields
|
2025-03-28 21:33:17 +01:00 |
|
|
0a71f38cd2
|
Add: wip post detail component
|
2025-03-26 18:20:28 +01:00 |
|
|
d7c3118405
|
Add: GalleryGrid component
|
2025-03-23 17:04:31 +01:00 |
|
|
df3b4082ec
|
Add: shadcn add select component
|
2025-03-23 17:02:38 +01:00 |
|
|
1bcffe619c
|
Add: PostCard component
|
2025-03-22 21:08:51 +01:00 |
|
|
98e9389537
|
Add: Twitter & Furaffinity site logos
|
2025-03-22 21:06:54 +01:00 |
|
|
bf840e892c
|
Add: HomePage component & update App.tsx
|
2025-03-21 21:55:04 +01:00 |
|
|
9e920bca90
|
Refactor: split api & auth in two seperate files
|
2025-03-20 19:16:05 +01:00 |
|
|
e24001bb4a
|
Add: Navbar component
|
2025-03-20 19:15:22 +01:00 |
|
|
ed22c39422
|
Add: shadcn add dropdown menu component
|
2025-03-20 19:13:56 +01:00 |
|
|
278e348c18
|
Change: only return file hash and not url
|
2025-03-20 19:11:04 +01:00 |
|
|
e02935eac8
|
Add: post endpoints for singel post py user, source_site
|
2025-03-20 19:08:41 +01:00 |
|
|
91e7ea2e81
|
Refactor: api file endpoint for auth
|
2025-03-20 15:59:38 +01:00 |
|
|
bd2791c155
|
Refactor: file api in to seperate api app & use drf api views
|
2025-03-19 17:35:31 +01:00 |
|
|
1f75b1bf17
|
Update: the api schema
|
2025-03-18 22:44:12 +01:00 |
|
|
84bf8b079a
|
Remove: images test app
|
2025-03-18 22:30:07 +01:00 |
|
|
73ec411384
|
Add: sorl thumbnail gen lib
|
2025-03-18 22:29:10 +01:00 |
|
|
0cdbccdd6e
|
Fix: post title in django admin page
|
2025-03-18 22:28:24 +01:00 |
|
|
9a2759bb21
|
Fix: title in post serializers
|
2025-03-18 22:05:12 +01:00 |
|
|
f3d67d8f97
|
Add: new model to handel multiple versions of the title
|
2025-03-18 13:49:55 +01:00 |
|
|
b05ad89842
|
Fix: some edge cases for furraffinity creator imports
|
2025-03-18 13:42:08 +01:00 |
|
|
06b0df63f9
|
Add: proper function for importing post titles
|
2025-03-18 13:40:26 +01:00 |
|
|
82f630789a
|
Add: pdf thumb gen to import data commmand
|
2025-03-17 15:20:39 +01:00 |
|
|
53e3149719
|
Add: thumbnail gen task for pdfs
|
2025-03-17 15:15:39 +01:00 |
|
|
c42c3b8e4a
|
Refator: tasks for less duplicated code
|
2025-03-17 15:13:13 +01:00 |
|
|
11ce69eaca
|
Add: theme selector
|
2025-03-17 10:24:05 +01:00 |
|
|
19bde0731a
|
Fix: tab order for login page
|
2025-03-17 10:22:09 +01:00 |
|
|
8858061848
|
Add: utils func to get first real char of a string
|
2025-03-16 22:20:25 +01:00 |
|
|
7165605f5e
|
Add: furaffinity data importer to import data command
|
2025-03-16 22:14:40 +01:00 |
|
|
72f3a9b7b1
|
Refactor: import data managment command for better modularity
|
2025-03-15 22:53:41 +01:00 |
|
|
a9d33bd85c
|
Fix: PostFileModel field height name typo
|
2025-03-14 21:44:36 +01:00 |
|
|
c3dd0d70ba
|
Add: reverse url lookup for PostFileModel
|
2025-03-14 21:43:22 +01:00 |
|
|
e768bbc5dd
|
Add: import data management command
|
2025-03-13 18:55:48 +01:00 |
|
|
4f27933a4b
|
Add: archive app models to django admin
|
2025-03-13 18:55:08 +01:00 |
|
|
25936125e1
|
Add: TagModel to archive app
|
2025-03-13 18:33:08 +01:00 |
|
|
9c4ef5466e
|
Add: CreatorModel to archive app
|
2025-03-13 18:32:34 +01:00 |
|
|
3aba2cb23a
|
Add: CreatorDescription model to archive app
|
2025-03-13 18:30:23 +01:00 |
|
|
c1bc51736d
|
Add: PostDescription model to archive app
|
2025-03-13 18:29:59 +01:00 |
|
|
4dd76d6ae3
|
Add: PostModel to archive app
|
2025-03-13 18:27:01 +01:00 |
|
|
a848667152
|
Add: LoginPage
|
2025-03-13 10:33:19 +01:00 |
|
|
b43d4c8612
|
Add: serve_file api url route
|
2025-03-13 10:05:59 +01:00 |
|
|
163a3e3b6f
|
Add: Pagination to PostListView
|
2025-03-12 22:22:33 +01:00 |
|
|
a8c3a67230
|
Add: shadcn skeleton component
|
2025-03-12 20:23:50 +01:00 |
|
|
419b2d825e
|
Add: shadcn pagination component
|
2025-03-12 20:23:15 +01:00 |
|