| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-03-22 | Merge pull request #2642 from mark-monteiro/fix-extras | Joshua M. Boniface | |
| Add missing null check when retrieving extras (cherry picked from commit 425bd2b01b7ad3397d38c29da8ac50d68bd9a1cf) Signed-off-by: Joshua M. Boniface <joshua@boniface.me> | |||
| 2020-03-04 | Merge pull request #2476 from JustAMan/playto-sort | dkanada | |
| Bring back sorting when needed to fix PlayTo | |||
| 2020-03-02 | Merge pull request #2474 from JustAMan/simplify-sorting | Bond-009 | |
| Simplify AlphanumericComparer, reduce code duplication | |||
| 2020-03-02 | Replace foreach with for - MOAR SPEED | Vasily | |
| 2020-03-02 | Apply suggestions from code review | Vasily | |
| Co-Authored-By: Bond-009 <bond.009@outlook.com> | |||
| 2020-02-28 | Remove custom queue class as it is not needed | Vasily | |
| 2020-02-28 | Small speed improvement - no need to convert an array to a list to just ↵ | Vasily | |
| iterate over it | |||
| 2020-02-27 | Implement fast sorting | Vasily | |
| 2020-02-27 | Trying to be more safe | Vasily | |
| 2020-02-27 | Bring back sorting when needed to fix PlayTo | Vasily | |
| This is partial revert of https://github.com/jellyfin/jellyfin/pull/1011 | |||
| 2020-02-27 | Apply suggestions from code review | Vasily | |
| Co-Authored-By: Claus Vium <cvium@users.noreply.github.com> | |||
| 2020-02-27 | Simplify AlphanumericComparer, reduce code duplication | Vasily | |
| 2020-02-22 | add config options for musicbrainz | dkanada | |
| 2020-02-20 | Fix photo serialization | Bond-009 | |
| 2020-02-04 | Update MediaBrowser.Controller/Entities/PersonInfo.cs | Bond-009 | |
| Co-Authored-By: dkanada <dkanada@users.noreply.github.com> | |||
| 2020-02-04 | Apply suggestions from code review | Bond-009 | |
| Co-Authored-By: dkanada <dkanada@users.noreply.github.com> | |||
| 2020-02-04 | Fix some warnings in MediaBrowser.Controller | Bond_009 | |
| 2020-01-31 | Fix warnings | Bond_009 | |
| 2020-01-24 | Fix another issue with DLNA responses not properly paginating | Carey 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-10 | Merge branch 'master' into warn12 | Bond_009 | |
| 2020-01-08 | merge branch master into media-attachments | dkanada | |
| 2019-12-20 | Merge branch 'master' into warn12 | Bond_009 | |
| 2019-12-11 | More warnings (removed) | Bond_009 | |
| 2019-12-10 | Merge branch 'master' into mediaencoding | Bond_009 | |
| 2019-12-06 | Merge remote-tracking branch 'upstream/master' into random | Bond-009 | |
| 2019-11-25 | Make probesize and analyzeduration configurable and simplify circular | Bond_009 | |
| dependencies Makes the probesize and analyzeduration configurable with env args. (`JELLYFIN_FFmpeg_probesize` and `FFmpeg_analyzeduration`) | |||
| 2019-11-23 | Merge pull request #1926 from Bond-009/auth | dkanada | |
| Add clearer exceptions, warnings and docs | |||
| 2019-11-10 | Merge pull request #1965 from Bond-009/dbjson | dkanada | |
| Deserialize with the correct type (and warning fixes) | |||
| 2019-11-04 | Merge remote-tracking branch 'origin/master' into media-attachments-clean | Andrew Mahone | |
| 2019-11-01 | Deserialize with the correct type (and warning fixes) | Bond_009 | |
| 2019-10-29 | Fix more warnings | Bond_009 | |
| 2019-10-22 | Retrieve media attachments in BaseItem. | Andrew Mahone | |
| 2019-10-20 | Add clearer exceptions, warnings and docs | Bond_009 | |
| 2019-10-20 | Don't shuffle some types by default | Bond_009 | |
| 2019-10-15 | Fix Json serialization error | Bond_009 | |
| 2019-09-26 | Fix 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-23 | Fix multiple mistakes and warnings | Bond_009 | |
| 2019-09-02 | Fix 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-29 | More warning fixes | Bond_009 | |
| 2019-08-19 | Fix LocalTrailers playback. | SL1288 | |
| 2019-08-16 | Improvements to UserManager | Bond_009 | |
| 2019-08-09 | Use CultureInvariant string conversion for Guids | Bond-009 | |
| 2019-06-24 | Merge pull request #1448 from joshuaboniface/nice-userconfig-paths | Andrew Rabert | |
| Use the username for the user config path | |||
| 2019-06-13 | Merge pull request #1156 from Bond-009/sep | Anthony Lavado | |
| Small cleanups here and there | |||
| 2019-06-08 | Use the username for the user config path | Joshua 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-18 | Merge pull request #1383 from jellyfin/release-10.3.z | Bond-009 | |
| Backmerge for Release 10.3.3 | |||
| 2019-05-16 | Review changes | Claus Vium | |
| Untested | |||
| 2019-05-02 | Enforce extras folder structure according to Emby's wiki | Claus Vium | |
| 2019-05-01 | Change owner and parent id of extras to the main media item | Claus Vium | |
| 2019-04-02 | Speed up DeepCopy | Bond-009 | |
