| Age | Commit message (Collapse) | Author |
|
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"
|
|
|
|
CanConnectWithHttps
|
|
|
|
|
|
use-development-exception-page
|
|
do-not-instantiate-services-at-startup
|
|
|
|
|
|
|
|
|
|
|
|
|
|
support-running-without-web-content
|
|
|
|
|
|
|
|
|
|
* 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
|
|
|
|
|