| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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 | |
| 2019-02-20 | Bump version to 10.2.1v10.2.1 | Joshua Boniface | |
| 2019-02-20 | Merge pull request #960 from nvllsvm/dock | Andrew Rabert | |
| Use jellyfin/ffmpeg image | |||
| 2019-02-20 | Fix logging args and add ilogger with categoryname | Claus Vium | |
| 2019-02-20 | Use jellyfin/ffmpeg image | Andrew Rabert | |
| 2019-02-20 | Reduce string allocations at startup | Bond_009 | |
| 2019-02-20 | Only refresh metadata if extras changed | Torsten | |
| 2019-02-20 | Merge branch 'populate-extras' of github.com:Liggy/jellyfin into populate-extras | Torsten | |
| 2019-02-20 | Merge branch 'master' into populate-extras | Liggy | |
| 2019-02-20 | Avoid exceptions due to folder and file not found | PloughPuff | |
| 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-20 | Merge branch 'master' into populate-extras | Liggy | |
| 2019-02-20 | Merge pull request #939 from joshuaboniface/cleanup-builds | Bond-009 | |
| Clean up and rename obsolete deployment platforms | |||
| 2019-02-20 | Merge pull request #847 from Bond-009/async | Vasily | |
| Make websockets code async | |||
| 2019-02-20 | Add comment | Bond-009 | |
| 2019-02-20 | Merge branch 'master' into update_tvdb | Vasily | |
| 2019-02-20 | Merge pull request #930 from fruhnow/AuthorizationCheck | Vasily | |
| checking user-permission in GetQueryResult | |||
| 2019-02-20 | Merge pull request #950 from cvium/replace_priority_queue | Vasily | |
| Replace OptimizedPriorityQueue source with NuGet reference | |||
| 2019-02-20 | Merge pull request #851 from Bond-009/appdata | Vasily | |
| Simplify code to get data dir | |||
| 2019-02-20 | Merge pull request #914 from Bond-009/httppostedfile | Vasily | |
| Separate HttpPostedFile into it's own file | |||
| 2019-02-20 | Add missing base64 conversion | Claus Vium | |
| 2019-02-20 | Rename functions to match functionality | Claus Vium | |
| 2019-02-20 | Remove IEncryptionManager | Claus Vium | |
| 2019-02-20 | Address review comments | Claus Vium | |
| 2019-02-20 | made newlines into linux newlines | Phallacy | |
| 2019-02-20 | merging with master to clear merge conflict | Phallacy | |
| 2019-02-20 | minor changes and return to netstandard | Phallacy | |
| 2019-02-19 | Merge pull request #889 from Bond-009/xmlex | Joshua M. Boniface | |
| Fix uncaught xml error | |||
| 2019-02-19 | Merge pull request #848 from Bond-009/perf | Joshua M. Boniface | |
| Minor changes to reduce allocations | |||
| 2019-02-19 | Merge pull request #830 from Bond-009/update | Joshua M. Boniface | |
| Removed remaining self-update code | |||
| 2019-02-19 | Merge https://github.com/jellyfin/jellyfin into populate-extras | Torsten | |
| 2019-02-19 | Populate video extras again | Torsten | |
| 2019-02-19 | Merge pull request #948 from cvium/revert_movie_matching | Bond-009 | |
| Revert movie matching | |||
