| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-07-02 | chore(deps): update dependency fscheck.xunit to v2.16.6 | renovate[bot] | |
| 2023-07-02 | Apply review suggestions | Shadowghost | |
| 2023-07-02 | Backport pull request #9928 from jellyfin/release-10.8.z | nyanmisaka | |
| Disable global_header on AMD VA-API encoder Original-merge: a732a28229564a6da7db18bab07bcee75d6f2648 Merged-by: Bond-009 <bond.009@outlook.com> Backported-by: Joshua M. Boniface <joshua@boniface.me> | |||
| 2023-07-01 | Add CreateTiles to ITrickplayManager | Nick | |
| 2023-07-01 | Merge pull request #9219 from ProfessionalismIsMyMiddleName/master | Claus Vium | |
| Add a way to handle more invalid characters when sanitizing a filename | |||
| 2023-07-01 | Merge pull request #9447 from Bond-009/disablerealtimemonitor | Claus Vium | |
| Disable real time monitoring by default | |||
| 2023-07-01 | Merge pull request #9920 from nielsvanvelzen/lyric-parser | Claus Vium | |
| 2023-07-01 | Use string.IsNullOrEmpty | Niels van Velzen | |
| 2023-07-01 | Check for empty string in DefaultLyricProvider | Niels van Velzen | |
| 2023-07-01 | Align indentation on bottom brace of new list | Ronan Charles-Lorel | |
| Should stop error SA1137 in debug build | |||
| 2023-07-01 | Formatting | Ronan Charles-Lorel | |
| Fixes debug build? Co-authored-by: Bond-009 <bond.009@outlook.com> | |||
| 2023-06-29 | Simplify file extension checks in lyrics parsers and provider | Niels van Velzen | |
| 2023-06-29 | Moving invalid chars list at class level with a better name | Ronan Charles-Lorel | |
| 2023-06-29 | Remove call to Path.GetInvalidFileNameChars | Ronan Charles-Lorel | |
| Superseded by a static char list to avoid platform-dependent issues | |||
| 2023-06-29 | Merge branch 'jellyfin:master' into master | Ronan Charles-Lorel | |
| 2023-06-29 | Fix Websocket OpenApi (#9935) | Cody Robibero | |
| * Further split inbound and outbound messages * Fix datatype for inbound start messages * fixes from review | |||
| 2023-06-28 | Merge branch 'master' into trickplay | Nick | |
| 2023-06-28 | Merge pull request #9231 from JPVenson/bugfix/1907_CleanupCollections | Joshua M. Boniface | |
| 2023-06-28 | Fix clean regex | Bond-009 | |
| 2023-06-28 | Merge pull request #9907 from nyanmisaka/av1e | Bond-009 | |
| 2023-06-28 | Merge pull request #9890 from Shadowghost/videorange-rework | Bond-009 | |
| 2023-06-28 | Use RegexGenerator where possible | Bond_009 | |
| 2023-06-28 | Migrate VideoRange and VideoRangeType to Enum | Shadowghost | |
| 2023-06-27 | Do HEAD request to get content type instead of checking for extension (#8823) | Bond-009 | |
| 2023-06-27 | Fixed RTL text not beeing rendered properly on Lib images (#9612) | JPVenson | |
| Co-authored-by: Cody Robibero <cody@robibe.ro> | |||
| 2023-06-27 | chore(ci): add labels to docker images (#9210) | Craig Andrews | |
| 2023-06-27 | suggestions from review | Cody Robibero | |
| 2023-06-27 | Merge pull request #9909 from Bond-009/playlist | Bond-009 | |
| 2023-06-27 | Merge pull request #9936 from jellyfin/renovate/vstest-monorepo | Bond-009 | |
| 2023-06-27 | Merge pull request #9933 from ↵ | Bond-009 | |
| nielsvanvelzen/user-policy-enable-collection-management-default | |||
| 2023-06-27 | Merge branch 'master' into network-rewrite | Shadowghost | |
| 2023-06-27 | Update ↵ | JPVenson | |
| Emby.Server.Implementations/ScheduledTasks/Tasks/CleanupCollectionPathsTask.cs Co-authored-by: Bond-009 <bond.009@outlook.com> | |||
| 2023-06-27 | chore(deps): update dependency microsoft.net.test.sdk to v17.6.3 | renovate[bot] | |
| 2023-06-27 | Add default value to OpenAPI specification for ↵ | Niels van Velzen | |
| UserPolicy.EnableCollectionManagement This fixes a breaking API change during authentication | |||
| 2023-06-27 | Merge pull request #9932 from jellyfin/renovate/sharpfuzz-2.x | Bond-009 | |
| 2023-06-26 | Minor code changes | Nick | |
| 2023-06-26 | Migrate to trickplay table to EF. Rename vars/methods/members to have ↵ | Nick | |
| consistent use of tile and thumbnail | |||
| 2023-06-26 | chore(deps): update dependency sharpfuzz to v2.1.0 | renovate[bot] | |
| 2023-06-25 | Apply suggestions from code review | nyanmisaka | |
| Signed-off-by: nyanmisaka <nst799610810@gmail.com> | |||
| 2023-06-24 | Translated using Weblate (Nepali) | Sushil Shrestha | |
| Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/ne/ | |||
| 2023-06-24 | Move line break characters to static readonly string array in TxtLyricParser | Niels van Velzen | |
| 2023-06-23 | Minor code fixes (cvium) | Nick | |
| 2023-06-23 | Move GetHlsPlaylist to ITrickplayManager | Nick | |
| 2023-06-23 | chore(deps): update dotnet monorepo to v7.0.8 (#9919) | renovate[bot] | |
| Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Cody Robibero <cody@robibe.ro> | |||
| 2023-06-23 | Add support for lyric provider plugins | Niels van Velzen | |
| 2023-06-22 | Move SkiaSharp related code to Jellyfin.Drawing and IImageEncoder | Nick | |
| 2023-06-22 | TrickplayController return 404 if playlist doesn't exist. Minor code ↵ | Nick | |
| style/format changes (crobibero) | |||
| 2023-06-22 | Minor code change | Nick | |
| 2023-06-22 | Trickplay task pagination | Nick | |
| 2023-06-22 | Fix styling for string builder | Nick | |
