index
:
vaultwarden
2024-updates-and-config-endpoint
authrequest_changes
dependabot/cargo/cargo-acb06c3a58
dependabot/cargo/h2-0.3.26
dependabot/cargo/mio-0.8.11
fix-nightly-errors
fix-nightly-errors-part-2
icons_dns
improved-http-client
main
more_authrequest_fixes
register_verify_email
remove_upcase
ssh_keys
test_dylint
update-rust-and-remove-unused-header-values
update_jwt_private_key
yubico-async
Unofficial Bitwarden compatible server written in Rust, formerly known as bitwarden_rs
dani-garcia
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
db
/
mod.rs
Age
Commit message (
Expand
)
Author
2021-08-22
Dependency updates
BlackDex
2021-06-16
Support for webauthn and u2f->webauthn migrations
Daniel García
2021-05-02
Extract some FromDb trait impls outside the macros so they aren't repeated, a...
Daniel García
2021-04-29
Remove warning when compiling only with mysql and add compatibility mode with...
1.21.0
Daniel García
2021-04-06
Merge remote-tracking branch 'origin/master' into fmt
Jake Howard
2021-04-06
Modify rustfmt file
Jake Howard
2021-04-05
Some admin interface updates.
BlackDex
2021-03-31
Run `cargo fmt` on codebase
Jake Howard
2021-03-30
Misc changes.
BlackDex
2021-03-28
Updated diagnostics page
BlackDex
2021-03-22
Send deletion thread and updated users revision
Daniel García
2020-10-09
Add DATABASE_MAX_CONNS config setting
Rob Watson
2020-10-03
Retry initial db connection, with adjustable option
Daniel García
2020-08-28
Fix some clippy warnings and remove unused function
Daniel García
2020-08-24
Add support for multiple simultaneous database features by using macros.
Daniel García
2020-07-23
Updated dependencies and changed rocket request imports
Daniel García
2020-07-14
Removed try_trait and some formatting, particularly around imports
Daniel García
2020-03-16
Small change for rocket compatibilty
BlackDex
2019-11-04
Trying to fix issue #687
BlackDex
2019-10-25
Update rocket to latest master
Daniel García
2019-10-11
Fixed a bug with the sqlite backup feature.
BlackDex
2019-09-12
Adds support for PostgreSQL which resolves #87 and is mentioned in #246.
Michael Powers
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-06-01
Merge pull request #493 from endyman/feature/initial_mysql_support
Daniel García
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
MySQL database
Emil Madsen
2019-05-03
Create Backup funcitonality
TheMardy
2019-01-25
Change config to thread-safe system, needed for a future config panel.
Daniel García
2018-12-30
Start using rustfmt and some style changes to make some lines shorter
Daniel García
2018-12-07
Migrate to rust 2018 edition
Daniel García
2018-03-07
r2d2_diesel is included in diesel since 1.1, so we don't need the dependencie...
Daniel García
2018-02-10
First working version
Daniel García