aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Api/PluginService.cs
AgeCommit message (Collapse)Author
2020-06-09Move PluginService to Jellyfin.Apicrobibero
2020-04-05Convert type checks and null checks into pattern matchingPatrick Barron
2019-11-25* Add support for multi segment base urlsBond_009
* Make baseurl case-insensitive
2019-01-25Remove more compile time warningsBond_009
2019-01-15Extra formatting on the merged code.Erwin de Haan
2019-01-15Merge branch 'dev' into reformatErwin de Haan
# Conflicts: # Emby.Server.Implementations/ApplicationHost.cs # Emby.Server.Implementations/LiveTv/EmbyTV/EmbyTV.cs # Emby.Server.Implementations/LiveTv/LiveTvManager.cs # Emby.Server.Implementations/Security/MBLicenseFile.cs # Emby.Server.Implementations/Security/PluginSecurityManager.cs # Emby.Server.Implementations/Security/RegRecord.cs # MediaBrowser.Api/PluginService.cs # MediaBrowser.Api/System/SystemService.cs # MediaBrowser.Common/Security/IRequiresRegistration.cs # MediaBrowser.Common/Security/ISecurityManager.cs # MediaBrowser.Common/Security/PaymentRequiredException.cs # MediaBrowser.Model/Entities/MBRegistrationRecord.cs # MediaBrowser.Model/Entities/PluginSecurityInfo.cs # deployment/win-generic/build-jellyfin.ps1
2019-01-15removed commented codeClaus Vium
2019-01-15readded some registration endpointsClaus Vium
2019-01-15Added some todosClaus Vium
2019-01-15mock the registration endpoint since livetv etc. still uses itClaus Vium
2019-01-15removed a bunch of validation, security, registration, premiere, whatever bsClaus Vium
2019-01-13Find+Sed BOM removal *.cs: Jellyfin.Server-MediaBrowser.ControllerErwin de Haan
2019-01-13Visual Studio Reformat: MediaBrowser.ApiErwin de Haan
2019-01-11Merge branch 'dev' into code-cleanupErwin de Haan
2019-01-10Mayor code cleanupErwin de Haan
Add Argument*Exceptions now use proper nameof operators. Added exception messages to quite a few Argument*Exceptions. Fixed rethorwing to be proper syntax. Added a ton of null checkes. (This is only a start, there are about 500 places that need proper null handling) Added some TODOs to log certain exceptions. Fix sln again. Fixed all AssemblyInfo's and added proper copyright (where I could find them) We live in *current year*. Fixed the use of braces. Fixed a ton of properties, and made a fair amount of functions static that should be and can be static. Made more Methods that should be static static. You can now use static to find bad functions! Removed unused variable. And added one more proper XML comment.
2019-01-07remove trailing whitespacehawken
2018-12-30Fix exception loggingBond_009
2018-12-30Use Microsoft.Extensions.Logging abstractionBond_009
2018-09-12Update to 3.5.2 and .net core 2.1stefan
2017-09-113.2.30.17Luke Pulverenti
2017-08-19update live tv data transferLuke Pulverenti
2016-10-25make controller project portableLuke Pulverenti
2016-08-05Reduced compiler warnings. No functional changes (except MediaEncoder.cs and ↵softworkz
AutomaticRestartEntryPoint.cs)
2016-03-27Remove unused code...Sven Van den brande
2016-02-15update recordingsLuke Pulverenti
2016-01-20resolve config caching issueLuke Pulverenti
2015-10-29update db queriesLuke Pulverenti
2015-10-16Re-work appstore registration to pass-thru parametersEric Reed
2015-10-16Move exception to SecurityManagerEric Reed
2015-10-16Restore appstore registration end pointEric Reed
2015-09-27Revert "Add store registration endpoint (pointing to test)"Eric Reed
This reverts commit 42ddf1cd86b5a5b50f8023e492ce6d7fcadc0fe1.
2015-09-27Revert "Add missing param"Eric Reed
This reverts commit 41715f145d1ff47b95d870ff8f224e778b25e695.
2015-09-26Add missing paramEric Reed
2015-09-26Add store registration endpoint (pointing to test)Eric Reed
2015-05-29consolidate slideout panelsLuke Pulverenti
2015-05-26update translationsLuke Pulverenti
2015-05-16lazy load scriptsLuke Pulverenti
2015-03-12add reg methodLuke Pulverenti
2015-02-01update thumbnail generationLuke Pulverenti
2015-01-22update task buttonsLuke Pulverenti
2015-01-10add options for media in archivesLuke Pulverenti
2014-11-14revise endpoint attributesLuke Pulverenti
2014-08-30removed dead codeLuke Pulverenti
2014-07-02update to jquery mobile 1.4.3Luke Pulverenti
2014-03-23removed codec enumsLuke Pulverenti
2014-02-03use conditional caching on some json responsesLuke Pulverenti
2013-12-07update to service stack v4Luke Pulverenti
2013-06-30move installation manager down to commonLuke Pulverenti
2013-06-02removed dead codeLuke Pulverenti
2013-04-10resharper suggestions in api projectLuke Pulverenti