1
0
mirror of https://github.com/bitwarden/server.git synced 2025-02-21 02:41:21 +01:00
bitwarden-server/src/Core/Settings
Kyle Spearrin a6db79f613
[PM-5645] Cosmos DB Grant Storage (#3634)
* table storage grants

* simple shard on storage accounts

* use is not

* cosmos grant repo

* remove single storage connection string

* some fixes to dapper grant repo

* pattern matching

* add fallback to base PersistedGrantStore

* service collection extension cleanup

* cleanup

* remove unused Id

* empty string rowkey

* fix sharding method logic

* ttl for cosmos

* make ttl an int

* fixes to cosmos implementation

* fix partition key values

* catch notfound exceptions

* indenting

* update grantitem with custom serialization

* use new transform helpers

* grantloader perf test tool

* ref

* remove grant loader project

* remove table storage implementation

* remove table storage stuff

* all redis fallback to build to null

* revert sln file change

* EOF new line

* remove trailing comma

* lint fixes

* add grant to names

* move cosmos serilaizer to utils

* add some .net 8 keyed service comments

* EnableContentResponseOnWrite

* Fix type in EF grant repository
2024-01-10 12:59:16 +00:00
..
LoggingSettings Add logging to tokenables (#2298) 2022-09-26 14:22:02 -05:00
GlobalSettings.cs [PM-5645] Cosmos DB Grant Storage (#3634) 2024-01-10 12:59:16 +00:00
IBaseServiceUriSettings.cs [PM-2594] Added new property "CloudRegion" to GlobalSettings and ConfigResponseModel to be able to override the cloud url value for selfhost instances (#3024) 2023-07-03 21:43:13 +01:00
IConnectionStringSettings.cs Run formatting (#2230) 2022-08-29 16:06:55 -04:00
IDomainVerificationSettings.cs [SG-147] Organization Domain Claiming Feature (#2704) 2023-02-15 14:26:41 -05:00
IFileStorageSettings.cs Run formatting (#2230) 2022-08-29 16:06:55 -04:00
IGlobalSettings.cs Make development easier (#3504) 2023-12-08 15:14:49 -05:00
IInstallationSettings.cs Run formatting (#2230) 2022-08-29 16:06:55 -04:00
ILaunchDarklySettings.cs Allow feature flag state configuration via application settings (#2963) 2023-05-26 13:52:50 -04:00
ILogLevelSettings.cs Add logging to tokenables (#2298) 2022-09-26 14:22:02 -05:00