1
0
mirror of https://github.com/bitwarden/server.git synced 2025-07-04 17:42:49 -05:00
Commit Graph

14 Commits

Author SHA1 Message Date
7f5f010e1e Run formatting (#2230) 2022-08-29 16:06:55 -04:00
bae03feffe Revert filescoped (#2227)
* Revert "Add git blame entry (#2226)"

This reverts commit 239286737d.

* Revert "Turn on file scoped namespaces (#2225)"

This reverts commit 34fb4cca2a.
2022-08-29 15:53:48 -04:00
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
5268f2781e Start Migration from Newtonsoft.Json to System.Text.Json (#1803)
* Start switch to System.Text.Json

* Work on switching to System.Text.Json

* Main work on STJ refactor

* Fix build errors

* Run formatting

* Delete unused file

* Use legacy for two factor providers

* Run formatter

* Add TokenProviderTests

* Run formatting

* Fix merge issues

* Switch to use JsonSerializer

* Address PR feedback

* Fix formatting

* Ran formatter

* Switch to async

* Ensure Enums are serialized as strings

* Fix formatting

* Enqueue single items as arrays

* Remove CreateAsync method on AzureQueueService
2022-01-21 09:36:25 -05:00
e4a10aae27 Split out repositories to Infrastructure.Dapper / EntityFramework (#1759) 2022-01-11 10:40:51 +01:00
63f6dd9a24 Move request/response models (#1754) 2021-12-14 16:05:07 +01:00
8bcd4e0463 move all models into core 2017-03-08 21:55:08 -05:00
bd0c960e9f move domains to Models.Table 2017-03-08 21:45:08 -05:00
29e3605576 organization signup apis and data model changes 2017-03-03 00:07:11 -05:00
174ac313ea fix null ref 2017-01-14 11:20:02 -05:00
93cff6e283 added parameter for excluded 2017-01-10 21:50:19 -05:00
e57964e978 Rework models for global domains 2017-01-10 17:01:57 -05:00
7abde8c771 equivalent domains APIs and data models 2017-01-09 22:20:34 -05:00