Commit Graph

45 Commits

Author SHA1 Message Date
nyne
1f22367cc4 Support commenting with markdown. 2025-07-04 13:23:56 +08:00
5d0b201fde Improve Comment model to support multiple comment type. 2025-06-26 20:54:35 +08:00
c44d71b0da Add link support to resource creation and editing, including validation 2025-06-24 20:19:29 +08:00
3694e24aad Implement comment length and IP rate limiting in comment creation 2025-06-24 12:39:51 +08:00
953b1cf86a Enhance comment functionality with image support and validation. 2025-06-24 12:00:48 +08:00
be067cc21a Add resampled image retrieval functionality and update image URLs 2025-06-23 21:19:42 +08:00
dcd23054b2 Add delete comment functionality with confirmation dialog. 2025-06-23 19:55:43 +08:00
46186e95df Add comment update functionality with UI integration 2025-06-20 13:49:36 +08:00
1f238c56f3 Add activities page. 2025-06-13 19:32:25 +08:00
3aac8faad7 Add tag alias management functionality 2025-06-09 19:47:46 +08:00
cada7ec635 fix random resource. 2025-06-08 17:56:04 +08:00
99a2d328f1 Add Random resource retrieval and navigation. 2025-06-08 17:49:49 +08:00
d597d62c1c Add Quick Add Tag functionality and improve tag management in Edit and Publish pages 2025-05-31 12:43:08 +08:00
4f99bff2f5 Add tags page. 2025-05-30 17:39:57 +08:00
5ef2816f98 Add tag type and tag alias. 2025-05-30 16:08:58 +08:00
7e612b3dd4 Add server download task creation and related UI components 2025-05-26 20:51:02 +08:00
764ec5f38c Add temporary token generation for secure file downloads 2025-05-26 19:36:37 +08:00
6e78707d9e Add AboutPage component and integrate sorting options in resource retrieval 2025-05-25 11:27:24 +08:00
c55dc709e0 Add tag description. 2025-05-24 20:38:05 +08:00
e9b0a43718 Trim whitespace from tag and keyword inputs in tag creation 2025-05-24 15:07:33 +08:00
nyne
0bc97b1db5 Add related resources parsing 2025-05-23 16:21:58 +08:00
0fae66c7dd Add username validation and URL decoding in comment retrieval 2025-05-21 12:44:29 +08:00
3283aabf9f Add URL decoding for username in user retrieval 2025-05-21 12:36:06 +08:00
8668f3a947 Add RSS/Sitemap handling. 2025-05-18 20:37:58 +08:00
1b5eb23a65 Add user information retrieval endpoint and update token management 2025-05-18 10:29:08 +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
nyne
271cde9e1e Calculate md5 checksum when finishing uploading. 2025-05-16 18:16:19 +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
5431328515 add SHA-1 hash calculation for file uploads and update related API and model structures 2025-05-16 15:16:01 +08:00
1b31af411d add Cache-Control header to image response for improved caching 2025-05-16 12:12:31 +08:00
9597aa5687 Add edit resource functionality. 2025-05-15 20:10:33 +08:00
f4e82092eb Use cloudflare turnstile. 2025-05-15 15:01:39 +08:00
d6fea884cf fix downloading file 2025-05-15 10:47:18 +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
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
7be2d10472 File download 2025-05-12 22:44:22 +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