bitwarden_rs/src/db/models
BlackDex 5d05ec58be
Updated deps and misc fixes and updates
- Updated some Rust dependencies
- Fixed an issue with CSP header, this was not configured correctly
- Prevent sending CSP and Frame headers for the MFA connector.html files.
  Else some clients will fail to handle these protocols.
- Add `unsafe-inline` for `script-src` only to the CSP for the Admin Interface
- Updated JavaScript and CSS files for the Admin interface
- Changed the layout for showing overridden settings, better visible now.
- Made the version check cachable to prevent hitting the Github API rate limits
- Hide the `database_url` as if it is a password in the Admin Interface
  Else for MariaDB/MySQL or PostgreSQL this was plain text.
- Fixed an issue that pressing enter on the SMTP Test would save the config.
  resolves #2542
- Prevent user names larger then 50 characters
  resolves #2419
2022-06-14 14:51:51 +02:00
..
attachment.rs Improve sync speed and updated dep. versions 2022-05-06 17:01:02 +02:00
cipher.rs Improve sync speed and updated dep. versions 2022-05-06 17:01:02 +02:00
collection.rs Improve sync speed and updated dep. versions 2022-05-06 17:01:02 +02:00
device.rs Improve sync speed and updated dep. versions 2022-05-06 17:01:02 +02:00
emergency_access.rs Improve sync speed and updated dep. versions 2022-05-06 17:01:02 +02:00
favorite.rs Improve sync speed and updated dep. versions 2022-05-06 17:01:02 +02:00
folder.rs Improve sync speed and updated dep. versions 2022-05-06 17:01:02 +02:00
mod.rs Add email notifications for incomplete 2FA logins 2021-10-28 00:19:43 -07:00
org_policy.rs Updated deps and misc fixes and updates 2022-06-14 14:51:51 +02:00
organization.rs Improve sync speed and updated dep. versions 2022-05-06 17:01:02 +02:00
send.rs Improve sync speed and updated dep. versions 2022-05-06 17:01:02 +02:00
two_factor.rs Improve sync speed and updated dep. versions 2022-05-06 17:01:02 +02:00
two_factor_incomplete.rs Improve sync speed and updated dep. versions 2022-05-06 17:01:02 +02:00
user.rs Async/Awaited all db methods 2022-02-27 21:37:23 +01:00