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 |
Daniel García
|
a744b9437a
|
Implemented multiple U2f keys, key names, and compromised checks
|
6 years ago |
Daniel García
|
6027b969f5
|
Delete old devices when deauthorizing user sessions
|
6 years ago |
Daniel García
|
93805a5d7b
|
Fix Yubikeys deleted on error
|
6 years ago |
Daniel García
|
71da961ecd
|
Merge pull request #402 from mprasil/version_in_docker
Include git repo in build so we get version
|
6 years ago |
Miroslav Prasil
|
dd421809e5
|
Include git repo in build so we get version
|
6 years ago |
Daniel García
|
274ea9a4f2
|
Use the latest fast_chemail crate directly, with the fix
|
6 years ago |
Daniel García
|
8743d18aca
|
Update travis image and remove now-ignored sudo tag
|
6 years ago |
Daniel García
|
d3773a433a
|
Removed list of mounted routes at startup by default, with option to add it back. This would get annoying when starting the server frequently, because it printed ~130 lines of mostly useless info
|
6 years ago |
Daniel García
|
0f0a87becf
|
Add version to initial message
|
6 years ago |
Daniel García
|
4b57bb8eeb
|
Merge pull request #394 from BlackDex/icon-timeout
Added config option for icon download timeout
|
6 years ago |
BlackDex
|
3b27dbb0aa
|
Added config option for icon download timeout
|
6 years ago |
Daniel García
|
ff2fbd322e
|
Update deps and fix email check
|
6 years ago |
Daniel García
|
9636f33fdb
|
Implement constant time equal check for admin, 2fa recover and 2fa remember tokens
|
6 years ago |
Daniel García
|
bbe2a1b264
|
Merge pull request #391 from TheMardy/master
Updated Email Templates
|
6 years ago |
Daniel García
|
79fdfd6524
|
Add missing url parameter
|
6 years ago |
Daniel García
|
d086a99e5b
|
Implemented HTML emails with text alternative
|
6 years ago |
TheMardy
|
22b0b95209
|
Added HTML templates (+14 squashed commit)
Squashed commit:
[ece2260] Plaintext send_org_invite
[01d4884] Plaintext pw_hint_some
[6ce5173] Plaintext pw_hint_none
[881af3e] Plaintext invite_confirmed
[ce78621] Plaintext invite_accepted
[13a44a4] Rename send_org_invite.hbs to send_org_invite.html.hbs
[b52bf2f] Rename pw_hint_some.hbs to pw_hint_some.html.hbs
[e0d1aeb] Rename pw_hint_none.hbs to pw_hint_none.html.hbs
[898dbcd] Rename invite_confirmed.hbs to invite_confirmed.html.hbs
[107af31] Rename invite_accepted.hbs to invite_accepted.html.hbs
[d26d662] Updated send_org_invite template
[71f47af] Updated pw_hint_some template
[c2ca3c2] Updated pw_hint_none template
[50f8bfb] Updated invite_accepted template
[17f96f8] Updated invite_confirmed template
|
6 years ago |
Daniel García
|
28d1588e73
|
Show version in admin panel
|
6 years ago |
Daniel García
|
f3b1a5ff3e
|
Error when admin panel is disabled
|
6 years ago |
Daniel García
|
330e90a6ac
|
Hide secrets in config panel
|
6 years ago |
Daniel García
|
8fac72db53
|
Mention relation between DOMAIN and mail settings in .env template
|
6 years ago |
Daniel García
|
820c8b0dce
|
Change use of deserialize_with for Option iterator
|
6 years ago |
Daniel García
|
8b4a6f2a64
|
Fixed some clippy lints and changed update_uuid_revision to only use one db query
|
6 years ago |
Daniel García
|
ef63342e20
|
Add reset user config button
|
6 years ago |
Daniel García
|
89840790e7
|
Fix .env path traversal issue
|
6 years ago |
Daniel García
|
a72809b225
|
Yubico and SMTP enable/disable master switches
|
6 years ago |
Daniel García
|
9976e4736e
|
Add groups
|
6 years ago |