| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-04-27 | Implement syncplay backend | gion | |
| 2020-04-23 | Merge pull request #2861 from mark-monteiro/fix-auth-response-codes | dkanada | |
| Fix Auth Response Codes | |||
| 2020-04-22 | Merge branch 'master' into register-services-correctly | Bond-009 | |
| 2020-04-22 | Merge branch 'master' into fix-auth-response-codes | Bond-009 | |
| 2020-04-22 | Merge pull request #2846 from jellyfin/azure | Bond-009 | |
| Remove requirement to build web during server builds | |||
| 2020-04-21 | Add <ProjectGuid> properties to all project files | Mark Monteiro | |
| This is required for SonarCloud analysis to run | |||
| 2020-04-20 | Merge remote-tracking branch 'upstream/master' into register-services-correctly | Mark Monteiro | |
| 2020-04-21 | Merge pull request #2466 from dkanada/plugin | Vasily | |
| Update plugin classes for nightly builds | |||
| 2020-04-20 | Merge pull request #2916 from Bond-009/minor2 | dkanada | |
| Minor improvements | |||
| 2020-04-19 | Merge pull request #2849 from lyonzy/patch-1 | Joshua M. Boniface | |
| Handle null outputFileExtension in GetOutputFilePath | |||
| 2020-04-19 | Minor improvements | Bond_009 | |
| 2020-04-17 | Handle null outputFileExtension with null-conditional operator | Matt Lyons | |
| 2020-04-15 | Merge pull request #2745 from Artiume/patch-6 | Bond-009 | |
| Force Audio Transcoding for LiveTV Transcoding | |||
| 2020-04-13 | Merge branch 'master' into register-services-correctly | Mark Monteiro | |
| 2020-04-13 | Clean up SecurityException | Mark Monteiro | |
| - Remove unused SecurityExceptionType - Add missing constructor for InnerException - Add missing documentation | |||
| 2020-04-13 | merge branch master into plugin | dkanada | |
| 2020-04-13 | Handle null outputFileExtension in GetOutputFilePath | Matt Lyons | |
| 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-11 | Merge remote-tracking branch 'upstream/master' into register-services-correctly | Mark Monteiro | |
| 2020-04-11 | merge branch master into plugin | dkanada | |
| 2020-04-11 | remove release channel from plugin classes | dkanada | |
| 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-04 | Eliminate circular dependency between LibraryManager and ImageProcessor | Mark Monteiro | |
| 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 | |
