| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-11-23 | Merge pull request #4553 from joshuaboniface/enable-service-on-fedora | Bill Thornton | |
| Enable jellyfin.service unit on Fedora fresh install | |||
| 2020-11-23 | Don't nest DeviceProfile | crobibero | |
| 2020-11-23 | Add TODO notice | crobibero | |
| 2020-11-23 | Fix sending PlaybackInfo | crobibero | |
| 2020-11-23 | Don't send activity event if notification type is null | crobibero | |
| 2020-11-23 | Merge pull request #4551 from crobibero/fix-name-cleaning | dkanada | |
| Only trim file name if folder name is shorter | |||
| 2020-11-23 | Merge pull request #4557 from crobibero/client-dto-fix | dkanada | |
| Fix namespace and add attribute for ClientCapabilitiesDto | |||
| 2020-11-22 | Fix namespace and add attribute | crobibero | |
| 2020-11-22 | Add at to the dependencies on Fedora (as in Deb) | Joshua M. Boniface | |
| 2020-11-22 | Go back to at with lower sleep and start | Joshua M. Boniface | |
| 2020-11-22 | Remove the `at now` hack | Joshua M. Boniface | |
| 2020-11-22 | Run explicit service start if restart failed | Joshua M. Boniface | |
| Should solve the occasional bugs with the restart in the WebUI. Sometimes the service stops and then doesn't start again; this will run an explicit start action afterwards. If this doesn't fix it I'm certain there would be more tweaking that can be done. | |||
| 2020-11-22 | Use --now to the enable to start too | Joshua M. Boniface | |
| 2020-11-22 | Make use of the $1 flag to set installed only | Joshua M. Boniface | |
| 2020-11-22 | Set systemctl enabled on Jellyfin service | Joshua M. Boniface | |
| This was not set for Fedora; I do not recall if this was just an oversight or was explicitly removed in the past; open to feedback there. Reported in the LUP Bug-A-Thon | |||
| 2020-11-22 | Fix tests | crobibero | |
| 2020-11-22 | Only trim file name if folder name is shorter | crobibero | |
| 2020-11-22 | Handle invalid plugins | crobibero | |
| 2020-11-22 | Merge pull request #4545 from BaronGreenback/17.0RC0---Fix1 | Joshua M. Boniface | |
| [Fix] Null Pointer in TmdbMovieProvider | |||
| 2020-11-22 | Merge pull request #4544 from BaronGreenback/MinorFix | Joshua M. Boniface | |
| [Fix] Config option read from wrong place. | |||
| 2020-11-22 | Merge pull request #4548 from orryverducci/mkv-interlaced-fix | Joshua M. Boniface | |
| Revert "Fix frame rate probing for interlaced MKV files" | |||
| 2020-11-22 | Revert "Fix frame rate probing for interlaced MKV files" | Orry Verducci | |
| This reverts commit 84fd5a09532bd1e854ec3745609f845aa7098da2. | |||
| 2020-11-22 | Null Pointer | Greenback | |
| 2020-11-22 | Update Startup.cs | BaronGreenback | |
| Late night | |||
| 2020-11-22 | Update Startup.cs | BaronGreenback | |
| 2020-11-22 | Merge pull request #4125 from BaronGreenback/NetworkPR2 | Joshua M. Boniface | |
| Networking 2 (Cumulative PR) - Swapping over to new NetworkManager | |||
| 2020-11-21 | Merge branch 'master' into NetworkPR2 | Joshua M. Boniface | |
| 2020-11-21 | Translated using Weblate (Vietnamese) | hoanghuy309 | |
| Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/vi/ | |||
| 2020-11-21 | Merge pull request #4263 from cvium/defer_image_fetching | Joshua M. Boniface | |
| Defer image pre-fetching until the end of a refresh/scan | |||
| 2020-11-21 | Update ImageFetcherPostScanTask.cs | BaronGreenback | |
| 2020-11-21 | Update MetadataService.cs | BaronGreenback | |
| added return Task.CompletedTask; | |||
| 2020-11-21 | Update MetadataService.cs | BaronGreenback | |
| removed async line 232 | |||
| 2020-11-21 | Merge branch 'master' into library_scan_speed | BaronGreenback | |
| 2020-11-21 | Merge pull request #3053 from rigtorp/video-resolver | Joshua M. Boniface | |
| Add additional resolver tests | |||
| 2020-11-21 | Merge pull request #4182 from ryanpetris/fix-hdhomerun | Joshua M. Boniface | |
| Fix HD Home Run streaming | |||
| 2020-11-21 | Merge branch 'master' into defer_image_fetching | Joshua M. Boniface | |
| 2020-11-21 | Merge pull request #4486 from crobibero/split-api | Joshua M. Boniface | |
| Remove api client generator errors | |||
| 2020-11-21 | Merge pull request #4510 from crobibero/http-accept-header | Joshua M. Boniface | |
| Set default request accept headers | |||
| 2020-11-21 | Merge pull request #4513 from BaronGreenback/LatestPluginSelected | Joshua M. Boniface | |
| Multi-repository plugins | |||
| 2020-11-21 | Merge pull request #4526 from crobibero/mark-played | Joshua M. Boniface | |
| Fix marking item as played | |||
| 2020-11-21 | Merge pull request #4537 from crobibero/session-caps-full | Claus Vium | |
| Convert ClientCapabilities to a Dto with JsonConverters | |||
| 2020-11-21 | Better named tests methods. | Greenback | |
| 2020-11-21 | Merge pull request #4539 from crobibero/nullable-enum-model-binder | Joshua M. Boniface | |
| Add NullableEnumModelBinder and NullableEnumModelBinderProvider | |||
| 2020-11-21 | Merge pull request #4534 from Bond-009/bom | Joshua M. Boniface | |
| Remove UTF8 bom from some files | |||
| 2020-11-21 | Update tests/Jellyfin.Networking.Tests/NetworkTesting/NetworkParseTests.cs | BaronGreenback | |
| Co-authored-by: Cody Robibero <cody@robibe.ro> | |||
| 2020-11-21 | Update tests/Jellyfin.Networking.Tests/NetworkTesting/NetworkParseTests.cs | BaronGreenback | |
| Co-authored-by: Cody Robibero <cody@robibe.ro> | |||
| 2020-11-21 | Update tests/Jellyfin.Networking.Tests/NetworkTesting/NetworkParseTests.cs | BaronGreenback | |
| Co-authored-by: Cody Robibero <cody@robibe.ro> | |||
| 2020-11-21 | Update tests/Jellyfin.Networking.Tests/NetworkTesting/NetworkParseTests.cs | BaronGreenback | |
| Co-authored-by: Cody Robibero <cody@robibe.ro> | |||
| 2020-11-21 | Update tests/Jellyfin.Networking.Tests/NetworkTesting/NetworkParseTests.cs | BaronGreenback | |
| Co-authored-by: Cody Robibero <cody@robibe.ro> | |||
| 2020-11-21 | Update tests/Jellyfin.Networking.Tests/NetworkTesting/NetworkParseTests.cs | BaronGreenback | |
| Co-authored-by: Cody Robibero <cody@robibe.ro> | |||
