| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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 | Merge pull request #776 from cvium/update_tvdb | Vasily | |
| Update tvdb provider to v2 api | |||
| 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 update_tvdb | Vasily | |
| 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-18 | Merge pull request #887 from wtayl0r/replace-primitives-with-iconfiguration | Vasily | |
| Replace primitive injection with IConfiguration | |||
| 2019-02-18 | Removed remaining self-update code | Bond_009 | |
| 2019-02-18 | Merge pull request #913 from Bond-009/log | Vasily | |
| Reduce log spam | |||
| 2019-02-18 | Merge pull request #829 from Bond-009/fields | Vasily | |
| Removed some unused fields | |||
| 2019-02-17 | Removed unnecessary configuration options and reduced primitive dependencies | William Taylor | |
| 2019-02-17 | Removed Reference and replaced with package reference | William Taylor | |
| 2019-02-17 | Removed extra using | William Taylor | |
| 2019-02-17 | Removed primitives from services in Program.cs | William Taylor | |
| This will make it easier to move dependency registration to a system without having to new up all the services first. Moved the primitives to an IConfiguration which is much easier to inject. | |||
| 2019-02-17 | Merge remote-tracking branch 'upstream/release-10.2.z' into newmaser | Bond-009 | |
| 2019-02-16 | Merge branch 'master' into perf | Bond-009 | |
| 2019-02-16 | Merge branch 'master' into fields | Bond-009 | |
| 2019-02-16 | Reduce log spam | Bond-009 | |
| 2019-02-16 | Merge pull request #907 from cvium/fix_assembly_visibility | Bond-009 | |
| Fix assembly visibility | |||
| 2019-02-15 | Merge pull request #883 from jellyfin/translations | Joshua M. Boniface | |
| Import Translations | |||
| 2019-02-16 | Change discards | Bond-009 | |
| 2019-02-15 | Make all class implementing dynamically loaded interfaces public | Claus Vium | |
| 2019-02-15 | Remove SizeLimit | Claus Vium | |
| 2019-02-15 | Use DI for TvDbClientManager | Claus Vium | |
| 2019-02-15 | Merge pull request #801 from Bond-009/di | Vasily | |
| Move to Microsoft.Extensions.DependencyInjection | |||
| 2019-02-15 | Properly dispose HttpWebResponse when the request failed to avoid 'too many ↵ | Claus Vium | |
| open files' | |||
| 2019-02-14 | Translated using Weblate (Kazakh) | WWWesten | |
| Currently translated at 100.0% (94 of 94 strings) Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/kk/ | |||
| 2019-02-14 | Merge pull request #863 from fruhnow/tvg-chno | Vasily | |
| Adding support for "tvg-chno"-Tag in M3U Channel Lists | |||
| 2019-02-13 | Drop ETag and use Last-Modified header (#890) | Claus Vium | |
| Drop ETag and use Last-Modified since performance is much better | |||
| 2019-02-13 | Rewrite rules for determining app paths and use XDG_CONFIG_HOME for ↵ | ploughpuff | |
| configDir (#781) Re-write rules for determining dataDir, configDir and logDir. Generally, arguments from command line take precedence, then JELLYFIN env vars, before using XDG names. Co-Authored-By: ploughpuff <33969763+ploughpuff@users.noreply.github.com> | |||
| 2019-02-13 | Remove comment | Bond-009 | |
| 2019-02-13 | Translated using Weblate (Spanish) | Polydeukes | |
| Currently translated at 100.0% (94 of 94 strings) Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/es/ | |||
| 2019-02-13 | Translated using Weblate (Kazakh) | WWWesten | |
| Currently translated at 100.0% (94 of 94 strings) Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/kk/ | |||
| 2019-02-13 | Translated using Weblate (Hungarian) | ZsiGiT | |
| Currently translated at 100.0% (94 of 94 strings) Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/hu/ | |||
| 2019-02-13 | Translated using Weblate (German) | Leo Verto | |
| Currently translated at 100.0% (94 of 94 strings) Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/de/ | |||
| 2019-02-13 | Translated using Weblate (Danish) | Claus Vium | |
| Currently translated at 100.0% (94 of 94 strings) Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/da/ | |||
| 2019-02-13 | Translated using Weblate (Kazakh) | WWWesten | |
| Currently translated at 100.0% (94 of 94 strings) Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/kk/ | |||
| 2019-02-12 | Address comments | Bond-009 | |
| 2019-02-12 | Address comments | Bond-009 | |
| 2019-02-12 | Less string allocations | Bond_009 | |
| 2019-02-12 | Useless copy | Bond_009 | |
| 2019-02-12 | Warn faster for slow requests | Bond_009 | |
| 2019-02-12 | Some Lists -> IEnumerable | Bond_009 | |
| 2019-02-12 | Don't clone lists | Bond_009 | |
| 2019-02-12 | Tuple -> ValueTuple | Bond_009 | |
| 2019-02-12 | Use HashSets for increased perf | Bond_009 | |
| 2019-02-12 | Don't create multiple instances of the same type | Bond_009 | |
| 2019-02-12 | Simplify plugin loading | Bond_009 | |
| 2019-02-12 | Move to Microsoft.Extensions.DependencyInjection | Bond_009 | |
| This PR replaces SimpleInjector with Microsoft.Extensions.DependencyInjection. | |||
| 2019-02-12 | Translated using Weblate (Russian) | Vasily | |
| Currently translated at 100.0% (94 of 94 strings) Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/ru/ | |||
