aboutsummaryrefslogtreecommitdiff
path: root/Cargo.lock
AgeCommit message (Expand)Author
2020-03-16Merge pull request #911 from BlackDex/upgrade-rocketDaniel García
2020-03-16Updated code so backtraces are logged also.BlackDex
2020-03-16Update dependenciesBlackDex
2020-03-14Updated reqwest to the latest version.BlackDex
2020-03-09Migrate lazy_static to once_cell, less macro magic and slightly faster1.14Daniel García
2020-03-09Update dependenciesDaniel García
2020-03-02Added command line flags for help and versionzethra
2020-01-30Convert email domains to punycodeDaniel García
2020-01-26Update handlebars to 3.0 which included performance improvements.Daniel García
2020-01-19Update u2f to 0.2, which requires OpenSSL but also might solve the problems w...Daniel García
2020-01-10Update dependenciesDaniel García
2020-01-05Make sure handlebars is not updated, as the next patch version has breaking c...Daniel García
2019-12-31Use rmp upstream versionDaniel García
2019-12-22Update docker images to alpine 3.11 and rust 1.40Daniel García
2019-12-15Updated dependenciesDaniel García
2019-12-06Updated dependenciesDaniel García
2019-11-28Updated deps and fixed some lints1.13.0Daniel García
2019-11-24Updated dependenciesDaniel García
2019-11-22Add an option to fetch and parse href="data:image"BlackDex
2019-11-19Update web vault to fix twofactorauth.org integration1.12.0Daniel García
2019-11-06Updated dependenciesBlackDex
2019-11-04Trying to fix issue #687BlackDex
2019-11-02Update dependenciesDaniel García
2019-10-25Update rocket to latest masterDaniel García
2019-10-24Update dependencies and docker base imagesDaniel García
2019-10-15Update rust version and use minimal profile for CIDaniel García
2019-10-11Update dependencies to use newer SQLiteDaniel García
2019-10-08Updated dependencies and fixed disable_admin_token descriptionDaniel García
2019-09-17Use upstream rmpDaniel García
2019-09-12Adds support for PostgreSQL which resolves #87 and is mentioned in #246.Michael Powers
2019-09-05Updated client kdf iterations to 100000 and fixed some lintsDaniel García
2019-08-31Use the local scripts instead of cloudflare, remove jquery and update config ...Daniel García
2019-08-27Updated dependencies and web vault versionDaniel García
2019-08-18Update dependenciesDaniel García
2019-07-30Updated dependencies and fixed panic getting iconsDaniel García
2019-07-09Move backend checks to build.rs to fail fast, and updated dependenciesDaniel García
2019-07-02Fix #468 - Percent-encode the email address in invite linkNick Fox
2019-06-14Update dependencies and remove unwraps from Cipher::to_jsonDaniel García
2019-06-02Update dependencies and remove travis unused featureDaniel García
2019-05-20Rework migrations for MySQLEmil Madsen
2019-05-17Update deps and swap back to official u2f crate againDaniel García
2019-05-15Update dependencies to use new ringDaniel García
2019-05-11Update ring to 0.14, jwt to 6.0, and u2fDaniel García
2019-05-11Updated web vault to hide org plans again and updated dependenciesDaniel García
2019-04-26Updated dependenciesDaniel García
2019-04-11Update dependencies and fix some warningsDaniel García
2019-04-05Implement user duo, initial versionDaniel García
2019-04-02Make the syslog crate non-optional when availableDaniel García
2019-03-29With the latest fern, syslog can be a config option instead of a build flagDaniel García
2019-03-25Fixed long e-mail message extending 1000 lines.BlackDex