Commit Graph

51 Commits

Author SHA1 Message Date
c842af3855 Restrict usernames from containing spaces 2025-06-12 10:49:02 +08:00
8e134a6b38 Validate username length using rune count for accurate character measurement 2025-06-10 18:24:11 +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
1d3aee3b70 Prevent a tag from being an alias of itself in tag creation 2025-05-30 20:09:05 +08:00
5fca51f852 Prevent adding tags with zero count to the cached tag list 2025-05-30 20:02:22 +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
5e6d202acd Improve statistic 2025-05-30 12:04:54 +08:00
2daa30d480 Fix downloading file. 2025-05-26 22:14:38 +08:00
6a1bcad651 Implement file download function with retry logic and cleanup for existing files 2025-05-26 22:01:51 +08:00
e6fb0ceda3 Remove timeout setting from HTTP client in file upload process 2025-05-26 21:11:25 +08:00
f3eb79b3fa Remove file deletion logic for rejected uploads 2025-05-26 21:00:06 +08:00
b61027defd Reorder file creation logic to ensure size limit check occurs before database insertion 2025-05-26 20:57:10 +08:00
710c83a16e Reject file uploads exceeding maximum size limit and delete rejected files 2025-05-26 20:56:45 +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
681727d63a Implement login attempt tracking and user lockout mechanism 2025-05-25 14:48:35 +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
nyne
8a7af82b6c Render internal links to card. 2025-05-23 19:30:46 +08:00
nyne
0bc97b1db5 Add related resources parsing 2025-05-23 16:21:58 +08:00
7bca25bd2c Add support for BMP image format in content type validation 2025-05-18 17:32:24 +08:00
db34b32d63 Increase maximum image data size limit to 8MB and add error handling for oversized images after conversion 2025-05-18 17:31:59 +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
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
nyne
a827b67c41 add domain parameter to createS3Storage and update related components 2025-05-16 14:57:54 +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
fc29575d4c add bmp support 2025-05-15 21:02:20 +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
04206cf2ae fix file delete 2025-05-15 15:41:28 +08:00
f4e82092eb Use cloudflare turnstile. 2025-05-15 15:01:39 +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
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
d646cf779d Add cancel upload functionality to file API 2025-05-12 11:46:52 +08:00