Cody Robibero
ee976bb47a
Update MediaBrowser.Common/Plugins/LocalPlugin.cs
...
Co-authored-by: BaronGreenback <jimcartlidge@yahoo.co.uk>
4 years ago
BaronGreenback
d31178ab4b
Update BasePlugin.cs
4 years ago
BaronGreenback
7e939fa2cb
Update BasePlugin.cs
...
Plugins supporting di cannot be unloaded.
4 years ago
BaronGreenback
85d36a55a1
Update BasePlugin.cs
...
Removed trailing spaces
4 years ago
BaronGreenback
8c0748b677
Update BasePlugin.cs
...
Added ConfigurationChanged event.
4 years ago
Greenback
0b73a1d90f
Added extra functionality to support registrar.
4 years ago
BaronGreenback
dff2674b27
Update BasePlugin.cs
4 years ago
BaronGreenback
a69731b5e3
Update BasePlugin.cs
...
Moved initialisation ApplicationHost.cs /LoadPlugin()
4 years ago
crobibero
53d8023def
Update all on-disk plugins
4 years ago
Patrick Barron
a77cf53573
Allow plugins to register services.
4 years ago
Neil Burrows
0bab57ebbc
Wrapping long line on function parameters (take 2)
4 years ago
Neil Burrows
966ebfaf68
Wrapping long line on function parameters
4 years ago
Neil Burrows
c20400fa40
Prevent system plugins from being uninstalled
4 years ago
dkanada
bd55bdb4e3
merge branch master into plugin
5 years ago
dkanada
974a04c129
update plugin classes for nightly builds
5 years ago
Bond_009
07cc4be6a7
Fix some warnings
...
* 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
5 years ago
Bond-009
137db45fc7
Apply suggestions from code review
...
Co-Authored-By: dkanada <dkanada@users.noreply.github.com>
5 years ago
Bond_009
2ef4ffd698
More warnings (removed)
5 years ago
Bond_009
9d4ce82ab9
Enable `TreatWarningsAsErrors` for MediaBrowser.Common and Emby.Photos
...
Adds `#pragma warning disable CS1591` to all files in
MediaBrowser.Common containing undocumented members.
5 years ago
Erwin de Haan
65bd052f3e
ReSharper conform to 'var' settings
6 years ago
Erwin de Haan
a36658f6f0
ReSharper Reformat: Properties to expression bodied form.
6 years ago
Erwin de Haan
ba610b5094
Find+Sed BOM removal *.cs: Jellyfin.Server-MediaBrowser.Controller
6 years ago
Erwin de Haan
51ed47f4c4
EditorConfig reformat: Emby.XmlTv, Jellyfin.Server. MediaBrowser.Api, MediaBrowser.Common
6 years ago
Erwin de Haan
106d1d18ed
Visual Studio Reformat: MediaBrowser.Common
6 years ago
Erwin de Haan
ec1f5dc317
Mayor code cleanup
...
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.
6 years ago
Andrew Rabert
a86b71899e
Add GPL modules
6 years ago
stefan
48facb797e
Update to 3.5.2 and .net core 2.1
6 years ago
Luke Pulverenti
780b761456
3.2.29.2
7 years ago
Luke Pulverenti
2af3ec43d5
make common project portable
8 years ago
Luke Pulverenti
07791d46a5
rework scheduled tasks in preparation of common project going portable
8 years ago
softworkz
23da61281e
Reduced compiler warnings. No functional changes (except MediaEncoder.cs and AutomaticRestartEntryPoint.cs)
8 years ago
Luke Pulverenti
ba20bdcc2a
display sync services
10 years ago
Luke Pulverenti
0840bb9ba2
move web socket classes to server project
10 years ago
Luke Pulverenti
42b1416602
begin work on daily episodes
10 years ago
Luke Pulverenti
e5e39e8e56
add metadata editor info endpoint
10 years ago
Luke Pulverenti
8619b5ab38
update translations
11 years ago
Thomas Gillen
61c2364de1
Added IDependencyModule to allow plugins to define IoC bindings
11 years ago
Luke Pulverenti
3488cfecbd
make lazy loaded paths more nimble
11 years ago
Luke Pulverenti
55a776427b
Removed unused properties from BaseItem.
11 years ago
Luke Pulverenti
3d40c5ba36
fixed xml providers running over and over
11 years ago
Luke Pulverenti
35a7986b3f
added model classes for remote control
12 years ago
Luke Pulverenti
b11d06f36f
more work on streaming remotely
12 years ago
Luke Pulverenti
785deff188
removed excess hashing in providers and made user data key-based
12 years ago
Luke Pulverenti
5e1f4c01b8
added back IsFirstRun
12 years ago
Luke Pulverenti
7806ccd42f
resharper suggestions in common project
12 years ago
Luke Pulverenti
5fb369f3e6
add optional package filter and remove IUIPlugin interface
12 years ago
LukePulverenti
bf95cfe2e5
removed the IsCorePlugin property
12 years ago
LukePulverenti
2ca4b7d03a
Created IConfigurationManager
12 years ago
LukePulverenti
0ea90ef7c6
added IServerEntryPoint to replace plugin.initialize
12 years ago
LukePulverenti
e8f5fade43
Created an ItemsByName query dto
12 years ago
LukePulverenti
fe3323a492
fixes around http response caching, updated the mb icon in the dashboard, and isolated web socket events
12 years ago
LukePulverenti
2d06095447
plugin security fixes and other abstractions
12 years ago
LukePulverenti
8ce3e74e81
More DI
12 years ago
LukePulverenti
746c5d2fa7
moved Plugins to separate repo
12 years ago
LukePulverenti
fdafa59683
Removed System.Windows.Forms dependancy from Common. Almost done removing NLog dependancy.
12 years ago
LukePulverenti
ab1065a567
removed static logger
12 years ago
LukePulverenti
767cdc1f6f
Pushing missing changes
12 years ago
LukePulverenti Luke Pulverenti luke pulverenti
119dfc3ac7
Adding the UI to the same repo. Made some default theme progress
12 years ago
LukePulverenti Luke Pulverenti luke pulverenti
8b7effd6ff
Moved discovery of loggers and weather providers to MEF. Also added support for third-party image processors, also discovered through MEF.
12 years ago
LukePulverenti Luke Pulverenti luke pulverenti
fb88e4d5fc
Added the ability to reload the server and created a Plugins solution
12 years ago
LukePulverenti Luke Pulverenti luke pulverenti
5a89c00ac8
Remove spaces from default plugin config filename
12 years ago
LukePulverenti Luke Pulverenti luke pulverenti
f1e668bad8
More code cleanups
12 years ago
LukePulverenti Luke Pulverenti luke pulverenti
670a53258e
Some minor code cleanups
12 years ago
LukePulverenti Luke Pulverenti luke pulverenti
507beb76f6
Added context-sensitive init/dispose methods for plugins
12 years ago
LukePulverenti Luke Pulverenti luke pulverenti
c3d2f63776
Tweaked plugin downloading
12 years ago
LukePulverenti Luke Pulverenti luke pulverenti
4752d12aaa
Switched date operations to utc
12 years ago
LukePulverenti Luke Pulverenti luke pulverenti
26db4b2cd9
Added plugin configuration downloading
12 years ago
LukePulverenti Luke Pulverenti luke pulverenti
fc735e9187
Tweaked plugin downloading a bit
12 years ago
LukePulverenti Luke Pulverenti luke pulverenti
26aef6b082
Implemented UI plugin downloading
12 years ago
LukePulverenti Luke Pulverenti luke pulverenti
438d7fc005
Switched plugin config to use xml
12 years ago
LukePulverenti Luke Pulverenti luke pulverenti
31357d3298
Updated plugins to store their assemblies directly in the plugins folder
12 years ago
LukePulverenti Luke Pulverenti luke pulverenti
defd8ed253
Added an ApiInteraction project that UI's can use to talk to the server. Moved jsonserializer namespace from json to serialization, since we may be adding an xml serializer.
12 years ago
LukePulverenti Luke Pulverenti luke pulverenti
d4c75e3974
Fixed some project fragmentation that came from efforts to go portable
12 years ago
LukePulverenti Luke Pulverenti luke pulverenti
5d88dc8575
Configuration and serialization improvements
12 years ago
LukePulverenti Luke Pulverenti luke pulverenti
77e81432f7
Reworked plugin loading to allow on the fly .dll replacement
12 years ago
LukePulverenti Luke Pulverenti luke pulverenti
97ee9fed14
Switched to MEF as a means to locate plugins and resolvers
12 years ago
LukePulverenti Luke Pulverenti luke pulverenti
84af205572
Added new api handlers to get plugin information
12 years ago
LukePulverenti Luke Pulverenti luke pulverenti
0a48b5e31a
Added a BaseKernel for the UI and Server to share, and made some other minor re-organizations.
12 years ago
LukePulverenti Luke Pulverenti luke pulverenti
80b3ad7bd2
Moved the http server to it's own assembly. added comments and made other minor re-organizations.
12 years ago
LukePulverenti Luke Pulverenti luke pulverenti
baedafbeb9
Switched to service stack json. Added more api enhancements.
12 years ago
LukePulverenti Luke Pulverenti luke pulverenti
5f5f2838b1
moved the http server to common, added more http handlers
12 years ago
LukePulverenti Luke Pulverenti luke pulverenti
b50f78e5da
Initial check-in
12 years ago