Disable groups by default and Some optimizations #1861

Closed
opened 2026-04-06 02:29:12 +02:00 by MrUnknownDE · 0 comments
Owner

Originally created by @BlackDex on 12/15/2022

  • 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:

  • 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.
*Originally created by @BlackDex on 12/15/2022* - 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: - 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.
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github/vaultwarden#1861