warden-worker/migrations
qaz741wsd856 f179e4a015 feat: implement equivalent domains functionality
- Added support for equivalent domains in user settings, allowing users to define custom domain groups and exclude specific global groups.
- Introduced new migration script to add necessary database columns and a table for global equivalent domains.
- Created a Python script to generate seed SQL for global domains, which can be executed to populate the database.
- Updated API endpoints to handle equivalent domains, including retrieval and persistence of user-defined settings.
- Refactored existing settings handler to remove stubs and implement full functionality for managing equivalent domains.
2025-12-29 09:11:39 +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
0008_add_eq_domains.sql feat: implement equivalent domains functionality 2025-12-29 09:11:39 +00:00