crobibero
|
2476848dd3
|
Fix tests
|
2020-06-02 10:12:55 -06:00 |
|
crobibero
|
cf9cbfff56
|
Add second endpoint for Startup/User
|
2020-06-02 08:28:37 -06:00 |
|
Vasily
|
b9618c8c01
|
Merge pull request #2676 from GranPC/public-pr/blurhash
Implement Blurhash generation for images
|
2020-06-02 17:25:45 +03:00 |
|
crobibero
|
0e41c4727d
|
revert to System.Text.JsonSerializer
|
2020-06-02 08:23:12 -06:00 |
|
crobibero
|
4fe0beec16
|
Fix Json Enum conversion, map all JsonDefaults properties to API
|
2020-06-02 08:23:12 -06:00 |
|
David
|
638cfa32ab
|
Move SearchService to new API endpoint
|
2020-06-02 15:07:07 +02:00 |
|
David
|
37a4cc599b
|
Remove duplicate code
Co-authored-by: Vasily <JustAMan@users.noreply.github.com>
|
2020-06-02 15:05:57 +02:00 |
|
David
|
6d9f564a94
|
Remove duplicate code
Co-authored-by: Vasily <JustAMan@users.noreply.github.com>
|
2020-06-02 15:04:55 +02:00 |
|
crobibero
|
aed6f57f11
|
Remove invalid docs and null check
|
2020-06-01 20:54:02 -06:00 |
|
Patrick Barron
|
b0281b79fd
|
Fix a bug where very old Emby databases didn't use proper Guid's
|
2020-06-01 20:12:34 -04:00 |
|
crobibero
|
e30a85025f
|
Remove log spam when using legacy api
|
2020-06-01 12:42:59 -06:00 |
|
crobibero
|
dfe873fc29
|
Add Authentication to openapi generation.
|
2020-06-01 11:12:33 -06:00 |
|
crobibero
|
9f0b5f347a
|
Switch Config controller to System.Text.Json
|
2020-06-01 11:06:15 -06:00 |
|
crobibero
|
b944b8f8c5
|
Enable CORS and Authentication.
|
2020-06-01 11:03:08 -06:00 |
|
Aswin Kumar
|
d38adb95a7
|
Translated using Weblate (Tamil)
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/ta/
|
2020-06-01 11:38:22 -04:00 |
|
Cody Robibero
|
297ab2e423
|
Merge pull request #2962 from crobibero/api-config
Move ConfigurationService to Jellyfin.Api
|
2020-06-01 09:29:34 -06:00 |
|
Vasily
|
26eef1bbf8
|
Move logic of computing Blurhash components to ImageProcessor
Also rename last few instances of GetImageHash to GetImageBlurHash for clarity
|
2020-06-01 18:12:49 +03:00 |
|
Aswin Kumar
|
f8e8bfc399
|
Added translation using Weblate (Tamil)
|
2020-06-01 07:00:09 -04:00 |
|
Patrick Barron
|
585fdbad39
|
Apply review suggestion and fix entity concurrency tokens.
|
2020-05-31 17:00:57 -04:00 |
|
Bond-009
|
b89565110d
|
Merge pull request #3214 from danieladov/master
Order ids to merge to avoid stack overflow
|
2020-05-31 21:57:57 +02:00 |
|
danieladov
|
be5ce32bb6
|
refactor MediaBrowser.Api/VideosService.cs
Co-authored-by: Cody Robibero <cody@robibe.ro>
|
2020-05-31 20:42:22 +02:00 |
|
danieladov
|
8e0b1109bc
|
refactor
Co-authored-by: Cody Robibero <cody@robibe.ro>
|
2020-05-31 20:35:09 +02:00 |
|
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
|
2020-05-31 20:23:23 +02:00 |
|
dkanada
|
855a2b2892
|
fix some easy warnings for tmdb
|
2020-05-31 15:28:01 +09:00 |
|
dkanada
|
685f8ad1f0
|
move tmdb to plugin folder
|
2020-05-31 15:23:09 +09:00 |
|
dkanada
|
d72bb8358e
|
minor changes to server configuration file
|
2020-05-31 15:20:17 +09:00 |
|
dkanada
|
24f7f84828
|
add plugin configurations for tvdb and omdb
|
2020-05-31 15:15:34 +09:00 |
|
Patrick Barron
|
edbb1482e8
|
Remove unused compile remove statements.
|
2020-05-31 00:15:41 -04:00 |
|
Patrick Barron
|
63344ec5fd
|
Remove unused portions of the user schema
|
2020-05-30 22:11:53 -04:00 |
|
Patrick Barron
|
e72fd88913
|
Document and fix warnings in Group.cs
|
2020-05-30 21:53:56 -04:00 |
|
Patrick Barron
|
e8b6da3cd7
|
Expand and document IHasPermissions
|
2020-05-30 20:49:31 -04:00 |
|
Patrick Barron
|
4cff9b8512
|
Clea up IsParentalScheduleAllowed
|
2020-05-30 20:37:46 -04:00 |
|
Patrick Barron
|
acce726ed9
|
Clean up DayOfWeekHelper.cs and remove unnecessary function
|
2020-05-30 20:02:55 -04:00 |
|
WontTell
|
730395886d
|
Translated using Weblate (Spanish (Latin America))
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/es_419/
|
2020-05-30 16:09:06 -04:00 |
|
Patrick Barron
|
1b297eae78
|
Reset invalid login attempt count properly
|
2020-05-30 00:20:59 -04:00 |
|
Patrick Barron
|
c8fef9dd2e
|
Reimplement password resetting
|
2020-05-30 00:19:36 -04:00 |
|
WontTell
|
f73c5d3f56
|
Added translation using Weblate (Spanish (Latin America))
|
2020-05-29 22:27:20 -04:00 |
|
Patrick Barron
|
4857b7d620
|
Make UserManager.IsValidUsername static
|
2020-05-29 15:32:31 -04:00 |
|
Patrick Barron
|
7f8f3e09e5
|
Ignore documentation warnings in new migration files
|
2020-05-29 15:19:41 -04:00 |
|
Patrick Barron
|
12a900b8f6
|
Update schema and migration to allow LastLoginDate and LastActivityDate to be null
|
2020-05-29 15:16:17 -04:00 |
|
Bond_009
|
4748105dce
|
Enable TreatWarningsAsErrors for Jellyfin.Server.Implementations in Release mode
|
2020-05-29 11:28:19 +02:00 |
|
Bond-009
|
02624c9df8
|
Merge pull request #2966 from jellyfin/serve-web
Remove several deprecated utilities in the web package
|
2020-05-29 10:13:43 +02:00 |
|
Lumenol
|
65461894d4
|
Translated using Weblate (French)
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/fr/
|
2020-05-28 17:09:21 -04:00 |
|
Patrick Barron
|
8ca78f33e9
|
Fix bug when migrating user db with users that have never logged in.
|
2020-05-28 14:21:26 -04:00 |
|
Vasily
|
58f099c0e2
|
Fix naming per code review
|
2020-05-28 19:12:08 +03:00 |
|
Vasily
|
9208acd5ae
|
Convert non-local image to local before computing blurhash
|
2020-05-28 17:55:29 +03:00 |
|
Vasily
|
ed791dee46
|
Do not compute dimensions or blurhash for remote images
|
2020-05-28 17:30:11 +03:00 |
|
Vasily
|
a76cee7a95
|
Update BlurHashSharp to 1.0.1, remove workaround
|
2020-05-28 17:23:16 +03:00 |
|
Patrick Barron
|
d116497912
|
Optimize number of created DbContexts and fix default values for some fields
|
2020-05-28 01:08:37 -04:00 |
|
Patrick Barron
|
82b0786cc6
|
Remove unnecessary logging statement
|
2020-05-28 00:59:31 -04:00 |
|