| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-03-27 | Revert changes to DirectoryService | Cody Robibero | |
| 2025-03-27 | Implement limiting caches (#13605) | Cody Robibero | |
| * Implement basic expiring cache for LibraryManager * Add expiring cache to more places * Rider why * Make DirectoryService caches static * Use FastConcurrentLru * Reduce default cache size * Simplify DirectoryService caches * Make directory service cache size at least 128 | |||
| 2025-02-20 | Migrate to IExternalUrlProvider | Shadowghost | |
| 2024-11-14 | Merge branch 'jellyfin:master' into feature/EFUserData | JPVenson | |
| 2024-11-03 | Backport pull request #12940 from jellyfin/release-10.10.z | gnattu | |
| Remove DynamicImageResponse local image after saved to metadata folder Original-merge: 3a9b48a2aa535d38ad9e8937345b4e610b426606 Merged-by: joshuaboniface <joshua@boniface.me> Backported-by: Joshua M. Boniface <joshua@boniface.me> | |||
| 2024-10-09 | Fixed (most) tests | JPVenson | |
| 2024-10-09 | WIP porting new Repository structure | JPVenson | |
| 2024-09-07 | Enhance Trickplay (#11883) | Tim Eisele | |
| 2024-08-30 | Remove BOM from UTF-8 files | Bond_009 | |
| I think some people need to change their IDE configuration ;) | |||
| 2024-08-22 | Pass Series Display Order information to SeasonInfo | LJQ | |
| 2024-07-29 | Enable nullable for UserItemData | Bond_009 | |
| MetadataResult.GetOrAddUserData doesn't ever get used and is probably broken since the migration to .NET Core as it still expects a Guid for userId | |||
| 2024-07-17 | Move external url listing to provider for plugin use (#12279) | Cody Robibero | |
| 2024-06-15 | Replace `!=` with `is not` | Mikal S | |
| Co-authored-by: Bond-009 <bond.009@outlook.com> | |||
| 2024-06-11 | fix: add null check | Mikal Stordal | |
| 2024-06-11 | Don't expect `BaseItem` to be a movie/video file. | Mikal Stordal | |
| This fix is mainly so I can mass-add series _and_ movie entries using a `IMultiItemResolver` without having to resort to complicated logic using _both_ a `IItemResolver` and a `IMultiItemResolver` by splitting up what gets added where. I've also added three new interface methods to the `IDirectoryService`, one of which is used in the modified `ResolverHelper.SetInitialItemValues(…)` to get the file system entry info for the item regardless of which type the file system entry is. In my local testing so far I haven't found any issues introduced by this change. | |||
| 2024-06-06 | Backport pull request #11934 from jellyfin/release-10.9.z | Shadowghost | |
| Fix local image saving Original-merge: b0bb22b65080a21ad1ce27fa2937a6b439e157da Merged-by: crobibero <cody@robibe.ro> Backported-by: Joshua M. Boniface <joshua@boniface.me> | |||
| 2024-06-06 | Backport pull request #11921 from jellyfin/release-10.9.z | Shadowghost | |
| Fix identify over NFO and replace all when NFO saving enabled Original-merge: bfcc09db8a0467c596a82a209d3e7feeb8117e08 Merged-by: joshuaboniface <joshua@boniface.me> Backported-by: Joshua M. Boniface <joshua@boniface.me> | |||
| 2024-06-01 | Backport pull request #11719 from jellyfin/release-10.9.z | Shadowghost | |
| Move NFO series season name parsing to own local provider Original-merge: a53ea029fade01a18e8e525543b5cda14e16533a Merged-by: joshuaboniface <joshua@boniface.me> Backported-by: Joshua M. Boniface <joshua@boniface.me> | |||
| 2024-03-18 | fix: skip library folders that are inaccessible or empty (#9291) | Claus Vium | |
| 2023-11-09 | Convert ItemSortBy to enum (#9765) | Cody Robibero | |
| * Convert ItemSortBy to enum * Rename Unknown to Default | |||
| 2023-10-08 | Remove redundant using directives | Stepan Goremykin | |
| 2023-06-21 | Reduce bottlenecks scan code (#9863) | Bond-009 | |
| 2023-03-18 | Don't overwrite NFO images (#9452) | SenorSmartyPants | |
| Co-authored-by: Cody Robibero <cody@robibe.ro> | |||
| 2023-03-01 | Add SeasonProviderIds to EpisodeInfo (#9407) | Nils Fürniß | |
| Co-authored-by: Cody Robibero <cody@robibe.ro> | |||
| 2023-02-24 | Copy IsAutomated option when making MetadataRefreshOptions copy. (#9385) | Nick | |
| 2022-12-07 | Remove dependency on OptimizedPriorityQueue | Bond_009 | |
| 2022-12-05 | Replace != null with is not null | Bond_009 | |
| 2022-12-05 | Replace == null with is null | Bond_009 | |
| 2022-12-05 | Fix build (#8859) | Bond-009 | |
| 2022-11-23 | Merge pull request #7039 from 1337joe/providermanager-cleanup | Bond-009 | |
| 2022-11-17 | Apply review suggestions | Shadowghost | |
| 2022-11-17 | Add xmldocs for TMDb provider, correct provider spelling | Shadowghost | |
| 2022-10-07 | Merge branch 'master' into providermanager-cleanup | Claus Vium | |
| 2022-09-13 | Add xmldocs | Shadowghost | |
| 2022-06-14 | Merge pull request #7873 from cvium/fix_nfo_remoteimages | Bond-009 | |
| (cherry picked from commit 1a787e273a7797f3c0275a62e1fd2805ae9c7943) Signed-off-by: crobibero <cody@robibe.ro> | |||
| 2022-04-03 | Implement tests on ProviderManager.RefreshSingleItem | Joe Rogers | |
| 2022-04-03 | Move Get*Providers definitions to interface | Joe Rogers | |
| 2022-01-22 | Flush to disk async where possible | Bond_009 | |
| 2022-01-16 | Merge pull request #7078 from 1337joe/metadata-merge-data | Bond-009 | |
| 2022-01-13 | Fix comment typo | Joe Rogers | |
| Co-authored-by: Claus Vium <cvium@users.noreply.github.com> | |||
| 2022-01-08 | Make identify flag describe purpose, not source | Joe Rogers | |
| 2022-01-03 | Remove existing images when applying identify | Joe Rogers | |
| 2022-01-02 | Add refresh flag to remove existing data/images | Joe Rogers | |
| Fixes #7040 | |||
| 2021-12-27 | Remove more warnings | Cody Robibero | |
| 2021-12-24 | Update StyleCop | Bond_009 | |
| 2021-12-20 | Use our own Contains extension | cvium | |
| 2021-12-19 | Use static lambdas | cvium | |
| 2021-11-09 | Remove some dead code | Bond_009 | |
| 2021-10-26 | Enable nullable for MediaBrowser.Providers | Bond_009 | |
| 2021-07-26 | Merge branch 'master' into mediabrowser-controller-entities | Rich Lander | |
