Vasily
5922c35d69
Merge pull request #2920 from Bond-009/tests2
...
Add some simple tests
5 years ago
Vasily
655208d375
Now parse date in header correctly as being in UTC
5 years ago
Bond-009
07326c1d9b
Merge branch 'master' into fix-auth-response-codes
5 years ago
Bond_009
7f4a229cd2
Add some simple tests
5 years ago
dkanada
d62bd7fecd
fix spelling error
5 years ago
Vasily
95dc99fdbd
Update Emby.Server.Implementations/HttpServer/HttpResultFactory.cs
...
Co-Authored-By: Bond-009 <bond.009@outlook.com>
5 years ago
Vasily
9df49cc796
Make Last-Modified and If-Modified-Since headers follow the spec
5 years ago
Mark Monteiro
8b4b4b4127
Do not return the exception message to the client for AuthenticationExceptions
5 years ago
Mark Monteiro
a8c3951c17
Only show developer exception page for 500 server exceptions
...
Other response codes should be returned as normal
5 years ago
Mark Monteiro
53380689ad
Return correct status codes for authentication and authorization errors
...
- Use AuthenticatonException to return 401
- Use SecurityException to return 403
- Update existing throws to throw the correct exception for the circumstance
5 years ago
Mark Monteiro
6d35dd6b32
Clean up SecurityException
...
- Remove unused SecurityExceptionType
- Add missing constructor for InnerException
- Add missing documentation
5 years ago
Vasily
3bdb5e80a5
More consise error messages
5 years ago
Vasily
058c35e739
Fix log highlithing
5 years ago
Vasily
30f4392872
Fix condition flipped by https://github.com/jellyfin/jellyfin/pull/2635
5 years ago
Vasily
61d9c9df5b
Addressing review feedback
5 years ago
Vasily
71d8e66d9f
Add logging of URL being processed when logging an error
...
This might help diagnosing stuff like "Operation was cancelled"
5 years ago
Mark Monteiro
de634203d8
Put Boolean operators at beginning of lines instead of the end
5 years ago
Mark Monteiro
eadad73117
Merge branch 'master' into use-development-exception-page
5 years ago
Mark Monteiro
123bfbcf19
Merge remote-tracking branch 'upstream/master' into use-development-exception-page
5 years ago
Mark Monteiro
5b1091db27
Merge remote-tracking branch 'upstream/master' into do-not-instantiate-services-at-startup
5 years ago
Bond-009
f31efce52d
Merge branch 'master' into usings
5 years ago
Bond_009
e9d1eabd53
Remove unused usings
5 years ago
Mark Monteiro
72c822513f
Create ServiceController via DI instead of manual construction
5 years ago
Mark Monteiro
dc140429fe
Do not create unnecessary instances of IService at server startup
5 years ago
Mark Monteiro
842ec04828
Do not handle exceptions manually when in development mode
5 years ago
Mark Monteiro
92628c4033
Clean up HTTP listener exception handling
5 years ago
Mark Monteiro
e2685c51ec
Merge remote-tracking branch 'upstream/master' into support-running-without-web-content
5 years ago
Mark Monteiro
6fbdf0d6a2
Construct ApplicationHost with DI framework instead of manually
5 years ago
Bond-009
94fe9b8f6d
Merge branch 'master' into warn17
5 years ago
Mark Monteiro
3f4b9e9a81
Add new 'nowebcontent' configuration flag
5 years ago
Mark Monteiro
3043b7323b
Use constants for settings keys
5 years ago
Bond_009
07cc4be6a7
Fix some warnings
...
* 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
5 years ago
Bond_009
7060934792
Fix some warnings in Emby.Server.Implementations
5 years ago
Bond_009
c751ba9f70
Fix build
5 years ago
Bond-009
c8409d2ea1
Remove FileSystem.GetStream
5 years ago
Bond_009
2ef4ffd698
More warnings (removed)
5 years ago
Bond-009
affb58ef9e
Apply suggestions from code review
...
Co-Authored-By: dkanada <dkanada@users.noreply.github.com>
5 years ago
Bond_009
42ffddc269
Fix more warnings
5 years ago
Vasily
5263aaa026
Merge pull request #1503 from cvium/webapi_v2
...
Move StartupWizard to ASP.NET Web Api
5 years ago
Claus Vium
2af5922af0
Fix review comments
5 years ago
Claus Vium
27e3cf1558
Move appbuilder and service collection to Jellyfin.Server
5 years ago
Claus Vium
3f651de24c
Add authentication and remove versioning
5 years ago
Bond-009
b477b3874e
Fix some warnings
5 years ago
Bond-009
b14d6d0417
Fix GetPathValue function
5 years ago
Vasily
6b6fede2e0
Address review comments
5 years ago
Vasily
82f8345aa5
Log to debug all HTTP 500 response urls
5 years ago
Vasily
1176749f14
Merge pull request #1863 from joshuaboniface/fix-baseurl-issues
...
Fix inconsistent BaseUrl behavior
5 years ago
Joshua Boniface
b96079fee6
Make NormalizeUrlPath static
5 years ago
Vasily
03450f383f
Fix template for logging
5 years ago
Vasily
8109c7eb30
Always log at least error message when error happens during request processing
5 years ago