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