qaz741wsd856
99a511f9f0
refactor: tweak router in entry.js
2025-12-29 12:11:14 +00:00
qaz741wsd856
249fd5e800
refactor: keep lightweight refresh token verification in the Worker
2025-12-29 11:52:26 +00:00
qaz741wsd856
bba7bbc8a2
fix: offload missed cpu heavy endpoints to do
2025-12-27 19:53:37 +00:00
qaz741wsd856
eaa2f3b652
chore: remove HEAVY_DO_ENABLED environment variable
2025-12-27 05:19:03 +00:00
qaz741wsd856
034e6284a2
refactor: move attachment upload and download logic to a separate js.
2025-12-27 04:49:05 +00:00
qaz741wsd856
84067f41f0
refactor: offload cpu heavy endpoint to durable object and enhance password hashing with per-user iterations
2025-12-26 15:22:50 +00:00
qaz741wsd856
023b010504
feat: implement pending attachments feature in upload handling
2025-12-11 03:22:10 +00:00
qaz741wsd856
a9ed226313
fix: actually fix timestamp format entry.js
2025-12-08 18:31:37 +00:00
qaz741wsd856
61a3539e23
feat: add zero-copy streaming for attachment downloads using js wapper
2025-12-08 13:29:55 +00:00
qaz741wsd856
8902444561
feat: implement zero-copy streaming for attachment uploads
...
- Added a new entry point in JavaScript to handle zero-copy streaming uploads to R2.
- Updated the Rust backend to support the new upload route with JWT validation.
- Enhanced the API to generate full URLs for the new azure-upload endpoint.
- Introduced new dependencies: `futures-util` and `wasm-streams` for improved async handling.
2025-12-08 11:11:27 +00:00