| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-08-09 | convert dependent controller functions to di helper class | crobibero | |
| 2020-08-03 | fix build | crobibero | |
| 2020-08-03 | Merge remote-tracking branch 'upstream/master' into api-migration | crobibero | |
| 2020-07-23 | Merge branch 'master' into displaypreferences-efcore | Patrick Barron | |
| 2020-07-23 | Merge pull request #3366 from barronpm/remove-usermanager-addparts | Joshua M. Boniface | |
| Remove UserManager.AddParts | |||
| 2020-07-22 | Use interfaces in app host constructors | Patrick Barron | |
| 2020-07-22 | Cleanup after merge | David | |
| 2020-07-22 | Merge remote-tracking branch 'remotes/jellyfin/api-migration' into api-audio | David | |
| # Conflicts: # Emby.Server.Implementations/ApplicationHost.cs # Jellyfin.Api/Helpers/TranscodingJobHelper.cs | |||
| 2020-07-20 | Merge remote-tracking branch 'upstream/master' into api-migration-merge | crobibero | |
| 2020-07-19 | Continute work | David | |
| 2020-07-17 | Migrate Display Preferences to EF Core | Patrick Barron | |
| 2020-07-13 | Fix circular dependency | Patrick Barron | |
| 2020-07-13 | Remove UserManager.AddParts | Patrick Barron | |
| 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-04 | Minor fixes | Bond_009 | |
| 2020-06-29 | Remove un-needed comment | Neil Burrows | |
| 2020-06-29 | Respect FFMpeg path passed via Environment Variable | Neil Burrows | |
| 2020-06-20 | Merge branch 'master' into SSDP | Cody Robibero | |
| 2020-06-20 | Move DashboardController to Jellyfin.Api | David | |
| 2020-06-16 | Add full stop at end of comments (SA1629) | telans | |
| 2020-06-13 | Merge branch 'master' into userdb-efcore | Patrick Barron | |
| # Conflicts: # Emby.Server.Implementations/Library/UserManager.cs # Jellyfin.Data/Jellyfin.Data.csproj | |||
| 2020-06-05 | Use typed logger where possible | crobibero | |
| 2020-05-26 | Merge branch 'master' into userdb-efcore | Patrick Barron | |
| # Conflicts: # Emby.Server.Implementations/Library/UserManager.cs # Jellyfin.Data/Jellyfin.Data.csproj # MediaBrowser.Api/UserService.cs # MediaBrowser.Controller/Library/IUserManager.cs | |||
| 2020-05-26 | Merge remote-tracking branch 'upstream/master' into syncplay | gion | |
| 2020-05-20 | Migrate User DB to EF Core | Patrick Barron | |
| 2020-05-15 | Merge branch 'master' into userdb-efcore | Patrick Barron | |
| # Conflicts: # Emby.Server.Implementations/Activity/ActivityLogEntryPoint.cs # Emby.Server.Implementations/ApplicationHost.cs # Emby.Server.Implementations/Devices/DeviceManager.cs # Jellyfin.Server/Jellyfin.Server.csproj # Jellyfin.Server/Migrations/MigrationRunner.cs # MediaBrowser.Controller/Devices/IDeviceManager.cs | |||
| 2020-05-15 | Merge remote-tracking branch 'upstream/master' into syncplay | gion | |
| 2020-05-14 | Removed unnecessary usings | Patrick Barron | |
| 2020-05-14 | Merge branch 'master' into activitydb-efcore | Patrick Barron | |
| 2020-05-14 | Address review comments | Patrick Barron | |
| 2020-05-14 | Merge branch 'master' into websocket | Mark Monteiro | |
| 2020-05-13 | Merge branch 'master' into activitydb-efcore | Patrick Barron | |
| 2020-05-13 | Merge pull request #2774 from mark-monteiro/simplify-https-config | Vasily | |
| Simplify HTTPS Properties | |||
| 2020-05-13 | 2nd half of changes | Patrick Barron | |
| 2020-05-12 | Initial migration code | Patrick Barron | |
| 2020-05-12 | Remove support for injecting ILogger directly | Patrick Barron | |
| 2020-05-10 | Do not include a double slash in URLs when a base URL is not set | Mark Monteiro | |
| 2020-05-10 | Merge branch 'master' into simplify-https-config | Mark Monteiro | |
| 2020-05-10 | Add GetLoopbackHttpApiUrl() helper method to replace forceHttps functionality | Mark Monteiro | |
| Also refactor to use return a Uri instead of a string and use UriBuilder under the hood | |||
| 2020-05-09 | Rename Syncplay to SyncPlay | gion | |
| 2020-05-02 | Migrate activity db to EF Core | Patrick Barron | |
| 2020-05-02 | Make SonarCloud happy | Bond_009 | |
| 2020-05-02 | Fix merge errors | Bond_009 | |
| 2020-05-02 | Merge branch 'master' into websocket | Bond_009 | |
| 2020-04-29 | Merge pull request #2985 from sparky8251/prometheus | Bond-009 | |
| Add Prometheus exporters | |||
| 2020-04-28 | Whilst fixing issues with SSDP on devices with multiple interfaces, i came ↵ | BaronGreenback | |
| across a design issue in the current code - namely interfaces without a gateway were ignored. Fixing this required the removal of the code that attempted to detect virtual interfaces. Not wanting to remove functionality, but not able to keep the code in place, I implemented a work around solution (see 4 below). Whilst in the area, I also fixed a few minor bugs i encountered (1, 5, 6 below) and stopped SSDP messages from going out on non-LAN interfaces (3) All these changes are related. Changes 1 IsInPrivateAddressSpace - improved subnet code checking 2 interfaces with no gateway were being excluded from SSDP blasts 3 filtered SSDP blasts from not LAN addresses as defined on the network page. 4 removed #986 mod - as this was part of the issue of #2986. Interfaces can be excluded from the LAN by putting the LAN address in brackets. eg. [10.1.1.1] will exclude an interface with ip address 10.1.1.1 from SSDP 5 fixed a problem where an invalid LAN address causing the SSDP to crash 6 corrected local link filter (FilterIPAddress) to filter on 169.254. addresses | |||
| 2020-04-28 | Revert "Whilst fixing issues with SSDP on devices with multiple interfaces, ↵ | BaronGreenback | |
| i came across a design issue in the current code - namely interfaces without a gateway were ignored." This reverts commit 2aaecb8e148aef6cda67797fa4227a8ebcf7e5bb. | |||
| 2020-04-28 | Whilst fixing issues with SSDP on devices with multiple interfaces, i came ↵ | BaronGreenback | |
| across a design issue in the current code - namely interfaces without a gateway were ignored. Fixing this required the removal of the code that attempted to detect virtual interfaces. Not wanting to remove functionality, but not able to keep the code in place, I implemented a work around solution (see 4 below). Whilst in the area, I also fixed a few minor bugs i encountered (1, 5, 6 below) and stopped SSDP messages from going out on non-LAN interfaces (3) All these changes are related. Changes 1 IsInPrivateAddressSpace - improved subnet code checking 2 interfaces with no gateway were being excluded from SSDP blasts 3 filtered SSDP blasts from not LAN addresses as defined on the network page. 4 removed #986 mod - as this was part of the issue of #2986. Interfaces can be excluded from the LAN by putting the LAN address in brackets. eg. [10.1.1.1] will exclude an interface with ip address 10.1.1.1 from SSDP 5 fixed a problem where an invalid LAN address causing the SSDP to crash 6 corrected local link filter (FilterIPAddress) to filter on 169.254. addresses | |||
| 2020-04-27 | Implement syncplay backend | gion | |
