| Age | Commit message (Collapse) | Author |
|
|
|
Use typed logger where possible
|
|
|
|
Don't Send Exception Messages (Old API)
|
|
|
|
Enable TreatWarningsAsErrors for Jellyfin.Server.Implementations in Release mode
|
|
Fix some 'bugs' flagged by sonarcloud
|
|
Co-authored-by: Vasily <JustAMan@users.noreply.github.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Co-authored-by: dkanada <dkanada@users.noreply.github.com>
|
|
|
|
|
|
|
|
|
|
Co-authored-by: Cody Robibero <cody@robibe.ro>
|
|
origin/host header if possible
|
|
|
|
|
|
|
|
Fixes #1794
|
|
|
|
|
|
|
|
Add some simple tests
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Co-Authored-By: Bond-009 <bond.009@outlook.com>
|
|
|
|
|
|
Other response codes should be returned as normal
|
|
- Use AuthenticatonException to return 401
- Use SecurityException to return 403
- Update existing throws to throw the correct exception for the circumstance
|
|
- Remove unused SecurityExceptionType
- Add missing constructor for InnerException
- Add missing documentation
|
|
|
|
|
|
|
|
|
|
This might help diagnosing stuff like "Operation was cancelled"
|