| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-06-19 | Add missing ConfigureAwait call | Patrick Barron | |
| 2021-06-19 | Move non-jellyfin extensions to separate project | Bond_009 | |
| 2021-06-19 | Merge branch 'master' into comparisons | BaronGreenback | |
| 2021-06-18 | Use ExecuteSqlInterpolated instead of ExecuteSqlRaw | Patrick Barron | |
| oop | |||
| 2021-06-18 | Merge branch 'master' into authenticationdb-efcore | Patrick Barron | |
| # Conflicts: # Emby.Server.Implementations/Devices/DeviceManager.cs # Emby.Server.Implementations/HttpServer/Security/SessionContext.cs # Emby.Server.Implementations/Security/AuthenticationRepository.cs # Emby.Server.Implementations/Session/SessionManager.cs # Jellyfin.Server.Implementations/Security/AuthorizationContext.cs # MediaBrowser.Controller/Library/IUserManager.cs # MediaBrowser.Controller/Net/ISessionContext.cs | |||
| 2021-06-19 | Merge pull request #6197 from MrTimscampi/sub-delivery-docs | Bond-009 | |
| Document SubtitleDeliveryMethod | |||
| 2021-06-18 | Re-add support for API keys | Patrick Barron | |
| 2021-06-18 | Use consistent name for db context | Patrick Barron | |
| 2021-06-18 | Combine if statements | Patrick Barron | |
| 2021-06-18 | Add data migration | Patrick Barron | |
| 2021-06-18 | Recreate devices migration with missing fields | Patrick Barron | |
| 2021-06-18 | Fix concurrency issues | Patrick Barron | |
| 2021-06-18 | Correctly handle devices without custom names | Patrick Barron | |
| 2021-06-18 | Document SubtitleDeliveryMethod | MrTimscampi | |
| 2021-06-18 | Merge pull request #6191 from crobibero/5.0.7 | Joshua M. Boniface | |
| Update to dotnet 5.0.7 | |||
| 2021-06-18 | Merge pull request #6180 from crobibero/test-controller | Bond-009 | |
| Ignore Test Controllers | |||
| 2021-06-14 | Merge pull request #5988 from Bond-009/fuzz | Claus Vium | |
| Add fuzzing infrastructure | |||
| 2021-06-14 | Update to dotnet 5.0.7 | crobibero | |
| 2021-06-13 | Better detection of the ISO DVD/BD types | Stanislav Ionascu | |
| The ISO image will be opened and checked for disc-type specific folders. Can be overridden using NAME.dvd.iso / NAME.bluray.iso | |||
| 2021-06-13 | Merge pull request #6176 from nielsvanvelzen/userid-required | Bond-009 | |
| Require userId in getItems and getTrailers endpoints | |||
| 2021-06-13 | Ignore all test controllers | crobibero | |
| 2021-06-12 | Merge pull request #6175 from nielsvanvelzen/crobibero-is-stupid | Bond-009 | |
| Fix routeMediaSourceId route parameter in SubtitleController GetSubtitle | |||
| 2021-06-12 | Change userId to required in operations that would otherwise throw exceptions | Niels van Velzen | |
| 2021-06-12 | Fix routeMediaSourceId route parameter in SubtitleController GetSubtitle | Niels van Velzen | |
| 2021-06-12 | Merge pull request #6173 from Bond-009/tests5 | Claus Vium | |
| Add test for ReadOnlySpan.Count extension | |||
| 2021-06-12 | Merge pull request #5384 from Larvitar/season-metadata-fix | Bond-009 | |
| 2021-06-12 | Add test for ReadOnlySpan.Count extension | Bond_009 | |
| 2021-06-12 | Update MediaBrowser.Providers/Manager/MetadataService.cs | Claus Vium | |
| 2021-06-12 | Merge pull request #6172 from Bond-009/nullable6 | Claus Vium | |
| Remove useless nullable directives | |||
| 2021-06-12 | Merge pull request #6096 from cvium/saving_private_ram | Bond-009 | |
| 2021-06-12 | Use stackalloc in Format3DParser.Parse | cvium | |
| 2021-06-11 | Remove useless nullable directives | Bond_009 | |
| 2021-06-10 | Fix playback of complex BluRay ISOs (#6166) | Stan | |
| 2021-06-09 | Merge pull request #6165 from Bond-009/tests4 | Claus Vium | |
| Fix duplicate keys causing an exception | |||
| 2021-06-09 | Fix duplicate keys causing an exception | Bond_009 | |
| 2021-06-08 | Add fuzzing infra | Bond_009 | |
| 2021-06-08 | Merge pull request #6163 from Bond-009/tests3 | Claus Vium | |
| Fix index out of range and add reg tests | |||
| 2021-06-08 | Fix index out of range and add reg tests | Bond_009 | |
| 2021-06-07 | Merge pull request #6156 from Bond-009/minor14 | Claus Vium | |
| Minor fixes | |||
| 2021-06-07 | Merge pull request #5990 from BaronGreenback/UrlDecoding | Claus Vium | |
| 2021-06-07 | Merge pull request #6162 from crobibero/no-base-redirect | Claus Vium | |
| Redirect to default if root is requested | |||
| 2021-06-07 | Update Jellyfin.Server/Middleware/UrlDecodeQueryFeature.cs | BaronGreenback | |
| Co-authored-by: Claus Vium <cvium@users.noreply.github.com> | |||
| 2021-06-07 | Update Jellyfin.Server/Middleware/UrlDecodeQueryFeature.cs | BaronGreenback | |
| Co-authored-by: Claus Vium <cvium@users.noreply.github.com> | |||
| 2021-06-07 | Update Jellyfin.Server/Middleware/UrlDecodeQueryFeature.cs | BaronGreenback | |
| Co-authored-by: Claus Vium <cvium@users.noreply.github.com> | |||
| 2021-06-07 | Update Jellyfin.Server/Middleware/UrlDecodeQueryFeature.cs | BaronGreenback | |
| Co-authored-by: Claus Vium <cvium@users.noreply.github.com> | |||
| 2021-06-07 | Update Jellyfin.Server/Middleware/UrlDecodeQueryFeature.cs | BaronGreenback | |
| Co-authored-by: Claus Vium <cvium@users.noreply.github.com> | |||
| 2021-06-07 | Update tests/Jellyfin.Server.Integration.Tests/Controllers/EncoderController.cs | BaronGreenback | |
| Co-authored-by: Claus Vium <cvium@users.noreply.github.com> | |||
| 2021-06-07 | Update tests/Jellyfin.Server.Integration.Tests/Controllers/EncoderController.cs | BaronGreenback | |
| Co-authored-by: Claus Vium <cvium@users.noreply.github.com> | |||
| 2021-06-07 | Update Jellyfin.Server/Middleware/UrlDecodeQueryFeature.cs | BaronGreenback | |
| Co-authored-by: Claus Vium <cvium@users.noreply.github.com> | |||
| 2021-06-07 | Update Jellyfin.Server/Middleware/QueryStringDecodingMiddleware.cs | BaronGreenback | |
| Co-authored-by: Claus Vium <cvium@users.noreply.github.com> | |||
