| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2024-04-24 | Always scan ReplayGain tag (#11418) | Bond-009 | |
| 2024-04-21 | fix: don't apply whitelist tags to libraries (#11377) | gnattu | |
| 2024-04-05 | Only allow owner and admin to delete playlists | Shadowghost | |
| 2024-03-25 | Check all tags for allow/block (#11206) | Cody Robibero | |
| 2024-03-22 | feat(i18n): transliterate item name before sorting (#11172) | Gary Wang | |
| 2024-03-16 | add lyric files to supportedExtensions | robert-hamilton36 | |
| 2024-01-17 | Use helper function to compare guid (#10825) | Cody Robibero | |
| 2024-01-06 | Remove some unused client capabilities and sync code (#10812) | Niels van Velzen | |
| 2023-12-08 | Convert CollectionType to use lowercase enum names | Cody Robibero | |
| 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-10-10 | Convert string MediaType to enum MediaType | Cody Robibero | |
| 2023-08-22 | == null -> is null | Bond_009 | |
| 2023-06-21 | Reduce bottlenecks scan code (#9863) | Bond-009 | |
| 2023-05-15 | Audio normalization (#9222) | TelepathicWalrus | |
| Co-authored-by: Joe Rogers <1337joe@users.noreply.github.com> Co-authored-by: Bond-009 <bond.009@outlook.com> | |||
| 2023-04-06 | Remove redundant 'else' keywords | Stepan Goremykin | |
| 2023-03-16 | Fix #9378 | Bond_009 | |
| Remove sort words before replacing dots with spaces | |||
| 2023-03-08 | Allow webp for local images | Bond_009 | |
| 2023-02-20 | Fix playlist parental control and no parental control skipping forbidden ↵ | Shadowghost | |
| unrated items | |||
| 2023-02-20 | Recursively update rating | Shadowghost | |
| 2023-02-09 | Reduced number of calls to GetPreference() | Jpuc1143 | |
| Co-authored-by: Cody Robibero <cody@robibe.ro> | |||
| 2023-01-20 | Add "Allowed Tags" to Parental Controls | Jpuc1143 | |
| 2022-12-30 | Add support for .sup subtitle (#8808) | Cody Robibero | |
| Fixes https://github.com/jellyfin/jellyfin/issues/8628 | |||
| 2022-12-08 | Allow video extras to use owner library options | Joe Rogers | |
| 2022-12-07 | Use ArgumentException.ThrowIfNullOrEmpty | Bond_009 | |
| 2022-12-05 | Replace != null with is not null | Bond_009 | |
| 2022-12-05 | Replace == null with is null | Bond_009 | |
| 2022-10-27 | Fix extra type differentiation | photonconvergence | |
| Change rules for Featurettes and Shorts so they don't both get classed as ExtraType.Clip. Fix test that these changes break | |||
| 2022-10-12 | Rewrite BaseItem.ModifySortChunks | Bond_009 | |
| 2022-10-06 | Use ArgumentNullException.ThrowIfNull helper method | Bond_009 | |
| Did a simple search/replace on the whole repo (except the RSSDP project) This reduces LOC and should improve performance (methods containing a throw statement don't get inlined) ``` if \((\w+) == null\) \s+\{ \s+throw new ArgumentNullException\((.*)\); \s+\} ``` ``` ArgumentNullException.ThrowIfNull($1); ``` | |||
| 2022-09-13 | Add function back for compatibility, add sorting | Zach Phelan | |
| 2022-09-13 | Sort special features same as other spots, removing unnecssary function | Zach Phelan | |
| Added to contributors | |||
| 2022-05-20 | Merge pull request #7604 from Jellifi007/fixes-diactritics | Bond-009 | |
| Co-authored-by: Cody Robibero <cody@robibe.ro> (cherry picked from commit 8d1d9734381472b301deb0118bbb8da2a769a65e) Signed-off-by: crobibero <cody@robibe.ro> | |||
| 2022-03-11 | BaseItem: remove unused function | Bond_009 | |
| 2022-03-11 | Merge pull request #7346 from Bond-009/guid | Claus Vium | |
| Optimize Guid comparisons | |||
| 2022-02-28 | Use IFileSystem | Cody Robibero | |
| 2022-02-21 | Rewrite tests for coverage and less duplication | Joe Rogers | |
| Address minor warnings Revert making GetInternalMetadataPath mockable | |||
| 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-18 | feat(external-media): refactor to generic provider, extend tests and file ↵ | Shadowghost | |
| recognition, consolidate and extend NamingOptions | |||
| 2022-01-28 | Remove some allocations (#7246) | Claus Vium | |
| 2021-12-27 | Remove more warnings | Cody Robibero | |
| 2021-12-24 | Update StyleCop | Bond_009 | |
| 2021-12-23 | Fix build from PR merging | Cody Robibero | |
| 2021-12-24 | Merge pull request #7029 from cvium/allocations_maybe | Cody Robibero | |
| 2021-12-22 | Merge pull request #7028 from cvium/everything_went_wrong | Cody Robibero | |
| 2021-12-20 | Don't skip extras refresh when replacing metadata or doing a full refresh | cvium | |
| 2021-12-20 | Use our own Contains extension | cvium | |
| 2021-12-20 | Fix extras folders | cvium | |
| 2021-12-19 | Use == instead of Object.Equals to avoid closure allocation | cvium | |
| 2021-12-15 | Merge branch 'master' into what_could_go_wrong | Claus Vium | |
