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
2020-04-22
Merge branch 'master' into fix-auth-response-codes
Bond-009
2020-04-19
fix spelling error
dkanada
2020-04-16
Update Emby.Server.Implementations/HttpServer/HttpResultFactory.cs
Vasily
2020-04-14
Make Last-Modified and If-Modified-Since headers follow the spec
Vasily
2020-04-13
Do not return the exception message to the client for AuthenticationExceptions
Mark Monteiro
2020-04-13
Only show developer exception page for 500 server exceptions
Mark Monteiro
2020-04-13
Return correct status codes for authentication and authorization errors
Mark Monteiro
2020-04-13
Clean up SecurityException
Mark Monteiro
2020-04-13
More consise error messages
Vasily
2020-04-12
Fix log highlithing
Vasily
2020-04-12
Fix condition flipped by https://github.com/jellyfin/jellyfin/pull/2635
Vasily
2020-04-12
Addressing review feedback
Vasily
2020-04-06
Add logging of URL being processed when logging an error
Vasily
2020-04-02
Put Boolean operators at beginning of lines instead of the end
Mark Monteiro
2020-04-02
Merge branch 'master' into use-development-exception-page
Mark Monteiro
2020-04-01
Merge remote-tracking branch 'upstream/master' into use-development-exception...
Mark Monteiro
2020-04-01
Merge remote-tracking branch 'upstream/master' into do-not-instantiate-servic...
Mark Monteiro
2020-04-01
Merge branch 'master' into usings
Bond-009
2020-03-24
Remove unused usings
Bond_009
2020-03-21
Create ServiceController via DI instead of manual construction
Mark Monteiro
2020-03-21
Do not create unnecessary instances of IService at server startup
Mark Monteiro
2020-03-21
Do not handle exceptions manually when in development mode
Mark Monteiro
2020-03-21
Clean up HTTP listener exception handling
Mark Monteiro
2020-03-15
Merge remote-tracking branch 'upstream/master' into support-running-without-w...
Mark Monteiro
2020-03-15
Construct ApplicationHost with DI framework instead of manually
Mark Monteiro
2020-03-11
Merge branch 'master' into warn17
Bond-009
2020-02-28
Add new 'nowebcontent' configuration flag
Mark Monteiro
2020-02-28
Use constants for settings keys
Mark Monteiro
2020-02-23
Fix some warnings
Bond_009
2020-02-06
Fix some warnings in Emby.Server.Implementations
Bond_009
2020-01-22
Fix build
Bond_009
2020-01-22
Remove FileSystem.GetStream
Bond-009
2019-12-11
More warnings (removed)
Bond_009
2019-12-10
Apply suggestions from code review
Bond-009
2019-11-27
Fix more warnings
Bond_009
2019-11-27
Merge pull request #1503 from cvium/webapi_v2
Vasily
2019-11-24
Fix review comments
Claus Vium
2019-11-24
Move appbuilder and service collection to Jellyfin.Server
Claus Vium
2019-11-23
Add authentication and remove versioning
Claus Vium
2019-11-22
Fix some warnings
Bond-009
2019-11-13
Fix GetPathValue function
Bond-009
2019-10-16
Address review comments
Vasily
2019-10-14
Log to debug all HTTP 500 response urls
Vasily
2019-10-09
Merge pull request #1863 from joshuaboniface/fix-baseurl-issues
Vasily
2019-10-09
Make NormalizeUrlPath static
Joshua Boniface
2019-10-09
Fix template for logging
Vasily
2019-10-09
Always log at least error message when error happens during request processing
Vasily
2019-10-09
Set response length and mime type correctly when reporting an error
Vasily
2019-10-08
Normalize baseUrl behaviour
Joshua Boniface
2019-09-25
Merge pull request #1785 from dkanada/compat
Vasily
[next]