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