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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
db
/
models
/
org_policy.rs
Age
Commit message (
Expand
)
Author
2024-09-18
fix 2fa policy check on registration (#4956)
Stefan Melmuk
2024-06-23
Change API and structs to camelCase (#4386)
Daniel García
2024-06-20
Fix some more nightly errors and remove lint that will become an error by def...
Daniel García
2024-03-17
automatically use email address as 2fa provider (#4317)
Stefan Melmuk
2023-04-06
check if reset policy is enabled
Stefan Melmuk
2023-01-25
added database migration
sirux88
2022-10-23
Update to diesel2
Daniel García
2022-08-20
Add Org user revoke feature
BlackDex
2022-06-14
Updated deps and misc fixes and updates
BlackDex
2022-05-06
Improve sync speed and updated dep. versions
BlackDex
2022-02-27
Async/Awaited all db methods
BlackDex
2021-10-02
feature: Support single organization policy
Adam Jones
2021-07-15
Merge branch '2fa_enforcement' of https://github.com/olivierIllogika/bitwarde...
Daniel García
2021-05-12
Add support for the `Send Options` policy
Jeremy Lin
2021-04-16
Merge branch 'master' of github.com:dani-garcia/bitwarden_rs into 2fa_enforce...
Olivier Martin
2021-04-11
Resolves dani-garcia/bitwarden_rs#981
Olivier Martin
2021-03-31
Reflow some lines manually
Jake Howard
2021-03-31
Run `cargo fmt` on codebase
Jake Howard
2021-03-16
Add support for the Disable Send policy
Jeremy Lin
2021-03-13
Remove debug impl from database structs
Daniel García
2021-01-23
Add support for the Personal Ownership policy
Jeremy Lin
2020-11-08
Ensure that a user is actually in an org when applying policies
Ave
2020-11-07
Try to fix #1218
Daniel García
2020-09-22
Fixed foreign-key (mariadb) errors.
BlackDex
2020-08-24
Add support for multiple simultaneous database features by using macros.
Daniel García
2020-05-03
Remove unused dependency and simple feature, update dependencies and fix some...
Daniel García
2020-03-14
Fix postgres policies, second try
Daniel García
2020-03-14
Fix issue with postgres
Daniel García
2020-03-14
Initial version of policies
Daniel García