| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-06-20 | fix SA1503 for one line if statements | telans | |
| 2020-06-20 | fix some documentation periods | telans | |
| 2020-06-20 | fix SA1119 | telans | |
| 2020-06-19 | Enable TreatWarningsAsErrors in Release for MediaBrowser.Providers | Bond_009 | |
| 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 brace spacing for do while loops | telans | |
| 2020-06-16 | fix SA1513/SA1516 | telans | |
| 2020-06-16 | Add full stop at end of comments (SA1629) | telans | |
| 2020-06-15 | Switch to M3uContent | crobibero | |
| 2020-06-15 | Bump PlaylistsNET from 1.0.4 to 1.0.6 | dependabot[bot] | |
| Bumps [PlaylistsNET](https://github.com/tmk907/PlaylistsNET) from 1.0.4 to 1.0.6. - [Release notes](https://github.com/tmk907/PlaylistsNET/releases) - [Commits](https://github.com/tmk907/PlaylistsNET/commits) Signed-off-by: dependabot[bot] <support@github.com> | |||
| 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-13 | Merge pull request #3254 from crobibero/ilogger | dkanada | |
| Use typed logger where possible | |||
| 2020-06-12 | Merge pull request #3071 from rigtorp/tvdb-normalize | dkanada | |
| Make tvdb name normalizer unicode aware | |||
| 2020-06-12 | Merge pull request #3313 from crobibero/update-dotnet-core | dkanada | |
| Update to .NET Core 3.1.5 | |||
| 2020-06-11 | Make tvdb name normalizer unicode aware | Erik Rigtorp | |
| 2020-06-11 | Merge branch 'master' into userdb-efcore | Patrick Barron | |
| # Conflicts: # MediaBrowser.Controller/Library/ILibraryManager.cs # MediaBrowser.Providers/Users/UserMetadataService.cs | |||
| 2020-06-11 | Update to .NET Core 3.1.5 | crobibero | |
| 2020-06-10 | Clarify comment and log actual search string | Erik Rigtorp | |
| 2020-06-09 | Fix a small number of compile warnings | aled | |
| 2020-06-09 | Merge pull request #3258 from aled/2149-fix-a-small-number-of-compile-warnings-1 | Bond-009 | |
| Fix a small number of compile warnings | |||
| 2020-06-09 | Merge pull request #3259 from crobibero/omdb-plugin-config | dkanada | |
| Add omdb config as embedded resource | |||
| 2020-06-07 | Merge pull request #3250 from shayaantx/master | dkanada | |
| Ignore languages with null ids when fetching images from tvdb | |||
| 2020-06-06 | remove extra spacing | Cody Robibero | |
| 2020-06-06 | Add omdb config as embedded resource | crobibero | |
| 2020-06-06 | Fix a small number of compile warnings | aled | |
| 2020-06-06 | Merge remote-tracking branch 'upstream/master' into ilogger | crobibero | |
| 2020-06-06 | Merge pull request #3208 from jellyfin/plugins | dkanada | |
| More work for core plugins | |||
| 2020-06-05 | undo erroneous changes | crobibero | |
| 2020-06-05 | Use typed logger where possible | crobibero | |
| 2020-06-05 | Update TvdbSeasonImageProvider.cs | shayaantx | |
| 2020-06-04 | Ignore languages with null ids | shayaantx | |
| 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-06-03 | Merge pull request #2767 from Bond-009/nullable3 | Vasily | |
| Enable nullabe reference types for MediaBrowser.Model | |||
| 2020-05-31 | fix some easy warnings for tmdb | dkanada | |
| 2020-05-31 | move tmdb to plugin folder | dkanada | |
| 2020-05-31 | add plugin configurations for tvdb and omdb | dkanada | |
| 2020-05-27 | Merge branch 'master' into nullable3 | Bond_009 | |
| 2020-05-27 | Remove "download images in advance" option | ferferga | |
| 2020-05-26 | Merge branch 'master' into userdb-efcore | Patrick Barron | |
| # Conflicts: # Emby.Server.Implementations/Library/UserManager.cs # Jellyfin.Data/Jellyfin.Data.csproj # MediaBrowser.Api/UserService.cs # MediaBrowser.Controller/Library/IUserManager.cs | |||
| 2020-05-25 | remove uses of fnchecked from plugins | dkanada | |
| 2020-05-23 | Remove 'General' as an ExternalIdMediaType, and instead use 'null' to ↵ | Mark Monteiro | |
| represent a general external id type | |||
| 2020-05-22 | Merge pull request #3056 from rigtorp/tmdbsearch2 | Anthony Lavado | |
| Reduce number of TMDB lookups if filenames have punctuation chars | |||
| 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 | Move ExternalIdMediaType enum to MediaBrowser.Model | Mark Monteiro | |
| 2020-05-17 | Rename external id type 'None' to 'General' | Mark Monteiro | |
| 2020-05-17 | Merge branch 'master' into externalid-type | Mark Monteiro | |
