aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Controller/Entities
AgeCommit message (Collapse)Author
2020-01-24Fix another issue with DLNA responses not properly paginatingCarey Metcalfe
The `UserRootFolder.GetItemsInternal` method now applies any sorting and pagination requested by the `InternalItemsQuery` that was passed to it. Previous pagination fix: #2304 Original issue #2303
2020-01-10Merge branch 'master' into warn12Bond_009
2020-01-08merge branch master into media-attachmentsdkanada
2019-12-20Merge branch 'master' into warn12Bond_009
2019-12-11More warnings (removed)Bond_009
2019-12-10Merge branch 'master' into mediaencodingBond_009
2019-12-06Merge remote-tracking branch 'upstream/master' into randomBond-009
2019-11-25Make probesize and analyzeduration configurable and simplify circularBond_009
dependencies Makes the probesize and analyzeduration configurable with env args. (`JELLYFIN_FFmpeg_probesize` and `FFmpeg_analyzeduration`)
2019-11-23Merge pull request #1926 from Bond-009/authdkanada
Add clearer exceptions, warnings and docs
2019-11-10Merge pull request #1965 from Bond-009/dbjsondkanada
Deserialize with the correct type (and warning fixes)
2019-11-04Merge remote-tracking branch 'origin/master' into media-attachments-cleanAndrew Mahone
2019-11-01Deserialize with the correct type (and warning fixes)Bond_009
2019-10-29Fix more warningsBond_009
2019-10-22Retrieve media attachments in BaseItem.Andrew Mahone
2019-10-20Add clearer exceptions, warnings and docsBond_009
2019-10-20Don't shuffle some types by defaultBond_009
2019-10-15Fix Json serialization errorBond_009
2019-09-26Fix SetImage to avoid out of range exception (#1798)Anthony Lavado
* Fix SetImage to avoid out of range exception * Actually use the new images we've retrieved
2019-09-23Fix multiple mistakes and warningsBond_009
2019-09-02Fix warnings, improve performance (#1665)Bond-009
* Fix warnings, improve performance `QueryResult.Items` is now a `IReadOnlyList` so we don't need to allocate a new `Array` when we have a `List` (and `Items` shouldn't need to be mutable anyway) * Update Providers .csproj to latest C# * Remove extra newline from DtoService.cs * Remove extra newline from UserLibraryService.cs
2019-08-29More warning fixesBond_009
2019-08-19Fix LocalTrailers playback.SL1288
2019-08-16Improvements to UserManagerBond_009
2019-08-09Use CultureInvariant string conversion for GuidsBond-009
2019-06-24Merge pull request #1448 from joshuaboniface/nice-userconfig-pathsAndrew Rabert
Use the username for the user config path
2019-06-13Merge pull request #1156 from Bond-009/sepAnthony Lavado
Small cleanups here and there
2019-06-08Use the username for the user config pathJoshua M. Boniface
Use the username to construct the UserConfigurationDirectory, instead of the user ID, and move the old ID-based path to the new path if needed when loading (temporary transitional code). Removes administrator guesswork as to what user each directory belongs to, which I found very annoying when investigating user configs.
2019-05-18Merge pull request #1383 from jellyfin/release-10.3.zBond-009
Backmerge for Release 10.3.3
2019-05-16Review changesClaus Vium
Untested
2019-05-02Enforce extras folder structure according to Emby's wikiClaus Vium
2019-05-01Change owner and parent id of extras to the main media itemClaus Vium
2019-04-02Speed up DeepCopyBond-009
2019-03-25Seperate changes from #1023Bond-009
The unrelated changes from #1023 (and more)
2019-03-08Fix errorBond-009
2019-03-07Quick nullref fixBond-009
2019-03-07Cleanup/simplificationBond-009
* Removed useless copies/allocations * Reduced unneeded complexity
2019-02-26Remove ordering itemsBond-009
2019-02-20Only refresh metadata if extras changedTorsten
2019-02-19Populate video extras againTorsten
2019-02-02Remove MoreLINQBond_009
2019-01-31Merge pull request #734 from Bond-009/cultureJoshua M. Boniface
Fix more analyzer warnings
2019-01-31Remove support for games as a media typeClaus Vium
2019-01-31Remove more Connect related stuffClaus Vium
2019-01-30Merge branch 'master' into cultureBond-009
2019-01-29Merge pull request #726 from EraYaN/remove-wrappers-for-system-ioVasily
Clean up IFileSystem wrappers around stdlib.
2019-01-28Unwrapped `GetFileNameWithoutExtension`Erwin de Haan
2019-01-28Unwrapped `MoveDirectory`, `DirectoryExists`, `FileExists` & removed `MoveFile`Erwin de Haan
2019-01-28Unwrapped CreateDirectory and DeleteDirectoryErwin de Haan
2019-01-28Unwrapped GetDirectoryName and DirectorySeperatorCharErwin de Haan
2019-01-28Fix default aspect ratioClaus Vium