warden-worker/migrations
qaz741wsd856 73223bfa94 feat: add file attachment support for ciphers
- Implemented functionality to create, upload, download, and delete attachments associated with ciphers.
- Introduced a new `attachments` module and updated the database schema to include an `attachments` table.
- Enhanced the API routes to handle attachment operations, including legacy support.
- Updated the README and configuration files to reflect the new attachment feature and its usage.
2025-12-07 11:13:06 +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