| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2019-02-26 | Merge pull request #1003 from Bond-009/stopwatch | Vasily | |
| Use stopwatch for more accurate measurements and reduce log spam | |||
| 2019-02-25 | Use stopwatch for more accurate measurements and reduce log spam | Bond_009 | |
| DateTime.Now is suitible for small timespans Replaced the needlessly complex and verbose logging for the httpserver | |||
| 2019-02-25 | Merge pull request #1000 from cvium/fix_object_disposed | Vasily | |
| Don't close the socket response multiple times | |||
| 2019-02-25 | Merge pull request #998 from cvium/enableraisingevents_default_true | Vasily | |
| Set EnableRaisingEvents to true for processes that require it | |||
| 2019-02-25 | Merge pull request #979 from Wuerfelbecher/release-disable-debug | Vasily | |
| Build Package releases without debug turned on | |||
| 2019-02-25 | Fix the ffmpeg compatibility | Joshua 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-24 | Disable documentation and debug in build | Joshua Boniface | |
| 2019-02-24 | Remove the unused status code | Claus Vium | |
| 2019-02-24 | Try another fix | Claus Vium | |
| 2019-02-24 | Move the check further down | Claus Vium | |
| 2019-02-24 | Don't close the socket response multiple times | Claus Vium | |
| 2019-02-24 | Check that ffmpeg log target isn't disposed before writing to it | Claus Vium | |
| 2019-02-24 | Set EnableRaisingEvents to true for processes that require it | Claus Vium | |
| 2019-02-24 | Fix slow local image validation (#990) | Claus Vium | |
| * Check for local image directory existence to avoid tons of exceptions | |||
| 2019-02-24 | Merge pull request #968 from brianjmurrell/release-10.2.z-copr-autobuild | Bond-009 | |
| Release 10.2.z copr autobuild | |||
| 2019-02-24 | use common.build.sh for docker image builds | Thomas Büttner | |
| Signed-off-by: Thomas Büttner <thomas@vergesslicher.tech> | |||
| 2019-02-24 | Build releases without debug | Thomas Büttner | |
| Signed-off-by: Thomas Büttner <thomas@vergesslicher.tech> | |||
| 2019-02-23 | Merge pull request #964 from jellyfin/fedora-runtime | Joshua M. Boniface | |
| Install the dotnet runtime package in Fedora build | |||
| 2019-02-23 | Add Debian armhf (Rasberry Pi) build plus crossbuild | Joshua Boniface | |
| 2019-02-23 | Merge pull request #986 from JustAMan/submodule-update | Bond-009 | |
| Backmerge submodule updating strategy | |||
| 2019-02-23 | Leave +genpts untouched in GetProgressiveVideoArguments() | The Lynxy | |
| 2019-02-23 | Merge pull request #1 from jellyfin/master | WWWesten | |
| Merge from upstream | |||
| 2019-02-22 | Add to contributors | Lynxy | |
| 2019-02-22 | Merge pull request #984 from WWWesten/patch-1 | Anthony Lavado | |
| Update kz.csv | |||
| 2019-02-23 | Remove useless if..else in SsdpDevicePublisher | Xu Fasheng | |
| 2019-02-23 | Update comments for DLNA IPv6 | Xu Fasheng | |
| 2019-02-23 | Merge pull request #981 from cvium/close_response_stream | Vasily | |
| Close the response stream after fetching temp files | |||
| 2019-02-23 | Merging #975 to master | Vasily | |
| 2019-02-23 | Update kz.csv | WWWesten | |
| The new ratings system | |||
| 2019-02-22 | Remove duplicate code and use using to properly dispose the response stream | Claus Vium | |
| 2019-02-22 | Merge pull request #975 from cvium/release-10.2.z | Bond-009 | |
| Update submodule | |||
| 2019-02-22 | Ignore IPv6 DLNA devices | Xu Fasheng | |
| DLNA is not ready for IPv6 now, uncomment the code will be fine. | |||
| 2019-02-22 | Send DLNA devices message to only the matched interface | Xu 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-22 | Enable DLNA multi socket binding for linux | Xu Fasheng | |
| If not, DLNA on multiple interfaces not works for linux, for example ZerotierOne VPN. | |||
| 2019-02-22 | Add option to toggle if ignore virtual interfaces | Xu 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-21 | Always set ffmpeg flag +genpts when video stream is being copied | Lynxy | |
| 2019-02-21 | Update submodule | Claus Vium | |
| 2019-02-21 | Merge pull request #967 from brianjmurrell/dotnet-runtime | Vasily | |
| dotnet-runtime is needed on Fedora now | |||
| 2019-02-21 | Merge pull request #776 from cvium/update_tvdb | Vasily | |
| Update tvdb provider to v2 api | |||
| 2019-02-21 | Merge pull request #955 from ploughpuff/avoid | Vasily | |
| Avoid exceptions due to folder and file not found | |||
| 2019-02-21 | Merge pull request #952 from Liggy/populate-extras | Vasily | |
| Populate video extras again | |||
| 2019-02-21 | COPR auto building | Brian 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-21 | dotnet-runtime is needed in Fedora RPM build also | Brian J. Murrell | |
| 2019-02-20 | Install the dotnet runtime too | Joshua 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-20 | Merge pull request #962 from scheidleon/fix-windows-build | Bond-009 | |
| Fix Path | |||
| 2019-02-20 | Fix Path | scheidleon | |
| 2019-02-20 | Merge pull request #961 from jellyfin/release-10.2.z | Joshua M. Boniface | |
| Release 10.2.1 | |||
| 2019-02-20 | Make Tvdb strings const | Claus Vium | |
| 2019-02-20 | Update MediaBrowser.Providers/TV/TheTVDB/TvdbSeriesImageProvider.cs | Bond-009 | |
| Co-Authored-By: cvium <cvium@users.noreply.github.com> | |||
| 2019-02-20 | Add ConfigureAwait to awaited calls | Claus Vium | |
