Commit Graph

246 Commits

Author SHA1 Message Date
e6c02bee05 Add logic to skip duplicate resource update activities within 10 minutes 2025-07-13 19:15:37 +08:00
2014913a0b Fix user file listing to handle URL decoding for usernames 2025-07-13 16:53:38 +08:00
711a83b9a6 Fix user page. 2025-07-13 16:47:06 +08:00
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
65fe85e6c1 Fix resource deletion to also remove related activity records 2025-07-13 15:35:07 +08:00
157c080d5a Fix updating resource count. 2025-07-12 17:17:29 +08:00
5ae020be7c fix updating file count. 2025-07-11 05:37:20 +02:00
8170ab5201 Improve related resource rendering 2025-07-11 10:18:19 +08:00
19d37012d2 Add word break style to Article component for better text handling 2025-07-11 09:53:53 +08:00
abf25b09cf Improve request limit. 2025-07-11 09:39:47 +08:00
bd63c0b3d2 Fix conditional rendering for file upload button in Files component 2025-07-11 09:36:44 +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
7b065406cc Close search dialog on input submission in SearchBar. 2025-07-09 19:43:45 +08:00
0eb24eee2f format code 2025-07-09 18:11:33 +08:00
d84b8314e4 Improve users page. 2025-07-09 18:04:48 +08:00
9399ade2df fix request limiter. 2025-07-09 17:33:10 +08:00
b1d395eac6 Add user file statistic. 2025-07-09 17:17:54 +08:00
b568b234c4 Move request limiter to middleware. 2025-07-09 17:00:39 +08:00
0021a73951 Improve UI 2025-07-07 10:20:50 +08:00
a169918b93 Show file uploader. 2025-07-05 20:40:48 +08:00
2dfa2e3e02 Improve comments. 2025-07-04 17:21:25 +08:00
d57a9b6967 format code 2025-07-04 16:17:30 +08:00
793d78e1b1 fix comments on activities page. 2025-07-04 16:16:39 +08:00
549c2d48d6 Fix comment activity api. 2025-07-04 16:07:52 +08:00
6365827748 fix comment preview metadata. 2025-07-04 16:04:54 +08:00
fdf2e21dce Improve comments 2025-07-04 15:57:06 +08:00
17663a9691 format code. 2025-07-04 15:45:43 +08:00
1decddb810 Improve comment UI. 2025-07-04 15:42:46 +08:00
d661ac3e17 format code 2025-07-04 15:27:11 +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
nyne
f605485f40 Improve search. 2025-07-01 15:12:06 +08:00
778ade8b6c Add comments count to Resource model and update logic for comment creation and deletion 2025-06-26 21:12:53 +08:00
5d0b201fde Improve Comment model to support multiple comment type. 2025-06-26 20:54:35 +08:00
f18465bba3 Add composite index on Activity Type and RefID fields 2025-06-26 19:52:49 +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
ef62c0cfe9 Refactor API calls to use centralized error handling method 2025-06-25 15:33:53 +08:00
74ddcc2a86 Fix links initialization to handle undefined values in resource editing 2025-06-24 21:11:47 +08:00
ca9a53e31c Fix resource link. 2025-06-24 21:05:14 +08:00
c44d71b0da Add link support to resource creation and editing, including validation 2025-06-24 20:19:29 +08:00
167cb617b8 Refactor image display in activities, resource, and user pages to use ImageGrid component 2025-06-24 16:28:48 +08:00
7bb04cffad Add image support to activities and user pages for comments 2025-06-24 12:54:47 +08:00
b60b72668d Fix query to filter unused images by creation date 2025-06-24 12:46:14 +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
b818777a45 Encode username in navigation link to handle special characters 2025-06-24 11:10:15 +08:00
8136e32d55 Encode usernames in API requests and navigation links to handle special characters. 2025-06-23 21:33:55 +08:00