| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-03-06 | Merge pull request #5377 from cvium/fix-tmdb-image-languages | Bond-009 | |
| Do not use language or imagelanguages when searching for images with TMDb (cherry picked from commit 1d87274cc28da1562a69796b9ad86e044d07a61a) Signed-off-by: Joshua M. Boniface <joshua@boniface.me> | |||
| 2021-03-06 | Merge pull request #5356 from cvium/fix_provideridextensions | Claus Vium | |
| return false when providerid is null or empty (cherry picked from commit ddc62a89bab6b5a1ecdee7a9ebc7f9d5887d8be8) Signed-off-by: Joshua M. Boniface <joshua@boniface.me> | |||
| 2020-12-02 | Remove Lazy | Gary Wilber | |
| 2020-12-02 | Move MetadataRefreshThrottler to BaseItemManager | Gary Wilber | |
| 2020-11-19 | Merge pull request #4342 from crobibero/base-item-manager | Claus Vium | |
| Add BaseItemManager | |||
| 2020-11-17 | Pass cancellation where possible | Bond_009 | |
| 2020-11-14 | remove custom HttpException | crobibero | |
| 2020-10-27 | Use BaseItemManager | crobibero | |
| 2020-09-29 | Back to HttpException | Gary Wilber | |
| 2020-09-28 | Use EnsureSuccessStatusCode | Gary Wilber | |
| 2020-09-27 | remove status code from exception message | Gary Wilber | |
| 2020-09-27 | Check response status code before saving images | Gary Wilber | |
| 2020-09-07 | Fix some warnings | Bond_009 | |
| 2020-08-31 | use named client | crobibero | |
| 2020-08-24 | Merge branch 'master' into event-rewrite-1 | Patrick Barron | |
| # Conflicts: # Emby.Dlna/Emby.Dlna.csproj # Emby.Dlna/Eventing/DlnaEventManager.cs # Emby.Dlna/Service/BaseService.cs # Emby.Server.Implementations/ScheduledTasks/ScheduledTaskWorker.cs # MediaBrowser.Controller/Subtitles/SubtitleDownloadEventArgs.cs | |||
| 2020-08-19 | Merge branch 'master' into event-rewrite-1 | Patrick Barron | |
| 2020-08-19 | Fix warnings | Bond_009 | |
| 2020-08-17 | fix usings | crobibero | |
| 2020-08-17 | Remove IHttpClient from Providers | crobibero | |
| 2020-08-17 | Remove IHttpClient from ProviderManager | crobibero | |
| 2020-08-13 | Move GenericEventArgs to Jellyfin.Data.Events | Patrick Barron | |
| 2020-08-10 | Merge pull request #3835 from cvium/fix_tvdb_404_shit_nginx_failure | Bond-009 | |
| Throw HttpException when tvdb sends us crap data | |||
| 2020-08-06 | Throw HttpException when tvdb sends us crap data | cvium | |
| 2020-08-04 | Change OnRefreshStart and OnRefreshComplete logging levels to debug | cvium | |
| 2020-07-22 | Log path on lookup errors | E.Smith | |
| If the lookup fails (due to a bad id in an nfo file for example), then we had no indication of which directory failed, so the user can not fix the problem. Now we include the path in the error message such as: MediaBrowser.Providers.TV.SeriesMetadataService: Error in DummySeasonProvider for /media/x/y/z and MediaBrowser.Providers.Manager.ProviderManager: TvdbSeriesImageProvider failed in GetImageInfos for type Series at /media/x/y/z | |||
| 2020-07-19 | Add missing documentation. | Patrick Barron | |
| 2020-07-19 | Clean up ProviderManager.cs | Patrick Barron | |
| 2020-06-26 | Merge remote-tracking branch 'upstream/master' into external-id-type | Mark Monteiro | |
| 2020-06-16 | Merge pull request #3343 from telans/comment-stops | Bond-009 | |
| Add full stop at end of comments (SA1629) | |||
| 2020-06-16 | fix SA1513/SA1516 | telans | |
| 2020-06-16 | Add full stop at end of comments (SA1629) | telans | |
| 2020-06-15 | fix SA1508 | telans | |
| 2020-06-15 | fix SA1005 | telans | |
| 2020-06-13 | Merge branch 'master' into userdb-efcore | Patrick Barron | |
| # Conflicts: # Emby.Server.Implementations/Library/UserManager.cs # Jellyfin.Data/Jellyfin.Data.csproj | |||
| 2020-06-05 | Use typed logger where possible | crobibero | |
| 2020-06-04 | Merge branch 'master' into userdb-efcore | Patrick Barron | |
| # Conflicts: # Emby.Server.Implementations/EntryPoints/ServerEventNotifier.cs # Emby.Server.Implementations/Library/UserManager.cs # Emby.Server.Implementations/Sorting/IsFavoriteOrLikeComparer.cs # Emby.Server.Implementations/Sorting/IsPlayedComparer.cs # Emby.Server.Implementations/Sorting/IsUnplayedComparer.cs # Emby.Server.Implementations/TV/TVSeriesManager.cs # Jellyfin.Server.Implementations/Users/DefaultAuthenticationProvider.cs | |||
| 2020-05-27 | Merge branch 'master' into nullable3 | Bond_009 | |
| 2020-05-20 | Fix issues and add profile image support | Patrick Barron | |
| 2020-05-17 | Rename Name to ProviderName | Mark Monteiro | |
| 2020-05-17 | Do not convert 'Type' value to string unnecessarily, and do not replace ↵ | Mark Monteiro | |
| 'General' type with null | |||
| 2020-05-17 | Rename external id type 'None' to 'General' | Mark Monteiro | |
| 2020-05-17 | Merge branch 'master' into externalid-type | Mark Monteiro | |
| 2020-05-12 | Initial migration code | Patrick Barron | |
| 2020-04-05 | Enable nullabe reference types for MediaBrowser.Model | Bond_009 | |
| 2020-04-04 | Log refresh progress at Debug level | Mark Monteiro | |
| 2020-04-04 | Register IProviderManager correctly | Mark Monteiro | |
| 2020-04-01 | Address comments | Bond_009 | |
| 2020-03-26 | Add documentation around Name, Id, and Type. Changed ExternalIdType to ↵ | Luke Foust | |
| ExternalIdMediaType | |||
| 2020-03-22 | Add type to externalids to distinguish them in the UI | Luke Foust | |
| 2020-02-28 | Fix possible race condition | Bond_009 | |
