| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2024-04-28 | Improve audio normalization | Bond_009 | |
| * Move calculation of LUFS to a scheduled task as it's pretty slow * Correctly calculate album LUFS * Don't try to convert replaygain tags to LUFS values | |||
| 2024-04-25 | Fix multiple intro providers and remove unneeded ToLists (#11431) | Bond-009 | |
| 2024-04-18 | Merge pull request #11352 from jellyfin/fix-library-removal | Bond-009 | |
| fix: explicitly allow remove root when performing library removal | |||
| 2024-04-17 | Enable nullable for LibraryManager (#11191) | Bond-009 | |
| 2024-04-17 | chore: use proper way to override remove root | gnattu | |
| This is an alternate approach which is more proper, but changes all parts that uses/overrides the original ValidateChildren method Signed-off-by: gnattu <gnattuoc@me.com> | |||
| 2024-04-14 | Validate item access (#11171) | Cody Robibero | |
| 2024-04-14 | Merge pull request #11351 from revam/fix-off-by-one-error-in-get-attribute-value | Bond-009 | |
| fix: fix off-by-one error in `GetAttributeValue` | |||
| 2024-04-13 | fix: code style | gnattu | |
| Signed-off-by: gnattu <gnattuoc@me.com> | |||
| 2024-04-13 | fix: typo | gnattu | |
| Signed-off-by: gnattu <gnattuoc@me.com> | |||
| 2024-04-13 | fix: mark UserRoot as non-root when performing removal | gnattu | |
| Fixes #11269 Signed-off-by: gnattu <gnattuoc@me.com> | |||
| 2024-04-12 | Enable more warnings as errors (#11288) | Bond-009 | |
| 2024-04-12 | Don't throw if file was already removed (#11286) | Tim Eisele | |
| 2024-04-12 | fix: fix off-by-one error in `GetAttributeValue` | Mikal Stordal | |
| Co-authored-by: fearnlj01 <fearnlj01@gmail.com> | |||
| 2024-04-10 | Merge pull request #11220 from Shadowghost/add-playlist-acl-api | Joshua M. Boniface | |
| Add playlist ACL endpoints | |||
| 2024-04-03 | Fix some spelling mistakes | Shadowghost | |
| 2024-03-31 | Fix FindExtras overwriting current extra type (#11260) | Niels van Velzen | |
| 2024-03-26 | Apply review suggestions | Shadowghost | |
| 2024-03-13 | Enable nullable for more files | Bond_009 | |
| 2024-03-03 | Precache livetv program images (#11083) | Cody Robibero | |
| * Precache livetv program images * return if cache hit * use EnsureSuccessStatusCode * Read proper bytes | |||
| 2024-02-26 | Store lyrics in the database as media streams (#9951) | Cody Robibero | |
| 2024-02-06 | Remove ActionableProgress | Patrick Barron | |
| 2024-02-06 | Remove SimpleProgress | Patrick Barron | |
| 2024-02-03 | Merge changes | Mark Cilia Vincenti | |
| 2024-02-01 | Merge pull request #10881 from TelepathicWalrus/fix-livetv-delay | Bond-009 | |
| Fix long live tv load times, Fixes #10761 | |||
| 2024-02-01 | Change nested try catch to using statement | TelepathicWalrus | |
| 2024-01-22 | Log IOException | TelepathicWalrus | |
| 2024-01-19 | Update error handling | TelepathicWalrus | |
| 2024-01-17 | Add ex to catch if cached mediainfo doesnt exist | TelepathicWalrus | |
| 2024-01-17 | Use helper function to compare guid (#10825) | Cody Robibero | |
| 2024-01-14 | Updated contributors, upgraded to AsyncKeyedLocker 6.3.0 which now supports ↵ | Mark Cilia Vincenti | |
| non-keyed locking using a similar interface and changed SemaphoreSlim-based locks to using AsyncNonKeyedLocker. | |||
| 2024-01-09 | Move LiveTv to separate project | Patrick Barron | |
| 2024-01-09 | Move GetRecordingStreamMediaSources to IMediaSourceManager | Patrick Barron | |
| 2023-12-18 | Merge pull request #10682 from barronpm/livetv-warnings | Bond-009 | |
| Fix some warnings in LiveTV | |||
| 2023-12-18 | Merge pull request #10702 from crobibero/collection-type-lowercase | Bond-009 | |
| Convert CollectionType to use lowercase enum names | |||
| 2023-12-08 | Convert CollectionType to use lowercase enum names | Cody Robibero | |
| 2023-12-05 | Make ILiveStream an IDisposable | Patrick Barron | |
| 2023-11-15 | Updated the summary and the Dto name. | ArabCoders | |
| 2023-11-13 | Refactored the code to not use reflection. | ArabCoders | |
| 2023-11-13 | Refactored api call logic handling. | ArabCoders | |
| 2023-11-09 | Merge branch 'master' into media-type | Cody Robibero | |
| 2023-11-09 | Convert CollectionType, SpecialFolderType to enum (#9764) | Cody Robibero | |
| * Convert CollectionType, SpecialFolderType to enum * Hide internal enum CollectionType values * Apply suggestions from code review Co-authored-by: Shadowghost <Shadowghost@users.noreply.github.com> * Fix recent change * Update Jellyfin.Data/Attributes/OpenApiIgnoreEnumAttribute.cs Co-authored-by: Patrick Barron <barronpm@gmail.com> --------- Co-authored-by: Shadowghost <Shadowghost@users.noreply.github.com> Co-authored-by: Patrick Barron <barronpm@gmail.com> | |||
| 2023-11-09 | Convert ItemSortBy to enum (#9765) | Cody Robibero | |
| * Convert ItemSortBy to enum * Rename Unknown to Default | |||
| 2023-10-14 | Merge branch 'master' into fix-resharper-warnings | Stepan Goremykin | |
| # Conflicts: # Emby.Server.Implementations/Updates/InstallationManager.cs # tests/Jellyfin.Server.Integration.Tests/OpenApiSpecTests.cs | |||
| 2023-10-12 | Merge branch 'master' into fix-resharper-warnings | Stepan Goremykin | |
| # Conflicts: # Emby.Server.Implementations/Net/SocketFactory.cs # RSSDP/SsdpCommunicationsServer.cs # RSSDP/SsdpDeviceLocator.cs # RSSDP/SsdpDevicePublisher.cs | |||
| 2023-10-11 | Multiple Stream changes | Bond_009 | |
| * Remove useless MemoryStream in DlnaHttpClient * Use HttpContent.ReadFromJsonAsync extension * Call ConfigureAwait for IAsyncDisposable * Use HttpContent.CopyToAsync where possible | |||
| 2023-10-10 | Convert string MediaType to enum MediaType | Cody Robibero | |
| 2023-10-08 | Merge pull request #10345 from Bond-009/getperson | Bond-009 | |
| 2023-10-08 | Remove redundant using directives | Stepan Goremykin | |
| 2023-10-08 | Reduce string literal length by using verbatim string | Stepan Goremykin | |
| 2023-10-08 | Use async overload | Stepan Goremykin | |
