From 6300c98bb76f52f7452ac4c69a8b4db7a10526a3 Mon Sep 17 00:00:00 2001 From: "Jamie.Rees" Date: Tue, 20 Dec 2016 10:22:18 +0000 Subject: [PATCH] name changes --- .../Notifications/SlackNotificationBody.cs | 2 +- .../Templates/BasicRequestTemplate.html | 6 ++-- Ombi.Core/SecurityExtensions.cs | 13 +++++-- .../SettingModels/UserManagementSettings.cs | 1 + Ombi.Core/StatusChecker/StatusChecker.cs | 2 +- Ombi.Core/Users/UserManagementHelper.cs | 4 +++ .../Jobs/Templates/RecentlyAddedTemplate.html | 4 +-- .../Notification/EmailMessageNotification.cs | 24 ++++++------- .../Notification/PushbulletNotification.cs | 8 ++--- .../Notification/PushoverNotification.cs | 6 ++-- .../Notification/SlackNotification.cs | 2 +- Ombi.Store/DbConfiguration.cs | 36 +++++++++++++++---- Ombi.UI/Modules/ApiRequestMetadataModule.cs | 2 +- Ombi.UI/Modules/ApiUserMetadataModule.cs | 2 +- Ombi.UI/Modules/LayoutModule.cs | 6 ++-- Ombi.UI/Program.cs | 4 +-- Ombi.UI/Start/StartupOptions.cs | 4 +-- Ombi.UI/Views/Admin/SlackNotifications.cshtml | 2 +- Ombi.UI/Views/Requests/Index.cshtml | 2 +- Ombi.UI/Views/Search/Index.cshtml | 2 +- Ombi.UI/Views/Shared/Blank.cshtml | 2 +- Ombi.UI/Views/Shared/Partial/_Head.cshtml | 2 +- .../Shared/Partial/_LayoutScripts.cshtml | 2 +- Ombi.UI/Views/Shared/Partial/_Navbar.cshtml | 2 +- Ombi.UI/Views/UserLogin/Index.cshtml | 2 +- .../UserManagementSettings.cshtml | 3 +- Ombi.UI/Views/UserWizard/Index.cshtml | 8 ++--- 27 files changed, 95 insertions(+), 58 deletions(-) diff --git a/Ombi.Api.Models/Notifications/SlackNotificationBody.cs b/Ombi.Api.Models/Notifications/SlackNotificationBody.cs index 49a55baa8..676f853c9 100644 --- a/Ombi.Api.Models/Notifications/SlackNotificationBody.cs +++ b/Ombi.Api.Models/Notifications/SlackNotificationBody.cs @@ -34,7 +34,7 @@ namespace Ombi.Api.Models.Notifications [JsonConstructor] public SlackNotificationBody() { - username = "Plex Requests"; + username = "Ombi"; } [JsonIgnore] diff --git a/Ombi.Core/Notification/Templates/BasicRequestTemplate.html b/Ombi.Core/Notification/Templates/BasicRequestTemplate.html index bb03e8ecd..3e1109517 100644 --- a/Ombi.Core/Notification/Templates/BasicRequestTemplate.html +++ b/Ombi.Core/Notification/Templates/BasicRequestTemplate.html @@ -3,7 +3,7 @@ - Plex Requests .Net + Ombi