| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2024-05-01 | Translated using Weblate (Polish) | Kityn | |
| Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/pl/ | |||
| 2024-05-01 | Translated using Weblate (Czech) | Lukáš Kucharczyk | |
| Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/cs/ | |||
| 2024-04-30 | Translated using Weblate (French) | myrad2267 | |
| Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/fr/ | |||
| 2024-04-30 | Translated using Weblate (Arabic) | Rany | |
| Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/ar/ | |||
| 2024-04-30 | More efficient array creation (#11468) | Bond-009 | |
| 2024-04-30 | Fix incomplete tag query for whitelist tags (#11416) | gnattu | |
| 2024-04-30 | Merge pull request #11457 from Bond-009/audionormalization | Cody Robibero | |
| 2024-04-30 | Fix filename | Bond_009 | |
| 2024-04-30 | Address comments | Bond_009 | |
| 2024-04-29 | Skip albums that don't have multiple tracks | Bond_009 | |
| 2024-04-28 | Address comments | Bond_009 | |
| 2024-04-28 | Translated using Weblate (French (Canada)) | Roots Radics | |
| Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/fr_CA/ | |||
| 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-23 | Translated using Weblate (Portuguese (Brazil)) | alison2033 | |
| Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/pt_BR/ | |||
| 2024-04-23 | Translated using Weblate (Malayalam) | AKHI | |
| Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/ml/ | |||
| 2024-04-23 | Fix task CleanupCollectionAndPlaylistPathsTask removing valid paths (#11410) | John M | |
| 2024-04-21 | Translated using Weblate (Chinese (Traditional)) | felix920506 | |
| Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/zh_Hant/ | |||
| 2024-04-21 | Fix WebSocket disconnecting when exception is thrown during processing (#11395) | Niels van Velzen | |
| 2024-04-21 | Translated using Weblate (Chinese (Traditional)) | felix920506 | |
| Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/zh_Hant/ | |||
| 2024-04-21 | Translated using Weblate (Spanish) | Víctor Vázquez | |
| Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/es/ | |||
| 2024-04-19 | Translated using Weblate (Finnish) | Fawrrax | |
| Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/fi/ | |||
| 2024-04-18 | Translated using Weblate (Swedish) | vic991 | |
| Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/sv/ | |||
| 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 | #11289 Fixed cleanup task not checking for folders (#11311) | JPVenson | |
| 2024-04-17 | Enable nullable for LibraryManager (#11191) | Bond-009 | |
| 2024-04-17 | Changes SessionWebSocketListener to (re)use a timer (#11358) | Bond-009 | |
| 2024-04-17 | Support age in LocalizationManager.GetRatingLevel (#11367) | Niels van Velzen | |
| 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-16 | Translated using Weblate (Persian) | blackcharon | |
| Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/fa/ | |||
| 2024-04-14 | fix: use new serializer cache per IXmlSerializer (#11356) | Cody Robibero | |
| 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-14 | Translated using Weblate (Burmese) | Moe Ye Htet | |
| Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/my/ | |||
| 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 | Add index for lastPlayedDate (#11342) | Cody Robibero | |
| 2024-04-12 | fix: fix off-by-one error in `GetAttributeValue` | Mikal Stordal | |
| Co-authored-by: fearnlj01 <fearnlj01@gmail.com> | |||
| 2024-04-12 | Translated using Weblate (Vietnamese) | hoanghuy309 | |
| Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/vi/ | |||
| 2024-04-11 | Translated using Weblate (Italian) | VitoFe | |
| Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/it/ | |||
| 2024-04-11 | Translated using Weblate (Danish) | Dan Johansen | |
| Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/da/ | |||
| 2024-04-10 | Translated using Weblate (Chinese (Simplified)) | ViggoC | |
| Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/zh_Hans/ | |||
| 2024-04-10 | Merge pull request #11220 from Shadowghost/add-playlist-acl-api | Joshua M. Boniface | |
| Add playlist ACL endpoints | |||
| 2024-04-09 | Translated using Weblate (Portuguese) | Blackspirits | |
| Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/pt/ | |||
| 2024-04-09 | Translated using Weblate (Portuguese (Portugal)) | Blackspirits | |
| Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/pt_PT/ | |||
| 2024-04-08 | Translated using Weblate (English (United Kingdom)) | milo !! | |
| Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/en_GB/ | |||
| 2024-04-08 | Translated using Weblate (Catalan) | bene toffix | |
| Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/ca/ | |||
