Bond_009
b62b0ec2b5
Fix warnings
1 year ago
Stepan Goremykin
38d962242a
Merge branch 'master' into fix-resharper-warnings
...
# Conflicts:
# Emby.Server.Implementations/Updates/InstallationManager.cs
# tests/Jellyfin.Server.Integration.Tests/OpenApiSpecTests.cs
1 year ago
Bond_009
d7748cfa04
Multiple Stream changes
...
* Remove useless MemoryStream in DlnaHttpClient
* Use HttpContent.ReadFromJsonAsync extension
* Call ConfigureAwait for IAsyncDisposable
* Use HttpContent.CopyToAsync where possible
1 year ago
Stepan Goremykin
3f9ee316d5
Use non nullable property type when possible
1 year ago
Bond_009
4b01aaa0f7
Allocate less Lists
2 years ago
Shadowghost
e7a7edbac0
Various fixes ( #9361 )
2 years ago
Bond_009
b934b346e1
Fix all warnings in MediaBrowser.Providers
2 years ago
Bond-009
16fdb127ab
Check HTTP status code before writing response to file ( #8863 )
...
fix https://github.com/jellyfin/jellyfin/issues/8084
2 years ago
Bond_009
52194f56b5
Replace != null with is not null
2 years ago
Bond_009
f5ca9cbc3b
Enable nullable for MediaBrowser.Providers
3 years ago
Bond_009
9af16fcb6c
Remove workaround for dotnet/runtime#42790
3 years ago
Bond_009
f31224fa8f
Remove sync FileStream hack
3 years ago
Bond_009
e3dac4fda2
Use async FileStreams where it makes sense
3 years ago
Rich Lander
927b003143
Fix remaining MediaBrowser.Providers warnings
4 years ago
Rich Lander
fb92eab69b
Fix analysis issues
4 years ago
Bond_009
6f8ccab788
Move non-jellyfin extensions to separate project
4 years ago
BaronGreenback
bc1cc2d04a
Remove unused using directives
4 years ago
Bond_009
a8ed753f6c
FxCop -> Net Analyzers (part 2)
4 years ago
David
60ffa6f514
Use FileShare.None when creating files
4 years ago
Cody Robibero
5c57569692
Merge branch 'master' into PluginDowngrade
4 years ago
David
043d045448
Put json serializer options in private field
4 years ago
David
2a574914ea
Use streams instead of strings
4 years ago
David
e09d3ba9ef
Remove custom Json serializer from Providers
4 years ago
Greenback
ce19f2be55
Renamed Guid property to Id
4 years ago
dkanada
8b0ef119c3
remove deprecated flag to disable music plugins
4 years ago
Bond_009
4b1c9dc9ea
Pass cancellation where possible
4 years ago
Bond_009
384ab39f5b
Fix some warnings
4 years ago
crobibero
dd078e7b82
use named client
4 years ago
crobibero
1325815182
Remove IHttpClient from Providers
4 years ago
crobibero
188166d6eb
Remove IHttpClient from ArtistImageProvider
4 years ago
crobibero
14f57dddcb
Remove IHttpClient from AlbumImageProvider
4 years ago
Anthony Lavado
468a7fea4c
Merge pull request #3660 from crobibero/plugin-config-location
...
Force plugin config location
5 years ago
crobibero
939b95907b
Force plugin config location
5 years ago
crobibero
05f743480d
fully remove jquery
5 years ago
crobibero
f4cafc2f31
fix built in plugin js
5 years ago
Mark Monteiro
0e9164351b
Merge remote-tracking branch 'upstream/master' into external-id-type
5 years ago
Bond_009
eba488a0f8
Enable TreatWarningsAsErrors in Release for MediaBrowser.Providers
5 years ago
telans
247f9c61e6
fix SA1513/SA1516
5 years ago
telans
acd4389653
fix SA1005
5 years ago
aled
22a860a806
Fix a small number of compile warnings
5 years ago
dkanada
f75a09838e
remove uses of fnchecked from plugins
5 years ago
Mark Monteiro
4f6e5591ec
Remove 'General' as an ExternalIdMediaType, and instead use 'null' to represent a general external id type
5 years ago
Mark Monteiro
d06fee75b6
Rename Name to ProviderName
5 years ago
Mark Monteiro
422d5b2b68
Move ExternalIdMediaType enum to MediaBrowser.Model
5 years ago
Mark Monteiro
e5c857ac36
Rename external id type 'None' to 'General'
5 years ago
Luke Foust
0fb78cf54b
Add documentation around Name, Id, and Type. Changed ExternalIdType to ExternalIdMediaType
5 years ago
Luke Foust
9bdb99fe92
Add type to externalids to distinguish them in the UI
5 years ago
dkanada
f8b391538d
update audiodb config page
5 years ago
dkanada
26c778eb16
implement option to disable audiodb for now
5 years ago
dkanada
76e49a1eb7
migrate audiodb to plugin
5 years ago