index
:
jellyfin
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Emby.Server.Implementations
/
HttpServer
Age
Commit message (
Expand
)
Author
2022-01-01
Use IAuthorizationContext for websocket
Cody Robibero
2021-12-27
More cleanup
Bond_009
2021-12-24
Update StyleCop
Bond_009
2021-12-24
Merge branch 'master' into comparisons
Cody Robibero
2021-12-20
Use our own Contains extension
cvium
2021-11-13
Don't throw exception on unauthenticated requests
Cody Robibero
2021-10-03
Fix warnings in WebSocketConnection
Patrick Barron
2021-09-03
Merge remote-tracking branch 'upstream/master' into authenticationdb-efcore
Cody Robibero
2021-08-28
Remove more and more warnings
Cody Robibero
2021-07-06
Minor fixes
Bond_009
2021-06-23
Merge branch 'master' into authenticationdb-efcore
Patrick Barron
2021-06-19
Move non-jellyfin extensions to separate project
Bond_009
2021-06-19
Merge branch 'master' into comparisons
BaronGreenback
2021-06-18
Merge branch 'master' into authenticationdb-efcore
Patrick Barron
2021-05-20
Migrate authentication db to EF Core
Patrick Barron
2021-05-20
Enable nullable reference types for Emby.Server.Implementations
Bond_009
2021-05-18
Merge branch 'master' into authenticationdb-efcore
Patrick Barron
2021-05-16
Update Emby.Server.Implementations/HttpServer/Security/AuthorizationContext.cs
Claus Vium
2021-05-16
Reduce some allocations
cvium
2021-05-05
Merge branch 'master' into comparisons
BaronGreenback
2021-04-17
Remove unused using directives
BaronGreenback
2021-04-17
Cleaned up "value assigned is not used in any execution path"
BaronGreenback
2021-04-10
Make device/session code async
Patrick Barron
2021-04-05
add simple auth handling to websocketmanager
cvium
2021-03-23
Remove conversion from IPAddress to string to IPAddress
David
2021-03-13
FxCop -> Net Analyzers (part 2)
Bond_009
2021-01-13
Improve WebSocket Deserialization
Bond_009
2020-12-15
This is only used in one place and therefore will always be HttpRequest.
Ryan Petris
2020-12-15
If requestContext is HttpRequest, get the context from it properly.
Ryan Petris
2020-12-09
Fix inverted condition when authenticating with an ApiKey
crobibero
2020-12-04
Merge pull request #3194 from OancaAndrei/syncplay-enhanced
Joshua M. Boniface
2020-12-01
Return NoResult only when request doesn't have a token.
crobibero
2020-11-28
Remove circular dependency between websocket listeners and manager
cvium
2020-11-28
Revert "Removed Lazy implementation."
cvium
2020-11-28
Removed Lazy implementation.
Greenback
2020-11-14
Use string.Trim(char) instead of string.Trim(char[]) where possible
Bond_009
2020-11-14
Use string.Split(char) where possible instead of string.Split(char[])
Bond_009
2020-11-08
Remove OriginalAuthenticationInfo and add IsAuthenticated property
cvium
2020-11-08
Merge pull request #4330 from crobibero/api-key-auth
Claus Vium
2020-10-28
Use proper IsApiKey flag
crobibero
2020-10-26
Fix setting duplicate keys from auth header
crobibero
2020-10-15
Move SecurityException
crobibero
2020-10-14
Allow apikey to authenticate as admin
crobibero
2020-10-06
Fix IWebSocketListener service registration
cvium
2020-09-27
Use SessionMessageType for WebSocket messages
Niels van Velzen
2020-09-10
Standardize use of IsLocal and RemoteIp
cvium
2020-09-03
Kill HttpListenerHost
Claus Vium
2020-09-03
Move HttpListenerHost middleware up the pipeline
Claus Vium
2020-09-02
Fix xml doc
Claus Vium
2020-09-02
More fixes
Claus Vium
[next]