| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2019-09-02 | Fix warnings, improve performance (#1665) | Bond-009 | |
| * Fix warnings, improve performance `QueryResult.Items` is now a `IReadOnlyList` so we don't need to allocate a new `Array` when we have a `List` (and `Items` shouldn't need to be mutable anyway) * Update Providers .csproj to latest C# * Remove extra newline from DtoService.cs * Remove extra newline from UserLibraryService.cs | |||
| 2019-09-02 | Merge pull request #1686 from Bond-009/warn7 | Anthony Lavado | |
| More warning fixes | |||
| 2019-09-02 | Merge pull request #1702 from Bond-009/warn8 | Anthony Lavado | |
| Fix more warnings | |||
| 2019-09-01 | Use regex to replace multiple spaces with one space | Andrew Rabert | |
| This communicates the intent of the code more clearly than before. No noticeable performance impact. | |||
| 2019-09-01 | Fix infinite looping when scanning TV metadata | Andrew Rabert | |
| It's a possible that name and sb will never be equal. This is caused by additional replacements before this loop. Regression introduced in c699c546e4124da8c1978b86d1a424d24d3d77d6a | |||
| 2019-09-01 | Fix more warnings | Bond_009 | |
| 2019-08-29 | More warning fixes | Bond_009 | |
| 2019-08-29 | move the transcode path | dkanada | |
| 2019-08-19 | Add newline after end tag | Claus Vium | |
| 2019-08-19 | Require latest C# version in Providers project | Claus Vium | |
| 2019-08-18 | Fix style issues | Claus Vium | |
| 2019-08-18 | Add Writer and Producer to crew list | Claus Vium | |
| 2019-08-18 | Fix api url | Claus Vium | |
| 2019-08-18 | Move and rename tmdb providers for better separation | Claus Vium | |
| 2019-08-17 | Merge pull request #1629 from cvium/fix_tvdb_guest_stars | Anthony Lavado | |
| Fix tvdb guest stars with multiple roles | |||
| 2019-08-17 | Merge pull request #1628 from cvium/fix_tvdb_ep_provider_id | Anthony Lavado | |
| Always fetch episode id as EpisodeInfo does not contain it | |||
| 2019-08-16 | Move the first argument to its own line | Claus Vium | |
| 2019-08-16 | Continue | Claus Vium | |
| 2019-08-16 | Place args on separate lines | Claus Vium | |
| 2019-08-16 | Invert the second if | Claus Vium | |
| 2019-08-16 | Invert the if | Claus Vium | |
| 2019-08-16 | Update MediaBrowser.Providers/TV/TheTVDB/TvdbEpisodeProvider.cs | Claus Vium | |
| Co-Authored-By: Bond-009 <bond.009@outlook.com> | |||
| 2019-08-16 | Improve LocalizationManager | Bond_009 | |
| 2019-08-15 | Merge pull request #1614 from Bond-009/docs2 | dkanada | |
| Document all public/internal members of Emby.Drawing | |||
| 2019-08-15 | Handle negative roleStartIndex since not all guest stars have roles | Claus Vium | |
| 2019-08-15 | Remove unused import | Claus Vium | |
| 2019-08-15 | Fix tvdb guest stars loop | Claus Vium | |
| 2019-08-15 | Log episode id and series id when either request fails | Claus Vium | |
| 2019-08-15 | Always fetch episode id as EpisodeInfo does not contain it | Claus Vium | |
| 2019-08-11 | Document all public/internal members of Emby.Drawing | Bond_009 | |
| Forces all new public/internal members to be documented. Enables TreatWarningsAsErrors for Emby.Drawing | |||
| 2019-08-11 | Check checksum for plugin downloads | Bond_009 | |
| * Compare the MD5 checksum when downloading plugins * Reduced log spam due to http requests * Removed 'GetTempFileResponse' function from HttpClientManager * Fixed caching for HttpClientManager | |||
| 2019-08-11 | Merge pull request #1462 from Bond-009/installationmanager | dkanada | |
| Improvements to InstallationManager | |||
| 2019-08-09 | Merge pull request #1484 from SenorSmartyPants/DVD-Order | dkanada | |
| Update TVDB provider to search based on series display order | |||
| 2019-08-09 | Use CultureInvariant string conversion for Guids | Bond-009 | |
| 2019-08-07 | move comment to separate line | dkanada | |
| 2019-08-02 | Merge pull request #1590 from anthonylavado/null_check | Anthony Lavado | |
| Adds null check on studio/network name | |||
| 2019-07-31 | Update MediaBrowser.Providers/TV/TheTVDB/TvdbSeriesProvider.cs | Anthony Lavado | |
| Co-Authored-By: Claus Vium <cvium@users.noreply.github.com> | |||
| 2019-07-27 | Adds null check on studio/network name | Anthony Lavado | |
| 2019-07-06 | Merge branch 'master' into release-10.3.z | Bond-009 | |
| 2019-06-22 | Update TVDB provider to search based on series display order | SenorSmartyPants | |
| 2019-06-21 | Wait for the async authentication to finish when the JTW token expires | Claus Vium | |
| 2019-06-14 | Update deps | Bond_009 | |
| 2019-06-14 | Improvements to InstallationManager | Bond_009 | |
| 2019-06-12 | Merge pull request #1442 from jellyfin/release-10.3.z | Joshua M. Boniface | |
| Backmerge for Release 10.3.4 and 10.3.5 | |||
| 2019-05-31 | move fanart image provider to plugin | dkanada | |
| 2019-05-31 | Fix inverted comparison in the tvdb token refresh logic | Claus Vium | |
| 2019-04-30 | Iterate over IEnumerable before disposing | Bond-009 | |
| 2019-04-30 | Make the TvdbEpisodeProvider class Public | Claus Vium | |
| 2019-03-15 | Merge pull request #1119 from ploughpuff/503retry | Joshua M. Boniface | |
| MusicBrainz 503 Retry Strategy | |||
| 2019-03-15 | MusicBrainz 503 Retry Strategy | PloughPuff | |
| Upon receiving back a 503 Service Unavailable from MusicBrainz (indicating throttling), retry the same request a number of times before giving up. | |||
