Joshua M. Boniface
|
212c5318ae
|
Merge pull request #4507 from BaronGreenback/Spelling
Corrects spelling in comments
|
2020-11-19 13:08:28 -05:00 |
|
Greenback
|
c4d8926426
|
Fixed notification
|
2020-11-19 17:55:31 +00:00 |
|
Greenback
|
18855a7884
|
Initialial upload
|
2020-11-19 13:34:09 +00:00 |
|
BaronGreenback
|
ef05485243
|
Merge branch 'master' into PluginConfigSave
|
2020-11-19 09:04:49 +00:00 |
|
BaronGreenback
|
3ffdcfdb80
|
Update BasePlugin.cs
|
2020-11-19 09:03:03 +00:00 |
|
crobibero
|
d608ab8042
|
Fix null reference when saving plugin configuration
|
2020-11-18 09:29:18 -07:00 |
|
Greenback
|
9a323f6df0
|
More spelling corrections.
|
2020-11-18 13:46:14 +00:00 |
|
crobibero
|
5b62f70bc0
|
Update exception handle comment
|
2020-11-17 09:57:08 -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 |
|
crobibero
|
3cc0dd7e12
|
Reduce RequestHelpers.Split usage and remove RequestHelpers.GetGuids usage.
|
2020-11-16 20:29:46 -07:00 |
|
BaronGreenback
|
2bbfcc264d
|
Merge branch 'master' into emby-namig-nullable
|
2020-11-16 19:47:36 +00:00 |
|
Greenback
|
60a6627140
|
Removing left over edits left from the acceptance of previous PR's.
|
2020-11-16 19:45:21 +00:00 |
|
Greenback
|
978aa38f3b
|
Updated PR1 code.
|
2020-11-16 19:37:38 +00:00 |
|
Greenback
|
9481fd0747
|
Upgraded to .Net5
|
2020-11-16 17:17:49 +00:00 |
|
BaronGreenback
|
d66f88672c
|
Merge branch 'master' into NetworkPR2
|
2020-11-16 16:27:37 +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 |
|
Greenback
|
3e62557959
|
amended testing unit.
|
2020-11-04 20:30:06 +00:00 |
|
BaronGreenback
|
ec245dce90
|
Merge branch 'master' into NetworkPR2
|
2020-11-04 20:17:41 +00: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 |
|
Greenback
|
f06e4826c7
|
Fixed testing units
|
2020-10-31 19:16:28 +00:00 |
|
Greenback
|
83af636c61
|
Updated with new NetManager
|
2020-10-31 18:21:46 +00:00 |
|
Greenback
|
c25ec72864
|
Updated libraries.
|
2020-10-30 14:48:33 +00:00 |
|
Greenback
|
6dc2936d9c
|
Merge remote-tracking branch 'upstream/master' into NetworkPR2
|
2020-10-30 13:54:46 +00: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
|
0b5ddc90ff
|
Merge branch 'master' into NetworkPR2
|
2020-10-26 13:21:48 +00: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 |
|
BaronGreenback
|
be4e5eff9c
|
Update BasePlugin.cs
|
2020-10-16 14:58:37 +01: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 |
|