Age | Commit message (Expand) | Author |
2020-01-26 | Update handlebars to 3.0 which included performance improvements. | Daniel García |
2019-12-27 | Formatting | Daniel García |
2019-11-24 | Implement change-email, email-verification, account-recovery, and welcome not... | tomuta |
2019-11-06 | Added configurable smtp timeout. | BlackDex |
2019-11-02 | Remove unnecessary clones and other clippy fixes | Daniel García |
2019-09-05 | Updated client kdf iterations to 100000 and fixed some lints | Daniel García |
2019-08-27 | Merge pull request #555 from vverst/email-codes | Daniel García |
2019-08-27 | Remove unecessary clone | ViViDboarder |
2019-08-23 | Allow explicitly defined smtp auth mechansim | ViViDboarder |
2019-08-03 | Add email message for twofactor email codes | vpl |
2019-07-30 | Updated dependencies and fixed panic getting icons | Daniel García |
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-07-02 | Fix #468 - Percent-encode the email address in invite link | Nick Fox |
2019-04-26 | Formatting | Daniel García |
2019-03-25 | Fixed long e-mail message extending 1000 lines. | BlackDex |
2019-03-10 | Add option to use wrapped TLS in email, instead of STARTTLS upgrade | Daniel García |
2019-03-07 | Explicitly close SMTP connection in case of error. | Daniel García |
2019-03-03 | Some formatting and dependency updates | Daniel García |
2019-02-10 | Add missing url parameter | Daniel García |
2019-02-10 | Implemented HTML emails with text alternative | Daniel García |
2019-02-08 | Fixed some clippy lints and changed update_uuid_revision to only use one db q... | Daniel García |
2019-02-06 | Config can now be serialized / deserialized | 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 |
2019-01-20 | Show organizations in admin panel, implement reload templates option | Daniel García |
2019-01-19 | Move email templates to subfolder | Daniel García |
2019-01-15 | Added SMTP_FROM_NAME | Daniel García |
2019-01-15 | Initial stab at templates | Daniel García |
2019-01-07 | Remove whitespace before processing tokens | Daniel García |
2019-01-05 | Refactor generate_invite_claims, make org_name and org_id optional | Nick Fox |
2019-01-05 | Fix formatting and add vault link to notification emails | Nick Fox |
2019-01-04 | Update admin page to work with new invitation flow | Nick Fox |
2019-01-02 | Replace invite/reinvite email functions with generic send_email | Nick Fox |
2018-12-30 | Start using rustfmt and some style changes to make some lines shorter | Daniel García |
2018-12-30 | Use new Errors in latest changes | Daniel García |
2018-12-30 | Implemented proper error handling, now we can do `user.save($conn)?;` and it ... | Daniel García |
2018-12-18 | Use upstream jslib invite/registration workflow | Nick Fox |
2018-12-14 | Add invite email functionality | Nick Fox |
2018-12-07 | Migrate to rust 2018 edition | Daniel García |
2018-10-04 | Updated dependencies, removed valid mail check (now done by lettre), and upda... | Daniel García |
2018-09-19 | Temp fix for OpenSSL 1.1.1 compatibility | Daniel García |
2018-09-11 | Special messages when user has no password hint | Jean-Christophe BEGUE |
2018-08-16 | Check email validity before using it for password hint sending | Jean-Christophe BEGUE |
2018-08-15 | make SMTP authentication optionnal, let lettre pick the better auth mechanism | Jean-Christophe BEGUE |
2018-08-15 | Better message into the password hint email | Jean-Christophe BEGUE |
2018-08-15 | SMTP integration, send password hint by email. | Jean-Christophe BEGUE |