kqjy kqjy
  • Joined on 2024-09-06
kqjy merged pull request kqjy/MyFSIO#35 2026-04-01 08:33:29 +00:00
MyFSIO v0.4.2 Release
kqjy pushed to next at kqjy/MyFSIO 2026-04-01 08:24:50 +00:00
1eadc7b75c Fix more-actions dropdown positioning: use Popper fixed strategy instead of raw CSS position:fixed
kqjy pushed to next at kqjy/MyFSIO 2026-04-01 08:17:37 +00:00
4a224a127b Fix more-actions dropdown triggering row selection on object list
kqjy pushed to next at kqjy/MyFSIO 2026-03-31 13:10:57 +00:00
c498fe7aee Add self-heal missing ETags and harden ETag index persistence
kqjy pushed to next at kqjy/MyFSIO 2026-03-31 12:27:27 +00:00
3838aed954 Fix presigned URL security vulnerabilities: enforce key/user status in SigV4 paths, remove duplicate verification, remove X-Forwarded-Host trust
kqjy pushed to next at kqjy/MyFSIO 2026-03-31 09:21:42 +00:00
6a193dbb1c Add --version option for run.py
kqjy pushed to next at kqjy/MyFSIO 2026-03-31 09:13:17 +00:00
e94b341a5b Add robust myfsio_core staleness detection with Python fallback; document Rust extension build in README
kqjy pushed to next at kqjy/MyFSIO 2026-03-31 09:04:41 +00:00
2ad3736852 Add intra-bucket cursor tracking to integrity scanner for progressive full coverage; Optimize integrity scanner: early batch exit, lazy sorted walk, cursor-aware index reads
kqjy created pull request kqjy/MyFSIO#35 2026-03-25 05:45:15 +00:00
MyFSIO v0.4.2 Release
kqjy pushed to next at kqjy/MyFSIO 2026-03-25 05:44:55 +00:00
f05b2668c0 Reduce per-request overhead: pre-compile SigV4 regex, in-memory etag index cache, 1MB GET chunks, configurable meta cache, skip fsync for rebuildable caches
f7c1c1f809 Update requirements.txt
Compare 2 commits »
kqjy released MyFSIO v0.4.1 Beta at kqjy/MyFSIO 2026-03-25 04:34:18 +00:00
kqjy pushed tag v0.4.1 to kqjy/MyFSIO 2026-03-25 04:34:18 +00:00
kqjy pushed to main at kqjy/MyFSIO 2026-03-25 04:29:29 +00:00
f0c95ac0a9 MyFSIO v0.4.1 Release
0e392e18b4 Hide ghost details in object panel when preview fails to load
8996f1ce06 Fix folder selection not showing delete button in bucket browser
f60dbaf9c9 Respect DISPLAY_TIMEZONE in GC and integrity scanner history tables
1a5a7aa9e1 Auto-refresh Recent Scans/Executions tables after GC and integrity scan completion
Compare 12 commits »
kqjy merged pull request kqjy/MyFSIO#34 2026-03-25 04:29:28 +00:00
MyFSIO v0.4.1 Release
kqjy pushed to next at kqjy/MyFSIO 2026-03-24 07:15:13 +00:00
0e392e18b4 Hide ghost details in object panel when preview fails to load
8996f1ce06 Fix folder selection not showing delete button in bucket browser
Compare 2 commits »
kqjy pushed to next at kqjy/MyFSIO 2026-03-23 10:36:20 +00:00
f60dbaf9c9 Respect DISPLAY_TIMEZONE in GC and integrity scanner history tables
kqjy pushed to next at kqjy/MyFSIO 2026-03-23 10:31:18 +00:00
1a5a7aa9e1 Auto-refresh Recent Scans/Executions tables after GC and integrity scan completion
kqjy pushed to next at kqjy/MyFSIO 2026-03-23 09:46:38 +00:00
326367ae4c Fix integrity scanner batch limit and add cursor-based rotation
kqjy pushed to next at kqjy/MyFSIO 2026-03-23 09:14:10 +00:00
a7f9b0a22f Convert GC to async with polling to prevent proxy timeouts
kqjy pushed to next at kqjy/MyFSIO 2026-03-23 08:48:37 +00:00
0e525713b1 Fix missing CSRF token on presigned URL request