| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-06-20 | Merge pull request #3380 from Bond-009/warn20 | Anthony Lavado | |
| Enable TreatWarningsAsErrors in Release for MediaBrowser.Providers | |||
| 2020-06-20 | fix SA1503 for one line if statements | 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 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-13 | Merge pull request #3254 from crobibero/ilogger | dkanada | |
| Use typed logger where possible | |||
| 2020-06-11 | Merge branch 'master' into userdb-efcore | Patrick Barron | |
| # Conflicts: # MediaBrowser.Controller/Library/ILibraryManager.cs # MediaBrowser.Providers/Users/UserMetadataService.cs | |||
| 2020-06-09 | Fix a small number of compile warnings | aled | |
| 2020-06-05 | undo erroneous changes | crobibero | |
| 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-27 | Remove "download images in advance" option | ferferga | |
| 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-04-01 | Merge branch 'master' into minor | 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-03-10 | remove useless interface | dkanada | |
| 2020-03-09 | remove unused files and fix some future warnings | dkanada | |
| 2020-02-28 | Fix possible race condition | Bond_009 | |
| 2020-02-26 | Fix possible race condition | Bond_009 | |
| 2020-02-23 | Minor improvements | Bond_009 | |
| 2020-01-31 | Fix warnings | Bond_009 | |
| 2020-01-22 | Remove FileSystem.GetStream | Bond-009 | |
| 2019-10-29 | Fix more warnings | Bond_009 | |
| 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-08-29 | More warning fixes | Bond_009 | |
| 2019-08-29 | move the transcode path | dkanada | |
| 2019-08-09 | Use CultureInvariant string conversion for Guids | Bond-009 | |
| 2019-03-13 | More warning fixes | Bond-009 | |
| 2019-03-01 | Merge pull request #1024 from jellyfin/release-10.2.z | Bond-009 | |
| Backmerge for 10.2.2 | |||
| 2019-02-24 | Fix slow local image validation (#990) | Claus Vium | |
| * Check for local image directory existence to avoid tons of exceptions | |||
| 2019-02-19 | Remove OptimizedPriorityQueue source and grab it from nuget | Claus Vium | |
| 2019-02-09 | Fix namespacing so it lines up properly with file names and paths (#715) | Erwin de Haan | |
| * Fix stupid namespacing so it lines up properly with file names and paths. | |||
| 2019-02-03 | Merge pull request #732 from Bond-009/locale | Joshua M. Boniface | |
| Reworked LocalizationManager to load data async | |||
