- 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. |
||
|---|---|---|
| .. | ||
| 0001_add_password_salt.sql | ||
| 0002_add_argon2_fields.sql | ||
| 0003_add_twofactor.sql | ||
| 0004_add_avatar_color.sql | ||
| 0005_add_attachments.sql | ||
| 0006_add_pending_attachments.sql | ||
| 0007_add_password_iterations.sql | ||
| 0008_add_eq_domains.sql | ||