Commit Graph

46 Commits

Author SHA1 Message Date
ca6369e40d Increase character limit for plain text extraction to 200 2025-05-18 16:29:45 +08:00
15c297c22d Improve resource descriptions 2025-05-18 16:25:38 +08:00
562f5097d5 Fix image meta 2025-05-18 16:17:03 +08:00
be09b55765 Add site information management with Markdown support 2025-05-18 11:04:59 +08:00
1b5eb23a65 Add user information retrieval endpoint and update token management 2025-05-18 10:29:08 +08:00
1396f6939b Add file size and redirect status to file model 2025-05-17 22:47:46 +08:00
38999d844d Add bio management feature with UI and backend support 2025-05-17 21:34:16 +08:00
e37c543440 Add URL unescaping for tag parameter. 2025-05-17 12:23:01 +08:00
f62a92a648 Enhance user deletion logic to handle non-existent users and mark deleted usernames 2025-05-17 10:36:54 +08:00
nyne
271cde9e1e Calculate md5 checksum when finishing uploading. 2025-05-16 18:16:19 +08:00
nyne
4d03955703 fix fix uploading 2025-05-16 16:56:27 +08:00
nyne
7bfd33c714 refactor file upload process to use MD5 instead of SHA-1 for hash calculation and update related API and model structures 2025-05-16 16:55:45 +08:00
nyne
313e696248 fix s3 download 2025-05-16 15:35:56 +08:00
nyne
5431328515 add SHA-1 hash calculation for file uploads and update related API and model structures 2025-05-16 15:16:01 +08:00
nyne
a827b67c41 add domain parameter to createS3Storage and update related components 2025-05-16 14:57:54 +08:00
1b31af411d add Cache-Control header to image response for improved caching 2025-05-16 12:12:31 +08:00
f915dd7fed refactor storage deletion logic to handle nil storage case 2025-05-16 10:25:21 +08:00
ced8b3f689 delete file on upload failure 2025-05-16 10:18:44 +08:00
ba1cfba69c increase presigned URL expiration time from 5 to 10 seconds 2025-05-16 10:17:04 +08:00
a581564f31 fix preview 2025-05-15 21:17:02 +08:00
fc29575d4c add bmp support 2025-05-15 21:02:20 +08:00
e5c368d967 fix preview 2025-05-15 20:52:59 +08:00
394a915a65 Update preview image URLs to use server base URL 2025-05-15 20:44:07 +08:00
3a1373c55f Update default avatar 2025-05-15 20:33:41 +08:00
9597aa5687 Add edit resource functionality. 2025-05-15 20:10:33 +08:00
79df1243e6 fix file upload 2025-05-15 12:40:27 +02:00
16d25f034e Add Docker support. 2025-05-15 16:21:20 +08:00
04206cf2ae fix file delete 2025-05-15 15:41:28 +08:00
f4e82092eb Use cloudflare turnstile. 2025-05-15 15:01:39 +08:00
578aab36c3 serve frontend 2025-05-15 12:47:15 +08:00
d6fea884cf fix downloading file 2025-05-15 10:47:18 +08:00
4b986ffd86 Add download limit. 2025-05-14 22:06:22 +08:00
5c08ab34ea Add server configuration management. 2025-05-14 21:50:59 +08:00
703812d3df Add user management features. 2025-05-14 18:49:49 +08:00
3b7d52a7a8 user details page 2025-05-14 16:48:52 +08:00
cbac071dd2 Improve request validation. 2025-05-13 19:10:41 +08:00
12c1e0e413 Add statistics. 2025-05-13 18:59:23 +08:00
f1345f9a0c Add tagged resources page. 2025-05-13 17:47:15 +08:00
0dd2143664 Add comment functionality. 2025-05-13 17:11:48 +08:00
04d679f3f4 Implement s3 storage.
Use uuid as file id.
2025-05-13 11:57:14 +08:00
9ad96ec24d Uploading file to storage asynchronously. 2025-05-13 09:41:19 +08:00
7be2d10472 File download 2025-05-12 22:44:22 +08:00
bea9e24e98 File upload. 2025-05-12 22:27:17 +08:00
d646cf779d Add cancel upload functionality to file API 2025-05-12 11:46:52 +08:00
6a9f8e2f62 Improve file api 2025-05-12 11:19:31 +08:00
d97247159f Initial commit 2025-05-11 20:32:14 +08:00