|
891b3d4a1a
|
Add user files.
|
2025-07-13 16:41:39 +08:00 |
|
|
e9f6e1968e
|
Add new file activity.
|
2025-07-13 16:12:03 +08:00 |
|
|
dd5e5193da
|
Allow normal user to upload.
|
2025-07-10 15:10:56 +08:00 |
|
|
747f76991d
|
Remove redundant check for already uploaded block in UploadBlock function.
|
2025-07-10 11:11:36 +08:00 |
|
|
b568b234c4
|
Move request limiter to middleware.
|
2025-07-09 17:00:39 +08:00 |
|
|
2dfa2e3e02
|
Improve comments.
|
2025-07-04 17:21:25 +08:00 |
|
|
549c2d48d6
|
Fix comment activity api.
|
2025-07-04 16:07:52 +08:00 |
|
|
54ab93ea7b
|
Support comment reply.
|
2025-07-04 15:24:23 +08:00 |
|
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 |
|
|
ea29064573
|
Improve image api.
|
2025-06-26 18:56:16 +08:00 |
|
|
8f57365975
|
Fix image resizing calculation to use square root for scaling factor
|
2025-06-25 19:32:05 +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 |
|
|
ff03d9a21f
|
Implement automatic cleanup of unused tags with hourly scheduled deletion
|
2025-06-14 17:09:57 +08:00 |
|
|
1f238c56f3
|
Add activities page.
|
2025-06-13 19:32:25 +08:00 |
|
|
0b3b54a0c4
|
Improve username validation logic.
|
2025-06-12 15:06:42 +08:00 |
|
|
41c40fa6d0
|
Improve username validation logic.
|
2025-06-12 15:04:37 +08:00 |
|
|
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 |
|