summaryrefslogtreecommitdiff
path: root/src/db/models/org_policy.rs
AgeCommit message (Expand)Author
2024-09-18fix 2fa policy check on registration (#4956)Stefan Melmuk
2024-06-23Change API and structs to camelCase (#4386)Daniel García
2024-06-20Fix some more nightly errors and remove lint that will become an error by def...Daniel García
2024-03-17automatically use email address as 2fa provider (#4317)Stefan Melmuk
2023-04-06check if reset policy is enabledStefan Melmuk
2023-01-25added database migrationsirux88
2022-10-23Update to diesel2Daniel García
2022-08-20Add Org user revoke featureBlackDex
2022-06-14Updated deps and misc fixes and updatesBlackDex
2022-05-06Improve sync speed and updated dep. versionsBlackDex
2022-02-27Async/Awaited all db methodsBlackDex
2021-10-02feature: Support single organization policyAdam Jones
2021-07-15Merge branch '2fa_enforcement' of https://github.com/olivierIllogika/bitwarde...Daniel García
2021-05-12Add support for the `Send Options` policyJeremy Lin
2021-04-16Merge branch 'master' of github.com:dani-garcia/bitwarden_rs into 2fa_enforce...Olivier Martin
2021-04-11Resolves dani-garcia/bitwarden_rs#981Olivier Martin
2021-03-31Reflow some lines manuallyJake Howard
2021-03-31Run `cargo fmt` on codebaseJake Howard
2021-03-16Add support for the Disable Send policyJeremy Lin
2021-03-13Remove debug impl from database structsDaniel García
2021-01-23Add support for the Personal Ownership policyJeremy Lin
2020-11-08Ensure that a user is actually in an org when applying policiesAve
2020-11-07Try to fix #1218Daniel García
2020-09-22Fixed foreign-key (mariadb) errors.BlackDex
2020-08-24Add support for multiple simultaneous database features by using macros.Daniel García
2020-05-03Remove unused dependency and simple feature, update dependencies and fix some...Daniel García
2020-03-14Fix postgres policies, second tryDaniel García
2020-03-14Fix issue with postgresDaniel García
2020-03-14Initial version of policiesDaniel García