David
|
c6a0306a34
|
Move field to the controller
|
2020-07-14 20:20:24 +02:00 |
|
Anthony Lavado
|
175e7b45e5
|
Merge pull request #3557 from crobibero/fix-update-user
Fix update user
|
2020-07-14 11:23:35 -04:00 |
|
crobibero
|
e143387cbd
|
Fix update user
|
2020-07-14 06:47:46 -06:00 |
|
Raif Coonjah
|
eddce72c52
|
Translated using Weblate (Afrikaans)
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/af/
|
2020-07-14 08:26:12 -04:00 |
|
David
|
262e19b691
|
Add X-Response-Time-ms header and log slow server response time
|
2020-07-14 13:40:18 +02:00 |
|
dkanada
|
87d7c4a62e
|
Merge pull request #3500 from nyanmisaka/vpp-qsv
Add FFmpeg 4.3 detection and solve the green line on QSV HWA
|
2020-07-14 20:31:13 +09:00 |
|
dkanada
|
50dcc11430
|
Merge pull request #3555 from cvium/fix_disposed_context
Fix disposed database context
|
2020-07-14 20:29:21 +09:00 |
|
David
|
9f567e6471
|
Don't recreate JsonSerializerOptions every time
|
2020-07-14 12:39:58 +02:00 |
|
Claus Vium
|
340b585234
|
Use ToList instead of AsEnumerable due to delayed execution
|
2020-07-14 12:38:56 +02:00 |
|
dkanada
|
203825f772
|
Merge pull request #3541 from jellyfin/pause
Keep playstate during syncplay group creation
|
2020-07-14 09:25:46 +09:00 |
|
dkanada
|
bf09bbeacd
|
update comment
Co-authored-by: Patrick Barron <18354464+barronpm@users.noreply.github.com>
|
2020-07-14 08:25:02 +09:00 |
|
Joshua M. Boniface
|
f8e8626898
|
Merge pull request #3539 from barronpm/fix-memoryleak
Fix EF Core Memory Leak
|
2020-07-13 14:54:15 -04:00 |
|
Bond-009
|
f1a7b0586b
|
Merge pull request #3553 from joshuaboniface/fix-azure-fuckery
Explicitly add what Azure used to do implicitly
|
2020-07-13 20:44:07 +02:00 |
|
Joshua M. Boniface
|
b4212cc210
|
Explicitly add what Azure used to do implicitly
... before they changed it on us out of nowhere.
|
2020-07-13 14:36:35 -04:00 |
|
Patrick Barron
|
b468ae2aea
|
Use AsEnumerable for UserManager.Users
|
2020-07-13 14:09:20 -04:00 |
|
dkanada
|
8a28b55760
|
Merge pull request #3545 from jellyfin/dependabot/nuget/AutoFixture-4.13.0
Bump AutoFixture from 4.12.0 to 4.13.0
|
2020-07-14 03:04:53 +09:00 |
|
Patrick Barron
|
18c03fa9c8
|
Merge branch 'master' into fix-memoryleak
|
2020-07-13 17:45:54 +00:00 |
|
Patrick Barron
|
befd0c7a00
|
Remove EF Core Proxies
|
2020-07-13 12:49:20 -04:00 |
|
Neil Burrows
|
da8eb1f15b
|
using System.Net.Sockets
|
2020-07-13 16:33:39 +01:00 |
|
Neil Burrows
|
25e3827488
|
Update Emby.Server.Implementations/EntryPoints/UdpServerEntryPoint.cs
Update log format message and log exception
Co-authored-by: Cody Robibero <cody@robibe.ro>
|
2020-07-13 15:39:14 +01:00 |
|
Neil Burrows
|
359b0044b8
|
Prevent failure to bind to Auto Discover port being a fatal error
|
2020-07-13 15:12:51 +01:00 |
|
dependabot[bot]
|
aefe011d7d
|
Bump AutoFixture from 4.12.0 to 4.13.0
Bumps [AutoFixture](https://github.com/AutoFixture/AutoFixture) from 4.12.0 to 4.13.0.
- [Release notes](https://github.com/AutoFixture/AutoFixture/releases)
- [Commits](https://github.com/AutoFixture/AutoFixture/compare/v4.12.0...v4.13.0)
Signed-off-by: dependabot[bot] <support@github.com>
|
2020-07-13 12:04:07 +00:00 |
|
kanenses
|
52290380aa
|
Translated using Weblate (Portuguese)
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/pt/
|
2020-07-13 03:34:16 -04:00 |
|
Joshua M. Boniface
|
29a386ee2d
|
Merge pull request #3533 from barronpm/user-login-casing
Make User Authentication Case-insensitive and remove EF Core Log spam
|
2020-07-12 19:32:51 -04:00 |
|
dkanada
|
5e706ba7ce
|
keep playstate during syncplay group creation
|
2020-07-13 06:55:03 +09:00 |
|
Patrick Barron
|
0ee55bc1f9
|
Use AsEnumerable instead of ToList
|
2020-07-12 15:08:55 -04:00 |
|
Patrick Barron
|
8959621da7
|
Fix EF Core memory leak
|
2020-07-12 14:45:52 -04:00 |
|
David
|
ee03b919f9
|
Fix parsing
|
2020-07-12 20:11:59 +02:00 |
|
dkanada
|
04648c7e98
|
Merge pull request #3535 from crobibero/syncplay-v10
Fix syncplay function name
|
2020-07-12 01:39:48 +09:00 |
|
crobibero
|
2c231e84e6
|
Fix syncplay function name
|
2020-07-11 10:26:01 -06:00 |
|
Patrick Barron
|
f7c7b1e7e1
|
Merge pull request #3524 from crobibero/api-migration-nullable
Make query parameters nullable or set default value
|
2020-07-11 15:48:52 +00:00 |
|
David
|
2328ec59c9
|
Migrate AudioService to Jellyfin.Api
|
2020-07-11 11:15:04 +02:00 |
|
Patrick Barron
|
c0bd10879a
|
Ignore casing when authenticating users
|
2020-07-09 21:55:07 -04:00 |
|
rhythm493
|
172203b5cc
|
Translated using Weblate (Marathi)
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/mr/
|
2020-07-08 14:04:34 -04:00 |
|
Anthony Lavado
|
7884a85e62
|
Merge pull request #3519 from jellyfin/azure-ci
Add conditionals to root YAML definition
|
2020-07-08 06:41:44 -07:00 |
|
dkanada
|
405bfdf13f
|
Merge pull request #3522 from crobibero/syncplay-endpoints
Clean syncplay endpoint names
|
2020-07-08 18:16:27 +09:00 |
|
Patrick Barron
|
3cca8db905
|
Fix log spam from EF Core
|
2020-07-07 18:20:17 -04:00 |
|
crobibero
|
5d34b07d1f
|
Make query parameters nullable or set default value
|
2020-07-07 09:10:51 -06:00 |
|
crobibero
|
33c465a5d3
|
Clean syncplay endpoint names
|
2020-07-07 07:25:46 -06:00 |
|
Joshua M. Boniface
|
6d0a3a110b
|
Explicitly exit from inline script
|
2020-07-06 23:03:42 -04:00 |
|
Joshua M. Boniface
|
8bef24f331
|
Use weird other formating that AZP wants
|
2020-07-06 22:32:30 -04:00 |
|
Joshua M. Boniface
|
9d9c9a5945
|
Remove unneeded conditions that are now in parent
|
2020-07-06 22:14:25 -04:00 |
|
Joshua M. Boniface
|
aab79ef346
|
Add conditionals to root YAML definition
Prevents running builds (that get skipped) in PR CI, and prevents
running tests (which are irrelevant) in Merge CI.
|
2020-07-06 22:12:39 -04:00 |
|
Patrick Barron
|
2eef7d4913
|
Merge pull request #3504 from Ullmie02/api-genres
Move GenresService to Jellyfin.Api
|
2020-07-06 16:38:13 +00:00 |
|
Patrick Barron
|
48438e828c
|
Merge pull request #3507 from Ullmie02/api-musicgenres
Move MusicGenresService to Jellyfin.Api
|
2020-07-06 16:36:23 +00:00 |
|
Patrick Barron
|
d80eb91ba1
|
Merge pull request #2967 from crobibero/api-channel
Move ChannelService to Jellyfin.Api
|
2020-07-06 16:34:59 +00:00 |
|
Patrick Barron
|
940dee57d7
|
Merge pull request #3493 from Ullmie02/api-items
Move ItemsService and TrailersService to Jellyfin.Api
|
2020-07-06 16:31:35 +00:00 |
|
crobibero
|
1bf131c109
|
remove duplicate functions
|
2020-07-06 10:02:16 -06:00 |
|
crobibero
|
b2e7a4a1cb
|
Merge remote-tracking branch 'upstream/api-migration' into api-channel
|
2020-07-06 10:00:23 -06:00 |
|
David
|
c2ae0b492c
|
Add missing using
|
2020-07-06 17:43:34 +02:00 |
|