aboutsummaryrefslogtreecommitdiff
path: root/Jellyfin.Server
AgeCommit message (Expand)Author
2020-04-23http in development mode crashed -Admin
2020-04-23Apply suggestions and add URL to log messagecrobibero
2020-04-22Merge branch 'master' into register-services-correctlyBond-009
2020-04-21Fix swagger ui Document Titlecrobibero
2020-04-22Merge pull request #2846 from jellyfin/azureBond-009
2020-04-21Fix documentation endpoint for use with baseUrlcrobibero
2020-04-21Add <ProjectGuid> properties to all project filesMark Monteiro
2020-04-21Return to previous exception handle implementationcrobibero
2020-04-21Move Json Options to static class for easier access.crobibero
2020-04-21Add Exception Middlewarecrobibero
2020-04-20Merge remote-tracking branch 'upstream/master' into register-services-correctlyMark Monteiro
2020-04-20Expose some methods in Program.cs so they can be used to initialize the appli...Mark Monteiro
2020-04-20Remove StringEnumConvertercrobibero
2020-04-19Fix PascalCasecrobibero
2020-04-19add camelCase formattercrobibero
2020-04-19fix formattingcrobibero
2020-04-19Enable string enum convertercrobibero
2020-04-19Add Redoc, move docs to api-docs/crobibero
2020-04-19add redoccrobibero
2020-04-17Add back warning message when Skia encoder cannot be usedMark Monteiro
2020-04-16Use dependency injection to construct migration routinesMark Monteiro
2020-04-15Document JSON options changeZadenRB
2020-04-15Lowercase actual parameters in code and remove whitespace to comply with Styl...ZadenRB
2020-04-12Fix casing of JSON in Jellyfin API. Currently only affects startup wizard.ZadenRB
2020-04-11Merge remote-tracking branch 'upstream/master' into register-services-correctlyMark Monteiro
2020-04-10Merge pull request #2769 from mark-monteiro/configurable-repo-urlVasily
2020-04-08Make sure Jellyfin listens on localhost no matter whatVasily
2020-04-06Merge branch 'master' into use-development-exception-pagedkanada
2020-04-06Merge remote-tracking branch 'upstream/master' into simplify-https-configMark Monteiro
2020-04-05Add '--plugin-manifest-url' command line option and 'InstallationManager:Plug...Mark Monteiro
2020-04-05Merge remote-tracking branch 'upstream/master' into register-services-correctlyMark Monteiro
2020-04-05Register IImageEncoder in Jellyfin.Server instead of Emby.Server.ImplementationsMark Monteiro
2020-04-05Merge pull request #2636 from mark-monteiro/development-httpsBond-009
2020-04-04Convert properties in ApplicationHost to private readonly fields, where possibleMark Monteiro
2020-04-04Remove unnecessary async and parameter from ApplicationHost initialization me...Mark Monteiro
2020-04-04Register and construct ILocalizationManager correctlyMark Monteiro
2020-04-04Register and construct IImageProcessor, SqliteItemRepository and IImageEncode...Mark Monteiro
2020-04-04Remove unnecessary fields in ApplicationHostMark Monteiro
2020-04-02Replace EnableHttps and SupportsHttps with ListenWithHttps and CanConnectWith...Mark Monteiro
2020-04-02Merge branch 'master' into use-development-exception-pageMark Monteiro
2020-04-02Merge pull request #2634 from mark-monteiro/enable-http2Vasily
2020-04-01Merge remote-tracking branch 'upstream/master' into development-httpsMark Monteiro
2020-04-01Merge remote-tracking branch 'upstream/master' into use-development-exception...Mark Monteiro
2020-04-01Merge branch 'master' into usingsBond-009
2020-04-01Merge pull request #2601 from mark-monteiro/support-running-without-web-contentVasily
2020-04-01Merge branch 'master' into usingsBond-009
2020-03-25Update .NET Core to 3.1.3Mark Monteiro
2020-03-25Move check for web client directory to application startup in Program.csMark Monteiro
2020-03-24Update Jellyfin.Server/Program.csBond-009
2020-03-24Remove unused usingsBond_009