aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-02-22Ignore IPv6 DLNA devicesXu Fasheng
DLNA is not ready for IPv6 now, uncomment the code will be fine.
2019-02-22Send DLNA devices message to only the matched interfaceXu Fasheng
This will be the right way for multiple interfaces, or the client will receive all devices message with different IP addresses and could not detect which one could access. And provide one option DlnaOptions.SendOnlyMatchedHost to fallback to old behaviour if this commit missed something.
2019-02-22Enable DLNA multi socket binding for linuxXu Fasheng
If not, DLNA on multiple interfaces not works for linux, for example ZerotierOne VPN.
2019-02-22Add option to toggle if ignore virtual interfacesXu Fasheng
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.
2019-02-21Always set ffmpeg flag +genpts when video stream is being copiedLynxy
2019-02-21Update submoduleClaus Vium
2019-02-21Merge pull request #967 from brianjmurrell/dotnet-runtimeVasily
dotnet-runtime is needed on Fedora now
2019-02-21Merge pull request #776 from cvium/update_tvdbVasily
Update tvdb provider to v2 api
2019-02-21Merge pull request #955 from ploughpuff/avoidVasily
Avoid exceptions due to folder and file not found
2019-02-21Merge pull request #952 from Liggy/populate-extrasVasily
Populate video extras again
2019-02-21COPR auto buildingBrian J. Murrell
This adds enhancements so that Fedora/EL packages can be automatically built in COPR when a webhook is received. A typical webhook could be for tagging events for example or even a "Release" webhook to only build releases.
2019-02-21dotnet-runtime is needed in Fedora RPM build alsoBrian J. Murrell
2019-02-20Install the dotnet runtime tooJoshua Boniface
This is needed since /usr/bin/dotnet doesn't exist in the SDK package for whatever reason as of Feb 18 2019.
2019-02-20Merge pull request #962 from scheidleon/fix-windows-buildBond-009
Fix Path
2019-02-20Fix Pathscheidleon
2019-02-20Merge pull request #961 from jellyfin/release-10.2.zJoshua M. Boniface
Release 10.2.1
2019-02-20Make Tvdb strings constClaus Vium
2019-02-20Update MediaBrowser.Providers/TV/TheTVDB/TvdbSeriesImageProvider.csBond-009
Co-Authored-By: cvium <cvium@users.noreply.github.com>
2019-02-20Add ConfigureAwait to awaited callsClaus Vium
2019-02-20Bump version to 10.2.1v10.2.1Joshua Boniface
2019-02-20Merge pull request #960 from nvllsvm/dockAndrew Rabert
Use jellyfin/ffmpeg image
2019-02-20Fix logging args and add ilogger with categorynameClaus Vium
2019-02-20Use jellyfin/ffmpeg imageAndrew Rabert
2019-02-20Reduce string allocations at startupBond_009
2019-02-20Only refresh metadata if extras changedTorsten
2019-02-20Merge branch 'populate-extras' of github.com:Liggy/jellyfin into populate-extrasTorsten
2019-02-20Merge branch 'master' into populate-extrasLiggy
2019-02-20Avoid exceptions due to folder and file not foundPloughPuff
1) Use function to return path to temp transcode path which has benefit of creating temp folder if not exists, thereby avoiding the exception when GetFilePaths is used. 2) Check json files exists before attempting to read from it. Avoids having to mask FileNotFound exceptions when debugging.
2019-02-20Merge branch 'master' into populate-extrasLiggy
2019-02-20Merge pull request #939 from joshuaboniface/cleanup-buildsBond-009
Clean up and rename obsolete deployment platforms
2019-02-20Merge pull request #847 from Bond-009/asyncVasily
Make websockets code async
2019-02-20Add commentBond-009
2019-02-20Merge branch 'master' into update_tvdbVasily
2019-02-20Merge pull request #930 from fruhnow/AuthorizationCheckVasily
checking user-permission in GetQueryResult
2019-02-20Merge pull request #950 from cvium/replace_priority_queueVasily
Replace OptimizedPriorityQueue source with NuGet reference
2019-02-20Merge pull request #851 from Bond-009/appdataVasily
Simplify code to get data dir
2019-02-20Merge pull request #914 from Bond-009/httppostedfileVasily
Separate HttpPostedFile into it's own file
2019-02-20Add missing base64 conversionClaus Vium
2019-02-20Rename functions to match functionalityClaus Vium
2019-02-20Remove IEncryptionManagerClaus Vium
2019-02-20Address review commentsClaus Vium
2019-02-20made newlines into linux newlinesPhallacy
2019-02-20merging with master to clear merge conflictPhallacy
2019-02-20minor changes and return to netstandardPhallacy
2019-02-19Merge pull request #889 from Bond-009/xmlexJoshua M. Boniface
Fix uncaught xml error
2019-02-19Merge pull request #848 from Bond-009/perfJoshua M. Boniface
Minor changes to reduce allocations
2019-02-19Merge pull request #830 from Bond-009/updateJoshua M. Boniface
Removed remaining self-update code
2019-02-19Merge https://github.com/jellyfin/jellyfin into populate-extrasTorsten
2019-02-19Populate video extras againTorsten
2019-02-19Merge pull request #948 from cvium/revert_movie_matchingBond-009
Revert movie matching