Commit Graph

81 Commits

Author SHA1 Message Date
ff1f6e7340 Add unit test for searching 2025-09-10 16:56:50 +08:00
316929db33 Improve tag 2025-09-10 16:32:11 +08:00
ed5843cd54 improve search 2025-09-09 10:56:35 +08:00
5bf2544282 Fix search 2025-09-08 20:24:57 +08:00
5fe45611c9 Improve search 2025-09-08 19:34:57 +08:00
1ee5d0c9b7 Improve search 2025-09-08 18:24:07 +08:00
d1da0dc948 Refactor search 2025-09-08 18:15:43 +08:00
8f240823ef enhance GetResourceByID to preload specific fields for Tags 2025-09-05 16:16:38 +08:00
f0079003f2 add hash field to File model and update file creation functions to support hash 2025-09-05 14:06:51 +08:00
0e69d787e3 Add CollectionResource model and update collection handling methods 2025-08-03 13:06:43 +08:00
0c841f2723 Improve collection permission. 2025-08-01 17:30:12 +08:00
d35473c905 Add collelction permission. 2025-08-01 17:09:36 +08:00
5ef6b091e8 fix updating collection. 2025-07-31 16:39:25 +08:00
08c70a0b52 feat: add collection 2025-07-31 15:41:15 +08:00
724f96beb8 fix collection api. 2025-07-31 14:50:27 +08:00
fd7c3797ea Add resources_count to collection. 2025-07-31 14:08:38 +08:00
40fb3a93b6 refactor: improve search user collections logic to handle optional keyword 2025-07-31 11:01:49 +08:00
470324221d Add excludedRID param to collection search api. 2025-07-31 10:49:18 +08:00
12237ee0a4 fix creating collection 2025-07-31 09:36:17 +08:00
15db44e956 Add model.Collection to AutoMigrate 2025-07-30 18:00:33 +08:00
17b40f2214 Add collection api. 2025-07-30 16:28:33 +08:00
99c69d3b7d fix: remove unscoped delete in DeleteResource function for proper file deletion 2025-07-21 09:14:29 +08:00
6188b88917 Add ordering to retrieve the most recent user activity 2025-07-13 19:21:34 +08:00
e6c02bee05 Add logic to skip duplicate resource update activities within 10 minutes 2025-07-13 19:15:37 +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
dd5e5193da Allow normal user to upload. 2025-07-10 15:10:56 +08:00
b1d395eac6 Add user file statistic. 2025-07-09 17:17:54 +08:00
a169918b93 Show file uploader. 2025-07-05 20:40:48 +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
b60b72668d Fix query to filter unused images by creation date 2025-06-24 12:46:14 +08:00
953b1cf86a Enhance comment functionality with image support and validation. 2025-06-24 12:00:48 +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
3416cfd280 Fix ClearUnusedTags 2025-06-14 17:44:21 +08:00
45a48470df Log removal of unused tags during cleanup process 2025-06-14 17:39:15 +08:00
a2b9e52f88 Fix ClearUnusedTags 2025-06-14 17:38:17 +08:00
389168ef29 Implement hard delete for unused resource tags in tag cleanup process 2025-06-14 17:25:13 +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
ec72beb851 Enhance resource retrieval by supporting tag queries with spaces 2025-06-10 10:20:03 +08:00
3aac8faad7 Add tag alias management functionality 2025-06-09 19:47:46 +08:00
99a2d328f1 Add Random resource retrieval and navigation. 2025-06-08 17:49:49 +08:00
486db58e46 Improve search 2025-06-01 22:12:25 +08:00