Odd Stråbø
|
ef533015ae
|
Translated using Weblate (Norwegian Bokmål)
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/nb_NO/
|
5 years ago |
Vasily
|
ed751aa054
|
Merge pull request #3084 from fhriley/fix_allow_origin
Fix #3083: Set the Access-Control-Allow-Origin header to the request …
|
5 years ago |
Patrick Barron
|
dcaffd3812
|
Fix regressions introduced by #3098
|
5 years ago |
Vasily
|
7c57134535
|
Implement a cleanup migration
|
5 years ago |
Frank Riley
|
9ee10d22c8
|
Rename function
|
5 years ago |
Frank Riley
|
6990af811a
|
Use simpler dictionary iterator.
|
5 years ago |
Frank Riley
|
c70c589236
|
Update Emby.Server.Implementations/HttpServer/HttpListenerHost.cs from review
Co-authored-by: Cody Robibero <cody@robibe.ro>
|
5 years ago |
Frank Riley
|
3cb6fd8a27
|
Fix #3083: Set the Access-Control-Allow-Origin header to the request origin/host header if possible
|
5 years ago |
Vasily
|
ce16651dbd
|
Fix a check broken by https://github.com/jellyfin/jellyfin/pull/2105
|
5 years ago |
Patrick Barron
|
953777f1ba
|
Removed unnecessary usings
|
5 years ago |
Patrick Barron
|
87c63e668c
|
Merge branch 'master' into activitydb-efcore
|
5 years ago |
Patrick Barron
|
b94afc597c
|
Address review comments
|
5 years ago |
artiume
|
4eb4ad3be7
|
Update Books Resolver File Types
|
5 years ago |
aled
|
3ff6e3ff65
|
Add code analyzers to Jellyfin.Naming.Tests and fix resulting warnings
|
5 years ago |
MrTimscampi
|
2e18142bb3
|
Add color primaries to ffprobe output
|
5 years ago |
MrTimscampi
|
234292453f
|
Add HLG to the video range detection
|
5 years ago |
MrTimscampi
|
428e1b04fc
|
Add color transfer to ffprobe results
|
5 years ago |
Vasily
|
5ce008e02f
|
Merge pull request #2162 from Bond-009/websocket
Rewrite WebSocket handling code
|
5 years ago |
Mark Monteiro
|
2e09311a93
|
Merge branch 'master' into websocket
|
5 years ago |
dkanada
|
11dd96f6c7
|
Merge pull request #3089 from MrTimscampi/tmdb-original-title
Add more information to TmdbSeriesProvider
|
5 years ago |
aled
|
2849d2b134
|
Fix compile warnings in Jellyfin.Naming.Tests
|
5 years ago |
Patrick Barron
|
9925742918
|
Implement more review suggestions
|
5 years ago |
Patrick Barron
|
1fecd55ac0
|
Merge branch 'activitydb-efcore' of https://github.com/barronpm/jellyfin into activitydb-efcore
|
5 years ago |
Patrick Barron
|
1e9b2613c6
|
Remove more unused code
|
5 years ago |
Patrick Barron
|
a8f0d0aa0d
|
Merge branch 'master' into activitydb-efcore
|
5 years ago |
Patrick Barron
|
511d20a100
|
Apply review suggestions
|
5 years ago |
Vasily
|
f08830ea00
|
Merge pull request #2774 from mark-monteiro/simplify-https-config
Simplify HTTPS Properties
|
5 years ago |
Vasily
|
69676373ca
|
Merge pull request #3098 from barronpm/remove-ilogger
Remove Support for Injecting ILogger Directly
|
5 years ago |
MrTimscampi
|
512725a7d1
|
Fix style issue in TmdbSeriesProvider
|
5 years ago |
Mark Monteiro
|
51cdb30741
|
Apply documentation suggestions from code review
Co-authored-by: Vasily <JustAMan@users.noreply.github.com>
|
5 years ago |
tanvir-ahmed-siddique
|
92299be64c
|
Translated using Weblate (Bengali)
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/bn/
|
5 years ago |
D Z
|
e69ba3531e
|
Translated using Weblate (Hebrew)
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/he/
|
5 years ago |
Patrick Barron
|
62420a6eb1
|
Remove support for injecting ILogger directly
|
5 years ago |
Patrick Barron
|
bac4bf96a0
|
Fix build errors
|
5 years ago |
Patrick Barron
|
6379391f87
|
Merge branch 'master' into activitydb-efcore
|
5 years ago |
rapmue
|
32c1182226
|
Translated using Weblate (German (Swiss))
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/gsw/
|
5 years ago |
MrTimscampi
|
b961c3c9ae
|
Address suggestions
|
5 years ago |
Bond-009
|
94a96c93a8
|
Merge pull request #3038 from barronpm/generated-code-cleanup
Clean up generated code
|
5 years ago |
millallo
|
6c855e5f81
|
Translated using Weblate (Italian)
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/it/
|
5 years ago |
Federico Antoniazzi
|
5b2973b01a
|
Translated using Weblate (Italian)
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/it/
|
5 years ago |
Bond-009
|
dabd67d127
|
Merge pull request #2900 from mark-monteiro/migration-dependency-injection
Use dependency injection to construct migration routines
|
5 years ago |
Mark Monteiro
|
a10aec6956
|
Fix merge
|
5 years ago |
Mark Monteiro
|
3abf870c1e
|
Do not include a double slash in URLs when a base URL is not set
|
5 years ago |
Mark Monteiro
|
dc5165b97f
|
Merge branch 'master' into simplify-https-config
|
5 years ago |
Mark Monteiro
|
43c22a5822
|
Add GetLoopbackHttpApiUrl() helper method to replace forceHttps functionality
Also refactor to use return a Uri instead of a string and use UriBuilder under the hood
|
5 years ago |
Patrick Barron
|
0549d59a5f
|
Merge branch 'master' into generated-code-cleanup
|
5 years ago |
Patrick Barron
|
55cfa96b9f
|
Apply review suggestions
|
5 years ago |
MrTimscampi
|
d5ad53e4bb
|
Add Director to role mapper for TMDb
|
5 years ago |
MrTimscampi
|
9137069f6d
|
Add more information to TmdbSeriesProvider
|
5 years ago |
MrTimscampi
|
a262ecd9c7
|
Add positionning cues to WebVTT writer
|
5 years ago |