|
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 |
|
|
532b3ff8df
|
Implement S3 delete logic in Delete method
|
2025-05-26 16:31:07 +08:00 |
|
|
400b8d62d7
|
Implement caching for resource view and download counts
|
2025-05-25 15:24:49 +08:00 |
|
|
681727d63a
|
Implement login attempt tracking and user lockout mechanism
|
2025-05-25 14:48:35 +08:00 |
|
|
b12ca4ce91
|
Fix UpdateResource function to correctly handle image and tag associations
|
2025-05-25 11:47:47 +08:00 |
|
|
6e78707d9e
|
Add AboutPage component and integrate sorting options in resource retrieval
|
2025-05-25 11:27:24 +08:00 |
|
|
b610a5db9d
|
Fix UpdateResource
|
2025-05-25 10:35:47 +08:00 |
|
|
65eead5193
|
Unescape and trim whitespace from tag name in URL handling
|
2025-05-24 20:45:43 +08:00 |
|
|
c55dc709e0
|
Add tag description.
|
2025-05-24 20:38:05 +08:00 |
|
|
e45afd75ad
|
Fix GetResourceByTag
|
2025-05-24 18:51:47 +08:00 |
|
|
e9b0a43718
|
Trim whitespace from tag and keyword inputs in tag creation
|
2025-05-24 15:07:33 +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 |
|
nyne
|
926391dc85
|
Increase presigned URL expiration time from 10 to 20 seconds in S3 download method
|
2025-05-23 15:32:02 +08:00 |
|
nyne
|
22c17e5d9a
|
fix s3 download
|
2025-05-23 15:13:26 +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 |
|
|
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 |
|
|
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 |
|