mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-07-11 15:56:05 -07:00
Implimented auto approve permissions #218
This commit is contained in:
parent
a34b228178
commit
4629301264
39 changed files with 140 additions and 121 deletions
|
@ -32,8 +32,6 @@ using System.Threading.Tasks;
|
|||
using Nancy;
|
||||
using Nancy.Extensions;
|
||||
using Nancy.Linker;
|
||||
using Nancy.Responses.Negotiation;
|
||||
|
||||
using NLog;
|
||||
|
||||
using PlexRequests.Api.Interfaces;
|
||||
|
@ -45,9 +43,7 @@ using PlexRequests.Helpers.Analytics;
|
|||
using PlexRequests.Store;
|
||||
using PlexRequests.Store.Repository;
|
||||
using PlexRequests.UI.Authentication;
|
||||
using PlexRequests.UI.Helpers;
|
||||
using PlexRequests.UI.Models;
|
||||
using ModuleExtensions = Nancy.Authentication.Forms.ModuleExtensions;
|
||||
using ISecurityExtensions = PlexRequests.Core.ISecurityExtensions;
|
||||
|
||||
|
||||
namespace PlexRequests.UI.Modules
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue