0
0
Fork 0
mirror of https://github.com/dani-garcia/vaultwarden synced 2024-06-02 12:09:11 +02:00
bitwarden_rs/src/api
Philipp Kolberg 98b2178c7d
Allow customizing the featureStates (#4168)
* Allow customizing the featureStates

Use a comma separated list of features to enable using the FEATURE_FLAGS env variable

* Move feature flag parsing to util

* Fix formatting

* Update supported feature flags

* Rename feature_flags to experimental_client_feature_flags

Additionally, use a caret (^) instead of an exclamation mark (!) to disable features

* Fix formatting issue.

* Add documentation to env template

* Remove functionality to disable feature flags

* Fix JSON key for feature states

* Convert error to warning when feature flag is unrecognized

* Simplify parsing of feature flags

* Fix default value of feature flags in env template

* Fix formatting
2024-01-01 15:44:02 +01:00
..
core Allow customizing the featureStates (#4168) 2024-01-01 15:44:02 +01:00
admin.rs Update crates (#4074) 2023-11-15 10:41:14 +01:00
icons.rs Fix typos 2023-10-05 20:08:26 +03:00
identity.rs Decrease JWT Refresh/Auth token (#4163) 2023-12-13 17:49:35 +01:00
mod.rs Add Protected Actions Check (#4067) 2023-11-12 22:15:44 +01:00
notifications.rs Prevent generating an error during ws close (#4127) 2023-12-04 20:20:13 +01:00
push.rs Fix typos 2023-10-05 20:08:26 +03:00
web.rs Fix typos 2023-10-05 20:08:26 +03:00