Matt Montgomery
a40fe86776
Merge remote-tracking branch 'upstream/master' into quickconnect
4 years ago
crobibero
1385064497
Merge remote-tracking branch 'upstream/master' into api-migration-merge
4 years ago
David
262e19b691
Add X-Response-Time-ms header and log slow server response time
4 years ago
Bond-009
89ef8d79d6
Merge pull request #3465 from BaronGreenback/BugFix2
...
10.6.0.0 Null Pointer fix
4 years ago
BaronGreenback
2f4860741c
_config.Configuration.PluginRespositories not instantiated causing InstallationManager.cs to crash with a null pointer.
4 years ago
dkanada
83ae4d074d
use constructor to set optimal config values
4 years ago
ConfusedPolarBear
e2f16fc255
Merge remote-tracking branch 'upstream/master' into quickconnect
4 years ago
ConfusedPolarBear
4be476ec53
Move all settings into the main server configuration
...
Decreased the timeout from 30 minutes to 5.
Public lookup values have been replaced with the short code.
4 years ago
dkanada
f5d82441a4
Merge branch 'master' into custom-repos
4 years ago
telans
9018f8d8be
Add full stop at end of comments (SA1629)
4 years ago
dkanada
52cd955a8f
merge branch master into custom-repos
4 years ago
dkanada
6d4f3c42a2
Merge pull request #3208 from jellyfin/plugins
...
More work for core plugins
5 years ago
crobibero
340624c54b
Move default repo addition to migration
5 years ago
dkanada
b7f4b8e2b5
initial implementation for custom plugin repositories
5 years ago
dkanada
d72bb8358e
minor changes to server configuration file
5 years ago
Bond_009
7439e095e2
Merge branch 'master' into nullable3
5 years ago
Patrick Barron
b94afc597c
Address review comments
5 years ago
Mark Monteiro
dc5165b97f
Merge branch 'master' into simplify-https-config
5 years ago
Mark Monteiro
57b5ec1d51
Remove unnecessary properties from SystemInfo response object
...
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
5 years ago
Mark Monteiro
93649ad77b
Merge remote-tracking branch 'upstream/master' into simplify-https-config
5 years ago
sparky8251
68c7a914c3
Added option to disable metrics collection and defaulted it to off
5 years ago
Mark Monteiro
bcf1ef319a
Update documentation for EnableUPnP
5 years ago
Mark Monteiro
c78413cf7c
Disable UPnP by default
5 years ago
Bond_009
30ce346f34
Enable nullabe reference types for MediaBrowser.Model
5 years ago
Mark Monteiro
387fa474aa
Document HTTPS configuration options
5 years ago
Mark Monteiro
e2685c51ec
Merge remote-tracking branch 'upstream/master' into support-running-without-web-content
5 years ago
Mark Monteiro
99bf6edba2
Merge remote-tracking branch 'upstream/master' into support-running-without-web-content
5 years ago
Bond-009
94fe9b8f6d
Merge branch 'master' into warn17
5 years ago
Joshua M. Boniface
e0381c8854
Set EnableHttps disabled by default
...
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.
5 years ago
Mark Monteiro
d95ccbacac
Use IsHostingContent instead of explicitly checking ContentRoot
5 years ago
dkanada
4ae80a5d56
partially fix issue with music scans
5 years ago
Bond_009
07cc4be6a7
Fix some warnings
...
* 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
5 years ago
Bond_009
f5db4c8402
Another baseurl related fix
...
Baseurl always starts with a '/' (unless it's empty)
5 years ago
Bond_009
f47ad85011
Fix warnings MediaBrowser.Model
5 years ago
ferferga
d6786c7304
Removed old 'automatic restart after update' features'
5 years ago
Bond_009
0bf8bfbb0c
Merge branch 'master' into mediaencoding
5 years ago
Bond_009
cc5acf37f7
Make probesize and analyzeduration configurable and simplify circular
...
dependencies
Makes the probesize and analyzeduration configurable with env args.
(`JELLYFIN_FFmpeg_probesize` and `FFmpeg_analyzeduration`)
5 years ago
Bond_009
3221e837f9
* Add support for multi segment base urls
...
* Make baseurl case-insensitive
5 years ago
Joshua Boniface
345a14ff55
Use value instead of assigning baseUrl first
5 years ago
Joshua Boniface
b10e06ff45
Fix spacing issues
5 years ago
Joshua Boniface
2a79ae0a6e
Normalize baseUrl behaviour
...
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).
5 years ago
sparky8251
14f563d7c2
Removed WAN DDNS
...
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.
5 years ago
dkanada
d521e5c36a
add base url to server configuration
5 years ago
dkanada
09dfa071dc
move fanart image provider to plugin
6 years ago
Xu Fasheng
cf4e64f430
Add option to toggle if ignore virtual interfaces
...
Some VPN like ZerotierOne owns IP address but no gateway, and there is no
good idea in NetworkManager.GetIPsDefault() to filter such virtual interfaces,
so just provide one option to let user decide it.
6 years ago
Erwin de Haan
8f41ba4d3a
Find+Sed BOM removal *.cs: MediaBrowser.LocalMetadata-MediaBrowser.Model
6 years ago
Erwin de Haan
1a4b271314
Visual Studio Reformat: MediaBrowser.Model
6 years ago
Bond_009
340a2c6512
Post GPL cleanup
6 years ago
Bond_009
30a19d345a
Remove report usage configuration option
6 years ago
Claus Vium
cff0ece073
set EnableAnonymousUsageReporting to false to avoid log spam ( #348 )
...
It's the default value for the setting, so it'll only affect new servers. If enabled, it'll send usage statistics to an endpoint that doesn't exist, which just clutters the console/logs.
6 years ago
Andrew Rabert
4929ee9ab6
Fix default language
...
The default preferred language in the startup wizard now defaults to
English (United States).
6 years ago
Andrew Rabert
a86b71899e
Add GPL modules
6 years ago
stefan
48facb797e
Update to 3.5.2 and .net core 2.1
6 years ago
Luke Pulverenti
8717f81bf4
Add setting to auto-run web app when server starts
7 years ago
Luke Pulverenti
d765f370b3
update librarymanager
7 years ago
Luke Pulverenti
0a0303ca64
normalize strm file contents
7 years ago
Luke Pulverenti
ca2e7a4195
deprecate localized guids config switch
7 years ago
Luke Pulverenti
51ca72ab5d
adjust default provider order
7 years ago
Luke Pulverenti
878abbddda
fixes #1427 - [Feature Request]: Require Encryption
7 years ago
Luke Pulverenti
de5a8d579b
move season zero display name to per library settings
7 years ago
Luke Pulverenti
38fe239f44
3.2.30.19
7 years ago
Luke Pulverenti
3c1fe6ff83
add experimental warning for folder rip transcoding
7 years ago
Luke Pulverenti
a7db7cd40c
reduce traffic from session player
7 years ago
Luke Pulverenti
900714c866
consolidate fields
7 years ago
Luke Pulverenti
ccb5b14d77
update series resolver
8 years ago
Luke Pulverenti
e91f569c15
update live tv startup
8 years ago
Luke Pulverenti
5bfcbd4e9e
update dlna profiles
8 years ago
Luke Pulverenti
f07af448fa
update main projects
8 years ago
Luke Pulverenti
198cb1bc9c
update file responses
8 years ago
Luke Pulverenti
d48496b843
add new search filters
8 years ago
Luke Pulverenti
463b41354f
restore missing file
8 years ago
Luke Pulverenti
04b6f23473
3.2.9.1
8 years ago
Luke Pulverenti
b38b7a7062
rework filestream
8 years ago
Luke Pulverenti
8deb423883
restore config settings for now
8 years ago
Luke Pulverenti
ab026ab2de
restore localized guids switch
8 years ago
Luke Pulverenti
8a252c8ad6
remove dead code
8 years ago
Luke Pulverenti
88d9b3d09d
remove localized guids
8 years ago
Luke Pulverenti
853dbfc558
separate player selection into it's own script
8 years ago
Luke Pulverenti
d90494f204
update naming project
8 years ago
Luke Pulverenti
ffad9c27e4
automatically adjust timer schedules to program changes
8 years ago
Luke Pulverenti
81d685b882
update db connections
8 years ago
Luke Pulverenti
016d8301f5
update series queries
8 years ago
Luke Pulverenti
68772e7d9b
update details
8 years ago
Luke Pulverenti
9606a2a710
filter duplicate recordings based on showId
8 years ago
Luke Pulverenti
65a1ef020b
move sync repository to portable project
8 years ago
Luke Pulverenti
24532f3e2d
update power management
8 years ago
Luke Pulverenti
b91dcdbff4
update audio queries
8 years ago
Luke Pulverenti
b3595eab6a
update music brainz to fetch overview
8 years ago
Luke Pulverenti
5cd3276775
pass requested fields to data layer
8 years ago
Luke Pulverenti
50e6686987
update live stream management
8 years ago
Luke Pulverenti
68268cfb73
update closing of live streams
8 years ago
Luke Pulverenti
0f760af82c
move download images in advance option from global to per library
8 years ago
Luke Pulverenti
62d9eb1ec7
rework upnp discovery
8 years ago
Luke Pulverenti
064ea27994
update default image extraction timeouts
8 years ago
Luke Pulverenti
232b5758f0
update dialogs
8 years ago
Luke Pulverenti
67505e24bd
fix artist editor
8 years ago
Luke Pulverenti
9c7eef891b
add configurable encoding params
8 years ago
Luke Pulverenti
699bdacebc
add setting to hide external content from suggestions
8 years ago
Luke Pulverenti
3862207a73
move channel view setting to global
8 years ago
Luke Pulverenti
06ebf9d3c2
update recording file name
8 years ago