Multi-Hoster-Upload/lib
Administrator 153ea2b193 fix: atomic config writes to prevent data loss on update/crash
- All config writes now go through _atomicWrite() (write to .tmp, backup
  to .bak, rename .tmp to main config)
- load() falls back to .bak if main config is empty or corrupt
- Prevents 0KB config files caused by process termination during write

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-11 04:06:41 +01:00
..
config-store.js fix: atomic config writes to prevent data loss on update/crash 2026-03-11 04:06:41 +01:00
doodstream-upload.js fix: doodstream upload, start selected, UI improvements 2026-03-11 03:38:44 +01:00
hosters.js feat: doodstream login support, auto-remove from queue, byse URL fix 2026-03-11 01:23:27 +01:00
semaphore.js test: add unit tests (41) and UI smoke tests (21), fix semaphore listener leak 2026-03-10 10:55:50 +01:00
throttle.js feat: add queue system, per-hoster settings, retry logic, and full UI overhaul 2026-03-10 05:57:00 +01:00
updater.js fix: critical updater and retry bugs, cleanup listener leaks 2026-03-10 12:30:06 +01:00
upload-manager.js fix: serialize interval waits so uploads stagger correctly 2026-03-11 03:56:04 +01:00
vidmoly-upload.js fix: vidmoly redirect loop, body leak, update error handling, submenu overflow 2026-03-10 14:11:03 +01:00
voe-upload.js fix(voe): use 2-step CDN upload flow + add health check 2026-03-11 00:16:37 +01:00