Claus Vium
6ece01d425
Merge pull request #5712 from BaronGreenback/5700
...
(cherry picked from commit 1a92d94e92
)
Signed-off-by: Joshua M. Boniface <joshua@boniface.me>
4 years ago
dkanada
eb0621a354
Merge pull request #5217 from jellyfin/auto-manifest
...
handle plugin manifests automatically
(cherry picked from commit c54ca489f1
)
Signed-off-by: Joshua M. Boniface <joshua@boniface.me>
4 years ago
Joshua M. Boniface
1ad8e54035
Merge pull request #4709 from BaronGreenback/PluginDowngrade
...
(cherry picked from commit 406ae3e43a
)
Signed-off-by: Joshua M. Boniface <joshua@boniface.me>
4 years ago
BaronGreenback
cab78f40b3
[Fix] Possible null reference. ( #4585 )
...
Fix possible null reference.
4 years ago
BaronGreenback
47f3bb33f9
Update BasePlugin.cs
4 years ago
BaronGreenback
9c3e484c0e
Update BasePlugin.cs
4 years ago
BaronGreenback
ef05485243
Merge branch 'master' into PluginConfigSave
4 years ago
BaronGreenback
3ffdcfdb80
Update BasePlugin.cs
4 years ago
crobibero
d608ab8042
Fix null reference when saving plugin configuration
4 years ago
Bond-009
331c7f8481
Merge pull request #4253 from BaronGreenback/fordiscussion
...
DI in plugins
4 years ago
BaronGreenback
51996cd34d
Update BasePlugin.cs
4 years ago
BaronGreenback
957b5df0f0
Update MediaBrowser.Common/Plugins/IPluginServiceRegistrator.cs
...
Co-authored-by: Claus Vium <cvium@users.noreply.github.com>
4 years ago
BaronGreenback
429de72443
Update MediaBrowser.Common/Plugins/BasePlugin.cs
...
Co-authored-by: Claus Vium <cvium@users.noreply.github.com>
4 years ago
crobibero
73f923c8d5
Use class instead of struct
4 years ago
BaronGreenback
38da2ee26e
Merge branch 'master' into update-plugin
4 years ago
BaronGreenback
be4e5eff9c
Update BasePlugin.cs
4 years ago
BaronGreenback
257acbc2c9
Update BasePlugin.cs
4 years ago
BaronGreenback
53bea919d0
Update IPluginServiceRegistrator.cs
4 years ago
BaronGreenback
f7cc2f785c
Rename IPluginRegistrar.cs to IPluginServiceRegistrator.cs
4 years ago
BaronGreenback
ae8a3bc02c
Update MediaBrowser.Common/Plugins/IPluginRegistrar.cs
...
Co-authored-by: Claus Vium <cvium@users.noreply.github.com>
4 years ago
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