crobibero
|
d608ab8042
|
Fix null reference when saving plugin configuration
|
2020-11-18 09:29:18 -07:00 |
|
Joshua M. Boniface
|
ff57434d4b
|
Merge pull request #4502 from crobibero/compres
Use ALL the decompression methods
|
2020-11-17 10:30:01 -05:00 |
|
crobibero
|
5fa4cce4cc
|
Use ALL the decompression methods.
|
2020-11-17 06:57:25 -07:00 |
|
BaronGreenback
|
2bbfcc264d
|
Merge branch 'master' into emby-namig-nullable
|
2020-11-16 19:47:36 +00:00 |
|
crobibero
|
dae4541bad
|
Merge remote-tracking branch 'upstream/master' into dotnet-5
|
2020-11-15 11:56:35 -07:00 |
|
Claus Vium
|
7caf1662ec
|
Merge pull request #4478 from Bond-009/chararray
Don't allocate single char arrays when possible
|
2020-11-15 13:48:43 +01:00 |
|
Bond-009
|
331c7f8481
|
Merge pull request #4253 from BaronGreenback/fordiscussion
DI in plugins
|
2020-11-15 13:29:04 +01:00 |
|
Bond_009
|
bc7359f87d
|
Use string.Split(char) where possible instead of string.Split(char[])
|
2020-11-14 20:27:48 +01:00 |
|
crobibero
|
0c23b8cadf
|
Don't throw exception when converting values using binder or JsonConverter
|
2020-11-12 08:06:25 -07:00 |
|
BaronGreenback
|
51996cd34d
|
Update BasePlugin.cs
|
2020-11-11 19:04:22 +00:00 |
|
crobibero
|
83629ab6f2
|
Update packages to net5
|
2020-11-10 09:52:34 -07:00 |
|
Stepan
|
c0747512d6
|
Merge remote-tracking branch 'jellyfin/master' into emby-namig-nullable
|
2020-11-10 12:42:49 +01:00 |
|
BaronGreenback
|
957b5df0f0
|
Update MediaBrowser.Common/Plugins/IPluginServiceRegistrator.cs
Co-authored-by: Claus Vium <cvium@users.noreply.github.com>
|
2020-11-09 11:26:06 +00:00 |
|
BaronGreenback
|
429de72443
|
Update MediaBrowser.Common/Plugins/BasePlugin.cs
Co-authored-by: Claus Vium <cvium@users.noreply.github.com>
|
2020-11-09 11:25:42 +00:00 |
|
Claus Vium
|
3900976be5
|
Merge pull request #4247 from crobibero/update-plugin
Update all on-disk plugins
|
2020-11-08 18:00:49 +01:00 |
|
crobibero
|
73f923c8d5
|
Use class instead of struct
|
2020-11-08 09:31:53 -07:00 |
|
Claus Vium
|
f172b37401
|
Merge pull request #4391 from crobibero/converter-ireadonlylist
Support IReadOnlyList for JsonCommaDelimitedArrayConverter
|
2020-11-06 15:16:14 +01:00 |
|
Anthony Lavado
|
b1b43b8ad9
|
Merge pull request #4068 from barronpm/event-fixes
Fix Plugin Events and Clean Up InstallationManager.cs
|
2020-11-02 11:11:17 -05:00 |
|
Stepan
|
59619b6ea7
|
Enable nullable in Emby.Naming
|
2020-11-01 10:47:31 +01:00 |
|
crobibero
|
42c2ab97e7
|
Support IReadOnlyList for JsonCommaDelimitedArrayConverter
|
2020-10-29 11:32:02 -06:00 |
|
Bond-009
|
be2f27a069
|
Merge pull request #4312 from crobibero/json-array-converter
Add comma delimited string to array json converter
|
2020-10-27 19:36:37 +01:00 |
|
BaronGreenback
|
2c5609b333
|
Merge branch 'master' into fordiscussion
|
2020-10-26 13:19:13 +00:00 |
|
BaronGreenback
|
38da2ee26e
|
Merge branch 'master' into update-plugin
|
2020-10-17 09:47:20 +01:00 |
|
crobibero
|
b2662894cf
|
Add whitespace handling and tests
|
2020-10-16 09:37:35 -06:00 |
|
dkanada
|
5c2ecc0ca5
|
Merge pull request #4324 from crobibero/dotnet-3.1.9
Update to dotnet 3.1.9
|
2020-10-15 12:56:10 +09:00 |
|
BaronGreenback
|
5b8349b442
|
Merge branch 'master' into fordiscussion
|
2020-10-14 19:05:57 +01:00 |
|
crobibero
|
f998e52107
|
Update to dotnet 3.1.9
|
2020-10-13 18:50:04 -06:00 |
|
dkanada
|
42fb04b084
|
Merge pull request #4254 from BaronGreenback/PluginConfigFix
Fix for #4241: Plugin config initialisation.
|
2020-10-13 12:19:42 +09:00 |
|
BaronGreenback
|
00b2539a70
|
Update IConfigurationManager.cs
|
2020-10-12 21:00:54 +01:00 |
|
BaronGreenback
|
5e5f1cc9c5
|
Update IConfigurationManager.cs
|
2020-10-12 20:56:37 +01:00 |
|
BaronGreenback
|
c7364be743
|
Update IConfigurationManager.cs
|
2020-10-12 20:53:10 +01:00 |
|
BaronGreenback
|
257acbc2c9
|
Update BasePlugin.cs
|
2020-10-12 20:33:08 +01:00 |
|
BaronGreenback
|
53bea919d0
|
Update IPluginServiceRegistrator.cs
|
2020-10-12 07:51:09 +01:00 |
|
BaronGreenback
|
f7cc2f785c
|
Rename IPluginRegistrar.cs to IPluginServiceRegistrator.cs
|
2020-10-12 07:48:53 +01:00 |
|
crobibero
|
7565ae22cb
|
Add tests and switch to factory
|
2020-10-11 21:09:15 -06:00 |
|
crobibero
|
37f3852699
|
Add comma delimited string to array json converter
|
2020-10-11 17:45:45 -06:00 |
|
BaronGreenback
|
ae8a3bc02c
|
Update MediaBrowser.Common/Plugins/IPluginRegistrar.cs
Co-authored-by: Claus Vium <cvium@users.noreply.github.com>
|
2020-10-11 23:49:34 +01:00 |
|
Cody Robibero
|
ee976bb47a
|
Update MediaBrowser.Common/Plugins/LocalPlugin.cs
Co-authored-by: BaronGreenback <jimcartlidge@yahoo.co.uk>
|
2020-10-11 15:27:11 -06:00 |
|
BaronGreenback
|
d31178ab4b
|
Update BasePlugin.cs
|
2020-10-11 20:00:46 +01:00 |
|
BaronGreenback
|
7e939fa2cb
|
Update BasePlugin.cs
Plugins supporting di cannot be unloaded.
|
2020-10-11 19:56:05 +01:00 |
|
BaronGreenback
|
85d36a55a1
|
Update BasePlugin.cs
Removed trailing spaces
|
2020-10-11 18:26:59 +01:00 |
|
BaronGreenback
|
8c0748b677
|
Update BasePlugin.cs
Added ConfigurationChanged event.
|
2020-10-11 16:41:30 +01:00 |
|
Greenback
|
0b73a1d90f
|
Added extra functionality to support registrar.
|
2020-10-11 13:19:14 +01:00 |
|
BaronGreenback
|
dff2674b27
|
Update BasePlugin.cs
|
2020-10-01 20:42:48 +01:00 |
|
BaronGreenback
|
a69731b5e3
|
Update BasePlugin.cs
Moved initialisation ApplicationHost.cs /LoadPlugin()
|
2020-10-01 20:30:12 +01:00 |
|
crobibero
|
53d8023def
|
Update all on-disk plugins
|
2020-09-30 17:37:30 -06:00 |
|
crobibero
|
ac790cd77b
|
Properly handle null structs in json
|
2020-09-27 09:45:11 -06:00 |
|
crobibero
|
46ae51bc9a
|
update to dotnet 3.1.8
|
2020-09-12 10:19:04 -06:00 |
|
cvium
|
cb173d79e6
|
Fix the test
|
2020-09-10 14:30:33 +02:00 |
|
cvium
|
7576824cee
|
Standardize use of IsLocal and RemoteIp
|
2020-09-10 14:16:41 +02:00 |
|