| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-06-16 | Merge pull request #3341 from telans/brace-spacing | Bond-009 | |
| Add newlines after closing braces (SA1513/SA1516) | |||
| 2020-06-16 | Translated using Weblate (Bengali) | Prokash Sarkar | |
| Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/bn/ | |||
| 2020-06-16 | fix SA1513/SA1516 | telans | |
| 2020-06-16 | Add full stop at end of comments (SA1629) | telans | |
| 2020-06-15 | Add GetAuthorizationInfo for netcore HttpRequest | crobibero | |
| 2020-06-15 | Translated using Weblate (French (Canada)) | Joe DF | |
| Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/fr_CA/ | |||
| 2020-06-15 | Add more authorization handlers, actually authorize requests | crobibero | |
| 2020-06-15 | Merge pull request #3344 from jellyfin/dependabot/nuget/PlaylistsNET-1.0.6 | Bond-009 | |
| Bump PlaylistsNET from 1.0.4 to 1.0.6 | |||
| 2020-06-15 | Switch to M3uContent | crobibero | |
| 2020-06-15 | Merge pull request #3350 from jellyfin/dependabot/nuget/sharpcompress-0.25.1 | Bond-009 | |
| Bump sharpcompress from 0.25.0 to 0.25.1 | |||
| 2020-06-15 | Bump IPNetwork2 from 2.4.0.126 to 2.5.211 | dependabot[bot] | |
| Bumps [IPNetwork2](https://github.com/lduchosal/ipnetwork) from 2.4.0.126 to 2.5.211. - [Release notes](https://github.com/lduchosal/ipnetwork/releases) - [Commits](https://github.com/lduchosal/ipnetwork/commits) Signed-off-by: dependabot[bot] <support@github.com> | |||
| 2020-06-15 | Bump sharpcompress from 0.25.0 to 0.25.1 | dependabot[bot] | |
| Bumps [sharpcompress](https://github.com/adamhathcock/sharpcompress) from 0.25.0 to 0.25.1. - [Release notes](https://github.com/adamhathcock/sharpcompress/releases) - [Commits](https://github.com/adamhathcock/sharpcompress/compare/0.25...0.25.1) Signed-off-by: dependabot[bot] <support@github.com> | |||
| 2020-06-14 | Merge pull request #3336 from telans/specific-fixes | Anthony Lavado | |
| Fix trivial SA1005, SA1111, SA1508, SA1510 warnings | |||
| 2020-06-14 | Merge remote-tracking branch 'upstream/master' into HEAD | crobibero | |
| 2020-06-15 | Merge pull request #3315 from crobibero/dashboard-update | dkanada | |
| Add MessageId to websocket message, fix ws exception | |||
| 2020-06-15 | fix SA1111 | telans | |
| 2020-06-15 | fix SA1508 | telans | |
| 2020-06-15 | fix SA1005 | telans | |
| 2020-06-15 | fix SA1510 | 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 master into api-migration | crobibero | |
| 2020-06-13 | Merge pull request #3254 from crobibero/ilogger | dkanada | |
| Use typed logger where possible | |||
| 2020-06-12 | Merge pull request #3313 from crobibero/update-dotnet-core | dkanada | |
| Update to .NET Core 3.1.5 | |||
| 2020-06-11 | Merge pull request #3291 from cvium/fix_authenticationexception | Anthony Lavado | |
| Use the "legacy" AuthenticationException in AuthService | |||
| 2020-06-11 | (Hopefully) fix concurrency exceptions. | Patrick Barron | |
| 2020-06-11 | Fix build errors | Patrick Barron | |
| 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 | Add MessageId to websocket message, add JsonNonStringKeyDictionaryConverter | crobibero | |
| 2020-06-11 | Update to .NET Core 3.1.5 | crobibero | |
| 2020-06-11 | Bump ServiceStack.Text.Core from 5.8.0 to 5.9.0 | dependabot[bot] | |
| Bumps [ServiceStack.Text.Core](https://github.com/ServiceStack/ServiceStack.Text) from 5.8.0 to 5.9.0. - [Release notes](https://github.com/ServiceStack/ServiceStack.Text/releases) - [Commits](https://github.com/ServiceStack/ServiceStack.Text/compare/v5.8...v5.9) Signed-off-by: dependabot[bot] <support@github.com> | |||
| 2020-06-11 | Use the "legacy" AuthenticationException | Claus Vium | |
| 2020-06-09 | Add IDisposable | ConfusedPolarBear | |
| 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 | Finish addressing review comments | ConfusedPolarBear | |
| 2020-06-09 | Apply suggestions from code review | ConfusedPolarBear | |
| Co-authored-by: Cody Robibero <cody@robibe.ro> | |||
| 2020-06-09 | Merge pull request #3185 from Ullmie02/api-exception-handling | dkanada | |
| Don't Send Exception Messages (Old API) | |||
| 2020-06-08 | Add XML documentation | ConfusedPolarBear | |
| 2020-06-08 | Make all properties nullable | ConfusedPolarBear | |
| 2020-06-08 | Merge remote-tracking branch 'upstream/master' into quickconnect | ConfusedPolarBear | |
| 2020-06-08 | Merge pull request #3268 from crobibero/ignore-path | dkanada | |
| Force configuration paths to not be ignored. | |||
| 2020-06-07 | Force configuration paths to not be ignored. | crobibero | |
| 2020-06-07 | Translated using Weblate (Bengali) | Mahabub Islam Prio | |
| Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/bn/ | |||
| 2020-06-07 | merge branch master into custom-repos | dkanada | |
| 2020-06-07 | add missing line from using block | dkanada | |
| 2020-06-06 | Fix a small number of compile warnings | aled | |
| 2020-06-07 | improve error handling when a single repository has issues | dkanada | |
| Co-authored-by: Cody Robibero <cody@robibe.ro> | |||
| 2020-06-06 | simplify the custom repository feature for now | dkanada | |
| 2020-06-06 | Make books resumable and have duration of 1 second | Daniyar Itegulov | |
| 2020-06-05 | Merge branch 'master' into userdb-efcore | Patrick Barron | |
