| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-03-01 | Merge remote-tracking branch 'jellyfinorigin/master' into ↵ | JPVenson | |
| feature/DatabaseRefactor | |||
| 2025-02-25 | Backport pull request #13601 from jellyfin/release-10.10.z | Bond-009 | |
| Delete children from cache on parent delete Original-merge: 767a5e61930897d6151bf2b5b6c4940a288deb41 Merged-by: Bond-009 <bond.009@outlook.com> Backported-by: Bond_009 <bond.009@outlook.com> | |||
| 2025-02-25 | Backport pull request #13611 from jellyfin/release-10.10.z | Shadowghost | |
| Remove empty ParentIndexNumber workaround Original-merge: 1daf761aece5114a6ac3b7b938f114e70b83d99e Merged-by: Bond-009 <bond.009@outlook.com> Backported-by: Bond_009 <bond.009@outlook.com> | |||
| 2025-02-19 | Merge remote-tracking branch 'jellyfinorigin/master' into ↵ | JPVenson | |
| feature/DatabaseRefactor | |||
| 2025-02-09 | Rename CreateOrUpdateItems back to CreateItems | Bond_009 | |
| Reverts the name change of this function made in the EFCore PR. This hopefully reduces the amount of merge conflicts while backporting and makes it consistent with the CreateItem function. | |||
| 2025-02-02 | Merge remote-tracking branch 'jellyfinorigin/master' into feature/pgsql_provider | JPVenson | |
| 2025-01-30 | Removing CollectionFolders from cache when they are deleted on disk. (#13315) | sinterdev | |
| 2025-01-28 | Remove useless checks and dead code (#13405) | Bond-009 | |
| * Remove useless checks and dead code * Enable adaptive bitrate streaming again * Disable adaptive bitrate streaming by default | |||
| 2025-01-26 | Prepared Seperation of Database components for future multi provider support | JPVenson | |
| 2025-01-25 | Merge pull request #12798 from JPVenson/feature/EFUserData | Joshua M. Boniface | |
| Refactor library.db into jellyfin.db and EFCore | |||
| 2025-01-22 | Remove useless checks and dead code | Bond_009 | |
| 2024-12-12 | move to new System.Threading.Lock type for better performance | Daniyar Alpyspayev | |
| 2024-11-17 | Applied coding style | JPVenson | |
| 2024-11-14 | Updated order of saving for Items | JPVenson | |
| 2024-11-14 | There can be also NULL people? | JPVenson | |
| 2024-11-14 | Fixed items can be null saving | JPVenson | |
| 2024-11-13 | Fixed Person creation | JPVenson | |
| 2024-11-13 | Fixed storage of Person images | JPVenson | |
| 2024-10-09 | WIP porting new Repository structure | JPVenson | |
| 2024-09-07 | Remove left-over network path references (#12446) | Niels van Velzen | |
| 2024-09-04 | Use frozen collections in MimeTypes.cs (#10826) | Stepan Goremykin | |
| Co-authored-by: Stepan Goremykin <goremukin@gmail.com> | |||
| 2024-08-05 | Replace UserId with User in UserViewQuery | Bond_009 | |
| 2024-07-15 | Improve LibraryManager.Sort when using "Random" order (#12165) | ItsAllAboutTheCode | |
| Co-authored-by: Cody Robibero <cody@robibe.ro> | |||
| 2024-06-24 | Backport pull request #12025 from jellyfin/release-10.9.z | Shadowghost | |
| Fix empty image folder removal for legacy locations Original-merge: 476dc01f4d5bf0fdf391935ef0759b0583bf7026 Merged-by: Bond-009 <bond.009@outlook.com> Backported-by: Joshua M. Boniface <joshua@boniface.me> | |||
| 2024-06-06 | Backport pull request #11963 from jellyfin/release-10.9.z | gnattu | |
| Fix Library renaming Original-merge: b78efd6b1e90f925d85605132e337470065e7230 Merged-by: joshuaboniface <joshua@boniface.me> Backported-by: Joshua M. Boniface <joshua@boniface.me> | |||
| 2024-06-01 | Backport pull request #11743 from jellyfin/release-10.9.z | Shadowghost | |
| Fix replace logic Original-merge: 2ddb15c7845a944d980364209c2304f03cebf025 Merged-by: joshuaboniface <joshua@boniface.me> Backported-by: Joshua M. Boniface <joshua@boniface.me> | |||
| 2024-05-05 | Validate Collection Folders on adding and removal (#11444) | gnattu | |
| 2024-04-30 | More efficient array creation (#11468) | Bond-009 | |
| 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-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-03-31 | Fix FindExtras overwriting current extra type (#11260) | Niels van Velzen | |
| 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-01-17 | Use helper function to compare guid (#10825) | Cody Robibero | |
| 2023-12-08 | Convert CollectionType to use lowercase enum names | 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-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-08 | Merge pull request #10345 from Bond-009/getperson | Bond-009 | |
| 2023-10-08 | Remove redundant using directives | Stepan Goremykin | |
