aboutsummaryrefslogtreecommitdiff
path: root/src/error.rs
AgeCommit message (Expand)Author
2019-01-08Include IP in invalid admin token errorDaniel García
2019-01-07Print unauthorized error messageDaniel García
2019-01-04Updated dependencies to use u2f crate directly, and some style changesDaniel García
2018-12-30Start using rustfmt and some style changes to make some lines shorterDaniel García
2018-12-30Updated Error to implement Display and Debug, instead of using custom methodsDaniel García
2018-12-30Removed invalid todoDaniel García
2018-12-30Remove config option for admin email, embdedded admin page, managed IO::Error...Daniel García
2018-12-30Modified navigation bar and corrected some commentsDaniel García
2018-12-30Implemented better errors for JWTDaniel García
2018-12-30Implemented proper error handling, now we can do `user.save($conn)?;` and it ...Daniel García