| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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 | Update NotificationOption.cs | BaronGreenback | |
| Fixes serialisation bug | |||
| 2020-07-13 | Remove EF Core Proxies | Patrick Barron | |
| 2020-07-13 | using System.Net.Sockets | Neil Burrows | |
| 2020-07-13 | Update Emby.Server.Implementations/EntryPoints/UdpServerEntryPoint.cs | Neil Burrows | |
| Update log format message and log exception Co-authored-by: Cody Robibero <cody@robibe.ro> | |||
| 2020-07-13 | Prevent failure to bind to Auto Discover port being a fatal error | Neil Burrows | |
| 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 | Fix parsing | David | |
| 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-11 | Merge pull request #3524 from crobibero/api-migration-nullable | Patrick Barron | |
| Make query parameters nullable or set default value | |||
| 2020-07-11 | Add socket support | David | |
| 2020-07-11 | Migrate AudioService to Jellyfin.Api | David | |
| 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 | Make query parameters nullable or set default value | crobibero | |
| 2020-07-07 | Clean syncplay endpoint names | crobibero | |
| 2020-07-07 | Fix support for mixed-protocol external subtitles | Sacha Korban | |
| 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 #3504 from Ullmie02/api-genres | Patrick Barron | |
| Move GenresService to Jellyfin.Api | |||
| 2020-07-06 | Merge pull request #3507 from Ullmie02/api-musicgenres | Patrick Barron | |
| Move MusicGenresService to Jellyfin.Api | |||
| 2020-07-06 | Merge pull request #2967 from crobibero/api-channel | Patrick Barron | |
| Move ChannelService to Jellyfin.Api | |||
| 2020-07-06 | Merge pull request #3493 from Ullmie02/api-items | Patrick Barron | |
| Move ItemsService and TrailersService to Jellyfin.Api | |||
| 2020-07-06 | remove duplicate functions | crobibero | |
| 2020-07-06 | Merge remote-tracking branch 'upstream/api-migration' into api-channel | crobibero | |
| 2020-07-06 | Add missing using | David | |
| 2020-07-06 | Change route parameter name | David | |
| 2020-07-06 | Add authorization attribute | David | |
| 2020-07-06 | Add authorization attribute | David | |
| 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 | Fix documentation and authorize attribute | crobibero | |
| 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 | Updated code as per jellyfin/master as version i amended didn't execute. | BaronGreenback | |
| 2020-07-05 | Part 1 of a multi-PR change for Emby.DLNA | BaronGreenback | |
