aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-02-26Merge pull request #1003 from Bond-009/stopwatchVasily
Use stopwatch for more accurate measurements and reduce log spam
2019-02-25Use stopwatch for more accurate measurements and reduce log spamBond_009
DateTime.Now is suitible for small timespans Replaced the needlessly complex and verbose logging for the httpserver
2019-02-25Merge pull request #1000 from cvium/fix_object_disposedVasily
Don't close the socket response multiple times
2019-02-25Merge pull request #998 from cvium/enableraisingevents_default_trueVasily
Set EnableRaisingEvents to true for processes that require it
2019-02-25Merge pull request #979 from Wuerfelbecher/release-disable-debugVasily
Build Package releases without debug turned on
2019-02-25Fix the ffmpeg compatibilityJoshua Boniface
Doing this the other way was just complex. No longer try to override the system ffmpeg, just put ours somewhere else and depend on that package.
2019-02-24Disable documentation and debug in buildJoshua Boniface
2019-02-24Remove the unused status codeClaus Vium
2019-02-24Try another fixClaus Vium
2019-02-24Move the check further downClaus Vium
2019-02-24Don't close the socket response multiple timesClaus Vium
2019-02-24Check that ffmpeg log target isn't disposed before writing to itClaus Vium
2019-02-24Set EnableRaisingEvents to true for processes that require itClaus Vium
2019-02-24Fix slow local image validation (#990)Claus Vium
* Check for local image directory existence to avoid tons of exceptions
2019-02-24Merge pull request #968 from brianjmurrell/release-10.2.z-copr-autobuildBond-009
Release 10.2.z copr autobuild
2019-02-24use common.build.sh for docker image buildsThomas Büttner
Signed-off-by: Thomas Büttner <thomas@vergesslicher.tech>
2019-02-24Build releases without debugThomas Büttner
Signed-off-by: Thomas Büttner <thomas@vergesslicher.tech>
2019-02-23Merge pull request #964 from jellyfin/fedora-runtimeJoshua M. Boniface
Install the dotnet runtime package in Fedora build
2019-02-23Add Debian armhf (Rasberry Pi) build plus crossbuildJoshua Boniface
2019-02-23Merge pull request #986 from JustAMan/submodule-updateBond-009
Backmerge submodule updating strategy
2019-02-23Leave +genpts untouched in GetProgressiveVideoArguments()The Lynxy
2019-02-23Merge pull request #1 from jellyfin/masterWWWesten
Merge from upstream
2019-02-22Add to contributorsLynxy
2019-02-22Merge pull request #984 from WWWesten/patch-1Anthony Lavado
Update kz.csv
2019-02-23Remove useless if..else in SsdpDevicePublisherXu Fasheng
2019-02-23Update comments for DLNA IPv6Xu Fasheng
2019-02-23Merge pull request #981 from cvium/close_response_streamVasily
Close the response stream after fetching temp files
2019-02-23Merging #975 to masterVasily
2019-02-23Update kz.csvWWWesten
The new ratings system
2019-02-22Remove duplicate code and use using to properly dispose the response streamClaus Vium
2019-02-22Merge pull request #975 from cvium/release-10.2.zBond-009
Update submodule
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