aboutsummaryrefslogtreecommitdiff
path: root/Emby.Server.Implementations/HttpServer/Security/AuthorizationContext.cs
AgeCommit message (Collapse)Author
2021-05-20Migrate authentication db to EF CorePatrick Barron
2020-12-09Fix inverted condition when authenticating with an ApiKeycrobibero
2020-12-01Return NoResult only when request doesn't have a token.crobibero
2020-11-14Use string.Trim(char) instead of string.Trim(char[]) where possibleBond_009
2020-11-14Use string.Split(char) where possible instead of string.Split(char[])Bond_009
2020-11-08Remove OriginalAuthenticationInfo and add IsAuthenticated propertycvium
2020-11-08Merge pull request #4330 from crobibero/api-key-authClaus Vium
Fix ApiKey authentication
2020-10-28Use proper IsApiKey flagcrobibero
2020-10-26Fix setting duplicate keys from auth headercrobibero
2020-10-15Move SecurityExceptioncrobibero
2020-10-14Allow apikey to authenticate as admincrobibero
2020-09-02More fixesClaus Vium
2020-09-02Remove ServiceStack and related stuffClaus Vium
2020-06-17revert adding Jellyfin to auth headercrobibero
2020-06-16Update Emby.Server.Implementations/HttpServer/Security/AuthorizationContext.csCody Robibero
Co-authored-by: Patrick Barron <18354464+barronpm@users.noreply.github.com>
2020-06-15Add GetAuthorizationInfo for netcore HttpRequestcrobibero
2020-05-12Initial migration codePatrick Barron
2020-02-23Fix some warningsBond_009
* Add analyzers to MediaBrowser.XbmcMetadata * Enable TreatWarningsAsErrors for MediaBrowser.XbmcMetadata * Add analyzers to MediaBrowser.WebDashboard * Enable TreatWarningsAsErrors for MediaBrowser.WebDashboard * Disable SA1600 in favor of CS1591
2019-12-11More warnings (removed)Bond_009
2019-11-27Fix more warningsBond_009
2019-09-02Fix warnings, improve performance (#1665)Bond-009
* Fix warnings, improve performance `QueryResult.Items` is now a `IReadOnlyList` so we don't need to allocate a new `Array` when we have a `List` (and `Items` shouldn't need to be mutable anyway) * Update Providers .csproj to latest C# * Remove extra newline from DtoService.cs * Remove extra newline from UserLibraryService.cs
2019-03-05Switch to HeaderNames instead of hardcoded strings (and other header related ↵Claus Vium
fixes)
2019-01-13ReSharper format: conform inline 'out' parameters.Erwin de Haan
2019-01-13Visual Studio Reformat: Emby.Server.Implementations Part De-HErwin de Haan
2019-01-11Merge branch 'dev' into code-cleanupErwin de Haan
2019-01-10Mayor code cleanupErwin de Haan
Add Argument*Exceptions now use proper nameof operators. Added exception messages to quite a few Argument*Exceptions. Fixed rethorwing to be proper syntax. Added a ton of null checkes. (This is only a start, there are about 500 places that need proper null handling) Added some TODOs to log certain exceptions. Fix sln again. Fixed all AssemblyInfo's and added proper copyright (where I could find them) We live in *current year*. Fixed the use of braces. Fixed a ton of properties, and made a fair amount of functions static that should be and can be static. Made more Methods that should be static static. You can now use static to find bad functions! Removed unused variable. And added one more proper XML comment.
2019-01-07remove trailing whitespacehawken
2018-12-27Add GPL modulesAndrew Rabert
2018-12-10Remove Emby.Server.ConnectAndrew Rabert
2018-09-12Update to 3.5.2 and .net core 2.1stefan
2017-10-17resolve version changing in now playing displayLuke Pulverenti
2017-09-03update request classesLuke Pulverenti
2017-08-303.2.30.3Luke Pulverenti
2017-01-13update componentsLuke Pulverenti
2016-11-03move classesLuke Pulverenti