David
80f3e20394
Change plugin error message
4 years ago
David Ullmer
4adbbb9f51
Catch TypeLoadException during plugin loading
4 years ago
Karandeep Singh Grewal
4aaf71b873
Translated using Weblate (Hindi)
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/hi/
4 years ago
Joshua M. Boniface
3fda50de6d
Merge pull request #5064 from BaronGreenback/PluginFix
...
Plugin bug fixes
4 years ago
Joshua M. Boniface
4d13cad7af
Merge pull request #5062 from crobibero/delete_log_task
4 years ago
Bond-009
27f8823cbe
Merge pull request #5055 from jellyfin/dependabot/nuget/sharpcompress-0.27.1
...
Bump sharpcompress from 0.26.0 to 0.27.1
4 years ago
WWWesten
91abc09e79
Translated using Weblate (Kazakh)
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/kk/
4 years ago
Wong To Han, Toby
84f6d683f2
Translated using Weblate (Chinese (Hong Kong))
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/zh_Hant_HK/
4 years ago
Arian Ar
d80daa3bec
Translated using Weblate (Persian)
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/fa/
4 years ago
Rodlan Bernabe
17cff101ce
Translated using Weblate (Filipino)
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/fil/
4 years ago
ImSoSx
215554bb41
Translated using Weblate (Spanish (Latin America))
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/es_419/
4 years ago
David
07613f0821
Translated using Weblate (German)
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/de/
4 years ago
AdmiralAnimE
27cbd14377
Translated using Weblate (Bulgarian)
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/bg/
4 years ago
AdmiralAnimE
b3059238e3
Translated using Weblate (Bulgarian)
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/bg/
4 years ago
BaronGreenback
89046e1d97
Bug fixes
4 years ago
crobibero
6abee2dd22
fix delete log task
4 years ago
Claus Vium
65c09f82c5
Merge pull request #5027 from crobibero/episode-first-up
4 years ago
crobibero
1455c2aa10
Remove commented code
4 years ago
dependabot[bot]
4e13b41eed
Bump sharpcompress from 0.26.0 to 0.27.1
...
Bumps [sharpcompress](https://github.com/adamhathcock/sharpcompress ) from 0.26.0 to 0.27.1.
- [Release notes](https://github.com/adamhathcock/sharpcompress/releases )
- [Commits](https://github.com/adamhathcock/sharpcompress/compare/0.26...0.27.1 )
Signed-off-by: dependabot[bot] <support@github.com>
4 years ago
Oriol Serra
01836e55e4
Translated using Weblate (Catalan)
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/ca/
4 years ago
Sinan
d8d9d90469
Translated using Weblate (Turkish)
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/tr/
4 years ago
Joshua M. Boniface
03242a6afd
Merge pull request #5007 from jellyfin/create
4 years ago
crobibero
3b9567d583
Add query parameter to disable returning first episode as next up
4 years ago
crobibero
3d754fa5bf
Revert "Don't return first episodes in next up"
4 years ago
Alexander Brissman
549160b9b9
Translated using Weblate (Norwegian Bokmål)
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/nb_NO/
4 years ago
Deniz
eb82879a4f
Translated using Weblate (Turkish)
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/tr/
4 years ago
Bond_009
9a5ceb34d1
Improve WebSocket Deserialization
4 years ago
趙映翔
f7aae0e876
Translated using Weblate (Chinese (Traditional))
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/zh_Hant/
4 years ago
Oriol Serra
580b90aa4c
Translated using Weblate (Catalan)
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/ca/
4 years ago
Bond_009
1fdd2d6e05
Handle IO errors in LoadManifest
4 years ago
Bond_009
1752423e52
Open FileStream with FileMode.Create instead of FileMode.OpenOrCreate
...
> The OpenWrite method opens a file if one already exists for the file path,
or creates a new file if one does not exist. For an existing file,
it does not append the new text to the existing text. Instead,
it overwrites the existing characters with the new characters.
If you overwrite a longer string
(such as "This is a test of the OpenWrite method") with a shorter string
(such as "Second run"), the file will contain a mix of the strings
("Second runtest of the OpenWrite method").
Ref: https://docs.microsoft.com/en-us/dotnet/api/system.io.file.openwrite?view=net-5.0#remarks
4 years ago
Bond_009
a9b497720d
Use JsonSerializer.SerializeToUtf8Bytes when doing a round trip
...
This test uses a very small object (CountryInfo), using a bigger object
would increase the difference in allocated memory.
```
BenchmarkDotNet=v0.12.1, OS=fedora 32
Intel Core i7-6700HQ CPU 2.60GHz (Skylake), 1 CPU, 8 logical and 4 physical cores
.NET Core SDK=5.0.100
[Host] : .NET Core 5.0.0 (CoreCLR 5.0.20.51904, CoreFX 5.0.20.51904), X64 RyuJIT
DefaultJob : .NET Core 5.0.0 (CoreCLR 5.0.20.51904, CoreFX 5.0.20.51904), X64 RyuJIT
| Method | Mean | Error | StdDev | Gen 0 | Gen 1 | Gen 2 | Allocated |
|---------------- |-----------:|---------:|---------:|-------:|------:|------:|----------:|
| RoundTripBytes | 932.0 ns | 5.09 ns | 4.25 ns | 0.1173 | - | - | 368 B |
| RoundTripString | 1,114.8 ns | 22.19 ns | 23.74 ns | 0.1469 | - | - | 464 B |
```
4 years ago
Bond_009
1ea2b200c0
JsonSerializer deserialize from bytes where possible
...
This is faster and uses way less memory
```
BenchmarkDotNet=v0.12.1, OS=fedora 32
Intel Core i7-6700HQ CPU 2.60GHz (Skylake), 1 CPU, 8 logical and 4 physical cores
.NET Core SDK=5.0.100
[Host] : .NET Core 5.0.0 (CoreCLR 5.0.20.51904, CoreFX 5.0.20.51904), X64 RyuJIT
DefaultJob : .NET Core 5.0.0 (CoreCLR 5.0.20.51904, CoreFX 5.0.20.51904), X64 RyuJIT
| Method | Mean | Error | StdDev | Gen 0 | Gen 1 | Gen 2 | Allocated |
|------- |---------:|--------:|--------:|--------:|------:|------:|----------:|
| Bytes | 158.4 us | 2.56 us | 2.14 us | 16.8457 | - | - | 52.08 KB |
| String | 172.8 us | 0.78 us | 0.70 us | 41.5039 | - | - | 127.82 KB |
| Custom | 155.5 us | 2.95 us | 2.76 us | 10.0098 | - | - | 31.27 KB |
```
4 years ago
Bond-009
0bb0dd646f
Merge pull request #4980 from Ullmie02/chinese
...
Add additional chinese languages
4 years ago
Bond-009
2c74262f7c
Merge pull request #4945 from obradovichv/fix-string-culture-specificity
4 years ago
Bond-009
a8230c07ea
Merge pull request #4961 from crobibero/person-blurhash-null-ref
...
Fix potential null reference
4 years ago
Bond-009
4549c96f6d
Merge pull request #4906 from Spacetech/library_scan_ignore_inaccessible
...
Ignore inaccessible files & folders during library scans
4 years ago
Christian
cb6ae4a188
Translated using Weblate (German)
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/de/
4 years ago
David Ullmer
87c2802984
Add additional chinese languages
4 years ago
minystory
7acee4070e
Translated using Weblate (Korean)
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/ko/
4 years ago
Oatavandi
0ac993e1b3
Translated using Weblate (Malayalam)
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/ml/
4 years ago
Bond-009
07650d91da
Merge pull request #4962 from thornbill/fix-playstate-name
...
Fix capitalization of Playstate message
4 years ago
Ian
0f4bbbc63c
Fix 3169 and 2879 by making MusicArtistResolver run ahead of MusicAlbumResolver
4 years ago
Oatavandi
66ab4e77cd
Added translation using Weblate (Malayalam)
4 years ago
GlibTongue
162e8d3045
Translated using Weblate (Urdu (Pakistan))
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/ur_PK/
4 years ago
Bill Thornton
cfca27e99a
Fix capitalization of Playstate message
4 years ago
crobibero
13f347a813
Fix potential null reference
4 years ago
suelio bertulino lima
a4a261e940
Translated using Weblate (Portuguese (Brazil))
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/pt_BR/
4 years ago
Aron Szakacs
12144d2d9e
Translated using Weblate (German (Swiss))
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/gsw/
4 years ago
obradovichv
0282a1ed09
Fix string culture specificity
...
Fix bug in SsaParser.cs primary color {\1c} formatting that would leave
behind the {\1c} closing token and instead append </font> token
unconditionally to the dialogue text. Add tests.
Change AlphanumComparatorTests.cs complementary test data generation
from an array shuffle to an array reversal. Although it was previously
using a seeded Random, the shuffle itself could result in no
rearrangement of elements if the seed or test data changed over time.
The reversal guarantees reordering of elements and has the added benefit
of simplifying the test code since no special handling is needed for
arrays of 2 elements.
Change DailyTrigger.cs logging of TriggerDate format to
"yyyy-MM-dd HH:mm:ss.fff zzz" for consistency with configured log
timestamp format and change DueTime format to culture-invariant "c"
format.
4 years ago
Azunyan-
d1da1aa407
Translated using Weblate (Swedish)
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/sv/
4 years ago
lemmens95
e15b2ea10f
Translated using Weblate (Dutch)
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/nl/
4 years ago
Matt Montgomery
8dd83327b5
Remove quick connect tokens after usage
4 years ago
Manjot Singh
5932b967b7
Translated using Weblate (Punjabi)
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/pa/
4 years ago
Manjot Singh
cf52503630
Added translation using Weblate (Punjabi)
4 years ago
crobibero
d077c425d3
Add only correct person blurhash
4 years ago
Gary Wilber
1fdeac0a7d
Ignore inaccessible files during library scans
4 years ago
Joshua M. Boniface
406ae3e43a
Merge pull request #4709 from BaronGreenback/PluginDowngrade
4 years ago
BaronGreenback
149c2b2169
Added referenced assembly failure detection, and DI failure protection.
4 years ago
dkanada
e53379502c
Merge pull request #4876 from jellyfin/dependabot/nuget/DotNet.Glob-3.1.2
...
Bump DotNet.Glob from 3.1.0 to 3.1.2
4 years ago
crobibero
dbfbf9fb5b
Fix bad merge
4 years ago
Cody Robibero
5c57569692
Merge branch 'master' into PluginDowngrade
4 years ago
Joshua M. Boniface
7caba04c3c
Merge pull request #4890 from nielsvanvelzen/4888-fix-search-hints
...
Fix search hint endpoint error
4 years ago
artiume
f411353c8c
Update Emby.Server.Implementations/Library/UserDataManager.cs
...
Co-authored-by: Bond-009 <bond.009@outlook.com>
4 years ago
artiume
c7cb177260
Update Emby.Server.Implementations/Library/UserDataManager.cs
...
Co-authored-by: Bond-009 <bond.009@outlook.com>
4 years ago
artiume
77b478c726
Update Emby.Server.Implementations/Library/UserDataManager.cs
...
Co-authored-by: Bond-009 <bond.009@outlook.com>
4 years ago
artiume
99adbf0497
Split resume function for Audiobooks
4 years ago
Niels van Velzen
2bb84c0675
Fix limit parameter error for search hints endpoint
4 years ago
dependabot[bot]
633507eee1
Bump DotNet.Glob from 3.1.0 to 3.1.2
...
Bumps [DotNet.Glob](https://github.com/dazinator/DotNet.Glob ) from 3.1.0 to 3.1.2.
- [Release notes](https://github.com/dazinator/DotNet.Glob/releases )
- [Changelog](https://github.com/dazinator/DotNet.Glob/blob/develop/ReleaseNotes.md )
- [Commits](https://github.com/dazinator/DotNet.Glob/compare/3.1.0...3.1.2 )
Signed-off-by: dependabot[bot] <support@github.com>
4 years ago
Bond-009
054adf6379
Merge pull request #4853 from Ullmie02/servicestack-json
4 years ago
Shaunak Basu
8dfe89ea52
Translated using Weblate (Hindi)
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/hi/
4 years ago
Shaunak Basu
782c233389
Translated using Weblate (Bengali)
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/bn/
4 years ago
David
3dec1fd6b2
Use UTF8 encoding and async correctly
4 years ago
WWWesten
926c70f9f7
Translated using Weblate (Kazakh)
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/kk/
4 years ago
David
21fd124bca
Code revie
4 years ago
David
f73bb92ce3
Remove manual N/A removal and write directly to stream
4 years ago
mahi160
108d2da0aa
Translated using Weblate (Bengali)
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/bn/
4 years ago
Mislav Milinković
41324300ec
Translated using Weblate (Croatian)
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/hr/
4 years ago
David
043d045448
Put json serializer options in private field
4 years ago
David
e835dfb27d
Use sync string instead of file
4 years ago
David
a714008b59
Add missing FileStreams
4 years ago
David
2a574914ea
Use streams instead of strings
4 years ago
BaronGreenback
21f6d39432
copy constructor
4 years ago
BaronGreenback
dae6798a18
Making it work
4 years ago
BaronGreenback
889e988167
Updated to latest unstable.
4 years ago
BaronGreenback
62702fa3eb
Changes as requested
4 years ago
David
f38970cbd3
Remove xml docs
4 years ago
David
62fcc84bf4
Remove nuget reference
4 years ago
David
e9902e9d35
Remove custom Json serializer
4 years ago
David
196388d607
Remove custom Json serializer from Emby.Server.Implementations
4 years ago
Bond-009
3a452463fc
Merge pull request #4849 from crobibero/clean-deps
...
Remove unused dependencies
4 years ago
BaronGreenback
e8df9551ef
Update PluginManager.cs
...
Changed a to i
4 years ago
BaronGreenback
9a97933499
Update Emby.Server.Implementations/Plugins/PluginManager.cs
...
Co-authored-by: Claus Vium <cvium@users.noreply.github.com>
4 years ago
BaronGreenback
8e04e6c837
Update Emby.Server.Implementations/Updates/InstallationManager.cs
...
Co-authored-by: Claus Vium <cvium@users.noreply.github.com>
4 years ago
BaronGreenback
63c290f878
Update Emby.Server.Implementations/Updates/InstallationManager.cs
...
Co-authored-by: Claus Vium <cvium@users.noreply.github.com>
4 years ago
BaronGreenback
4ba4eefeeb
Update Emby.Server.Implementations/Plugins/PluginManager.cs
...
Co-authored-by: Claus Vium <cvium@users.noreply.github.com>
4 years ago
BaronGreenback
66d98cb8e4
Update Emby.Server.Implementations/ApplicationHost.cs
...
Co-authored-by: Claus Vium <cvium@users.noreply.github.com>
4 years ago
Ryan Petris
c0c0eaec05
new List(int) does not pre-allocate indicies like Arrays, it merely sets the initial capacity.
4 years ago
crobibero
1dac2226c4
Remove unused deps
4 years ago
BaronGreenback
1f2ecd0775
Fix for DI.
4 years ago
BaronGreenback
621e6d28cd
Fallback to default guid
4 years ago
BaronGreenback
3633996a53
New json converter implemented.
4 years ago
Predrag Ljubenović
e778fda843
Translated using Weblate (Serbian)
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/sr/
4 years ago
Page Asgardius
3df97d5441
Translated using Weblate (Spanish (Latin America))
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/es_419/
4 years ago
BaronGreenback
7a66761981
write json files indented.
4 years ago
Claus Vium
6274cf8fcc
Merge pull request #4803 from ryanpetris/fix-getuser
...
Fix Live TV Recording Scheduling
4 years ago
WWWesten
cc5d0af4c1
Translated using Weblate (Russian)
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/ru/
4 years ago
WWWesten
1d50c2ad63
Translated using Weblate (Kazakh)
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/kk/
4 years ago
WWWesten
b8ef0823fa
Translated using Weblate (Kazakh)
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/kk/
4 years ago
Greenback
d34428f2f7
removed exception
4 years ago
BaronGreenback
9bf970e5c6
Update Emby.Server.Implementations/Plugins/PluginManager.cs
...
Co-authored-by: Cody Robibero <cody@robibe.ro>
4 years ago
BaronGreenback
a293024efd
Update Emby.Server.Implementations/Plugins/PluginManager.cs
...
Co-authored-by: Cody Robibero <cody@robibe.ro>
4 years ago
BaronGreenback
5c3ebb63e6
Update Emby.Server.Implementations/Plugins/PluginManager.cs
...
Co-authored-by: Cody Robibero <cody@robibe.ro>
4 years ago
BaronGreenback
09f219bbce
Update Emby.Server.Implementations/Plugins/PluginManager.cs
...
Co-authored-by: Cody Robibero <cody@robibe.ro>
4 years ago
BaronGreenback
3708ca8dbb
Update Emby.Server.Implementations/Plugins/PluginManager.cs
...
Co-authored-by: Cody Robibero <cody@robibe.ro>
4 years ago
BaronGreenback
4757824a82
Update Emby.Server.Implementations/Updates/InstallationManager.cs
...
Co-authored-by: Cody Robibero <cody@robibe.ro>
4 years ago
Greenback
cb793af30e
Renamed guid to id
4 years ago
Greenback
5c4fdaa253
MaxAbi property removed.
4 years ago
Greenback
ce19f2be55
Renamed Guid property to Id
4 years ago
Predrag Ljubenović
07ee98b65f
Translated using Weblate (Serbian)
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/sr/
4 years ago
Greenback
486148dd6b
Removed maxAbi
4 years ago
Greenback
5a3efc5266
Changes as required.
4 years ago
BaronGreenback
4153551dfc
Update Emby.Server.Implementations/Plugins/PluginManager.cs
...
Co-authored-by: Cody Robibero <cody@robibe.ro>
4 years ago
BaronGreenback
0dcf6b09c1
Update Emby.Server.Implementations/Plugins/PluginManager.cs
...
Co-authored-by: Cody Robibero <cody@robibe.ro>
4 years ago
BaronGreenback
8ce765c4d1
Update Emby.Server.Implementations/Plugins/PluginManager.cs
...
Co-authored-by: Cody Robibero <cody@robibe.ro>
4 years ago
BaronGreenback
591ad3b04b
Update Emby.Server.Implementations/Plugins/PluginManager.cs
...
Co-authored-by: Cody Robibero <cody@robibe.ro>
4 years ago
BaronGreenback
30645e7265
Update Emby.Server.Implementations/Plugins/PluginManager.cs
...
Co-authored-by: Cody Robibero <cody@robibe.ro>
4 years ago
BaronGreenback
2d094bedf5
Update Emby.Server.Implementations/Plugins/PluginManager.cs
...
Co-authored-by: Cody Robibero <cody@robibe.ro>
4 years ago
BaronGreenback
3a8d395c9c
Update Emby.Server.Implementations/Plugins/PluginManager.cs
...
Co-authored-by: Cody Robibero <cody@robibe.ro>
4 years ago
SecularSteve
be3129e012
Translated using Weblate (English (United Kingdom))
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/en_GB/
4 years ago
Miko Dela Cruz
e515b696d1
Translated using Weblate (Japanese)
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/ja/
4 years ago
nlspln
9bf51aeb6b
Translated using Weblate (Dutch)
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/nl/
4 years ago
Greenback
a4a40407a0
Change PluginStatus states.
4 years ago
Greenback
d9aaba36ec
Copy previous plugin settings if they don't exist.
4 years ago
Greenback
1ed25ebd9a
Corrections as recommended.
4 years ago
Claus Vium
21d2e9ff0c
Merge pull request #4771 from crobibero/typed-get-preference
...
Use typed UserManager GetPreference
4 years ago
Ryan Petris
875562e580
This is only used in one place and therefore will always be HttpRequest.
4 years ago
Ryan Petris
1b3fcab6a4
If requestContext is HttpRequest, get the context from it properly.
4 years ago
Greenback
5323887540
Replaced TryGetPlugin with GetPlugin
4 years ago
Greenback
eb2439f23b
Changes as recommended.
4 years ago
Greenback
208d545cfe
Changed as suggested.
4 years ago
Greenback
dddcfa6dbb
Suggested changes.
4 years ago
BaronGreenback
3cff64ee32
Delete disabled.png
...
Should have a capital letter
4 years ago
BaronGreenback
2bb12793b2
Add files via upload
4 years ago
Greenback
cddc87e2af
Fixed gitmerge.
4 years ago
BaronGreenback
67c480ad53
Merge branch 'master' into PluginDowngrade
4 years ago
Greenback
0d4aa6bad6
Enable local file repositories
4 years ago
Greenback
fbb20ebef6
Plugin setting migration to folders.
4 years ago
Greenback
494ace7984
Mark plugin failure on DI Loop.
4 years ago
Greenback
a246a77ada
Delete plugin working.
4 years ago
Greenback
7986465cf7
Initial upload
4 years ago
Joshua M. Boniface
4f6a585424
Merge pull request #4716 from OancaAndrei/syncplay-new-auth-policies
4 years ago
Joshua M. Boniface
e7ae712437
Merge pull request #4773 from Artiume/patch-10
...
Remove opf extension for book types
4 years ago
A Foley
a83a4f55d9
Translated using Weblate (French (Canada))
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/fr_CA/
4 years ago
crobibero
ee23d06154
Use a more descriptive function name
4 years ago
Claus Vium
c5a5f77b9e
Merge pull request #4726 from BaronGreenback/19.0RC--Fix-CertificateLoadError
...
Fix - Access Denied on using certificates in windows as user.
4 years ago
artiume
297cb27ab6
remove opf extension for book types
4 years ago
crobibero
b670937c3d
Use typed UserManager GetPreference
4 years ago
Nyanmisaka
d701b67de1
Apply suggestions from code review
...
Co-authored-by: Claus Vium <cvium@users.noreply.github.com>
4 years ago
nyanmisaka
41218c5613
fix ssl certificate cannot be saved
4 years ago
Claus Vium
a57e465de9
Merge pull request #4710 from OancaAndrei/syncplay-fix-session-restore
...
Restore sessions in SyncPlay groups upon reconnection
4 years ago
Claus Vium
c1bb29532f
Merge pull request #4756 from crobibero/api-key-inverted-condition
...
Fix inverted condition when authenticating with an ApiKey
4 years ago
Claus Vium
f322866127
Merge pull request #4737 from crobibero/missing-ensure-success
4 years ago
Claus Vium
0cddfbcff5
Merge pull request #4757 from cvium/semi_revert_defer_image_loading
4 years ago
kaboom83
abcbb9f156
Translated using Weblate (Slovenian)
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/sl/
4 years ago
crobibero
a9aafbaf5a
Don't throw exception unless needed
4 years ago
cvium
3f6e6c4839
Simplify
4 years ago
Claus Vium
a56ac65449
Merge pull request #4753 from crobibero/5.0.1
...
Update to dotnet 5.0.1
4 years ago
Claus Vium
7455de1f85
Merge pull request #4701 from crobibero/plugin-version
4 years ago
cvium
3c5bbeb80c
Remove ImageFetcherPostScanTask
4 years ago
crobibero
2478c8fa64
Fix inverted condition when authenticating with an ApiKey
4 years ago
crobibero
aa5fa7cb8f
Update to dotnet 5.0.1
4 years ago
Bond_009
c0fde3496c
Add tests for HdHomerunHost.TryGetTunerHostInfo
4 years ago
Bond_009
514d95e5aa
Add tests for HdHomerunHost.GetLineup
4 years ago
Claus Vium
e6650651b3
Merge pull request #4738 from jellyfin/tests8
...
Add tests for HdHomerunHost.GetModelInfo
4 years ago
Bond_009
7027561e19
Add tests for HdHomerunHost.GetModelInfo
4 years ago
Claus Vium
b83bc0a589
Merge pull request #4736 from nyanmisaka/fix-custom-order
...
Fix custom library order
4 years ago
Claus Vium
b6ecaccf92
Merge pull request #4730 from crobibero/base-item-dto-guid-nullable
...
Don't serialize empty GUID to null
4 years ago
crobibero
e621244405
Add missing EnsureSuccessStatusCode
4 years ago
nyanmisaka
020fe37dfe
fix custom library order
4 years ago
crobibero
26e5aacb90
Fix JsonConverter recursion
4 years ago
Claus Vium
0aad17554c
Merge pull request #4715 from crobibero/hdhr-json-bool
...
Add number to bool json converter
4 years ago
Claus Vium
0d5f651ae9
Merge pull request #4706 from cvium/fix_aspectratio_again
...
Only apply series image aspect ratio if episode/season has no primary image
4 years ago
crobibero
8517b28eba
Make BaseItemDto Guids nullable
4 years ago
BaronGreenback
b485520537
Update ApplicationHost.cs
...
Added X509KeyStorageFlags.UserKeySet
4 years ago
Ionut Andrei Oanca
499f3ee950
Update authorization policies for SyncPlay
4 years ago
crobibero
66a1880a58
Add number to bool json converter
4 years ago
Ionut Andrei Oanca
0825ce687d
Add SessionControllerConnected event
4 years ago
cvium
a0fbf0f539
Only apply series image aspect ratio if episode/season has no primary image
4 years ago
crobibero
8df2213d6b
Don't return plugin versions that target newer Jellyfin version
4 years ago
Artūrs Jānis Ņikitins
a7b461adb4
Translated using Weblate (Latvian)
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/lv/
4 years ago
Artūrs Jānis Ņikitins
b9107e847a
Translated using Weblate (Latvian)
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/lv/
4 years ago
Saman Dadmand
34cd89058a
Translated using Weblate (Persian)
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/fa/
4 years ago
rwctrjotovxqqqyqod
4d56afa712
Translated using Weblate (French (Canada))
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/fr_CA/
4 years ago
Joshua M. Boniface
bba01bf7b9
Merge pull request #3194 from OancaAndrei/syncplay-enhanced
...
SyncPlay for TV series (and Music)
4 years ago
Joshua M. Boniface
b96d4ef0e8
Merge pull request #4653 from crobibero/favorite-persons
...
Optimize FavoritePersons query
4 years ago
Ionut Andrei Oanca
cc64ee483d
Reorder parameters in HandleRequest
4 years ago
Ionut Andrei Oanca
1f57b594e6
Loosen locking logic in SyncPlayManager
4 years ago
Joshua M. Boniface
670f7cacc3
Merge pull request #4651 from crobibero/iso_manager
...
Remove IIsoMounter and IsoMounter
4 years ago
Ionut Andrei Oanca
cbf70e7a03
Change type of PlaylistItemId to Guid
4 years ago
crobibero
60b7e49a7f
Suggestions from code review
4 years ago
Eero Nevaluoto
958c3a3217
Translated using Weblate (Finnish)
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/fi/
4 years ago
Claus Vium
dca3f62ff8
Merge branch 'master' into PlugsVersionNumberFix
4 years ago
Claus Vium
9afd19b06e
Merge pull request #4648 from nyanmisaka/optimize-plugin-logs
...
Optimize load plugin logs
4 years ago
Claus Vium
f1cc01f324
Merge pull request #4242 from Spacetech/library_scan_speed
...
Increase library scan and metadata refresh speed
4 years ago
jeansebbeaulieu
cba1aced8a
Translated using Weblate (French (Canada))
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/fr_CA/
4 years ago
crobibero
b7443f6042
Optimize FavoritePersons query
4 years ago
Page Asgardius
cff2b7fed1
Translated using Weblate (Spanish (Mexico))
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/es_MX/
4 years ago
Ionut Andrei Oanca
b7eb4da04e
Rename GroupController into Group
4 years ago
crobibero
ca5c20c988
Remove IIsoMounter and IsoMounter
4 years ago
Nyanmisaka
d496fd2d48
Apply suggestions from code review
...
Co-authored-by: Cody Robibero <cody@robibe.ro>
4 years ago
nyanmisaka
bbe872524d
optimize load plugin logs
4 years ago
cvium
7e0ea296c3
Move request validation to auth policies
4 years ago
Claus Vium
f01eff0559
Merge pull request #4647 from rhamzeh/fix/localization-add-palestine
...
fix: add Palestine to supported countries
4 years ago
Claus Vium
4ae62e74e9
Merge pull request #4644 from jellyfin/minor9
...
Minor improvements
4 years ago
Claus Vium
e042572588
Merge pull request #4633 from crobibero/guid-params
...
Use Guid as API parameter type where possible
4 years ago
Raghd Hamzeh
9497530281
fix: add Palestine to supported countries
4 years ago
Bond-009
ea20f05de4
Merge pull request #4589 from ConfusedPolarBear/id-fix
...
[Fix] Test query value
4 years ago
Bond_009
e4fd61411f
Minor improvements
4 years ago
Fernando
5bfc5b9166
Translated using Weblate (Spanish)
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/es/
4 years ago
Joshua M. Boniface
a6199f821b
Merge pull request #4169 from stanionascu/bdiso-playback
...
Playback (direct-stream/transcode) of BDISO/BDAV containers
4 years ago
crobibero
b5a7a74e89
Use GetParentItem where applicable
4 years ago
Claus Vium
79578521b8
Merge pull request #4629 from crobibero/auth-handler
...
Provide NoResult instead of Fail in CustomAuthenticationHandler
4 years ago
Claus Vium
81823f9a3d
Merge pull request #4628 from MrTimscampi/no-next-resumable
...
Prevent GetUpNext from returning episodes in progress
4 years ago
crobibero
cd459c51f3
Return NoResult only when request doesn't have a token.
4 years ago
Claus Vium
673d2c0d26
Update Emby.Server.Implementations/TV/TVSeriesManager.cs
4 years ago
MrTimscampi
371092cf62
Fix possible nullref
4 years ago
MrTimscampi
7ba9ba4780
Fix typo
4 years ago
crobibero
2055d49701
fix inverted condition
4 years ago
crobibero
821ad79992
fix spacing
4 years ago
crobibero
c083b29e29
Use Guid as API parameter type where possible
4 years ago
4d1m
f660969e6c
Translated using Weblate (Romanian)
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/ro/
4 years ago
MrTimscampi
21a67a66d2
Prevent GetUpNext from returning episodes in progress
4 years ago
Claus Vium
0a35f35311
Merge pull request #4591 from jellyfin/schedulesdirect
...
Clean up SchedulesDirect
4 years ago
xnick
d734deb6c1
Translated using Weblate (Greek)
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/el/
4 years ago
dependabot[bot]
d13611f7da
Bump prometheus-net.DotNetRuntime from 3.4.0 to 3.4.1
...
Bumps [prometheus-net.DotNetRuntime](https://github.com/djluck/prometheus-net.DotNetRuntime ) from 3.4.0 to 3.4.1.
- [Release notes](https://github.com/djluck/prometheus-net.DotNetRuntime/releases )
- [Commits](https://github.com/djluck/prometheus-net.DotNetRuntime/compare/3.4.0...3.4.1 )
Signed-off-by: dependabot[bot] <support@github.com>
4 years ago
dependabot[bot]
21a2dec5b2
Bump ServiceStack.Text.Core from 5.10.0 to 5.10.2
...
Bumps [ServiceStack.Text.Core](https://github.com/ServiceStack/ServiceStack.Text ) from 5.10.0 to 5.10.2.
- [Release notes](https://github.com/ServiceStack/ServiceStack.Text/releases )
- [Commits](https://github.com/ServiceStack/ServiceStack.Text/compare/v5.10...v5.10.2 )
Signed-off-by: dependabot[bot] <support@github.com>
4 years ago
Ionut Andrei Oanca
b57ace7888
Address requested changes from review
4 years ago
Enes
2375bd69e4
Translated using Weblate (Turkish)
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/tr/
4 years ago
TF
21893b6abe
Translated using Weblate (Portuguese)
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/pt/
4 years ago
Enes
7561eda0f0
Translated using Weblate (Turkish)
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/tr/
4 years ago
Claus Vium
93bd5e67e9
Merge pull request #4525 from crobibero/transcode-file-task-schedule
...
Set DeleteTranscodeFileTask to trigger every 24h
4 years ago
Telmo Duarte
e936d0872b
Translated using Weblate (Portuguese)
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/pt/
4 years ago
Telmo Duarte
304bbfd66d
Translated using Weblate (Portuguese (Portugal))
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/pt_PT/
4 years ago
No Available
e52e1918c5
Translated using Weblate (Danish)
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/da/
4 years ago
Ionut Andrei Oanca
78ea8ef99e
Create common interface for SyncPlay requests
4 years ago
Ionut Andrei Oanca
c60714e365
Move query parameters to request body in SyncPlay
4 years ago
cvium
65e6211c03
Remove circular dependency between websocket listeners and manager
4 years ago
cvium
1a0d8aef80
Revert "Removed Lazy implementation."
4 years ago
conashinck
f1b3811ca7
Translated using Weblate (Chinese (Traditional))
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/zh_Hant/
4 years ago
conashinck
1458797330
Translated using Weblate (Chinese (Traditional))
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/zh_Hant/
4 years ago
Greenback
5cd5a7d4ce
Removed Lazy implementation.
4 years ago
Matt Montgomery
185476c08a
Add support for query negation
4 years ago
Claus Vium
5dc61f066d
Merge pull request #4595 from MrTimscampi/clean-next-up
...
Don't return first episodes in next up
4 years ago
MrTimscampi
0dda909a60
Fix suggestion
4 years ago
Joshua M. Boniface
c98c2ab955
Merge branch 'master' into syncplay-enhanced
4 years ago
MrTimscampi
c196ad3351
Don't return first episodes in next up
4 years ago
Joshua M. Boniface
9169a28df1
Merge pull request #4588 from jellyfin/hex
...
Remove Hex class as the BCL has one now
4 years ago
Bond_009
81ca6cb47c
Clean up SchedulesDirect
4 years ago
WWWesten
536ac4c11c
Translated using Weblate (Russian)
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/ru/
4 years ago
Rubikscraft
ab6a4fac91
Translated using Weblate (Dutch)
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/nl/
4 years ago
Bond_009
38932fc7d1
Schedules Direct requires the hex to be lowercase
4 years ago
Matt Montgomery
0758d84a61
Test query value
4 years ago
Bond_009
8c8a71692e
Remove Hex class as the BCL has one now
4 years ago
nextlooper42
abf0f85123
Translated using Weblate (Slovak)
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/sk/
4 years ago
Claus Vium
e86385b74d
Merge pull request #4575 from crobibero/null-ref
...
Don't throw null reference if ContentType is null.
4 years ago
Ignatius Bagus
8275a5d635
Translated using Weblate (Indonesian)
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/id/
4 years ago
nextlooper42
4edbd6d182
Translated using Weblate (Slovak)
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/sk/
4 years ago
crobibero
0acea5b077
Don't throw null reference if ContentType is null.
4 years ago
volodymyr
49eadd3246
Translated using Weblate (Ukrainian)
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/uk/
4 years ago
nextlooper42
9b2999237f
Translated using Weblate (Slovak)
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/sk/
4 years ago
nextlooper42
9534f55eb0
Translated using Weblate (Slovak)
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/sk/
4 years ago
Oatavandi
f8229529ab
Translated using Weblate (Tamil)
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/ta/
4 years ago
Mikko Puntanen
eefb192584
Translated using Weblate (Finnish)
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/fi/
4 years ago
CutterXYZ
9b14e7d6e4
Translated using Weblate (French)
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/fr/
4 years ago
hoanghuy309
29e686b042
Translated using Weblate (Vietnamese)
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/vi/
4 years ago
BaronGreenback
6676ca4d1b
Remove ResourceFileManager ( #4567 )
4 years ago
Antonio Sarro
41b3a7869e
Translated using Weblate (Italian)
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/it/
4 years ago
crobibero
c5f5633ec6
Handle invalid plugins
4 years ago
Joshua M. Boniface
2c9e355e42
Merge branch 'master' into NetworkPR2
4 years ago
hoanghuy309
c1db8869f0
Translated using Weblate (Vietnamese)
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/vi/
4 years ago
Joshua M. Boniface
09c7f98162
Merge pull request #4263 from cvium/defer_image_fetching
...
Defer image pre-fetching until the end of a refresh/scan
4 years ago
BaronGreenback
969b9e2a18
Update ImageFetcherPostScanTask.cs
4 years ago
BaronGreenback
e8cb9cea7d
Merge branch 'master' into library_scan_speed
4 years ago
Joshua M. Boniface
d5eb7e786f
Merge pull request #4182 from ryanpetris/fix-hdhomerun
...
Fix HD Home Run streaming
4 years ago
Joshua M. Boniface
bf54b5579c
Merge branch 'master' into defer_image_fetching
4 years ago
Joshua M. Boniface
f6c842e7b3
Merge pull request #4513 from BaronGreenback/LatestPluginSelected
...
Multi-repository plugins
4 years ago
Greenback
9b5ae690c1
renamed file.
4 years ago
BaronGreenback
8f25eaeb9d
Update Emby.Server.Implementations/LiveTv/TunerHosts/HdHomerun/HdHomerunUdpStream.cs
...
Co-authored-by: Cody Robibero <cody@robibe.ro>
4 years ago
Greenback
616caca2b7
Added more comments.
4 years ago
BaronGreenback
124bd4c2c0
Networking: 1 - Network Manager ( #4124 )
...
* NetworkManager
* Config file with additional options.
* Update Jellyfin.Networking/Manager/INetworkManager.cs
Co-authored-by: Cody Robibero <cody@robibe.ro>
* Update Jellyfin.Networking/Manager/INetworkManager.cs
Co-authored-by: Cody Robibero <cody@robibe.ro>
* Update MediaBrowser.Model/Configuration/ServerConfiguration.cs
Co-authored-by: Cody Robibero <cody@robibe.ro>
* Update MediaBrowser.Model/Configuration/ServerConfiguration.cs
Co-authored-by: Cody Robibero <cody@robibe.ro>
* Update MediaBrowser.Model/Configuration/ServerConfiguration.cs
Co-authored-by: Cody Robibero <cody@robibe.ro>
* Update Jellyfin.Networking/Manager/NetworkManager.cs
Co-authored-by: Cody Robibero <cody@robibe.ro>
* Split function.
* Update Jellyfin.Networking/Manager/INetworkManager.cs
Co-authored-by: Cody Robibero <cody@robibe.ro>
* fixed iterations
* Update Jellyfin.Networking.csproj
* Update NetworkManager.cs
* Updated to NetCollection 1.03.
* Update ServerConfiguration.cs
* Update StartupController.cs
* Update INetworkManager.cs
Removed public
* Update INetworkManager.cs
* Update Jellyfin.Networking/Manager/NetworkManager.cs
Co-authored-by: Claus Vium <cvium@users.noreply.github.com>
* Updated comment
* Update Jellyfin.Networking/Manager/NetworkManager.cs
Co-authored-by: Claus Vium <cvium@users.noreply.github.com>
* Update Jellyfin.Networking/Manager/NetworkManager.cs
Co-authored-by: Claus Vium <cvium@users.noreply.github.com>
* Update Jellyfin.Networking/Manager/NetworkManager.cs
Co-authored-by: Claus Vium <cvium@users.noreply.github.com>
* Update Jellyfin.Networking/Manager/NetworkManager.cs
Co-authored-by: Claus Vium <cvium@users.noreply.github.com>
* Update Jellyfin.Networking/Manager/INetworkManager.cs
Co-authored-by: Claus Vium <cvium@users.noreply.github.com>
* Remove mono code.
Removed forced chromecast option
* Inverted if
* Update Jellyfin.Networking/Manager/NetworkManager.cs
Co-authored-by: Cody Robibero <cody@robibe.ro>
* Update Jellyfin.Networking/Manager/NetworkManager.cs
Co-authored-by: Cody Robibero <cody@robibe.ro>
* Update Jellyfin.Networking/Manager/NetworkManager.cs
Co-authored-by: Cody Robibero <cody@robibe.ro>
* Update Jellyfin.Networking/Manager/NetworkManager.cs
Co-authored-by: Cody Robibero <cody@robibe.ro>
* Update Jellyfin.Networking/Manager/NetworkManager.cs
Co-authored-by: Cody Robibero <cody@robibe.ro>
* Update Jellyfin.Networking/Manager/NetworkManager.cs
Co-authored-by: Cody Robibero <cody@robibe.ro>
* Moved config into a separate container
* Update Jellyfin.Networking/Manager/NetworkManager.cs
Co-authored-by: Cody Robibero <cody@robibe.ro>
* Changed sortedList to dictionary.
* Update INetworkManager.cs
Changed UpdateSettings param type
* Update NetworkManager.cs
* Update NetworkManager.cs
* Update NetworkManager.cs
* Update NetworkConfiguration.cs
* Update INetworkManager.cs
* Update Jellyfin.Networking/Manager/NetworkManager.cs
Co-authored-by: Claus Vium <cvium@users.noreply.github.com>
* Update Jellyfin.Networking/Manager/NetworkManager.cs
Co-authored-by: Claus Vium <cvium@users.noreply.github.com>
* Update MediaBrowser.Model/Configuration/ServerConfiguration.cs
Co-authored-by: Cody Robibero <cody@robibe.ro>
* Update MediaBrowser.Model/Configuration/ServerConfiguration.cs
Co-authored-by: Cody Robibero <cody@robibe.ro>
* Updated changes github didn't update.
* Fixed compilation.
* Update Jellyfin.Networking/Manager/NetworkManager.cs
Co-authored-by: Cody Robibero <cody@robibe.ro>
* Update Jellyfin.Networking/Manager/NetworkManager.cs
Co-authored-by: Cody Robibero <cody@robibe.ro>
* Update Jellyfin.Networking/Manager/NetworkManager.cs
Co-authored-by: Cody Robibero <cody@robibe.ro>
* Removed read locking.
* Update NetworkManager.cs
Changed configuration event to NamedConfigurationUpdated
* updated comment
* removed whitespace
* Updated NetCollection to 1.0.6
Updated DXCopAnalyser to 3.3.1
* removed NetCollection
* Update NetworkManager.cs
* Update NetworkExtensions.cs
* Update NetworkExtensions.cs
Removed function.
* Update NetworkExtensions.cs
* Update NetworkManager.cs
Changed ToString() to AsString() as native collection formats incorrectly.
* Update Jellyfin.Networking/Manager/NetworkManager.cs
Co-authored-by: Cody Robibero <cody@robibe.ro>
* Update NetworkExtensions.cs
* Update Jellyfin.Networking/Configuration/NetworkConfiguration.cs
Co-authored-by: h1dden-da3m0n <33120068+h1dden-da3m0n@users.noreply.github.com>
* Update Jellyfin.Networking/Manager/NetworkManager.cs
Co-authored-by: h1dden-da3m0n <33120068+h1dden-da3m0n@users.noreply.github.com>
* Update Jellyfin.Networking/Configuration/NetworkConfiguration.cs
Co-authored-by: h1dden-da3m0n <33120068+h1dden-da3m0n@users.noreply.github.com>
* Update Jellyfin.Networking/Configuration/NetworkConfiguration.cs
Co-authored-by: h1dden-da3m0n <33120068+h1dden-da3m0n@users.noreply.github.com>
* Update MediaBrowser.Common/Net/IPObject.cs
Co-authored-by: h1dden-da3m0n <33120068+h1dden-da3m0n@users.noreply.github.com>
* updated
* Replaced NetCollection with Collection<IPObject>
* Update MediaBrowser.Common/Net/NetworkExtensions.cs
Co-authored-by: Cody Robibero <cody@robibe.ro>
* Update MediaBrowser.Model/Configuration/PathSubstitution.cs
Co-authored-by: Cody Robibero <cody@robibe.ro>
* Update MediaBrowser.Common/Net/NetworkExtensions.cs
Co-authored-by: Cody Robibero <cody@robibe.ro>
* Update Jellyfin.Networking/Manager/NetworkManager.cs
Co-authored-by: Cody Robibero <cody@robibe.ro>
* Update Jellyfin.Networking/Manager/NetworkManager.cs
Co-authored-by: Cody Robibero <cody@robibe.ro>
* Update Jellyfin.Networking/Manager/NetworkManager.cs
Co-authored-by: Cody Robibero <cody@robibe.ro>
* Update Jellyfin.Networking/Manager/NetworkManager.cs
Co-authored-by: Cody Robibero <cody@robibe.ro>
* Update Jellyfin.Networking/Manager/NetworkManager.cs
Co-authored-by: Cody Robibero <cody@robibe.ro>
* Update MediaBrowser.Common/Net/IPObject.cs
Co-authored-by: Cody Robibero <cody@robibe.ro>
* Update MediaBrowser.Common/Net/IPObject.cs
Co-authored-by: Cody Robibero <cody@robibe.ro>
* Update MediaBrowser.Common/Net/IPObject.cs
Co-authored-by: Cody Robibero <cody@robibe.ro>
* Update MediaBrowser.Common/Net/IPHost.cs
Co-authored-by: Cody Robibero <cody@robibe.ro>
* Update MediaBrowser.Common/Net/IPHost.cs
Co-authored-by: Cody Robibero <cody@robibe.ro>
* Update MediaBrowser.Common/Net/IPHost.cs
Co-authored-by: Cody Robibero <cody@robibe.ro>
* Update MediaBrowser.Common/Net/IPHost.cs
Co-authored-by: Cody Robibero <cody@robibe.ro>
* Update MediaBrowser.Common/Net/IPHost.cs
Co-authored-by: Cody Robibero <cody@robibe.ro>
* Update MediaBrowser.Common/Net/IPHost.cs
Co-authored-by: Cody Robibero <cody@robibe.ro>
* Update Jellyfin.Networking/Manager/NetworkManager.cs
Co-authored-by: Cody Robibero <cody@robibe.ro>
* Update Jellyfin.Networking/Manager/NetworkManager.cs
Co-authored-by: Cody Robibero <cody@robibe.ro>
* Update MediaBrowser.Common/Net/IPHost.cs
Co-authored-by: Cody Robibero <cody@robibe.ro>
* Update MediaBrowser.Common/Net/IPObject.cs
Co-authored-by: Cody Robibero <cody@robibe.ro>
* Update MediaBrowser.Common/Net/IPObject.cs
Co-authored-by: Cody Robibero <cody@robibe.ro>
* updated comments.
* Updated comments / changes as suggested by @crobibero.
* Split function as suggested
* Fixed null ref.
* Updated comment.
* Updated cs to .net5
* Fixed issue with PublishedServerUrl
* Fixes
* Update Jellyfin.Networking/Manager/NetworkManager.cs
Co-authored-by: Claus Vium <cvium@users.noreply.github.com>
* Restored locking
* optimisation
* Added comment
* updates.
* updated.
* updates
* updated.
* Update IPHost.cs
* Update Jellyfin.Networking/Manager/NetworkManager.cs
Co-authored-by: Claus Vium <cvium@users.noreply.github.com>
* Update NetworkManager.cs
* Removed whitespace.
* Added debug logging
* Added debug.
* Update Jellyfin.Networking/Manager/NetworkManager.cs
Co-authored-by: Bond-009 <bond.009@outlook.com>
* Replaced GetAddressBytes
Co-authored-by: Cody Robibero <cody@robibe.ro>
Co-authored-by: Claus Vium <cvium@users.noreply.github.com>
Co-authored-by: h1dden-da3m0n <33120068+h1dden-da3m0n@users.noreply.github.com>
Co-authored-by: Bond-009 <bond.009@outlook.com>
4 years ago
BaronGreenback
7a6063ed41
Merge branch 'master' into NetworkPR2
4 years ago
Greenback
eed1a40b19
Fixed tests
4 years ago
Greenback
972ed3ccfe
fix.
4 years ago
Joshua M. Boniface
7457c4a95d
Merge pull request #4499 from crobibero/more-param
...
Reduce RequestHelpers.Split usage and remove RequestHelpers.GetGuids
4 years ago
Joshua M. Boniface
a1707739d6
Merge pull request #4515 from barronpm/dont-store-capabilities
...
Clean up DeviceManager and Don't Store Capabilities on Disk
4 years ago
crobibero
7e7d027bb0
Merge remote-tracking branch 'upstream/master' into transcode-file-task-schedule
4 years ago
BaronGreenback
b879fb615e
Update Emby.Server.Implementations/ApplicationHost.cs
...
Co-authored-by: Cody Robibero <cody@robibe.ro>
4 years ago
crobibero
bf66f57069
Set DeleteTranscodeFileTask to trigger every 24h
4 years ago
Greenback
d6b0a939f7
fixed
4 years ago
Csaba
2f9e549c35
Translated using Weblate (Hungarian)
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/hu/
4 years ago
Greenback
32b92641fb
Get version info the manifest.
4 years ago
Decoy7
d630534615
Translated using Weblate (Greek)
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/el/
4 years ago
Gary Wilber
4a22380565
Merge remote-tracking branch 'upstream/master' into library_scan_speed
4 years ago
Marcin Woliński
90e4066b12
Translated using Weblate (Polish)
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/pl/
4 years ago
Fernando Fernández
e21e00cad5
Merge remote-tracking branch 'upstream/master' into no-scaling
4 years ago
Joshua M. Boniface
b5ff91c281
Merge pull request #4298 from crobibero/bye-tvdb
...
Remove TheTVDB plugin from server source.
4 years ago
Greenback
a3e47f3e4e
Updated to latest Unstable.
4 years ago
Joshua M. Boniface
212c5318ae
Merge pull request #4507 from BaronGreenback/Spelling
...
Corrects spelling in comments
4 years ago
JoJoBot420
d8a3448a97
Translated using Weblate (Hebrew)
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/he/
4 years ago
hoanghuy309
e71ab2afb1
Translated using Weblate (Vietnamese)
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/vi/
4 years ago
Oatavandi
28f8cb6ea5
Translated using Weblate (Tamil)
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/ta/
4 years ago
Greenback
452ca4565f
reversing other PR
4 years ago
Odd Stråbø
f8dd50fc1a
Fix plugin old version cleanup
4 years ago
Greenback
31980e6f87
Fixed issue with plugins being deleted.
4 years ago
Patrick Barron
5790db05ba
Clean up DeviceManager and don't store capabilities on disk
4 years ago
Greenback
1df58fbaa0
updated
4 years ago
Greenback
18855a7884
Initialial upload
4 years ago
Nyanmisaka
fbcf3b750d
Translated using Weblate (Chinese (Simplified))
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/zh_Hans/
4 years ago
Greenback
e51ddd326c
Fixes spelling.
4 years ago
Ionut Andrei Oanca
9c20701cf6
Correct typos
4 years ago
Fernando Fernández
38c3b6fcd3
Fix build and thread detection logic
4 years ago
dkanada
742966573d
Merge pull request #4503 from jellyfin/cancellation
...
Pass cancellation where possible
4 years ago
HDmaniac
a8524be6be
Translated using Weblate (Spanish)
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/es/
4 years ago
danielxb-ar
316b18e8f2
Translated using Weblate (Spanish (Argentina))
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/es_AR/
4 years ago
Moritz
b91afdb56f
Translated using Weblate (German)
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/de/
4 years ago
Bond_009
4b1c9dc9ea
Pass cancellation where possible
4 years ago
Anthony Lavado
08c2c86bc7
Merge pull request #4490 from jellyfin/dependabot/nuget/Mono.Nat-3.0.1
...
Bump Mono.Nat from 3.0.0 to 3.0.1
4 years ago
Fernando Fernández
94cae4f145
Specify threads to ffmpeg properly
4 years ago
Joshua M. Boniface
f6ebdbc45e
Merge pull request #4456 from martinek-stepan/emby-namig-nullable
...
Emby.Naming - nullable & code coverage
4 years ago
Thomas Schwery
fc3d6278be
Translated using Weblate (French)
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/fr/
4 years ago
Sverre
7cbcce0638
Translated using Weblate (Norwegian Bokmål)
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/nb_NO/
4 years ago
Lukáš Kucharczyk
bb46f24bb3
Translated using Weblate (Czech)
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/cs/
4 years ago
crobibero
3cc0dd7e12
Reduce RequestHelpers.Split usage and remove RequestHelpers.GetGuids usage.
4 years ago
Ygor Lhano
7b42b7e8bd
Translated using Weblate (Portuguese (Brazil))
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/pt_BR/
4 years ago
BaronGreenback
2bbfcc264d
Merge branch 'master' into emby-namig-nullable
4 years ago
Greenback
60a6627140
Removing left over edits left from the acceptance of previous PR's.
4 years ago
Ionut Andrei Oanca
426e258f1f
Improve locking logic in SyncPlay manager
4 years ago
Ionut Andrei Oanca
a3ca36cb54
Review logging and minor changes in SyncPlay
4 years ago
BaronGreenback
d66f88672c
Merge branch 'master' into NetworkPR2
4 years ago
nyanmisaka
5fe4ea2f4a
add video range info to title
4 years ago
Ryan Petris
8204b25a56
Merge branch 'master' into fix-hdhomerun
4 years ago
Ryan Petris
81d5eb4db5
Return a Task object and discard it instead of using async void.
4 years ago
dependabot[bot]
24839e6890
Bump Mono.Nat from 3.0.0 to 3.0.1
...
Bumps [Mono.Nat](https://github.com/mono/Mono.Nat ) from 3.0.0 to 3.0.1.
- [Release notes](https://github.com/mono/Mono.Nat/releases )
- [Commits](https://github.com/mono/Mono.Nat/compare/release-v3.0.0...release-v3.0.1 )
Signed-off-by: dependabot[bot] <support@github.com>
4 years ago
crobibero
4b15284324
Merge remote-tracking branch 'upstream/master' into bye-tvdb
4 years ago
crobibero
e66d79fc0c
Merge remote-tracking branch 'upstream/master' into http-exception
4 years ago
crobibero
dae4541bad
Merge remote-tracking branch 'upstream/master' into dotnet-5
4 years ago
Ionut Andrei Oanca
c7e53bce2f
Patch data-races and minor changes in SyncPlay
4 years ago
Claus Vium
7caf1662ec
Merge pull request #4478 from Bond-009/chararray
...
Don't allocate single char arrays when possible
4 years ago
Bond-009
331c7f8481
Merge pull request #4253 from BaronGreenback/fordiscussion
...
DI in plugins
4 years ago
4d1m
ce4787c7eb
Translated using Weblate (Romanian)
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/ro/
4 years ago
Ionut Andrei Oanca
5d77f422f0
Hide some property setters, init null values, update namespaces
4 years ago
crobibero
95a2de757f
remove custom HttpException
4 years ago
Bond_009
d4e568c8bf
Replace Task.WaitAll with Task.Wait
4 years ago
Bond_009
ff49a3bb61
Missed some stuff
4 years ago
Bond_009
c4bb32f259
Access last element by index where possible
4 years ago
Bond_009
9041389f65
Use string.Trim(char) instead of string.Trim(char[]) where possible
4 years ago
Bond_009
bc7359f87d
Use string.Split(char) where possible instead of string.Split(char[])
4 years ago
Ionut Andrei Oanca
fa69f6fd51
Handle ignore-wait request in waiting state in SyncPlay
4 years ago
Adam Bokor
6b4debb44e
Translated using Weblate (Hungarian)
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/hu/
4 years ago
Claus Vium
c49b854295
Merge pull request #4476 from crobibero/plugin-update-exception
...
Fix plugin update exception
4 years ago
Ionut Andrei Oanca
1dbc91978e
Address requested changes and fix some warnings
4 years ago
crobibero
73d2cb1c2a
Updated based on review feedback
4 years ago
Oatavandi
722adda477
Translated using Weblate (Tamil)
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/ta/
4 years ago
Relja U
5d4144b8a6
Translated using Weblate (Serbian)
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/sr/
4 years ago
crobibero
5845bf93cb
Fix plugin update exception
4 years ago
Cody Robibero
24ac5cc353
Update Emby.Server.Implementations/AppBase/ConfigurationHelper.cs
...
Co-authored-by: BaronGreenback <jimcartlidge@yahoo.co.uk>
4 years ago
Ionut Andrei Oanca
563a6fb3c7
Minor changes to group-wait in SyncPlay
4 years ago
crobibero
95ebb9a55a
Use null coalescing when possible
4 years ago
crobibero
5f52a58e78
Convert NullReferenceException to ResourceNotFoundException
4 years ago
crobibero
ec5781504e
Disable warning on AD0001
4 years ago
crobibero
7bf320922c
Fix nullability errors in Emby.Server.Implementations
4 years ago
crobibero
73f9a6d7d0
Convert array property to IReadOnlyList
4 years ago
BaronGreenback
caea2bb862
Update Emby.Server.Implementations/AppBase/BaseConfigurationManager.cs
...
Co-authored-by: Bond-009 <bond.009@outlook.com>
4 years ago
crobibero
7ff212576e
Merge remote-tracking branch 'upstream/master' into bye-tvdb
4 years ago
Claus Vium
a7b3880d0e
Merge branch 'master' into fix_and_mildly_improve_similar
4 years ago
Sam Cross
0c45faf100
Translated using Weblate (English (United Kingdom))
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/en_GB/
4 years ago
Ted van den Brink
51ddf038dc
Translated using Weblate (Dutch)
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/nl/
4 years ago
David John Corpuz
dc3b3bcfb1
Translated using Weblate (Filipino)
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/fil/
4 years ago
crobibero
83629ab6f2
Update packages to net5
4 years ago
Stepan
c0747512d6
Merge remote-tracking branch 'jellyfin/master' into emby-namig-nullable
4 years ago
Fardin
477e7f7898
Translated using Weblate (Spanish)
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/es/
4 years ago
cvium
b99519898d
Remove duplicate /Similar endpoints and add poor matching for artists and albums
4 years ago
BaronGreenback
11a5353810
Update Emby.Server.Implementations/ApplicationHost.cs
...
Co-authored-by: Claus Vium <cvium@users.noreply.github.com>
4 years ago
BaronGreenback
e340e755f2
Update Emby.Server.Implementations/ApplicationHost.cs
...
Co-authored-by: Claus Vium <cvium@users.noreply.github.com>
4 years ago
BaronGreenback
69790ef6b8
Update Emby.Server.Implementations/AppBase/BaseConfigurationManager.cs
...
Co-authored-by: Claus Vium <cvium@users.noreply.github.com>
4 years ago
BaronGreenback
f63a706a86
Update Emby.Server.Implementations/ApplicationHost.cs
...
Co-authored-by: Claus Vium <cvium@users.noreply.github.com>
4 years ago
Claus Vium
ab285c2202
Merge pull request #4440 from neilsb/schedules-direct-fix
...
Perform hashing of Password for Schedules Direct on server
4 years ago
hoanghuy309
254c188f6c
Translated using Weblate (Vietnamese)
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/vi/
4 years ago
Gary Wilber
e6d8c02944
Merge remote-tracking branch 'upstream/master' into library_scan_speed
4 years ago
Kyle Yue
363d41f943
Translated using Weblate (Chinese (Simplified))
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/zh_Hans/
4 years ago
Ekrem KANGAL
e5c0aaead2
Translated using Weblate (Turkish)
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/tr/
4 years ago
Neil Burrows
e9d35cb2ca
Switching to the more efficient Hex.Encode function
4 years ago
Claus Vium
3900976be5
Merge pull request #4247 from crobibero/update-plugin
...
Update all on-disk plugins
4 years ago
cvium
e78c63c4dc
Remove OriginalAuthenticationInfo and add IsAuthenticated property
4 years ago
Neil Burrows
866c41519f
Perform hashing of Password for Schedules Direct on server
4 years ago
Claus Vium
ec2538a1ba
Merge pull request #4420 from cvium/fix_person_studio_genre_endpoints
...
Fix Persons, Genres and Studios endpoints
4 years ago
Ricky Zhang
0d1d0d113e
Translated using Weblate (Chinese (Simplified))
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/zh_Hans/
4 years ago
Claus Vium
c17f84ae48
Merge pull request #4330 from crobibero/api-key-auth
...
Fix ApiKey authentication
4 years ago
johan456789
1bd5f78025
Translated using Weblate (Chinese (Traditional))
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/zh_Hant/
4 years ago