downtownallday
|
d349150dd0
|
Merge remote-tracking branch 'upstream/main' into merge-upstream
# Conflicts:
# .gitignore
# management/auth.py
# management/daemon.py
# management/mail_log.py
# management/mailconfig.py
# management/mfa.py
# management/ssl_certificates.py
# management/status_checks.py
# management/utils.py
# management/web_update.py
# setup/mail-postfix.sh
# setup/migrate.py
# setup/preflight.sh
# setup/webmail.sh
# tests/test_mail.py
# tools/editconf.py
|
2024-03-12 07:41:14 -04:00 |
|
Teal Dulcet
|
cacf6d2006
|
Fixed E721 (type-comparison): Use is and is not for type comparisons, or isinstance() for isinstance checks
|
2024-03-10 07:56:49 -04:00 |
|
Teal Dulcet
|
dd61844ced
|
Fixed EM101 (raw-string-in-exception): Exception must not use a string literal, assign to variable first
|
2024-03-10 07:54:51 -04:00 |
|
downtownallday
|
bf63ca827e
|
Add copyright to source files
|
2022-09-19 14:45:11 -04:00 |
|
downtownallday
|
d1110c4c02
|
merge from upstream
|
2020-10-31 11:31:44 -04:00 |
|
Joshua Tauberer
|
545e7a52e4
|
Add MFA list/disable to the management CLI so admins can restore access if MFA device is lost
|
2020-10-31 10:23:43 -04:00 |
|
downtownallday
|
a7370beae0
|
Merge remote-tracking branch 'fspoettel/admin-panel-2fa' into totp
# Conflicts:
# management/daemon.py
# management/mfa.py
|
2020-10-29 16:56:36 -04:00 |
|
Joshua Tauberer
|
601c23d91b
|
Add MFA list/disable to the management CLI so admins can restore access if MFA device is lost
|
2020-10-29 15:42:00 -04:00 |
|
downtownallday
|
f6b04b314f
|
Add totpMruTokenTime to upgrade
|
2020-09-30 11:50:49 -04:00 |
|
downtownallday
|
100acb119b
|
Add a totpMruTokenTime value to record the time when the mru token was used
Use the totpMruTokenTime as the id to uniquely identify a totp entry
|
2020-09-30 11:00:58 -04:00 |
|
downtownallday
|
a5ebd07549
|
Merge remote-tracking branch 'fspoettel/admin-panel-2fa' into totp
# Conflicts:
# management/auth.py
# management/mfa.py
|
2020-09-30 09:05:03 -04:00 |
|
Felix Spöttel
|
1f0e493b8c
|
Exclude mru_token in user key hash
|
2020-09-30 12:34:26 +02:00 |
|
downtownallday
|
5deb88ab60
|
Merge remote-tracking branch 'fspoettel/admin-panel-2fa' into totp
# Conflicts:
# management/daemon.py
# management/mfa.py
# setup/mail-users.sh
|
2020-09-29 22:20:15 -04:00 |
|
Felix Spöttel
|
ada2167d08
|
Only update mru_token for matched mfa row
|
2020-09-29 20:05:58 +02:00 |
|
Felix Spöttel
|
be5032ffbe
|
Don't expose mru_token and secret for enabled mfas over HTTP
|
2020-09-29 19:46:02 +02:00 |
|
downtownallday
|
75fb6d2a5d
|
Rename a function
|
2020-09-29 08:55:04 -04:00 |
|
downtownallday
|
00fc94d3c1
|
Merge remote-tracking branch 'fspoettel/admin-panel-2fa' into totp
# Conflicts:
# management/auth.py
# management/daemon.py
# management/mailconfig.py
# setup/mail-users.sh
|
2020-09-28 23:25:16 -04:00 |
|
Joshua Tauberer
|
b80f225691
|
Reorganize MFA front-end and add label column
|
2020-09-27 08:31:23 -04:00 |
|
Joshua Tauberer
|
a8ea456b49
|
Reorganize the MFA backend methods
|
2020-09-26 09:58:25 -04:00 |
|