| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-09-16 | Merge pull request #10231 from jellyfin/renovate/pin-dependencies | Bond-009 | |
| 2023-09-16 | Merge pull request #10230 from cvium/fix_migrations | Claus Vium | |
| 2023-09-16 | chore(deps): pin jitterbit/await-check-suites action to 292a541 | renovate[bot] | |
| 2023-09-16 | Merge pull request #10232 from jellyfin/renovate/actions-checkout-4.x | Bond-009 | |
| 2023-09-16 | chore(deps): update actions/checkout action to v4 | renovate[bot] | |
| 2023-09-16 | Merge pull request #6209 from h1dden-da3m0n/ci/auto-bump | Claus Vium | |
| add auto-bump_version workflow | |||
| 2023-09-16 | missed a spot | cvium | |
| 2023-09-16 | fix: open the connection when using SqliteConnection directly | cvium | |
| 2023-09-14 | Merge pull request #10220 from jellyfin/renovate/ci-deps | Bond-009 | |
| 2023-09-14 | chore(deps): update github/codeql-action action to v2.21.7 | renovate[bot] | |
| 2023-09-13 | chore(deps): update dotnet monorepo to v7.0.11 (#10213) | renovate[bot] | |
| Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Cody Robibero <cody@robibe.ro> | |||
| 2023-09-13 | Minor LibraryMonitor improvements | Bond_009 | |
| * Enable nullable * Add a fast return to ReportFileSystemChanged when path should be ignored * Use Span overloads of Path.* functions where possible * IFileSystem: remove NormalizePath as Path.TrimEndingDirectorySeparator already checks if it's a root path | |||
| 2023-09-13 | Merge pull request #10217 from thornbill/run-collect-on-fails | Bill Thornton | |
| Run collect script on failures | |||
| 2023-09-13 | Run collect script on failures | Bill Thornton | |
| 2023-09-12 | Avoid shell expansion issues (#10211) | Brian J. Murrell | |
| 2023-09-12 | Update Swashbuckle.AspNetCore.ReDoc to 6.5.0 (#10210) | Bond-009 | |
| 2023-09-12 | Make startup script more portable | Brian J. Murrell | |
| Make the creation of the startup script more portable and future-proof. | |||
| 2023-09-12 | Merge pull request #10039 from hugueslarrive/devuan | Bond-009 | |
| 2023-09-12 | Merge pull request #10169 from gandihar/gandihar.selinux-launcher-fix | Bond-009 | |
| 2023-09-12 | Merge pull request #10056 from Bond-009/nullable2 | Bond-009 | |
| 2023-09-11 | Merge pull request #10207 from crobibero/global.json | Claus Vium | |
| Add global.json to specify dotnet version | |||
| 2023-09-11 | Merge pull request #10200 from thornbill/next-up-continue | Claus Vium | |
| Add option to include resumable items in next up requests | |||
| 2023-09-11 | Merge pull request #10197 from thornbill/multiple-sessions | Claus Vium | |
| Remove one session per device id limitation | |||
| 2023-09-11 | Remove existing sessions for a user on the same device on login | Bill Thornton | |
| 2023-09-11 | Add global.json to specify dotnet version | Cody Robibero | |
| 2023-09-11 | Merge branch 'master' of https://github.com/scampower3/jellyfin | LJQ | |
| 2023-09-11 | Applied Suggested Changes | LJQ | |
| 2023-09-11 | Removed nesting levels through block-scoped `using` statement (#10025) | Lehonti Ramos | |
| Co-authored-by: John Doe <john@doe> Co-authored-by: Lehonti Ramos <lehonti@ramos> | |||
| 2023-09-11 | Merge pull request #10194 from jellyfin/renovate/actions-checkout-4.x | Bond-009 | |
| 2023-09-11 | Merge pull request #9972 from jellyfin/renovate/xunit-dotnet-monorepo | Bond-009 | |
| 2023-09-08 | Fix AV1 NVENC encoder profile option (#10199) | Nyanmisaka | |
| 2023-09-08 | chore(deps): update actions/upload-artifact action to v3.1.3 (#10201) | renovate[bot] | |
| Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | |||
| 2023-09-06 | Merge pull request #10190 from eltociear/patch-1 | Bond-009 | |
| 2023-09-06 | Add option to include resumable items in next up requests | Bill Thornton | |
| 2023-09-06 | Remove unused variable | Bill Thornton | |
| 2023-09-05 | Remove one session per device id limitation | Bill Thornton | |
| 2023-09-05 | Translated using Weblate (Czech) | Lukáš Kucharczyk | |
| Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/cs/ | |||
| 2023-09-04 | Minor code review changes (cvium) | Nick | |
| 2023-09-04 | Make TrickplayManifest dictionary key a string rather than Guid | Nick | |
| 2023-09-04 | chore(deps): update actions/checkout action to v4 | renovate[bot] | |
| 2023-09-04 | Fix typo in NetworkConfiguration.cs | Ikko Eltociear Ashimine | |
| conjuntion -> conjunction | |||
| 2023-09-03 | Translated using Weblate (Pirate (pr)) | Slug-Cat | |
| Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/pr/ | |||
| 2023-09-02 | Merge pull request #10183 from nyanmisaka/fix-av1-livetv | Cody Robibero | |
| 2023-09-02 | Fix H264 QSV encoding when the bitrate is too low | nyanmisaka | |
| h264_qsv expects a bitrate equal or higher than 1000k, or it fails. Signed-off-by: nyanmisaka <nst799610810@gmail.com> | |||
| 2023-09-02 | Fix AV1 playback in LiveTV | nyanmisaka | |
| AV1 in fMP4 requires global_header data for parsing. Only disable global_header in TS since it has no global_header. Signed-off-by: nyanmisaka <nst799610810@gmail.com> | |||
| 2023-09-01 | fix build | Cody Robibero | |
| 2023-09-01 | Disable xUnit1028 | Cody Robibero | |
| 2023-09-01 | chore(deps): update dependency xunit to v2.5.0 | renovate[bot] | |
| 2023-09-01 | chore(deps): update dependency microsoft.net.test.sdk to v17.7.2 (#10166) | renovate[bot] | |
| Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | |||
| 2023-09-01 | Translated using Weblate (Turkish) | queeup | |
| Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/tr/ | |||
