aboutsummaryrefslogtreecommitdiff
path: root/Emby.Server.Implementations/HttpServer
AgeCommit message (Expand)Author
2020-12-15This is only used in one place and therefore will always be HttpRequest.Ryan Petris
2020-12-15If requestContext is HttpRequest, get the context from it properly.Ryan Petris
2020-12-09Fix inverted condition when authenticating with an ApiKeycrobibero
2020-12-04Merge pull request #3194 from OancaAndrei/syncplay-enhancedJoshua M. Boniface
2020-12-01Return NoResult only when request doesn't have a token.crobibero
2020-11-28Remove circular dependency between websocket listeners and managercvium
2020-11-28Revert "Removed Lazy implementation."cvium
2020-11-28Removed Lazy implementation.Greenback
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
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-10-06Fix IWebSocketListener service registrationcvium
2020-09-27Use SessionMessageType for WebSocket messagesNiels van Velzen
2020-09-10Standardize use of IsLocal and RemoteIpcvium
2020-09-03Kill HttpListenerHostClaus Vium
2020-09-03Move HttpListenerHost middleware up the pipelineClaus Vium
2020-09-02Fix xml docClaus Vium
2020-09-02More fixesClaus Vium
2020-09-02Remove ServiceStack and related stuffClaus Vium
2020-08-26Merge pull request #3984 from crobibero/json-prereleaseBond-009
2020-08-26Apply suggestions from code reviewcrobibero
2020-08-25fix buildcrobibero
2020-08-13Move GenericEventArgs to Jellyfin.Data.EventsPatrick Barron
2020-08-09MemoryStream optimizationsBond_009
2020-08-04Merge remote-tracking branch 'upstream/master' into api-merge-againcrobibero
2020-08-03Merge remote-tracking branch 'upstream/master' into api-migrationcrobibero
2020-08-01Minor fixes for websocket codeBond_009
2020-07-24Fix warningsBond_009
2020-07-23Remove unused dependencies.Patrick Barron
2020-07-20Merge remote-tracking branch 'upstream/master' into api-migration-mergecrobibero
2020-06-23Merge pull request #2904 from Bond-009/bufferAnthony Lavado
2020-06-20Use authorization code from api-migration to fix startup wizardDavid
2020-06-20fix SA1119telans
2020-06-18Merge branch 'master' into bufferBond-009
2020-06-17revert adding Jellyfin to auth headercrobibero
2020-06-16Update Emby.Server.Implementations/HttpServer/Security/AuthorizationContext.csCody Robibero
2020-06-16Merge pull request #3343 from telans/comment-stopsBond-009
2020-06-16fix SA1513/SA1516telans
2020-06-16Add full stop at end of comments (SA1629)telans
2020-06-15Add GetAuthorizationInfo for netcore HttpRequestcrobibero
2020-06-15Add more authorization handlers, actually authorize requestscrobibero
2020-06-14Merge pull request #3336 from telans/specific-fixesAnthony Lavado
2020-06-14Merge remote-tracking branch 'upstream/master' into HEADcrobibero
2020-06-15Merge pull request #3315 from crobibero/dashboard-updatedkanada
2020-06-15fix SA1508telans