Patrick Barron
817e06813e
Remove unused using
5 years ago
Patrick Barron
f3263c7d8e
Remove limit of 7 home sections
5 years ago
Patrick Barron
3c7eb6b324
Document HomeSection.cs
5 years ago
Patrick Barron
e96a36512a
Document DisplayPreferences.cs
5 years ago
Patrick Barron
ab396225ea
Migrate Display Preferences to EF Core
5 years ago
Anthony Lavado
175e7b45e5
Merge pull request #3557 from crobibero/fix-update-user
...
Fix update user
5 years ago
crobibero
e143387cbd
Fix update user
5 years ago
Raif Coonjah
eddce72c52
Translated using Weblate (Afrikaans)
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/af/
5 years ago
dkanada
87d7c4a62e
Merge pull request #3500 from nyanmisaka/vpp-qsv
...
Add FFmpeg 4.3 detection and solve the green line on QSV HWA
5 years ago
dkanada
50dcc11430
Merge pull request #3555 from cvium/fix_disposed_context
...
Fix disposed database context
5 years ago
Claus Vium
340b585234
Use ToList instead of AsEnumerable due to delayed execution
5 years ago
dkanada
203825f772
Merge pull request #3541 from jellyfin/pause
...
Keep playstate during syncplay group creation
5 years ago
dkanada
bf09bbeacd
update comment
...
Co-authored-by: Patrick Barron <18354464+barronpm@users.noreply.github.com>
5 years ago
Joshua M. Boniface
f8e8626898
Merge pull request #3539 from barronpm/fix-memoryleak
...
Fix EF Core Memory Leak
5 years ago
Bond-009
f1a7b0586b
Merge pull request #3553 from joshuaboniface/fix-azure-fuckery
...
Explicitly add what Azure used to do implicitly
5 years ago
Joshua M. Boniface
b4212cc210
Explicitly add what Azure used to do implicitly
...
... before they changed it on us out of nowhere.
5 years ago
Patrick Barron
b468ae2aea
Use AsEnumerable for UserManager.Users
5 years ago
dkanada
8a28b55760
Merge pull request #3545 from jellyfin/dependabot/nuget/AutoFixture-4.13.0
...
Bump AutoFixture from 4.12.0 to 4.13.0
5 years ago
Patrick Barron
18c03fa9c8
Merge branch 'master' into fix-memoryleak
5 years ago
Patrick Barron
befd0c7a00
Remove EF Core Proxies
5 years ago
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>
5 years ago
kanenses
52290380aa
Translated using Weblate (Portuguese)
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/pt/
5 years ago
Joshua M. Boniface
29a386ee2d
Merge pull request #3533 from barronpm/user-login-casing
...
Make User Authentication Case-insensitive and remove EF Core Log spam
5 years ago
dkanada
5e706ba7ce
keep playstate during syncplay group creation
5 years ago
Patrick Barron
0ee55bc1f9
Use AsEnumerable instead of ToList
5 years ago
Patrick Barron
8959621da7
Fix EF Core memory leak
5 years ago
dkanada
04648c7e98
Merge pull request #3535 from crobibero/syncplay-v10
...
Fix syncplay function name
5 years ago
crobibero
2c231e84e6
Fix syncplay function name
5 years ago
Patrick Barron
c0bd10879a
Ignore casing when authenticating users
5 years ago
rhythm493
172203b5cc
Translated using Weblate (Marathi)
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/mr/
5 years ago
Anthony Lavado
7884a85e62
Merge pull request #3519 from jellyfin/azure-ci
...
Add conditionals to root YAML definition
5 years ago
dkanada
405bfdf13f
Merge pull request #3522 from crobibero/syncplay-endpoints
...
Clean syncplay endpoint names
5 years ago
Patrick Barron
3cca8db905
Fix log spam from EF Core
5 years ago
crobibero
33c465a5d3
Clean syncplay endpoint names
5 years ago
Joshua M. Boniface
6d0a3a110b
Explicitly exit from inline script
5 years ago
Joshua M. Boniface
8bef24f331
Use weird other formating that AZP wants
5 years ago
Joshua M. Boniface
9d9c9a5945
Remove unneeded conditions that are now in parent
5 years ago
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.
5 years ago
dkanada
3e53eb1cde
Merge pull request #3516 from jellyfin/dependabot/nuget/Moq-4.14.5
...
Bump Moq from 4.14.4 to 4.14.5
5 years ago
dependabot[bot]
88d06aa156
Bump Moq from 4.14.4 to 4.14.5
...
Bumps [Moq](https://github.com/moq/moq4 ) from 4.14.4 to 4.14.5.
- [Release notes](https://github.com/moq/moq4/releases )
- [Changelog](https://github.com/moq/moq4/blob/master/CHANGELOG.md )
- [Commits](https://github.com/moq/moq4/compare/v4.14.4...v4.14.5 )
Signed-off-by: dependabot[bot] <support@github.com>
5 years ago
Anthony Lavado
3d3e66c5d1
Merge pull request #3513 from barronpm/plugin-exception-fix
...
Fix TypeLoadException during plugin load
5 years ago
Patrick Barron
942c733d4f
Fix TypeLoadException during plugin load
5 years ago
Joshua M. Boniface
f3151e7dc7
Merge pull request #3505 from Bond-009/minor3
...
Minor fixes
5 years ago
Bond-009
fb91e4fc23
Merge pull request #3502 from barronpm/array-empty
...
Use Array.Empty
5 years ago
Bond-009
1448df1684
Update MediaBrowser.Providers/Plugins/Tmdb/Movies/TmdbMovieProvider.cs
...
Co-authored-by: Patrick Barron <18354464+barronpm@users.noreply.github.com>
5 years ago
Bond_009
ae6eaa7f02
Minor fixes
5 years ago
Patrick Barron
6d1b00da64
Use Array.Empty
5 years ago
nyanmisaka
d0098f1b95
update ffmpeg 4.3 from zeranoe builds
5 years ago
nyanmisaka
ce85cea9fa
solve the green line issue on QSV
5 years ago
nyanmisaka
f5c5352861
add FFmpeg 4.3 detection and tests
5 years ago