warden-worker/migrations
2025-12-26 15:22:50 +00:00
..
0001_add_password_salt.sql feat: add database migration handling and update wrangler.toml configuration 2025-11-30 03:24:10 +00:00
0002_add_argon2_fields.sql feat: implement Argon2 KDF support in user authentication and registration 2025-12-04 14:44:40 +00:00
0003_add_twofactor.sql feat: implement two-factor authentication (2FA) support with TOTP and recovery codes 2025-12-06 15:01:14 +00:00
0004_add_avatar_color.sql feat: support for changing user name and avatar color 2025-12-06 15:42:52 +00:00
0005_add_attachments.sql feat: add file attachment support for ciphers 2025-12-07 11:13:06 +00:00
0006_add_pending_attachments.sql feat: implement pending attachments feature in upload handling 2025-12-11 03:22:10 +00:00
0007_add_password_iterations.sql refactor: offload cpu heavy endpoint to durable object and enhance password hashing with per-user iterations 2025-12-26 15:22:50 +00:00