| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-05-22 | Merge pull request #7780 from 1337joe/fix-tv-guide-search-2 | Cody Robibero | |
| (cherry picked from commit 492c6bbd7ecb452dcfef77027545e455a20b8baf) Signed-off-by: crobibero <cody@robibe.ro> | |||
| 2022-05-20 | Merge pull request #7718 from jellyfin/dovi-hevc-remux | Bond-009 | |
| (cherry picked from commit f7ef7d9eda71d42dce46c91f1398eccc0b4b1b6c) Signed-off-by: crobibero <cody@robibe.ro> | |||
| 2022-04-17 | Merge pull request #7569 from crobibero/repo-auth | Joshua M. Boniface | |
| (cherry picked from commit a7abdca47a1d749aac9cb5315fda6fbcab8c6e3b) Signed-off-by: Joshua Boniface <joshua@boniface.me> | |||
| 2022-04-17 | Merge pull request #7561 from DMouse10462/named-config-api-fix | Cody Robibero | |
| Fix NamedConfiguration API Generation (cherry picked from commit d7c548f3dbb74c03903cd9bb86ab3af33e295d15) Signed-off-by: Joshua Boniface <joshua@boniface.me> | |||
| 2022-03-18 | Merge pull request #7474 from nielsvanvelzen/api-secure | Cody Robibero | |
| 2022-03-18 | Remove check for non-existent "emby rt" client in UserViewsController (#7470) | Niels van Velzen | |
| 2022-03-18 | Add authorization attribute to UserViewsController | Niels van Velzen | |
| 2022-03-18 | Add authorization attribute to GetConfigurationPages | Niels van Velzen | |
| 2022-03-12 | Merge pull request #7325 from eyezak/issue/6450 | Cody Robibero | |
| 2022-03-12 | Restrict item refreshing to administrators | Niels van Velzen | |
| 2022-03-12 | Change operation name in ItemRefreshController | Niels van Velzen | |
| 2022-03-11 | Merge pull request #7346 from Bond-009/guid | Claus Vium | |
| Optimize Guid comparisons | |||
| 2022-03-09 | Fix the fMP4 HLS audio sync issue on Safari | nyanmisaka | |
| 2022-03-06 | Remove TranscodeReason.None, Add JsonFlagEnum tests | Cody Robibero | |
| 2022-03-06 | Clean up EnumFlags serialization | Cody Robibero | |
| 2022-03-06 | Series: issue-6450 | Isaac Gordezky | |
| Issue: https://github.com/jellyfin/jellyfin/issues/6450 Enable DirectPlay responses Rewrite DirectPlay and DirectStream resolution Prefer copy transcode video codec options Enhance condition processor Support DirectStream and Transcode with parity Rework audio stream selection and add tests for ExternalAudio Update MediaInfoHelper to only call StreamBuilder once | |||
| 2022-03-06 | Convert TranscodeReason to Flags | Isaac Gordezky | |
| 2022-03-06 | Fix build | Cody Robibero | |
| 2022-03-05 | Merge pull request #7137 from SenorSmartyPants/master | Bond-009 | |
| 2022-03-01 | Include played and unplayed results in the same next up request | Bill Thornton | |
| 2022-02-28 | Add resume book as default home section | Bill Thornton | |
| 2022-02-28 | Remove obsolete code for premium plugins | Bond_009 | |
| 2022-02-21 | Optimize Guid comparisons | Bond_009 | |
| * Use Guid.Equals(Guid) instead of the == override * Ban the usage of Guid.Equals(Object) to prevent accidental boxing * Compare to default(Guid) instead of Guid.Empty | |||
| 2022-02-20 | Rewatching next up (#7253) | SenorSmartyPants | |
| 2022-02-14 | Fix some warnings | Bond_009 | |
| 2022-01-28 | Merge pull request #6436 from daullmer/splashscreen | Cody Robibero | |
| 2022-01-22 | Ban the usage of Task.Result | Bond_009 | |
| If the calling function can't be made async easily you can still use .GetAwaiter().GetResult(), which is way easier to find in the future | |||
| 2022-01-21 | Merge pull request #7225 from crobibero/query-result | Bond-009 | |
| 2022-01-20 | Merge pull request #6600 from cvium/keyframe_extraction_v1 | Cody Robibero | |
| 2022-01-20 | Properly populate QueryResult | Cody Robibero | |
| 2022-01-19 | Merge pull request #7176 from dmitrylyzo/fix-trailers-1 | Bond-009 | |
| 2022-01-18 | Merge pull request #7197 from dmitrylyzo/fix-max-resolution | Claus Vium | |
| Fix maximum video resolution for dynamic HLS controller | |||
| 2022-01-16 | Merge pull request #7078 from 1337joe/metadata-merge-data | Bond-009 | |
| 2022-01-16 | Fix maximum video resolution for dynamic HLS controller | Dmitry Lyzo | |
| 2022-01-16 | Remove unnecessary array allocation | Dmitry Lyzo | |
| Co-authored-by: Claus Vium <cvium@users.noreply.github.com> | |||
| 2022-01-14 | Fix duplication of local trailers | Dmitry Lyzo | |
| 2022-01-11 | Refactor and add scheduled task | cvium | |
| 2022-01-10 | Use png for storage | Cody Robibero | |
| 2022-01-10 | suggestions from review | Cody Robibero | |
| 2022-01-10 | Suggestions from review | Cody Robibero | |
| 2022-01-08 | Remove unused httpContext parameter | SenorSmartyPants | |
| 2022-01-08 | Make identify flag describe purpose, not source | Joe Rogers | |
| 2022-01-08 | Merge pull request #7101 from Bond-009/imagejpg | Cody Robibero | |
| Remove incorrect mime type image/jpg | |||
| 2022-01-07 | Remove isHeadRequest from GetStaticFile method signatures | SenorSmartyPants | |
| 2022-01-07 | Remove special HTTP HEAD processing | SenorSmartyPants | |
| removing this allows HTTP 206 Partial Content responses and lets some clients(popcorn hour namely) play videos from JF. | |||
| 2022-01-07 | Merge branch 'master' into keyframe_extraction_v1 | cvium | |
| # Conflicts: # Jellyfin.Api/Controllers/DynamicHlsController.cs # MediaBrowser.Controller/MediaEncoding/IMediaEncoder.cs # MediaBrowser.MediaEncoding/Encoder/MediaEncoder.cs | |||
| 2022-01-05 | Error on SA1316 | Bond_009 | |
| 2022-01-04 | Clean up | Cody Robibero | |
| 2022-01-04 | Apply suggestions from code review | David Ullmer | |
| 2022-01-04 | Add missing response code documentation | David Ullmer | |
