vaultwarden/src/api
BlackDex 8b6dfe48b7
Disable groups by default and Some optimizations
- Put groups support behind a feature flag, and disabled by default.
  The reason is that it has some known issues, but we want to keep
  optimizing this feature. Putting it behind a feature flag could help
  some users, and the developers into optimizing this feature without to
  much trouble.

Further:

- Updates Rust to v1.66.0
- Updated GHA workflows
- Updated Alpine to 3.17
- Updated jquery to v3.6.2
- Moved jdenticon.js to load at the bottom, fixes an issue on chromium
- Added autocomplete attribute to admin login password field
- Added some extra CSP options (Tested this on Safari, Firefox, Chrome, Bitwarden Desktop)
- Moved uppercase convertion from runtime to compile-time using `paste`
  for building the environment variables, lowers heap allocations.
2022-12-16 14:52:42 +01:00
..
core Disable groups by default and Some optimizations 2022-12-16 14:52:42 +01:00
admin.rs Cleanups and Fixes for Emergency Access 2022-12-04 23:15:03 +01:00
icons.rs Cleanups and Fixes for Emergency Access 2022-12-04 23:15:03 +01:00
identity.rs Add Organizational event logging feature 2022-12-01 22:38:59 +01:00
mod.rs Add Organizational event logging feature 2022-12-01 22:38:59 +01:00
notifications.rs Use constant size generic parameter for random bytes generation 2022-11-11 11:59:27 +01:00
web.rs Disable groups by default and Some optimizations 2022-12-16 14:52:42 +01:00