crobibero
|
4fe0beec16
|
Fix Json Enum conversion, map all JsonDefaults properties to API
|
4 years ago |
David
|
638cfa32ab
|
Move SearchService to new API endpoint
|
4 years ago |
David
|
37a4cc599b
|
Remove duplicate code
Co-authored-by: Vasily <JustAMan@users.noreply.github.com>
|
4 years ago |
David
|
6d9f564a94
|
Remove duplicate code
Co-authored-by: Vasily <JustAMan@users.noreply.github.com>
|
4 years ago |
crobibero
|
aed6f57f11
|
Remove invalid docs and null check
|
4 years ago |
Patrick Barron
|
b0281b79fd
|
Fix a bug where very old Emby databases didn't use proper Guid's
|
5 years ago |
crobibero
|
e30a85025f
|
Remove log spam when using legacy api
|
5 years ago |
crobibero
|
dfe873fc29
|
Add Authentication to openapi generation.
|
5 years ago |
crobibero
|
9f0b5f347a
|
Switch Config controller to System.Text.Json
|
5 years ago |
crobibero
|
b944b8f8c5
|
Enable CORS and Authentication.
|
5 years ago |
Aswin Kumar
|
d38adb95a7
|
Translated using Weblate (Tamil)
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/ta/
|
5 years ago |
Cody Robibero
|
297ab2e423
|
Merge pull request #2962 from crobibero/api-config
Move ConfigurationService to Jellyfin.Api
|
5 years ago |
Vasily
|
26eef1bbf8
|
Move logic of computing Blurhash components to ImageProcessor
Also rename last few instances of GetImageHash to GetImageBlurHash for clarity
|
5 years ago |
Aswin Kumar
|
f8e8bfc399
|
Added translation using Weblate (Tamil)
|
5 years ago |
Patrick Barron
|
585fdbad39
|
Apply review suggestion and fix entity concurrency tokens.
|
5 years ago |
Bond-009
|
b89565110d
|
Merge pull request #3214 from danieladov/master
Order ids to merge to avoid stack overflow
|
5 years ago |
danieladov
|
be5ce32bb6
|
refactor MediaBrowser.Api/VideosService.cs
Co-authored-by: Cody Robibero <cody@robibe.ro>
|
5 years ago |
danieladov
|
8e0b1109bc
|
refactor
Co-authored-by: Cody Robibero <cody@robibe.ro>
|
5 years ago |
Mister Rajoy
|
1b90798b90
|
Order ids to merge to avoid stack overflow
As said in https://github.com/jellyfin/jellyfin/issues/3176, merging 1 with 2 and then 2 with 1 cause an stack overflow. sorting ids first fix the problem
|
5 years ago |
dkanada
|
855a2b2892
|
fix some easy warnings for tmdb
|
5 years ago |
dkanada
|
685f8ad1f0
|
move tmdb to plugin folder
|
5 years ago |
dkanada
|
d72bb8358e
|
minor changes to server configuration file
|
5 years ago |
dkanada
|
24f7f84828
|
add plugin configurations for tvdb and omdb
|
5 years ago |
Patrick Barron
|
edbb1482e8
|
Remove unused compile remove statements.
|
5 years ago |
Patrick Barron
|
63344ec5fd
|
Remove unused portions of the user schema
|
5 years ago |
Patrick Barron
|
e72fd88913
|
Document and fix warnings in Group.cs
|
5 years ago |
Patrick Barron
|
e8b6da3cd7
|
Expand and document IHasPermissions
|
5 years ago |
Patrick Barron
|
4cff9b8512
|
Clea up IsParentalScheduleAllowed
|
5 years ago |
Patrick Barron
|
acce726ed9
|
Clean up DayOfWeekHelper.cs and remove unnecessary function
|
5 years ago |
WontTell
|
730395886d
|
Translated using Weblate (Spanish (Latin America))
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/es_419/
|
5 years ago |
Patrick Barron
|
1b297eae78
|
Reset invalid login attempt count properly
|
5 years ago |
Patrick Barron
|
c8fef9dd2e
|
Reimplement password resetting
|
5 years ago |
WontTell
|
f73c5d3f56
|
Added translation using Weblate (Spanish (Latin America))
|
5 years ago |
Patrick Barron
|
4857b7d620
|
Make UserManager.IsValidUsername static
|
5 years ago |
Patrick Barron
|
7f8f3e09e5
|
Ignore documentation warnings in new migration files
|
5 years ago |
Patrick Barron
|
12a900b8f6
|
Update schema and migration to allow LastLoginDate and LastActivityDate to be null
|
5 years ago |
Bond_009
|
4748105dce
|
Enable TreatWarningsAsErrors for Jellyfin.Server.Implementations in Release mode
|
5 years ago |
Bond-009
|
02624c9df8
|
Merge pull request #2966 from jellyfin/serve-web
Remove several deprecated utilities in the web package
|
5 years ago |
Lumenol
|
65461894d4
|
Translated using Weblate (French)
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/fr/
|
5 years ago |
Patrick Barron
|
8ca78f33e9
|
Fix bug when migrating user db with users that have never logged in.
|
5 years ago |
Vasily
|
58f099c0e2
|
Fix naming per code review
|
5 years ago |
Vasily
|
9208acd5ae
|
Convert non-local image to local before computing blurhash
|
5 years ago |
Vasily
|
ed791dee46
|
Do not compute dimensions or blurhash for remote images
|
5 years ago |
Vasily
|
a76cee7a95
|
Update BlurHashSharp to 1.0.1, remove workaround
|
5 years ago |
Patrick Barron
|
d116497912
|
Optimize number of created DbContexts and fix default values for some fields
|
5 years ago |
Patrick Barron
|
82b0786cc6
|
Remove unnecessary logging statement
|
5 years ago |
Elouan MAILLY
|
0ebad893a7
|
Translated using Weblate (French)
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/fr/
|
5 years ago |
Bond_009
|
7439e095e2
|
Merge branch 'master' into nullable3
|
5 years ago |
Vasily
|
f30b07130f
|
Workaround a bug in BlurHashSharp
|
5 years ago |
Patrick Barron
|
9a853ca089
|
Add another null check
|
5 years ago |