memos/server
Furzi e4972dc847 perf(fileserver): stream video/audio files for efficient memory usage
Refactored video/audio file serving to use streaming via ReadSeeker
instead of loading entire files into memory. For local storage, files
are opened directly for zero-copy streaming. For S3 and database
storage, content is still loaded into memory as these sources don't
provide seekable streams. This significantly reduces memory footprint
when serving large media files.
2026-01-03 04:21:07 +08:00
..
auth refactor(auth): remove legacy session cookie authentication 2025-12-19 00:09:08 +08:00
router perf(fileserver): stream video/audio files for efficient memory usage 2026-01-03 04:21:07 +08:00
runner refactor: rename workspace to instance throughout codebase 2025-11-05 23:35:35 +08:00
server.go chore: implement session sliding expiration and JWT authentication 2025-12-15 10:04:11 +08:00