Daniel García
754087b990
Add global duo config and document options in .env template
6 years ago
Daniel García
cfbeb56371
Implement user duo, initial version
...
TODO:
- At the moment each user needs to configure a DUO application and input the API keys, we need to check if multiple users can register with the same keys correctly and if so we could implement a global setting.
- Sometimes the Duo frame doesn't load correctly, but canceling, reloading the page and logging in again seems to fix it for me.
6 years ago
Daniel García
3bb46ce496
Make the syslog crate non-optional when available
6 years ago
Daniel García
c5832f2b30
With the latest fern, syslog can be a config option instead of a build flag
6 years ago
Daniel García
d9406b0095
Update to web vault 2.10.0
6 years ago
Daniel García
2475c36a75
Implement log_level config option
6 years ago
Daniel García
c384f9c0ca
Set default log level to Info, we don't use debug anyway and it just fills the logs with other crates info.
6 years ago
Daniel García
afbfebf659
Merge pull request #440 from BlackDex/mail-encoding
...
Fixed long e-mail message extending 1000 lines.
6 years ago
BlackDex
6b686c18f7
Fixed long e-mail message extending 1000 lines.
...
- Added quoted_printable crate to encode the e-mail messages.
- Change the way the e-mail gets build to use custom part headers.
6 years ago
Daniel García
349cb33fbd
Updated dependencies
6 years ago
Daniel García
d7542b6818
Merge pull request #437 from njfox/fix-smtp-error
...
Split up long line to stop SMTP from breaking
6 years ago
Nick Fox
7976d39d9d
Adjust whitespace
6 years ago
Nick Fox
5ee9676941
Break up long line to stop SMTP from breaking
6 years ago
Daniel García
4b40cda910
Added domain blacklist regex for icons service and improved valid domain check.
...
Reorganized the icons code a bit.
6 years ago
Daniel García
4689ed7b30
Changed uppercase deserializer to avoid a clone.
6 years ago
Daniel García
084bc2aee3
Use final release of lettre and update dependencies
6 years ago
Daniel García
6d7e15b2fd
Use web vault 2.9.0 release
6 years ago
Daniel García
61515160a7
Allow changing error codes and create an empty error.
...
Return 404 instead of 400 when no accounts breached.
6 years ago
Daniel García
a25bfdd16d
Remove unused features from multipart (integration with other servers)
6 years ago
Daniel García
e93538cea9
Add option to use wrapped TLS in email, instead of STARTTLS upgrade
6 years ago
Daniel García
b4244b28b6
Update admin page scripts and fixed broken tooltip
6 years ago
Daniel García
43f9038325
Add option to force resync clients in admin panel
6 years ago
Daniel García
27872f476e
Update dependencies
6 years ago
Daniel García
339044f8aa
Add warning about config panel values overriding env vars.
6 years ago
Daniel García
0718a090e1
Trim spaces from admin token during authentication and validate that the admin panel token is not empty
6 years ago
Daniel García
9e1f030a80
Explicitly close SMTP connection in case of error.
6 years ago
Daniel García
04922f6aa0
Some formatting and dependency updates
6 years ago
Daniel García
7d2bc9e162
Added option to force 2fa at logins and made some changes to two factor code.
...
Added newlines to config options to keep them a reasonable length.
6 years ago
Daniel García
c6c00729e3
Update vault to new version. No need to wait for a release when even the official web vault is already using it
6 years ago
Daniel García
10756b0920
Update dependencies and fix some lints
6 years ago
Daniel García
1eb1502a07
Merge pull request #416 from mprasil/armv6
...
Armv6
6 years ago
Miroslav Prasil
30e72a96a9
Symlink missing ld-linux file
6 years ago
Daniel García
2646db78a4
Merge pull request #414 from FrankPetrilli/patch-1
...
Minor typo fix conect => connect
6 years ago
Miroslav Prasil
f5358b13f5
Add Dockerfile for armv6
6 years ago
Frank Petrilli
d156170971
Minor typo fix conect => connect
6 years ago
Daniel García
d9bfe847db
Merge pull request #410 from gdamjan/remove-uneeded-mutability
...
remove some unneeded mutability
6 years ago
Дамјан Георгиевски
473f8b8e31
remove some unneeded mutability
6 years ago
Daniel García
aeb4b4c8a5
Remove verbose, otherwise the logs get filled with useless info
6 years ago
Daniel García
980a3e45db
Set up CI with Azure Pipelines
6 years ago
Daniel García
5794969f5b
Merge pull request #406 from shauder/feature/disable-admin-token
...
Allow the Admin token to be disabled in the advanced menu
6 years ago
Shane Faulkner
8b5b06c3d1
Allow the Admin token to be disabled in the advanced menu
6 years ago
Daniel García
b50c27b619
Print a warning when an env variable is being overriden by the config file, and reorganize the main file a bit.
...
Modified the JWT key generation, now it should also show the output of OpenSSL in the logs.
6 years ago
Daniel García
5ee04e31e5
Updated dependencies, removed some unnecessary clones and fixed some lints
6 years ago
Daniel García
bf6ae91a6d
Remove margins on small devices
6 years ago
Daniel García
828e3a5795
Add extra padding when the toolbar collapses in small devices
6 years ago
Daniel García
7b5bcd45f8
Show read-only options in the config panel and the env variable names in the tooltips
6 years ago
Daniel García
72de16fb86
Merge pull request #404 from mprasil/disable_wal
...
Add an option to not enable WAL (should help in #399 )
6 years ago
Miroslav Prasil
0b903fc5f4
Extended the template file and refer to wiki
6 years ago
Miroslav Prasil
4df686f49e
Add an option to not enable WAL (should help in #399 )
6 years ago
Daniel García
d7eeaaf249
Escape user data from admin panel when calling JS
6 years ago