| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-05-23 | Check for Imdb id for series | Bond_009 | |
| 2023-05-15 | Fix playlists library and migration (#9770) | Shadowghost | |
| 2023-05-12 | Fix access to playlists not created by a user (#9746) | Shadowghost | |
| 2023-04-10 | #7626 Added handling for common FormatExceptions with Skia loading sv… (#9581) | JPVenson | |
| Co-authored-by: Shadowghost <Shadowghost@users.noreply.github.com> | |||
| 2023-04-06 | Remove redundant 'else' keywords | Stepan Goremykin | |
| 2023-04-06 | Simplify conditional expression | Stepan Goremykin | |
| 2023-04-06 | Simplify linq expressions (use All) | Stepan Goremykin | |
| 2023-04-01 | Implement check to hide all libraries when user has no access (#9536) | elmuffo | |
| 2023-03-20 | Merge pull request #9403 from SenorSmartyPants/ExtraCleanAndNFO | Cody Robibero | |
| Co-authored-by: Cody Robibero <cody@robibe.ro> | |||
| 2023-03-14 | Reduce usage of GetAwaiter().GetResult() | Bond_009 | |
| 2023-03-10 | Merge pull request #9254 from Shadowghost/dvdbdfix | Bond-009 | |
| 2023-03-09 | Clean Extra Names | SenorSmartyPants | |
| - Adds regular expression to CleanStrings to remove suffix style extra naming from the name presented in JF. - Override Resolve for Extras to enable parsename - remove exclusion on parsename of extratypes | |||
| 2023-03-06 | Fix cases where multiple files are resolved as a single book | Joe Rogers | |
| 2023-03-06 | Inject IDirectoryService where needed instead of passing it through ↵ | Joe Rogers | |
| ItemResolveArgs | |||
| 2023-03-06 | Remove some BaseItem references to make ItemResolveArgs more usable for testing. | Joe Rogers | |
| 2023-03-01 | Allocate less Lists | Bond_009 | |
| 2023-02-17 | Reduce string allocations by regex | Bond_009 | |
| 2023-02-04 | Fix BD and DVD folder recognition for tv episodes | Shadowghost | |
| 2023-01-07 | Deduplicate media stream ordering code (#9014) | Bond-009 | |
| 2022-12-19 | Use Order() introduced in .NET 7 (#8923) | Bond-009 | |
| 2022-12-08 | Allow video extras to use owner library options | Joe Rogers | |
| 2022-12-07 | Merge pull request #8868 from Bond-009/priorityqueue | Claus Vium | |
| Remove dependency on OptimizedPriorityQueue | |||
| 2022-12-07 | Merge pull request #8867 from stanionascu/fix-8276 | Claus Vium | |
| Fix to make sure that UDF streams are opened with Share.Read (#8276) | |||
| 2022-12-07 | Remove dependency on OptimizedPriorityQueue | Bond_009 | |
| 2022-12-07 | Fix to make sure that UDF streams are opened with Share.Read (#8276) | Stanislav Ionascu | |
| Make sure that any subsequent requests to open the file for read will succeed. | |||
| 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-11-27 | Investigate some TODO comments | Bond_009 | |
| 2022-11-17 | Apply review suggestions | Shadowghost | |
| 2022-11-17 | Add xmldocs for TMDb provider, correct provider spelling | Shadowghost | |
| 2022-10-12 | Merge pull request #8521 from 1337joe/fix-missing-symlink-scan | Claus Vium | |
| Skip missing symlink instead of breaking out of directory scan | |||
| 2022-10-12 | Merge pull request #8541 from Bond-009/minor | Claus Vium | |
| 2022-10-12 | Merge pull request #8472 from jgriff6/subs | Claus Vium | |
| Fix subtitle selection behaviour | |||
| 2022-10-11 | Fix some things that slipped through the cracks | Bond_009 | |
| 2022-10-11 | Make 'Always' subtitle mode prioritise full tracks | jgriff6 | |
| 2022-10-09 | Skip missing symlink instead of breaking out of directory scan | Joe Rogers | |
| 2022-10-07 | Merge pull request #7514 from Shadowghost/music-extend | Claus Vium | |
| 2022-10-07 | Polish smart subtitle selection logic | jgriff6 | |
| 2022-10-07 | Apply review suggestions | Shadowghost | |
| 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-28 | Fix subtitle selection behaviour | jgriff6 | |
| 2022-09-28 | Remove redundant using directives | Hannes Braun | |
| 2022-09-23 | Backport pull request #8399 from jellyfin/release-10.8.z | LogicalPhallacy | |
| Respect visibility for people items (rebased) Original-merge: e6124bc154c9f95fdd491f309623def6b3df0171 Merged-by: Bond-009 <bond.009@outlook.com> Backported-by: Joshua M. Boniface <joshua@boniface.me> | |||
| 2022-09-13 | Add xmldocs | Shadowghost | |
| 2022-09-13 | Prevent MusicArtist creation for artist subfolders | Shadowghost | |
| 2022-09-13 | Extend music parsing | Shadowghost | |
| 2022-08-15 | Fix various typos | luz paz | |
| Found via `codespell -q 3 -S ./Emby.Server.Implementations/Localization -L allready,doesnt,inh,receivedfrom,whoknows` | |||
| 2022-08-14 | Merge pull request #7845 from utkuozdemir/fix/photos-lib-dir-with-single-video | Cody Robibero | |
| 2022-08-01 | Backport pull request #8167 from jellyfin/release-10.8.z | Joshua Boniface | |
| Add back library scan from library manager Authored-by: Cody Robibero <cody@robibe.ro> Merged-by: Bond-009 <bond.009@outlook.com> Original-merge: f9dffa767f71f287e384282679a9af5e20bc370e | |||
