| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-04-15 | Merge pull request #2745 from Artiume/patch-6 | Bond-009 | |
| Force Audio Transcoding for LiveTV Transcoding | |||
| 2020-04-12 | Merge pull request #2782 from JustAMan/fix-ssa-delivery | Vasily | |
| Fix support for attachments with baseURL set | |||
| 2020-04-11 | Merge pull request #2772 from barronpm/codecleanup | Bond-009 | |
| MediaBrowser.Api code cleanup | |||
| 2020-04-07 | Merge pull request #2696 from mark-monteiro/fix-extras | Vasily | |
| Display Extras With Unknown Types | |||
| 2020-04-07 | Merge pull request #2721 from PrplHaz4/patch-2 | Bond-009 | |
| Separate Channels permissions from All Libraries | |||
| 2020-04-06 | Fixed indentation and corrected typo | Patrick Barron | |
| 2020-04-06 | Fix support for attachments with baseURL set | Vasily | |
| * Revert "Add baseURL to attachments" * This is properly handled by jellyfin-web#1020 | |||
| 2020-04-05 | Implemented more suggestions | Patrick Barron | |
| 2020-04-05 | Simplified more conditionals | Patrick Barron | |
| 2020-04-05 | Implement various suggestions | Patrick Barron | |
| 2020-04-05 | Miscellaneous code cleanup | Patrick Barron | |
| 2020-04-05 | Simplified Conditionals and returns | Patrick Barron | |
| 2020-04-05 | Remove unnecessary casts and explicit array types | Patrick Barron | |
| 2020-04-05 | Remove redundant name qualifiers | Patrick Barron | |
| 2020-04-05 | Use ? and ?? where applicable | Patrick Barron | |
| 2020-04-05 | Convert using statements to using declarations where applicable | Patrick Barron | |
| 2020-04-05 | Convert type checks and null checks into pattern matching | Patrick Barron | |
| 2020-04-05 | Start line with Boolean | PrplHaz4 | |
| 2020-04-05 | Collapse IsInEnabledFolder to single expression | PrplHaz4 | |
| Co-Authored-By: Vasily <JustAMan@users.noreply.github.com> | |||
| 2020-04-02 | Force Audio Transcoding for LiveTV Transcoding | artiume | |
| Noticing some sync issues when transcoding livetv, the only thing I was able to do to fix it was to force the audio stream to be transcoded as well. This was how I originally wrote the code and we changed it during the review process. I am reverting it back to the original code. | |||
| 2020-04-01 | Small fixes | Mark Monteiro | |
| 2020-04-01 | Merge branch 'master' into usings | Bond-009 | |
| 2020-04-01 | Add ExtraType.Unknown enum value and use it instead of null | Mark Monteiro | |
| 2020-03-31 | Merge pull request #2503 from nyanmisaka/vaapi | Vasily | |
| Fix various bugs in HWA subtitle burn-in | |||
| 2020-03-30 | Fix permission setting on Channels | PrplHaz4 | |
| Currently, permission settings on Channels are not taken into account prior to returning `{UserName} is not permitted to access Library {ItemName}.`. Whether or not a user can see items within the Channel is solely dependent on `EnableAllFolders`, so you cannot view a plugin's Channels unless you can also see ALL libraries. This PR enables does two things for Channel-providing Plugins: 1. Fixes functionality of "EnableAllChannels" 2. Allows users with Channel permissions to access all folders within that Channel I'm not 100% sure on 2 but I wasn't able to see an obvious way to propagate permissions downward into specific Folders inside a Channel. I tested on a fairly simple library with two channel-providing plugins (ServerWMC, LazyMan) and it seems to work, but this behavior should also be tested by someone with more content/collections. | |||
| 2020-03-31 | minor improvements | nyanmisaka | |
| 2020-03-30 | fix the UTF-16 error while burning ass/ssa subtitles | nyanmisaka | |
| 2020-03-30 | fix the incorrect HLS time while using hw encoders | Nyanmisaka | |
| 2020-03-30 | fix various bugs in VAAPI hardware acceleration | nyanmisaka | |
| 2020-03-28 | Simplify logic; remove unnecessary methods | Mark Monteiro | |
| 2020-03-28 | Display extras with an unknown type | Mark Monteiro | |
| 2020-03-24 | Remove unused usings | Bond_009 | |
| 2020-03-11 | Merge branch 'master' into warn17 | Bond-009 | |
| 2020-03-11 | Another warning | Bond_009 | |
| 2020-03-10 | Merge pull request #2506 from mark-monteiro/inject-loggers-with-context | Bond-009 | |
| Inject loggers with context using ILogger<T> | |||
| 2020-03-07 | Add baseURL to attachments | MrTimscampi | |
| 2020-03-03 | Replace ILogger with ILogger<T> wherever possible | Mark Monteiro | |
| Log entries will contain additional class context when using this interface | |||
| 2020-02-29 | Fix download file with non-ASCII filename | Steven Tang | |
| 2020-02-23 | Merge pull request #21 from jellyfin/master | artiume | |
| nightly | |||
| 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-23 | Switch remux and direct stream | Bond_009 | |
| 2020-02-22 | Update MediaInfoService.cs | artiume | |
| 2020-02-21 | Merge pull request #2321 from Bond-009/images | dkanada | |
| Simplify image processing by removing image enhancers | |||
| 2020-02-19 | Update MediaInfoService.cs | artiume | |
| 2020-02-19 | fix indentation | artiume | |
| it was tabs | |||
| 2020-02-19 | Merge pull request #18 from jellyfin/master | artiume | |
| nightly | |||
| 2020-02-13 | Merge pull request #17 from jellyfin/master | artiume | |
| 10.5 | |||
| 2020-02-14 | merge branch master into refactor | dkanada | |
| 2020-02-13 | Merge pull request #16 from jellyfin/master | artiume | |
| nightly | |||
| 2020-02-12 | Merge branch 'master' into images | Bond-009 | |
