• Joined on 2024-09-06
kqjy released MyFSIO v0.2.1 Beta at kqjy/MyFSIO 2026-01-12 08:14:27 +00:00
kqjy pushed tag v0.2.1 to kqjy/MyFSIO 2026-01-12 08:14:27 +00:00
kqjy pushed to main at kqjy/MyFSIO 2026-01-12 08:03:31 +00:00
899db3421b Merge pull request 'MyFSIO v0.2.1 Release' (#13) from next into main
e3509e997f Add AGPLv3 license
1c30200db0 UI: Add upload cancellation toggle
7ff422d4dc Fix multipart upload listing API and remove duplicate upload notification
546d51af9a Optimize object listing for 100K+ objects with streaming and compression
Compare 7 commits »
kqjy merged pull request kqjy/MyFSIO#13 2026-01-12 08:03:30 +00:00
MyFSIO v0.2.1 Release
kqjy pushed to next at kqjy/MyFSIO 2026-01-12 07:52:38 +00:00
e3509e997f Add AGPLv3 license
kqjy pushed to next at kqjy/MyFSIO 2026-01-12 07:35:25 +00:00
1c30200db0 UI: Add upload cancellation toggle
kqjy pushed to next at kqjy/MyFSIO 2026-01-12 07:20:49 +00:00
7ff422d4dc Fix multipart upload listing API and remove duplicate upload notification
kqjy pushed to next at kqjy/MyFSIO 2026-01-12 06:25:11 +00:00
546d51af9a Optimize object listing for 100K+ objects with streaming and compression
kqjy pushed to next at kqjy/MyFSIO 2026-01-11 14:36:49 +00:00
0d1fe05fd0 Implement dynamic UI loading
kqjy created pull request kqjy/MyFSIO#13 2026-01-09 04:48:23 +00:00
MyFSIO v0.2.1 Release
kqjy pushed to next at kqjy/MyFSIO 2026-01-09 04:47:42 +00:00
c5d4b2f1cd Fix UI/UX issues: lifecycle warnings, CORS tooltip, IAM overflow, config validation, JS maintenance
kqjy released MyFSIO v0.2.0 Beta at kqjy/MyFSIO 2026-01-05 15:53:46 +00:00
kqjy pushed tag v0.2.0 to kqjy/MyFSIO 2026-01-05 15:53:46 +00:00
kqjy pushed to main at kqjy/MyFSIO 2026-01-05 15:48:04 +00:00
caf01d6ada Merge pull request 'MyFSIO v0.2.0 Release' (#12) from next into main
a5d19e2982 Replace confirm() with modal for clear failures; add loading states to retry buttons
692e7e3a6e Further fix on text overflow in failed replications table
78dba93ee0 Fix text overflow in failed replications table
93a5aa6618 Add replication failure tracking and lifecycle execution history
Compare 22 commits »
kqjy merged pull request kqjy/MyFSIO#12 2026-01-05 15:48:03 +00:00
MyFSIO v0.2.0 Release
kqjy pushed to next at kqjy/MyFSIO 2026-01-05 15:40:41 +00:00
a5d19e2982 Replace confirm() with modal for clear failures; add loading states to retry buttons
kqjy pushed to next at kqjy/MyFSIO 2026-01-05 15:27:45 +00:00
692e7e3a6e Further fix on text overflow in failed replications table
kqjy pushed to next at kqjy/MyFSIO 2026-01-05 15:19:54 +00:00
78dba93ee0 Fix text overflow in failed replications table
kqjy pushed to next at kqjy/MyFSIO 2026-01-04 16:18:12 +00:00
93a5aa6618 Add replication failure tracking and lifecycle execution history
kqjy pushed to next at kqjy/MyFSIO 2026-01-04 13:28:45 +00:00
9ab750650c Update docs; Improve new panel icons