1
0
mirror of https://github.com/bitwarden/server.git synced 2025-07-04 09:32:48 -05:00
Commit Graph

13 Commits

Author SHA1 Message Date
34fb4cca2a Turn on file scoped namespaces (#2225) 2022-08-29 14:53:16 -04:00
231eb84e69 Turn On ImplicitUsings (#2079)
* Turn on ImplicitUsings

* Fix formatting

* Run linter
2022-06-29 19:46:41 -04:00
23b0a1f9df Run dotnet format (#1764) 2021-12-16 15:35:09 +01:00
63f6dd9a24 Move request/response models (#1754) 2021-12-14 16:05:07 +01:00
edd4bc2623 Add disable send policy (#1130)
* Add Disable Send policy

* Test DisableSend policy

* PR Review

* Update tests for using CurrentContext

This required making an interface for CurrentContext and mocking out
the members used. The interface can be expanded as needed for tests.

I moved CurrentContext to a folder, which changes the namespace
and causes a lot of file touches, but most are just adding a reference

* Fix failing test

* Update exemption to include all exempt users

* Move all CurrentContext usages to ICurrentContext

* PR review. Match messaging with Web
2021-02-04 12:54:21 -06:00
9800b752c0 Changed all C# control flow block statements to include space between keyword and open paren 2020-03-27 14:36:37 -04:00
df6d55584f group/member update ids apis 2019-03-13 17:07:48 -04:00
3187afdb0b get group member ids and member group ids apis 2019-03-12 11:35:03 -04:00
df09b02ecc return collection associations with group response 2019-03-05 10:55:02 -05:00
3c9c1a2ab7 doc model param 2019-03-04 21:06:41 -05:00
92d686ba36 public apis for groups 2019-03-01 17:38:22 -05:00
6e4df8cb0b test group get api for swagger 2019-02-28 20:51:47 -05:00
176078f04b Stub out public api for org groups 2019-02-26 22:06:39 -05:00