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
2021-06-03
Merge branch 'master' into bug/authorization-header-issue
Tommaso Stocchi
2021-06-03
-fix AuthorizationHeader parameter name
Tommaso Stocchi
2021-06-03
Merge branch 'bug/authorization-header-issue' of https://github.com/tommasodo...
Tommaso Stocchi
2021-06-03
Using for instead of while
Tommaso Stocchi
2021-06-03
Update Emby.Server.Implementations/HttpServer/Security/AuthorizationContext.cs
Tommaso Stocchi
2021-05-20
Enable nullable reference types for Emby.Server.Implementations
Bond_009
2021-05-16
Update Emby.Server.Implementations/HttpServer/Security/AuthorizationContext.cs
Claus Vium
2021-05-16
Reduce some allocations
cvium
2021-04-17
Remove unused using directives
BaronGreenback
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-02-26
Optimized and added test
BaronGreenback
2021-01-13
Improve WebSocket Deserialization
Bond_009
2021-01-03
Added UrlDecode for authorization parts
Tommaso Stocchi
2021-01-02
Improve get auth header parts using substring
Tommaso Stocchi
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-15
Added comments
Tommaso Stocchi
2020-12-15
Added function to split the authorization header parts
Tommaso Stocchi
2020-12-14
Url decode for auth value
Tommaso Stocchi
2020-12-14
-fix split on comma and double quotes
Tommaso Stocchi
2020-12-14
Allow commas in auth values when wappred in a double quote
Tommaso Stocchi
2020-12-14
No need to double check param length
Tommaso Stocchi
2020-12-14
No htlml encoding on server side
Tommaso Stocchi
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
2020-09-02
Remove ServiceStack and related stuff
Claus Vium
2020-08-26
Merge pull request #3984 from crobibero/json-prerelease
Bond-009
2020-08-26
Apply suggestions from code review
crobibero
2020-08-25
fix build
crobibero
[next]