Mark Monteiro
|
41a26f8ecd
|
Correctly resolve playlists that are stored using a directory path
|
5 years ago |
Mark Monteiro
|
f00356e9fe
|
Use a constant for the default playlist file name
|
5 years ago |
dkanada
|
49f6809254
|
fix build error
|
5 years ago |
Mark Monteiro
|
7e3b6768f8
|
Add NuGet reference to config abstractions in MediaBrowser.Common project
|
5 years ago |
Ignatius Bagus
|
0b0c5984f9
|
Translated using Weblate (Indonesian)
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/id/
|
5 years ago |
Adam Bokor
|
03a294a706
|
Translated using Weblate (Hungarian)
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/hu/
|
5 years ago |
dkanada
|
d86e5c2ab7
|
add code suggestions
|
5 years ago |
dkanada
|
630d79fc96
|
prefix private fields with underscore
|
5 years ago |
Steven Tang
|
2e856ad9fe
|
Fix download file with non-ASCII filename
|
5 years ago |
Mark Monteiro
|
189f005846
|
Remove IConfiguration from service collection
This does not appear to be used anywhere and the web host already handles injecting this as a special case anyways
|
5 years ago |
Mark Monteiro
|
48f8118072
|
Do not save a reference to the startup config in ApplicationHost
|
5 years ago |
Mark Monteiro
|
a4e5a5ab31
|
Register configuration correctly with application using 'ConfigureAppConfiguration()' in WebHostBuilder
Without this, the correct instance of IConfiguration is not injected into services that rely on it
|
5 years ago |
Mark Monteiro
|
3f4b9e9a81
|
Add new 'nowebcontent' configuration flag
|
5 years ago |
Ilija Apostolovski
|
6261e4e7f6
|
Translated using Weblate (Macedonian)
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/mk/
|
5 years ago |
Mark Monteiro
|
3043b7323b
|
Use constants for settings keys
|
5 years ago |
Ilija Apostolovski
|
77963c7a8c
|
Added translation using Weblate (Macedonian)
|
5 years ago |
Vasily
|
7f38af3701
|
Remove custom queue class as it is not needed
|
5 years ago |
Vasily
|
f81cd037f0
|
Small speed improvement - no need to convert an array to a list to just iterate over it
|
5 years ago |
Vasily
|
ae1f975b99
|
Implement fast sorting
|
5 years ago |
Vasily
|
0f0b89f344
|
Trying to be more safe
|
5 years ago |
Vasily
|
e125db4fe3
|
Bring back sorting when needed to fix PlayTo
This is partial revert of https://github.com/jellyfin/jellyfin/pull/1011
|
5 years ago |
dkanada
|
e80444d11b
|
use the custom server for external ids
|
5 years ago |
Vasily
|
d1670f8180
|
Apply suggestions from code review
Co-Authored-By: Claus Vium <cvium@users.noreply.github.com>
|
5 years ago |
Vasily
|
8e20d2e931
|
Simplify AlphanumericComparer, reduce code duplication
|
5 years ago |
Bond-009
|
13bf5e94b3
|
Merge pull request #2472 from Narfinger/tests-fix3
moves shows tests to Theory and InlineData format
|
5 years ago |
Narfinger
|
107974e3f8
|
moves shows tests to Theory and InlineData format
|
5 years ago |
sharkykh
|
9d53fd0e73
|
Translated using Weblate (Hebrew)
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/he/
|
5 years ago |
dkanada
|
fd3ee279de
|
Merge pull request #2448 from Narfinger/tests-fix2
adds names from the episodenumber tests to path tests
|
5 years ago |
Mark Monteiro
|
d95ccbacac
|
Use IsHostingContent instead of explicitly checking ContentRoot
|
5 years ago |
sharkykh
|
6c6b5d7f28
|
Translated using Weblate (Hebrew)
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/he/
|
5 years ago |
Mark Monteiro
|
192ec57b60
|
Remove log message executed before logger is initialized
|
5 years ago |
Mark Monteiro
|
f3be93a4de
|
Use the swagger API page as the default redirect path if not hosting the jellyfin-web content
|
5 years ago |
Mark Monteiro
|
1b5999a1bc
|
Open the Swagger API page on server start if not hosting the static web content
|
5 years ago |
Mark Monteiro
|
26af5ea45a
|
Do not set a static content root if the jellyfin-web directory does not exist or is empty
|
5 years ago |
MOLOKAL
|
f11678ae4b
|
Translated using Weblate (Malay)
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/ms/
|
5 years ago |
Vasily
|
a075fefca9
|
Merge pull request #2160 from Artiume/master
Force Transcoding LiveTV
|
5 years ago |
dkanada
|
4ae80a5d56
|
partially fix issue with music scans
|
5 years ago |
Andreas Olsson
|
b40ac479a2
|
Translated using Weblate (Swedish)
Translation: Jellyfin/Jellyfin
Translate-URL: http://translate.jellyfin.org/projects/jellyfin/jellyfin-core/sv/
|
5 years ago |
R0flcopt3r
|
3e2f09ecf8
|
Translated using Weblate (Norwegian Nynorsk)
Translation: Jellyfin/Jellyfin
Translate-URL: http://translate.jellyfin.org/projects/jellyfin/jellyfin-core/nn/
|
5 years ago |
Daniel De Jesus
|
6b634026e6
|
Translated using Weblate (Spanish (Dominican Republic))
Translation: Jellyfin/Jellyfin
Translate-URL: http://translate.jellyfin.org/projects/jellyfin/jellyfin-core/es_DO/
|
5 years ago |
artiume
|
697aee5b0c
|
Merge pull request #21 from jellyfin/master
nightly
|
5 years ago |
dkanada
|
940990708e
|
remove unused assignment
|
5 years ago |
dkanada
|
19a609a889
|
update musicbrainz options
|
5 years ago |
dkanada
|
a34826008f
|
update external ids
|
5 years ago |
dkanada
|
0a55eb9106
|
Merge pull request #2444 from Narfinger/tests-fix
converted tests to inlinedata
|
5 years ago |
dkanada
|
a3bb81553d
|
Merge pull request #2176 from Bond-009/nullable2
Enable nullable reference types for Emby.Photos and Emby.Notifications
|
5 years ago |
dkanada
|
de40f22a46
|
Merge pull request #2384 from Bond-009/warn16
Fix some warnings in Emby.Server.Implementations
|
5 years ago |
Narfinger
|
496bdc65f3
|
adds names from the episodenumber tests to path tests
|
5 years ago |
Narfinger
|
fd5f0c54a6
|
fixes formatting and enabling another test
|
5 years ago |
Narfinger
|
b306b8b881
|
add todos and fixes some todo tests
|
5 years ago |