aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Api
AgeCommit message (Collapse)Author
2020-04-27Implement syncplay backendgion
2020-04-23Merge pull request #2861 from mark-monteiro/fix-auth-response-codesdkanada
Fix Auth Response Codes
2020-04-22Merge branch 'master' into register-services-correctlyBond-009
2020-04-22Merge branch 'master' into fix-auth-response-codesBond-009
2020-04-22Merge pull request #2846 from jellyfin/azureBond-009
Remove requirement to build web during server builds
2020-04-21Add <ProjectGuid> properties to all project filesMark Monteiro
This is required for SonarCloud analysis to run
2020-04-20Merge remote-tracking branch 'upstream/master' into register-services-correctlyMark Monteiro
2020-04-21Merge pull request #2466 from dkanada/pluginVasily
Update plugin classes for nightly builds
2020-04-20Merge pull request #2916 from Bond-009/minor2dkanada
Minor improvements
2020-04-19Merge pull request #2849 from lyonzy/patch-1Joshua M. Boniface
Handle null outputFileExtension in GetOutputFilePath
2020-04-19Minor improvementsBond_009
2020-04-17Handle null outputFileExtension with null-conditional operatorMatt Lyons
2020-04-15Merge pull request #2745 from Artiume/patch-6Bond-009
Force Audio Transcoding for LiveTV Transcoding
2020-04-13Merge branch 'master' into register-services-correctlyMark Monteiro
2020-04-13Clean up SecurityExceptionMark Monteiro
- Remove unused SecurityExceptionType - Add missing constructor for InnerException - Add missing documentation
2020-04-13merge branch master into plugindkanada
2020-04-13Handle null outputFileExtension in GetOutputFilePathMatt Lyons
2020-04-12Merge pull request #2782 from JustAMan/fix-ssa-deliveryVasily
Fix support for attachments with baseURL set
2020-04-11Merge pull request #2772 from barronpm/codecleanupBond-009
MediaBrowser.Api code cleanup
2020-04-11Merge remote-tracking branch 'upstream/master' into register-services-correctlyMark Monteiro
2020-04-11merge branch master into plugindkanada
2020-04-11remove release channel from plugin classesdkanada
2020-04-07Merge pull request #2696 from mark-monteiro/fix-extrasVasily
Display Extras With Unknown Types
2020-04-07Merge pull request #2721 from PrplHaz4/patch-2Bond-009
Separate Channels permissions from All Libraries
2020-04-06Fixed indentation and corrected typoPatrick Barron
2020-04-06Fix support for attachments with baseURL setVasily
* Revert "Add baseURL to attachments" * This is properly handled by jellyfin-web#1020
2020-04-05Implemented more suggestionsPatrick Barron
2020-04-05Simplified more conditionalsPatrick Barron
2020-04-05Implement various suggestionsPatrick Barron
2020-04-05Miscellaneous code cleanupPatrick Barron
2020-04-05Simplified Conditionals and returnsPatrick Barron
2020-04-05Remove unnecessary casts and explicit array typesPatrick Barron
2020-04-05Remove redundant name qualifiersPatrick Barron
2020-04-05Use ? and ?? where applicablePatrick Barron
2020-04-05Convert using statements to using declarations where applicablePatrick Barron
2020-04-05Convert type checks and null checks into pattern matchingPatrick Barron
2020-04-05Start line with BooleanPrplHaz4
2020-04-05Collapse IsInEnabledFolder to single expressionPrplHaz4
Co-Authored-By: Vasily <JustAMan@users.noreply.github.com>
2020-04-04Eliminate circular dependency between LibraryManager and ImageProcessorMark Monteiro
2020-04-02Force Audio Transcoding for LiveTV Transcodingartiume
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-01Small fixesMark Monteiro
2020-04-01Merge branch 'master' into usingsBond-009
2020-04-01Add ExtraType.Unknown enum value and use it instead of nullMark Monteiro
2020-03-31Merge pull request #2503 from nyanmisaka/vaapiVasily
Fix various bugs in HWA subtitle burn-in
2020-03-30Fix permission setting on ChannelsPrplHaz4
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-31minor improvementsnyanmisaka
2020-03-30fix the UTF-16 error while burning ass/ssa subtitlesnyanmisaka
2020-03-30fix the incorrect HLS time while using hw encodersNyanmisaka
2020-03-30fix various bugs in VAAPI hardware accelerationnyanmisaka
2020-03-28Simplify logic; remove unnecessary methodsMark Monteiro