| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-04-13 | Only show developer exception page for 500 server exceptions | Mark Monteiro | |
| Other response codes should be returned as normal | |||
| 2020-04-13 | Return correct status codes for authentication and authorization errors | Mark Monteiro | |
| - Use AuthenticatonException to return 401 - Use SecurityException to return 403 - Update existing throws to throw the correct exception for the circumstance | |||
| 2020-04-13 | Clean up SecurityException | Mark Monteiro | |
| - Remove unused SecurityExceptionType - Add missing constructor for InnerException - Add missing documentation | |||
| 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 | |
| This might help diagnosing stuff like "Operation was cancelled" | |||
| 2020-04-02 | Document HTTPS configuration options | Mark Monteiro | |
| 2020-04-02 | Replace EnableHttps and SupportsHttps with ListenWithHttps and ↵ | Mark Monteiro | |
| CanConnectWithHttps | |||
| 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 ↵ | Mark Monteiro | |
| use-development-exception-page | |||
| 2020-04-01 | Merge remote-tracking branch 'upstream/master' into ↵ | Mark Monteiro | |
| do-not-instantiate-services-at-startup | |||
| 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 ↵ | Mark Monteiro | |
| support-running-without-web-content | |||
| 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 | |
| * 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 | |||
| 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 | |
| 2020-01-13 | Don't log message info | Bond-009 | |
| 2020-01-13 | Fix space | Bond-009 | |
| 2020-01-13 | Improve error handling | Bond-009 | |
| 2020-01-13 | Handle unexpected disconnect | Bond-009 | |
| 2020-01-13 | Remove dead code and improve logging | Bond-009 | |
| 2020-01-13 | Fix websocket handling | Bond-009 | |
| 2020-01-13 | Fix nullref exception and added logging | Bond_009 | |
| 2020-01-13 | Rewrite WebSocket handling code | Bond_009 | |
| 2019-12-11 | More warnings (removed) | Bond_009 | |
| 2019-12-10 | Apply suggestions from code review | Bond-009 | |
| Co-Authored-By: dkanada <dkanada@users.noreply.github.com> | |||
| 2019-11-27 | Fix more warnings | Bond_009 | |
| 2019-11-27 | Merge pull request #1503 from cvium/webapi_v2 | Vasily | |
| Move StartupWizard to ASP.NET Web Api | |||
| 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 | |
| Fix inconsistent BaseUrl behavior | |||
| 2019-10-09 | Make NormalizeUrlPath static | Joshua Boniface | |
