1
0
Fork 1
Spiegel von https://github.com/dani-garcia/vaultwarden.git synchronisiert 2024-06-28 10:15:41 +02:00
vaultwarden/src
BlackDex c877583979 Allow multiple SMTP Auth meganisms.
- Allow all SMTP Auth meganisms supported by Lettre.
- The config value order is leading and values can be separated by a
  comma ','
- Case doesn't matter, and invalid values are ignored.
- Warning is printed when no valid value is found at all.
2020-09-12 21:47:24 +02:00
..
api Merge pull request #1125 from jjlin/org-cipher-visibility 2020-09-10 23:19:14 +02:00
db Hide ciphers from non-selected collections for org owners/admins 2020-09-01 02:20:25 -07:00
static Update admin page dependencies 2020-08-31 16:40:21 +02:00
auth.rs Updated dependencies and changed rocket request imports 2020-07-23 21:07:04 +02:00
config.rs Allow multiple SMTP Auth meganisms. 2020-09-12 21:47:24 +02:00
crypto.rs Generate tokens more simply and uniformly 2020-08-22 16:07:53 -07:00
error.rs Add support for multiple simultaneous database features by using macros. 2020-08-24 20:11:17 +02:00
mail.rs Allow multiple SMTP Auth meganisms. 2020-09-12 21:47:24 +02:00
main.rs Add support for multiple simultaneous database features by using macros. 2020-08-24 20:11:17 +02:00
util.rs Use strip_prefix() instead of trim_start_matches() as appropriate 2020-07-20 22:33:13 -07:00