Age | Commit message (Expand) | Author |
---|---|---|
2019-01-08 | Include IP in invalid admin token error | Daniel García |
2019-01-07 | Print unauthorized error message | Daniel García |
2019-01-04 | Updated dependencies to use u2f crate directly, and some style changes | Daniel García |
2018-12-30 | Start using rustfmt and some style changes to make some lines shorter | Daniel García |
2018-12-30 | Updated Error to implement Display and Debug, instead of using custom methods | Daniel García |
2018-12-30 | Removed invalid todo | Daniel García |
2018-12-30 | Remove config option for admin email, embdedded admin page, managed IO::Error... | Daniel García |
2018-12-30 | Modified navigation bar and corrected some comments | Daniel García |
2018-12-30 | Implemented better errors for JWT | Daniel García |
2018-12-30 | Implemented proper error handling, now we can do `user.save($conn)?;` and it ... | Daniel García |