From ac1defc97a6e7e2b86beb6af3229b2f4b6a5a32b Mon Sep 17 00:00:00 2001 From: Kyle Spearrin Date: Thu, 12 Nov 2020 21:43:10 -0500 Subject: [PATCH] bump versions and disabled send creation --- bitwarden_license/src/Portal/Portal.csproj | 2 +- bitwarden_license/src/Sso/Sso.csproj | 2 +- src/Admin/Admin.csproj | 2 +- src/Api/Api.csproj | 2 +- src/Api/Controllers/SendsController.cs | 1 + src/Billing/Billing.csproj | 2 +- src/Events/Events.csproj | 2 +- src/EventsProcessor/EventsProcessor.csproj | 2 +- src/Icons/Icons.csproj | 2 +- src/Identity/Identity.csproj | 2 +- src/Notifications/Notifications.csproj | 2 +- 11 files changed, 11 insertions(+), 10 deletions(-) diff --git a/bitwarden_license/src/Portal/Portal.csproj b/bitwarden_license/src/Portal/Portal.csproj index 18bb884b37..7f135a3334 100644 --- a/bitwarden_license/src/Portal/Portal.csproj +++ b/bitwarden_license/src/Portal/Portal.csproj @@ -1,7 +1,7 @@  - 1.37.2 + 1.38.0 netcoreapp3.1 Bit.Portal bitwarden-Portal diff --git a/bitwarden_license/src/Sso/Sso.csproj b/bitwarden_license/src/Sso/Sso.csproj index cb5f9f7eb1..e3ef30bf6e 100644 --- a/bitwarden_license/src/Sso/Sso.csproj +++ b/bitwarden_license/src/Sso/Sso.csproj @@ -1,7 +1,7 @@  - 1.37.2 + 1.38.0 netcoreapp3.1 Bit.Sso bitwarden-Sso diff --git a/src/Admin/Admin.csproj b/src/Admin/Admin.csproj index 5b92cb9367..90b65858cc 100644 --- a/src/Admin/Admin.csproj +++ b/src/Admin/Admin.csproj @@ -1,7 +1,7 @@  - 1.37.2 + 1.38.0 netcoreapp3.1 Bit.Admin bitwarden-Admin diff --git a/src/Api/Api.csproj b/src/Api/Api.csproj index 3b419f8795..c52b5e0d15 100644 --- a/src/Api/Api.csproj +++ b/src/Api/Api.csproj @@ -1,7 +1,7 @@  - 1.37.2 + 1.38.0 netcoreapp3.1 Bit.Api bitwarden-Api diff --git a/src/Api/Controllers/SendsController.cs b/src/Api/Controllers/SendsController.cs index 5a188bffd8..a310413d1e 100644 --- a/src/Api/Controllers/SendsController.cs +++ b/src/Api/Controllers/SendsController.cs @@ -84,6 +84,7 @@ namespace Bit.Api.Controllers [HttpPost("")] public async Task Post([FromBody] SendRequestModel model) { + throw new NotFoundException(); var userId = _userService.GetProperUserId(User).Value; var send = model.ToSend(userId, _sendService); await _sendService.SaveSendAsync(send); diff --git a/src/Billing/Billing.csproj b/src/Billing/Billing.csproj index 46df7e8bce..2aef327193 100644 --- a/src/Billing/Billing.csproj +++ b/src/Billing/Billing.csproj @@ -1,7 +1,7 @@  - 1.37.2 + 1.38.0 netcoreapp3.1 Bit.Billing bitwarden-Billing diff --git a/src/Events/Events.csproj b/src/Events/Events.csproj index 3525cb1a68..428f3dcbb9 100644 --- a/src/Events/Events.csproj +++ b/src/Events/Events.csproj @@ -1,7 +1,7 @@  - 1.37.2 + 1.38.0 netcoreapp3.1 Bit.Events bitwarden-Events diff --git a/src/EventsProcessor/EventsProcessor.csproj b/src/EventsProcessor/EventsProcessor.csproj index 1f5c76d26c..9a082bf824 100644 --- a/src/EventsProcessor/EventsProcessor.csproj +++ b/src/EventsProcessor/EventsProcessor.csproj @@ -1,7 +1,7 @@  - 1.37.2 + 1.38.0 netcoreapp3.1 Bit.EventsProcessor bitwarden-EventsProcessor diff --git a/src/Icons/Icons.csproj b/src/Icons/Icons.csproj index 36afcb0d8e..f0604c7825 100644 --- a/src/Icons/Icons.csproj +++ b/src/Icons/Icons.csproj @@ -1,7 +1,7 @@  - 1.37.2 + 1.38.0 netcoreapp3.1 Bit.Icons bitwarden-Icons diff --git a/src/Identity/Identity.csproj b/src/Identity/Identity.csproj index 5e91c10267..10dbec1d5c 100644 --- a/src/Identity/Identity.csproj +++ b/src/Identity/Identity.csproj @@ -1,7 +1,7 @@  - 1.37.2 + 1.38.0 netcoreapp3.1 Bit.Identity bitwarden-Identity diff --git a/src/Notifications/Notifications.csproj b/src/Notifications/Notifications.csproj index 65a1bcae7c..93eaa9abfb 100644 --- a/src/Notifications/Notifications.csproj +++ b/src/Notifications/Notifications.csproj @@ -1,7 +1,7 @@  - 1.37.2 + 1.38.0 netcoreapp3.1 Bit.Notifications bitwarden-Notifications