453 Commits

Author SHA1 Message Date
9cd743af7f fix: stat path 2025-12-14 15:35:44 +08:00
79bae828d8 feat: add StatMiddleware to main application 2025-12-14 15:20:14 +08:00
a42087ce5c fix 2025-12-14 14:33:23 +08:00
a9d2f05562 feat: prometheus 2025-12-14 14:11:33 +08:00
31b9fb5d45 fix: unused import 2025-12-10 20:54:21 +08:00
116efcdf93 feat: cover 2025-12-10 20:50:48 +08:00
9ad8d9d7e9 feat: update home page select 2025-12-10 20:32:41 +08:00
8e2ab62297 feat: error page 2025-12-09 14:15:57 +08:00
cb61ce99bf fix: format release date to YYYY-MM-DD in edit resource page 2025-12-07 22:40:15 +08:00
2767f8a30f feat: add release date sorting options and internationalization support 2025-12-07 20:41:49 +08:00
5a5c2edfda fix: correct JSON binding in updateResourceReleaseDate function 2025-12-07 20:08:12 +08:00
d860bdf06a feat: add release date display to resource details page 2025-12-07 19:25:30 +08:00
a3de195eca Add dev update resource api. 2025-12-07 19:14:14 +08:00
6cabff8f8d feat: frontend support for release date 2025-12-07 18:54:01 +08:00
78f6130b23 feat: add release date field to resource models and parameters 2025-12-07 18:39:59 +08:00
ddd856529b fix: retrieve resource details before adding to index in createIndex 2025-12-06 17:13:35 +08:00
48638111ec fix RebuildSearchIndex 2025-12-06 17:06:15 +08:00
d255ecc503 feat: add logging for search index rebuilding progress 2025-12-06 16:59:46 +08:00
00321b01c3 fix: run createIndex in a goroutine during search index rebuild 2025-12-06 16:51:09 +08:00
59904223b4 fix: use os.RemoveAll to ensure complete removal of search index 2025-12-06 16:46:06 +08:00
b732e1be83 dev api 2025-12-06 16:39:06 +08:00
fd86d6c221 API for rebuilding search index 2025-12-06 16:32:32 +08:00
fbe8ac27bf Search charaters 2025-12-06 16:15:38 +08:00
fb1f47c0c0 dev api 2025-12-06 16:10:31 +08:00
ecfea63edd fix: enable explicit TLS for FTP connections in Upload and Delete methods 2025-12-02 21:57:50 +08:00
ae547522ed fix: update NotificationButton styling and integrate useNavigator in NotificationPage 2025-11-30 19:49:29 +08:00
96cdd2c41c fix: filter user notifications by notify_to field 2025-11-30 19:39:35 +08:00
566234c30c fix: enforce not null constraint and default value for UnreadNotificationsCount 2025-11-30 19:36:07 +08:00
4a6c214709 feat: notifications 2025-11-30 19:24:51 +08:00
4550720cbb fix: implement subdirectory structure for image storage and retrieval 2025-11-29 15:27:43 +08:00
e833783da1 fix: remove unnecessary nil check for resampled images 2025-11-29 13:11:16 +08:00
1406f76fbb fix: clarify behavior for existing query parameters in downloadFile redirect 2025-11-29 12:21:03 +08:00
6040f88034 fix: handle query parameters in downloadFile redirect 2025-11-29 12:20:53 +08:00
23269ad9d1 fix: set Cache-Control header for index.html response 2025-11-28 23:06:47 +08:00
57b0a10c4d fix: UI 2025-11-28 21:02:30 +08:00
26f5308d9a feat: Update UI 2025-11-28 19:55:35 +08:00
4f1600296c feat: add Chinese translation for "Download" in i18n data 2025-11-28 19:47:13 +08:00
1a120d2378 feat: add touch event listener for mouse move handling in GalleryFullscreen 2025-11-28 19:39:08 +08:00
a0fb279b29 feat: pass nsfw prop to GalleryFullscreen and update image nsfw check 2025-11-28 19:35:31 +08:00
1d78207004 feat: add UnsupportedRegionMiddleware to handle requests from unsupported regions 2025-11-28 19:12:31 +08:00
1544c535de fix: reduce background overlay opacity in Navigator component 2025-11-27 23:07:20 +08:00
48790ef5e0 feat: add download token handling and update verification flow in CloudflarePopup 2025-11-27 22:21:53 +08:00
dd2eab4c4b feat: enhance GalleryFullscreen with thumbnail navigation and hover effects 2025-11-27 22:04:59 +08:00
5febba690b feat: add redirection to original image if resampled image is not available 2025-11-27 21:51:17 +08:00
574e762fd1 fix: remove unnecessary padding from fullscreen gallery image 2025-11-27 21:43:20 +08:00
7d41f8f5a5 feat: add Gallery component for image display and navigation 2025-11-27 21:42:05 +08:00
2ae04c3180 feat: implement auto-scrolling carousel for pinned resources 2025-11-27 21:37:35 +08:00
940393c150 feat: implement download token generation for secure file access 2025-11-27 20:03:17 +08:00
e671083f09 feat: add FTP storage functionality with API integration 2025-11-27 19:45:38 +08:00
762ca44873 feat: fetching VNDB characters 2025-11-24 21:24:19 +08:00