- 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.
13 lines
238 B
Text
13 lines
238 B
Text
target
|
|
node_modules
|
|
.wrangler
|
|
.env
|
|
# Frontend files (downloaded during deployment/development)
|
|
public/web-vault/
|
|
|
|
# reference repos
|
|
vaultwarden/
|
|
bw_web_builds/
|
|
|
|
# Generated seed SQL (global equivalent domains)
|
|
sql/global_domains_seed.sql
|