aboutsummaryrefslogtreecommitdiff
path: root/Jellyfin.Server
AgeCommit message (Collapse)Author
2020-09-29Merge pull request #4164 from spooksbit/remove-browser-auto-loadBond-009
Removed browser auto-launch functionality
2020-09-28Created a separate API Docs profile to launch the browser at the API docs, ↵spookbits
and the nowebclient profile no longer launches the browser at all. Don't point to web in the client because it won't redirect properly. Modified the vscode launch.json to automatically launch the browser when debugging the first configuration. The
2020-09-28Bump Serilog.Sinks.Graylog from 2.1.3 to 2.2.1dependabot[bot]
Bumps [Serilog.Sinks.Graylog](https://github.com/whir1/serilog-sinks-graylog) from 2.1.3 to 2.2.1. - [Release notes](https://github.com/whir1/serilog-sinks-graylog/releases) - [Commits](https://github.com/whir1/serilog-sinks-graylog/commits) Signed-off-by: dependabot[bot] <support@github.com>
2020-09-16Do not implicitly reference ASP.NET Core Analyzers.spookbits
Also do not explicitly reference AspNetCore.App (fixes compiler warning).
2020-09-16Update Jellyfin.Server/Properties/launchSettings.jsonspooksbit
Co-authored-by: Cody Robibero <cody@robibe.ro>
2020-09-16Removed browser auto-load functionality from the server.spookbits
Added profiles in launchSettings to start either the web client or the swagger API page. Removed --noautorunwebapp as this is the default functionality.
2020-09-12update to dotnet 3.1.8crobibero
2020-09-11Merge pull request #4121 from cvium/normalize_app_pathsBond-009
Normalize application paths
2020-09-11Merge pull request #4102 from cvium/fix_startup_lan_ip_validationBond-009
Skip startup message for /system/ping
2020-09-11Normalize application pathscvium
2020-09-10Merge pull request #4116 from cvium/add_known_proxiesBond-009
Add Known Proxies to system configuration
2020-09-10Standardize use of IsLocal and RemoteIpcvium
2020-09-10Add Known Proxies to system configurationcvium
2020-09-09Merge remote-tracking branch 'upstream/master' into api-stream-returncrobibero
2020-09-08Merge pull request #4096 from crobibero/auth-exBond-009
Fix catching authentication exception
2020-09-08Remove unused importcvium
2020-09-08Skip startup message for /system/pingcvium
2020-09-07Fix catching authentication exceptioncrobibero
2020-09-07Fix redirectioncrobibero
2020-09-07Merge pull request #4013 from crobibero/dynamic-corsAnthony Lavado
Allow CORS domains to be configured
2020-09-07Bump SQLitePCLRaw.bundle_e_sqlite3 from 2.0.3 to 2.0.4dependabot[bot]
Bumps [SQLitePCLRaw.bundle_e_sqlite3](https://github.com/ericsink/SQLitePCL.raw) from 2.0.3 to 2.0.4. - [Release notes](https://github.com/ericsink/SQLitePCL.raw/releases) - [Commits](https://github.com/ericsink/SQLitePCL.raw/compare/v2.0.3...v2.0.4) Signed-off-by: dependabot[bot] <support@github.com>
2020-09-06Merge remote-tracking branch 'upstream/master' into api-stream-returncrobibero
2020-09-05Move CorsPolicyProvider to Jellyfin.Server.Configurationcrobibero
2020-09-05clean docscrobibero
2020-09-05Convert to ICorsPolicyProvidercrobibero
2020-09-05Merge remote-tracking branch 'upstream/master' into dynamic-corscrobibero
2020-09-04Merge remote-tracking branch 'upstream/master' into api-stream-returncrobibero
2020-09-04Merge remote-tracking branch 'upstream/master' into mad-stylezcrobibero
2020-09-04Merge remote-tracking branch 'upstream/master' into api-doc-base-urlcrobibero
2020-09-04Merge branch 'master' into output-formattersClaus Vium
2020-09-03replace swagger logocrobibero
2020-09-03Remove double listenercrobibero
2020-09-03move metrics to end of pipelinecrobibero
2020-09-03Wrap application in baseurlcrobibero
2020-09-03fix mergecrobibero
2020-09-03Merge remote-tracking branch 'upstream/master' into api-doc-base-urlcrobibero
2020-09-03Merge remote-tracking branch 'upstream/master' into api-stream-returncrobibero
2020-09-03Use efcore library for health checkcrobibero
2020-09-03Merge branch 'master' into scoped-displaypreferencesPatrick Barron
2020-09-03Merge pull request #3932 from crobibero/api-doc-cssBond-009
Add support for custom api-doc css
2020-09-03Move json profiles to constant strings.crobibero
2020-09-03Merge remote-tracking branch 'upstream/master' into output-formatterscrobibero
2020-09-03Merge remote-tracking branch 'upstream/master' into api-stream-returncrobibero
2020-09-03?crobibero
2020-09-03Merge remote-tracking branch 'upstream/master' into healthcrobibero
2020-09-03Merge remote-tracking branch 'upstream/master' into 3.1.7crobibero
2020-09-03Add db health checkcrobibero
2020-09-03Merge remote-tracking branch 'upstream/master' into api-doc-csscrobibero
2020-09-03Merge remote-tracking branch 'upstream/master' into dynamic-corscrobibero
2020-09-03Remove custom CORS OPTIONS handlingClaus Vium