Age | Commit message (Expand) | Author |
2020-03-18 | Fixing issue #759 by disabling Foreign Key Checks. | BlackDex |
2020-03-16 | Merge pull request #912 from ymage/openssl_as_default | Daniel García |
2020-03-16 | Make openssl crate as default (non feature-flipped) | Ymage |
2020-03-16 | Updated code so backtraces are logged also. | BlackDex |
2020-03-16 | Merge branch 'master' of https://github.com/dani-garcia/bitwarden_rs into log... | BlackDex |
2020-03-09 | Migrate lazy_static to once_cell, less macro magic and slightly faster1.14 | Daniel García |
2020-03-02 | Added command line flags for help and version | zethra |
2020-02-25 | Make panics logable (as warn) | BlackDex |
2020-02-18 | Add backend support for alternate base dir (subdir/subpath) hosting | Jeremy Lin |
2020-01-04 | minor typo conect -> connect | Richard Huang |
2019-12-29 | Avoid some to_string in the request logging and include message to disable we... | Daniel García |
2019-12-06 | Collapsed log messages from 3 lines per request to 2 and hidden the ones valu... | Daniel García |
2019-11-06 | Next attempt for issue #709 fix | BlackDex |
2019-10-25 | Update rocket to latest master | Daniel García |
2019-10-05 | Updated icon blacklisting. | BlackDex |
2019-09-12 | Adds support for PostgreSQL which resolves #87 and is mentioned in #246. | Michael Powers |
2019-09-01 | Initial version of CORS support | vpl |
2019-07-09 | Move backend checks to build.rs to fail fast, and updated dependencies | Daniel García |
2019-06-02 | Don't print DB URL | Daniel García |
2019-05-30 | remove syslog from ci, make features flag more clear | Nils Domrose |
2019-05-28 | fixed typo | Nils Domrose |
2019-05-27 | re-added sqlite check_db code, cleanup | Nils Domrose |
2019-05-26 | initial mysql support | Nils Domrose |
2019-05-20 | Rework migrations for MySQL | Emil Madsen |
2019-05-20 | Merge branch 'master' of github.com:Skeen/bitwarden_rs | Emil Madsen |
2019-05-20 | MySQL database | Emil Madsen |
2019-04-26 | Formatting | Daniel García |
2019-03-29 | With the latest fern, syslog can be a config option instead of a build flag | Daniel García |
2019-03-25 | Implement log_level config option | Daniel García |
2019-03-25 | Set default log level to Info, we don't use debug anyway and it just fills th... | Daniel García |
2019-02-24 | Minor typo fix conect => connect | Frank Petrilli |
2019-02-20 | Print a warning when an env variable is being overriden by the config file, a... | Daniel García |
2019-02-18 | Add an option to not enable WAL (should help in #399) | Miroslav Prasil |
2019-02-16 | Implemented multiple U2f keys, key names, and compromised checks | Daniel García |
2019-02-13 | Removed list of mounted routes at startup by default, with option to add it b... | Daniel García |
2019-02-12 | Add version to initial message | Daniel García |
2019-02-06 | Implemented config form and fixed config priority | Daniel García |
2019-01-29 | Update web vault error message | Daniel García |
2019-01-27 | Added better favicon downloader. | BlackDex |
2019-01-25 | Change config to thread-safe system, needed for a future config panel. | Daniel García |
2019-01-21 | Update Diesel to 1.4 and other dependencies | Daniel García |
2019-01-20 | Show organizations in admin panel, implement reload templates option | Daniel García |
2019-01-19 | Rename admin templates to match email | Daniel García |
2019-01-19 | Created base template | Daniel García |
2019-01-19 | Implement admin JWT cookie, separate JWT issuers for each type of token and m... | Daniel García |
2019-01-19 | Move email templates to subfolder | Daniel García |
2019-01-15 | Fix folder notifications, enable template strict mode and add missing option ... | Daniel García |
2019-01-15 | Added SMTP_FROM_NAME | Daniel García |
2019-01-15 | Embed the default templates | Daniel García |
2019-01-15 | Default to $data_folder/templates and remove dev option (use `TEMPLATES_FOLDE... | Daniel García |