| Age | Commit message (Collapse) | 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 | |
| Co-Authored-By: Bond-009 <bond.009@outlook.com> | |||
| 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 | |
| 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 | 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 | |
| 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 | |
| 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 | |
| Fully normalizes the baseUrl behaviour to better match how this sort of feature works in other programs. 1. The baseUrl is always appended to paths, even the built-in `/emby` and `/mediabrowser` paths. 2. The baseUrl is set statically at class instance creation, to ensure it persists through changes until the next restart. 3. Configuration is normalized using a function when set, to ensure it's in a standard `/mypath` format with leading `/`. 4. Cleans up the conditionals around default redirects. For sanity after changing the URL, it will match *any* path that doesn't match the current baseUrl and redirect it back to the main page (with baseUrl). 5. Adds a second method, NormalizeUrlPath, to avoid lots of `+ "/" +` string manipulations which are unclean - we should always have a leading slash. 6. Sets the default baseUrl to an empty string to avoid unexpected behaviour, though this would be worked-around automatically. 7. Adds some debug logs whenever a URL is normalized, to help track down issues with this code (if any arise). | |||
| 2019-09-25 | Merge pull request #1785 from dkanada/compat | Vasily | |
| Add mediabrowser route back for now | |||
