vaultwarden/src
Jeremy Lin c2a324e5da Clean up domain whitelist logic
* Make `SIGNUPS_DOMAINS_WHITELIST` override the `SIGNUPS_ALLOWED` setting.
  Otherwise, a common pitfall is to set `SIGNUPS_DOMAINS_WHITELIST` without
  realizing that `SIGNUPS_ALLOWED=false` must also be set.

* Whitespace is now accepted in `SIGNUPS_DOMAINS_WHITELIST`. That is,
  `foo.com, bar.com` is now equivalent to `foo.com,bar.com`.

* Add validation on `SIGNUPS_DOMAINS_WHITELIST`. For example, `foo.com,`
  is rejected as containing an empty token.
2020-04-09 01:42:27 -07:00
..
api Clean up domain whitelist logic 2020-04-09 01:42:27 -07:00
db Make sure the data field is always returned, otherwise the mobile apps seem to have issues 2020-03-30 22:19:50 +02:00
static Updated domains with new values vualt 2020-03-13 20:08:52 +01:00
auth.rs Fixed issue #908 2020-03-19 17:37:10 +01:00
config.rs Clean up domain whitelist logic 2020-04-09 01:42:27 -07:00
crypto.rs Updated ring 2020-03-16 16:39:20 +01:00
error.rs Attachment size limits, per-user and per-organization 2020-02-17 22:56:26 +01:00
mail.rs Revert "Use opportunistic TLS in SMTP connections" 2020-03-19 13:56:53 +01:00
main.rs Set the cargo version and allow changing it during build time with BWRS_VERSION. 2020-03-22 16:13:34 +01:00
util.rs Add backend support for alternate base dir (subdir/subpath) hosting 2020-02-18 21:27:00 -08:00