Age | Commit message (Expand) | Author |
2021-04-06 | Merge remote-tracking branch 'origin/master' into fmt | Jake Howard |
2021-04-06 | Modify rustfmt file | Jake Howard |
2021-04-06 | Update web vault and add unnoficialserver response | Daniel García |
2021-03-31 | Run `cargo fmt` on codebase | Jake Howard |
2020-11-30 | Implement admin ability to enable/disable users | janost |
2020-08-11 | Remove redundant user fetching from login | Daniel García |
2020-08-04 | Fix unlock on desktop clients1.16.2 | Daniel García |
2020-07-14 | Removed try_trait and some formatting, particularly around imports | Daniel García |
2020-07-07 | Use local time in email notifications for new device logins | Jeremy Lin |
2020-05-14 | Add ip on totp miss | Daniel García |
2020-05-03 | Remove unused dependency and simple feature, update dependencies and fix some... | Daniel García |
2020-03-22 | Handle `devicePushToken` | Jeremy Lin |
2019-12-07 | Fix IP not shown when failed login (Fixes #761) | Daniel García |
2019-12-06 | Fix some lints | Daniel García |
2019-11-24 | Implement change-email, email-verification, account-recovery, and welcome not... | tomuta |
2019-10-15 | Use user_uuid instead of mut twofactor | vpl |
2019-10-15 | Send email when preparing 2FA JsonError | vpl |
2019-10-10 | Updated authenticator TOTP | BlackDex |
2019-08-26 | Merge remote-tracking branch 'upstream/master' into email-codes | vpl |
2019-08-19 | Add option to require new device emails | vpl |
2019-08-18 | Ignore error sending device email | Daniel García |
2019-08-04 | Use saved token for email 2fa codes | vpl |
2019-08-04 | Remove some unused imports, unneeded mut variables | vpl |
2019-08-04 | Add email code logic and move two_factor into separate modules | vpl |
2019-08-04 | Add email authenticator logic | vpl |
2019-07-25 | Move send device email to end of password login | vpl |
2019-07-22 | Move retrieve/new device from connData to separate function | vpl |
2019-07-22 | Add new device email when user logs in | vpl |
2019-05-20 | Fix key and type variable names for mysql | Emil Madsen |
2019-04-15 | Use users duo host when required, instead of always using the global one | Daniel García |
2019-04-11 | Implement selection between global config and user settings for duo keys. | Daniel García |
2019-04-07 | Add global duo config and document options in .env template | Daniel García |
2019-04-05 | Implement user duo, initial version | Daniel García |
2019-03-03 | Added option to force 2fa at logins and made some changes to two factor code. | Daniel García |
2019-02-20 | Updated dependencies, removed some unnecessary clones and fixed some lints | Daniel García |
2019-02-11 | Implement constant time equal check for admin, 2fa recover and 2fa remember t... | Daniel García |
2019-01-25 | Add 2FA icon to admin panel | Daniel García |
2019-01-25 | Change config to thread-safe system, needed for a future config panel. | Daniel García |
2018-12-30 | Start using rustfmt and some style changes to make some lines shorter | Daniel García |
2018-12-30 | Implemented proper error handling, now we can do `user.save($conn)?;` and it ... | Daniel García |
2018-12-16 | Implement fromform, and ignore case and underscores, fixes #298 | Daniel García |
2018-12-11 | Close #264. Usernames and IP addresses are logged on successful authentication | algebro |
2018-12-09 | Updated IP logging to use client_ip, to match old remote behavior. | Daniel García |
2018-12-07 | Fixed some clippy linting issues | Daniel García |
2018-12-07 | Remove some required values during login, now uses default values | Daniel García |
2018-12-07 | Migrate to rust 2018 edition | Daniel García |
2018-11-19 | Merge branch 'master' into rocket-0.4 | Daniel García |
2018-11-17 | Fixes NFC Response for Mobile Login | Stepan Fedorko-Bartos |
2018-11-15 | Adds Yubikey OTP Support | Stepan Fedorko-Bartos |
2018-11-01 | Improve login query parsing | Daniel García |