aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Model/Configuration/ServerConfiguration.cs
AgeCommit message (Collapse)Author
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-12Large number of filesJim Cartlidge
2020-09-10Add Known Proxies to system configurationcvium
2020-09-05Merge remote-tracking branch 'upstream/master' into dynamic-corscrobibero
2020-09-02Properly host static files and set base urlcrobibero
2020-09-01Merge remote-tracking branch 'upstream/master' into dynamic-corscrobibero
2020-08-30Allow for dynamic cors responsecrobibero
2020-08-12Merge remote-tracking branch 'upstream/master' into quickconnectMatt Montgomery
2020-07-26Merge remote-tracking branch 'upstream/master' into quickconnectMatt Montgomery
2020-07-20Merge remote-tracking branch 'upstream/master' into api-migration-mergecrobibero
2020-07-14Add X-Response-Time-ms header and log slow server response timeDavid
2020-06-27Merge pull request #3465 from BaronGreenback/BugFix2Bond-009
10.6.0.0 Null Pointer fix
2020-06-27_config.Configuration.PluginRespositories not instantiated causing ↵BaronGreenback
InstallationManager.cs to crash with a null pointer.
2020-06-27use constructor to set optimal config valuesdkanada
2020-06-19Merge remote-tracking branch 'upstream/master' into quickconnectConfusedPolarBear
2020-06-19Move all settings into the main server configurationConfusedPolarBear
Decreased the timeout from 30 minutes to 5. Public lookup values have been replaced with the short code.
2020-06-17Merge branch 'master' into custom-reposdkanada
2020-06-16Add full stop at end of comments (SA1629)telans
2020-06-07merge branch master into custom-reposdkanada
2020-06-06Merge pull request #3208 from jellyfin/pluginsdkanada
More work for core plugins
2020-06-05Move default repo addition to migrationcrobibero
2020-06-04initial implementation for custom plugin repositoriesdkanada
2020-05-31minor changes to server configuration filedkanada
2020-05-27Merge branch 'master' into nullable3Bond_009
2020-05-14Address review commentsPatrick Barron
2020-05-10Merge branch 'master' into simplify-https-configMark Monteiro
2020-04-26Remove unnecessary properties from SystemInfo response objectMark Monteiro
These properties do not provide any useful information to the client. The client would already have to have all this information in order to connect to the endpoint to retrieve it
2020-04-26Merge remote-tracking branch 'upstream/master' into simplify-https-configMark Monteiro
2020-04-26Added option to disable metrics collection and defaulted it to offsparky8251
2020-04-17Update documentation for EnableUPnPMark Monteiro
2020-04-16Disable UPnP by defaultMark Monteiro
2020-04-05Enable nullabe reference types for MediaBrowser.ModelBond_009
2020-04-02Document HTTPS configuration optionsMark Monteiro
2020-03-15Merge remote-tracking branch 'upstream/master' into ↵Mark Monteiro
support-running-without-web-content
2020-03-11Merge remote-tracking branch 'upstream/master' into ↵Mark Monteiro
support-running-without-web-content
2020-03-11Merge branch 'master' into warn17Bond-009
2020-03-07Set EnableHttps disabled by defaultJoshua M. Boniface
Prevents issues on first setup when behind a reverse proxy. Also prevents issues saving the Networking page by default if SSL is not fully configured.
2020-02-26Use IsHostingContent instead of explicitly checking ContentRootMark Monteiro
2020-02-24partially fix issue with music scansdkanada
2020-02-23Fix some warningsBond_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-12Another baseurl related fixBond_009
Baseurl always starts with a '/' (unless it's empty)
2020-02-04Fix warnings MediaBrowser.ModelBond_009
2020-01-25Removed old 'automatic restart after update' features'ferferga
2019-12-10Merge branch 'master' into mediaencodingBond_009
2019-11-25Make probesize and analyzeduration configurable and simplify circularBond_009
dependencies Makes the probesize and analyzeduration configurable with env args. (`JELLYFIN_FFmpeg_probesize` and `FFmpeg_analyzeduration`)
2019-11-25* Add support for multi segment base urlsBond_009
* Make baseurl case-insensitive
2019-10-09Use value instead of assigning baseUrl firstJoshua Boniface
2019-10-09Fix spacing issuesJoshua Boniface
2019-10-08Normalize baseUrl behaviourJoshua 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-19Removed WAN DDNS sparky8251
It's odd that JF still had code lying around for generating a self signed cert. Currently, it does not do this so this code has been removed. JF also appears to have functions in place to modify provided certs? Warrants deeper investigation. JF should not be attempting modifications of any certs under any circumstance.