| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-08-28 | Remove more and more warnings | Cody Robibero | |
| 2021-08-28 | Enable nullable for more files | Bond_009 | |
| 2021-08-16 | Fix documentation for lyricist and arranger | MrTimscampi | |
| 2021-08-16 | Add some new music-related person types and parse from ffprobe | MrTimscampi | |
| 2021-08-15 | Minor improvements | Bond_009 | |
| 2021-08-13 | Merge branch 'master' into authenticationdb-efcore | Patrick Barron | |
| # Conflicts: # Jellyfin.Server.Implementations/Security/AuthorizationContext.cs # MediaBrowser.Controller/Library/IUserManager.cs # MediaBrowser.Controller/Security/IAuthenticationRepository.cs # MediaBrowser.Controller/Session/ISessionManager.cs | |||
| 2021-08-11 | Merge pull request #6258 from gnuyent/feat/hardware-encode-status | Claus Vium | |
| 2021-08-04 | Minor improvements | Bond_009 | |
| 2021-07-30 | Merge pull request #6354 from Bond-009/nullable4 | Bond-009 | |
| Enable nullable in more files | |||
| 2021-07-30 | Invert code and style analysis configuration (#6334) | Rich Lander | |
| Co-authored-by: Bond-009 <bond.009@outlook.com> | |||
| 2021-07-26 | Enable nullable in more files | Bond_009 | |
| 2021-07-20 | Add tests for GetResolutionText | Bond_009 | |
| 2021-07-20 | Merge pull request #6256 from MrTimscampi/better-resolution-text | Bond-009 | |
| 2021-07-11 | Remove old "has update available" code | Bond_009 | |
| This is the job of a package manager (or maybe the tray app for windows) | |||
| 2021-07-11 | Add int values to HardwareEncodingType enum | Brandon Nguyen | |
| 2021-07-05 | Use nullable enum type instead of strings | Brandon Nguyen | |
| 2021-07-04 | Remove usage of this in GetResolutionText | MrTimscampi | |
| 2021-07-03 | Use hardware encoding string over boolean | Brandon Nguyen | |
| 2021-07-03 | Add hardware encoding status to playback data | Brandon Nguyen | |
| Resolves #6087 | |||
| 2021-07-03 | Refactor GetResolutionText | MrTimscampi | |
| This improves GetResolutionText a little by making it easier to read and better parsing resolutions (Also adding a few new ones like PAL resolutions and 8K) Co-authored-by: Maxr1998 <max.rumpf1998@gmail.com> | |||
| 2021-06-23 | Fix issues with QuickConnect and AuthenticationDb | crobibero | |
| 2021-06-23 | Merge branch 'master' into authenticationdb-efcore | Patrick Barron | |
| # Conflicts: # Emby.Server.Implementations/QuickConnect/QuickConnectManager.cs # Emby.Server.Implementations/Session/SessionManager.cs # Jellyfin.Server.Implementations/Security/AuthorizationContext.cs | |||
| 2021-06-22 | Merge pull request #6200 from nielsvanvelzen/fix-quickconnect | Claus Vium | |
| Refactor Quick Connect | |||
| 2021-06-22 | Refactor Quick Connect | Niels van Velzen | |
| 2021-06-19 | Move non-jellyfin extensions to separate project | Bond_009 | |
| 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-18 | Document SubtitleDeliveryMethod | MrTimscampi | |
| 2021-06-11 | Remove useless nullable directives | Bond_009 | |
| 2021-06-07 | Merge pull request #6156 from Bond-009/minor14 | Claus Vium | |
| Minor fixes | |||
| 2021-06-06 | Add comment | Bond-009 | |
| 2021-06-06 | Minor fixes | Bond_009 | |
| 2021-06-05 | Add property based testing | Bond_009 | |
| 2021-05-28 | Fix some warnings | Bond_009 | |
| 2021-05-27 | Merge pull request #5696 from Maxr1998/fix-music-video-metadata-probing | Claus Vium | |
| 2021-05-27 | Merge pull request #5828 from jackrvan/issue-5813 | Claus Vium | |
| Add NextUpCutoffDate to NextUpQuery | |||
| 2021-05-25 | Review notes to set value to Datetime min value instead of null | Jack | |
| 2021-05-24 | Merge pull request #6075 from MrTimscampi/codec-tag-hdr | Claus Vium | |
| Properly detect Dolby Vision files derived from AV1, AVC and HEVC | |||
| 2021-05-21 | Merge pull request #6086 from Bond-009/deadcode | Bond-009 | |
| Remove dead code | |||
| 2021-05-21 | Remove dead code | Bond_009 | |
| 2021-05-20 | Migrate authentication db to EF Core | Patrick Barron | |
| 2021-05-20 | Remove unnecessary query class | Patrick Barron | |
| 2021-05-20 | Enable nullable reference types for Emby.Server.Implementations | Bond_009 | |
| 2021-05-18 | Merge branch 'master' into authenticationdb-efcore | Patrick Barron | |
| # Conflicts: # Jellyfin.Api/Helpers/RequestHelpers.cs | |||
| 2021-05-18 | Properly detect Dolby Vision files derived from AV1, AVC and HEVC | MrTimscampi | |
| 2021-05-05 | MediaStream: Replace string.IndexOf with string.Contains where possible | Bond_009 | |
| 2021-05-05 | Merge pull request #5984 from Bond-009/container | Bond-009 | |
| Add regression test for ContainerProfile.ContainsContainer | |||
| 2021-05-05 | Code Clean up: Convert to null-coalescing operator ?? (#5845) | BaronGreenback | |
| Co-authored-by: Cody Robibero <cody@robibe.ro> Co-authored-by: Patrick Barron <18354464+barronpm@users.noreply.github.com> | |||
| 2021-05-05 | Add regression test for ContainerProfile.ContainsContainer | Bond_009 | |
| 2021-05-05 | Fix direct play for DirectPlayProfiles without any codecs set | Maxr1998 | |
| 70771fdcd60ec5d8a9f13713662778c7e57d0633 broke direct play by treating empty container/codec strings as unsupported in `ContainerProfile.ContainsContainer()`` (which is also used for video and audio codec checks). Instead, they should be treated as supported, for both the positive and negative list option. | |||
| 2021-05-05 | Merge pull request #5941 from Maxr1998/device-profile-docs | Bill Thornton | |
| Improve documentation for DeviceProfile | |||
