| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-07-17 | Reorder HomeSectionType | Patrick Barron | |
| 2020-07-17 | Updated documentation to indicate required elements. | Patrick Barron | |
| 2020-07-17 | Remove unused using | Patrick Barron | |
| 2020-07-17 | Remove limit of 7 home sections | Patrick Barron | |
| 2020-07-17 | Document HomeSection.cs | Patrick Barron | |
| 2020-07-17 | Document DisplayPreferences.cs | Patrick Barron | |
| 2020-07-17 | Migrate Display Preferences to EF Core | Patrick Barron | |
| 2020-07-14 | Merge pull request #3557 from crobibero/fix-update-user | Anthony Lavado | |
| Fix update user | |||
| 2020-07-14 | Fix update user | crobibero | |
| 2020-07-14 | Translated using Weblate (Afrikaans) | Raif Coonjah | |
| Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/af/ | |||
| 2020-07-14 | Merge pull request #3500 from nyanmisaka/vpp-qsv | dkanada | |
| Add FFmpeg 4.3 detection and solve the green line on QSV HWA | |||
| 2020-07-14 | Merge pull request #3555 from cvium/fix_disposed_context | dkanada | |
| Fix disposed database context | |||
| 2020-07-14 | Use ToList instead of AsEnumerable due to delayed execution | Claus Vium | |
| 2020-07-14 | Merge pull request #3541 from jellyfin/pause | dkanada | |
| Keep playstate during syncplay group creation | |||
| 2020-07-14 | update comment | dkanada | |
| Co-authored-by: Patrick Barron <18354464+barronpm@users.noreply.github.com> | |||
| 2020-07-13 | Merge pull request #3539 from barronpm/fix-memoryleak | Joshua M. Boniface | |
| Fix EF Core Memory Leak | |||
| 2020-07-13 | Merge pull request #3553 from joshuaboniface/fix-azure-fuckery | Bond-009 | |
| Explicitly add what Azure used to do implicitly | |||
| 2020-07-13 | Explicitly add what Azure used to do implicitly | Joshua M. Boniface | |
| ... before they changed it on us out of nowhere. | |||
| 2020-07-13 | Use AsEnumerable for UserManager.Users | Patrick Barron | |
| 2020-07-14 | Merge pull request #3545 from jellyfin/dependabot/nuget/AutoFixture-4.13.0 | dkanada | |
| Bump AutoFixture from 4.12.0 to 4.13.0 | |||
| 2020-07-13 | Merge branch 'master' into fix-memoryleak | Patrick Barron | |
| 2020-07-13 | Remove EF Core Proxies | Patrick Barron | |
| 2020-07-13 | Bump AutoFixture from 4.12.0 to 4.13.0 | dependabot[bot] | |
| Bumps [AutoFixture](https://github.com/AutoFixture/AutoFixture) from 4.12.0 to 4.13.0. - [Release notes](https://github.com/AutoFixture/AutoFixture/releases) - [Commits](https://github.com/AutoFixture/AutoFixture/compare/v4.12.0...v4.13.0) Signed-off-by: dependabot[bot] <support@github.com> | |||
| 2020-07-13 | Translated using Weblate (Portuguese) | kanenses | |
| Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/pt/ | |||
| 2020-07-12 | Merge pull request #3533 from barronpm/user-login-casing | Joshua M. Boniface | |
| Make User Authentication Case-insensitive and remove EF Core Log spam | |||
| 2020-07-13 | keep playstate during syncplay group creation | dkanada | |
| 2020-07-12 | Use AsEnumerable instead of ToList | Patrick Barron | |
| 2020-07-12 | Fix EF Core memory leak | Patrick Barron | |
| 2020-07-12 | Merge pull request #3535 from crobibero/syncplay-v10 | dkanada | |
| Fix syncplay function name | |||
| 2020-07-11 | Fix syncplay function name | crobibero | |
| 2020-07-09 | Ignore casing when authenticating users | Patrick Barron | |
| 2020-07-08 | Translated using Weblate (Marathi) | rhythm493 | |
| Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/mr/ | |||
| 2020-07-08 | Merge pull request #3519 from jellyfin/azure-ci | Anthony Lavado | |
| Add conditionals to root YAML definition | |||
| 2020-07-08 | Merge pull request #3522 from crobibero/syncplay-endpoints | dkanada | |
| Clean syncplay endpoint names | |||
| 2020-07-07 | Fix log spam from EF Core | Patrick Barron | |
| 2020-07-07 | Clean syncplay endpoint names | crobibero | |
| 2020-07-06 | Explicitly exit from inline script | Joshua M. Boniface | |
| 2020-07-06 | Use weird other formating that AZP wants | Joshua M. Boniface | |
| 2020-07-06 | Remove unneeded conditions that are now in parent | Joshua M. Boniface | |
| 2020-07-06 | Add conditionals to root YAML definition | Joshua M. Boniface | |
| Prevents running builds (that get skipped) in PR CI, and prevents running tests (which are irrelevant) in Merge CI. | |||
| 2020-07-06 | Merge pull request #3516 from jellyfin/dependabot/nuget/Moq-4.14.5 | dkanada | |
| Bump Moq from 4.14.4 to 4.14.5 | |||
| 2020-07-06 | Bump Moq from 4.14.4 to 4.14.5 | dependabot[bot] | |
| Bumps [Moq](https://github.com/moq/moq4) from 4.14.4 to 4.14.5. - [Release notes](https://github.com/moq/moq4/releases) - [Changelog](https://github.com/moq/moq4/blob/master/CHANGELOG.md) - [Commits](https://github.com/moq/moq4/compare/v4.14.4...v4.14.5) Signed-off-by: dependabot[bot] <support@github.com> | |||
| 2020-07-05 | Merge pull request #3513 from barronpm/plugin-exception-fix | Anthony Lavado | |
| Fix TypeLoadException during plugin load | |||
| 2020-07-05 | Fix TypeLoadException during plugin load | Patrick Barron | |
| 2020-07-05 | Merge pull request #3505 from Bond-009/minor3 | Joshua M. Boniface | |
| Minor fixes | |||
| 2020-07-04 | Merge pull request #3502 from barronpm/array-empty | Bond-009 | |
| Use Array.Empty | |||
| 2020-07-04 | Update MediaBrowser.Providers/Plugins/Tmdb/Movies/TmdbMovieProvider.cs | Bond-009 | |
| Co-authored-by: Patrick Barron <18354464+barronpm@users.noreply.github.com> | |||
| 2020-07-04 | Minor fixes | Bond_009 | |
| 2020-07-04 | Use Array.Empty | Patrick Barron | |
| 2020-07-04 | update ffmpeg 4.3 from zeranoe builds | nyanmisaka | |
