| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2019-02-16 | No multiple empty lines | Bond-009 | |
| 2019-02-16 | Single line comments should start with a space | Bond-009 | |
| 2019-02-16 | ConfigureAwait | Bond-009 | |
| 2019-02-16 | Change discards | Bond-009 | |
| 2019-02-16 | Merge pull request #901 from cvium/dispose_webresponse_on_errors | Bond-009 | |
| Properly dispose HttpWebResponse when the request failed to avoid 'too many open files' | |||
| 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 | Remove useless doc | Claus Vium | |
| 2019-02-15 | Review comments | Claus Vium | |
| 2019-02-15 | Extract imagetype-to-keytype statements into a utility function and move ↵ | Claus Vium | |
| tvdb specific utils to separate class | |||
| 2019-02-15 | Use Task.WhenAll properly | Claus Vium | |
| 2019-02-15 | Add key delimiter to avoid potential clashes | Claus Vium | |
| 2019-02-15 | Use language supplied as argument instead of reading from TvDbClient | Claus Vium | |
| 2019-02-15 | Add generic key generation function | Claus Vium | |
| 2019-02-15 | Add better language support | Claus Vium | |
| 2019-02-15 | Update MediaBrowser.Providers/TV/MissingEpisodeProvider.cs | Vasily | |
| Co-Authored-By: cvium <cvium@users.noreply.github.com> | |||
| 2019-02-15 | Fix namespace in tvdbclientmanager | Claus Vium | |
| 2019-02-15 | Add support for searching for episodes by premiere date and fixed timezones | Claus Vium | |
| 2019-02-15 | Fix namespaces | Claus Vium | |
| 2019-02-15 | Add braces to if's and other minor style changes | Claus Vium | |
| 2019-02-15 | Review comments | Claus Vium | |
| 2019-02-15 | Apply suggestions from code review | Vasily | |
| Co-Authored-By: cvium <cvium@users.noreply.github.com> | |||
| 2019-02-15 | Fix episode provider | Claus Vium | |
| 2019-02-15 | Add names to tuple items and reduce list iterations | Claus Vium | |
| 2019-02-15 | Minor fixes in MissingEpisodeProvider | Claus Vium | |
| 2019-02-15 | Fix actor image provider | Claus Vium | |
| 2019-02-15 | Fix MissingEpisodeProvider (almost) | Claus Vium | |
| 2019-02-15 | Fix a copy paste mistake and add series end date | Claus Vium | |
| 2019-02-15 | Remove TvdbPrescanTask as it looks like it was used for pre-fetching data, ↵ | Claus Vium | |
| which is no longer relevant | |||
| 2019-02-15 | Add much needed exception handling and logging | Claus Vium | |
| 2019-02-15 | Add caching for all tvdb requests | Claus Vium | |
| 2019-02-15 | Use the locking properly, this is not Python... | Claus Vium | |
| 2019-02-15 | More MemoryCache PoC | Claus Vium | |
| 2019-02-15 | Add caching PoC | Claus Vium | |
| 2019-02-15 | Add some error handling, grab imdb id and other minor fixes | Claus Vium | |
| 2019-02-15 | Episode provider is somewhat broken | Claus Vium | |
| 2019-02-15 | Remove some junk from series provider | Claus Vium | |
| 2019-02-15 | Some of it works??? | Claus Vium | |
| 2019-02-15 | initial commit | Claus Vium | |
| 2019-02-15 | Merge pull request #801 from Bond-009/di | Vasily | |
| Move to Microsoft.Extensions.DependencyInjection | |||
| 2019-02-15 | Code review updates | Brian J. Murrell | |
| Also fix a bug in the tarball creation that existed even prior to moving it into create_tarball.sh | |||
| 2019-02-15 | 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-15 | Merge pull request #875 from Bond-009/error | Vasily | |
| Treat warnings as errors for release builds | |||
| 2019-02-15 | Merge pull request #898 from EraYaN/namingrules-editorconfig | Vasily | |
| Switch to Roslyn naming rules in EditorConfig | |||
| 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 | Implement proper FFmpeg version checking | PloughPuff | |
| Three routes to determine FFmpeg version: 1) Grab the 'ffmpeg version x.y' from from the -version output. This should work for all pre-built binaries. 2) Compare the library versions against known contents of FFmpeg versions. This is fallback aimed at custom builds. 3) Compare libavcodec version to determine if newer than latest known release. This suggests user is running within latest/HEAD/master build. | |||
| 2019-02-14 | Fix race condition in adding dlna devices to session when the device is ↵ | Anders Thomsen | |
| discovered repeatedly | |||
| 2019-02-14 | Static fields prefix 's_' -> '_' | Erwin de Haan | |
