| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-05-26 | Fix merge conflicts with SyncPlay | Patrick Barron | |
| 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 | add more separate hw decoding toggles | nyanmisaka | |
| 2020-05-26 | Merge remote-tracking branch 'upstream/master' into syncplay | gion | |
| 2020-05-26 | Refactor copy codec checks | xumix | |
| 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 | Address review comments | Patrick Barron | |
| 2020-05-12 | Initial migration code | Patrick Barron | |
| 2020-05-10 | Merge branch 'master' into simplify-https-config | Mark Monteiro | |
| 2020-05-09 | Rename Syncplay to SyncPlay | gion | |
| 2020-04-27 | Implement syncplay permissions for a user | gion | |
| 2020-04-26 | Remove unnecessary properties from SystemInfo response object | Mark Monteiro | |
| These properties do not provide any useful information to the client. The client would already have to have all this information in order to connect to the endpoint to retrieve it | |||
| 2020-04-26 | Merge remote-tracking branch 'upstream/master' into simplify-https-config | Mark Monteiro | |
| 2020-04-26 | Added option to disable metrics collection and defaulted it to off | sparky8251 | |
| 2020-04-17 | Update documentation for EnableUPnP | Mark Monteiro | |
| 2020-04-16 | Disable UPnP by default | Mark Monteiro | |
| 2020-04-05 | Enable nullabe reference types for MediaBrowser.Model | Bond_009 | |
| 2020-04-02 | Document HTTPS configuration options | Mark Monteiro | |
| 2020-04-01 | Merge pull request #2601 from mark-monteiro/support-running-without-web-content | Vasily | |
| Support Running Server Without Web Content | |||
| 2020-03-19 | Merge pull request #1 from jellyfin/master | Peter Maar | |
| Pull latest to my fork | |||
| 2020-03-15 | Merge remote-tracking branch 'upstream/master' into ↵ | Mark Monteiro | |
| support-running-without-web-content | |||
| 2020-03-11 | Merge remote-tracking branch 'upstream/master' into ↵ | Mark Monteiro | |
| support-running-without-web-content | |||
| 2020-03-11 | Merge branch 'master' into warn17 | Bond-009 | |
| 2020-03-07 | Set EnableHttps disabled by default | Joshua M. Boniface | |
| Prevents issues on first setup when behind a reverse proxy. Also prevents issues saving the Networking page by default if SSL is not fully configured. | |||
| 2020-03-05 | Add tracking of JF version used to run this config previously | Vasily | |
| 2020-03-04 | Merge pull request #2501 from JustAMan/pedal-to-the-metal-from-the-get-go | dkanada | |
| Default transcoding throttling to false for new installs | |||
| 2020-03-03 | Default transcoding throttling to false for new installs | Vasily | |
| 2020-02-26 | Use IsHostingContent instead of explicitly checking ContentRoot | Mark Monteiro | |
| 2020-02-24 | partially fix issue with music scans | dkanada | |
| 2020-02-23 | Improve controls for deinterlace method; matches with jellyfin-web changes | Peter Maar | |
| 2020-02-23 | Fix some warnings | Bond_009 | |
| * Add analyzers to MediaBrowser.XbmcMetadata * Enable TreatWarningsAsErrors for MediaBrowser.XbmcMetadata * Add analyzers to MediaBrowser.WebDashboard * Enable TreatWarningsAsErrors for MediaBrowser.WebDashboard * Disable SA1600 in favor of CS1591 | |||
| 2020-02-22 | Add encoding option bobandweave, change back the EncodingHelper logic | Peter Maar | |
| 2020-02-17 | #2407: Prefer MP4-Metadata for episodes | Ulrich Wagner | |
| 2020-02-12 | Another baseurl related fix | Bond_009 | |
| Baseurl always starts with a '/' (unless it's empty) | |||
| 2020-02-04 | Fix warnings MediaBrowser.Model | Bond_009 | |
| 2020-01-25 | Removed old 'automatic restart after update' features' | ferferga | |
| 2019-12-10 | Merge branch 'master' into mediaencoding | 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-25 | * Add support for multi segment base urls | Bond_009 | |
| * Make baseurl case-insensitive | |||
| 2019-10-09 | Use value instead of assigning baseUrl first | Joshua Boniface | |
| 2019-10-09 | Fix spacing issues | Joshua Boniface | |
| 2019-10-08 | Normalize baseUrl behaviour | Joshua Boniface | |
| Fully normalizes the baseUrl behaviour to better match how this sort of feature works in other programs. 1. The baseUrl is always appended to paths, even the built-in `/emby` and `/mediabrowser` paths. 2. The baseUrl is set statically at class instance creation, to ensure it persists through changes until the next restart. 3. Configuration is normalized using a function when set, to ensure it's in a standard `/mypath` format with leading `/`. 4. Cleans up the conditionals around default redirects. For sanity after changing the URL, it will match *any* path that doesn't match the current baseUrl and redirect it back to the main page (with baseUrl). 5. Adds a second method, NormalizeUrlPath, to avoid lots of `+ "/" +` string manipulations which are unclean - we should always have a leading slash. 6. Sets the default baseUrl to an empty string to avoid unexpected behaviour, though this would be worked-around automatically. 7. Adds some debug logs whenever a URL is normalized, to help track down issues with this code (if any arise). | |||
| 2019-09-19 | Removed WAN DDNS | sparky8251 | |
| It's odd that JF still had code lying around for generating a self signed cert. Currently, it does not do this so this code has been removed. JF also appears to have functions in place to modify provided certs? Warrants deeper investigation. JF should not be attempting modifications of any certs under any circumstance. | |||
| 2019-08-19 | Merge branch 'master' into h265 | Joshua M. Boniface | |
| 2019-08-11 | add base url to server configuration | dkanada | |
| 2019-06-01 | Fix #1432. Add support for encoding with libx265 and hevc_nvenc. | Frank | |
| 2019-05-31 | move fanart image provider to plugin | dkanada | |
| 2019-03-05 | Remove --ffprobe logic | PloughPuff | |
| 2019-03-05 | Address review comments from Bond | PloughPuff | |
