Rich Lander
|
9951a51395
|
Fix warnings in MediaBrowser.Controller/Session
|
3 years ago |
Nyanmisaka
|
d4f09c6c9b
|
Apply suggestions from code review
Co-authored-by: Claus Vium <cvium@users.noreply.github.com>
|
3 years ago |
Rich Lander
|
06679eeebf
|
Fix warnings for MediaBrowser.Controller/LiveTv
|
3 years ago |
Bond_009
|
4e9fbabef2
|
Enable nullable for DlnaManager
|
3 years ago |
Bond-009
|
008c6a843e
|
Merge pull request #6342 from richlander/mediabrowser-controller-library
|
3 years ago |
Rich Lander
|
c07e83fdf8
|
Invert code and style analysis configuration (#6334)
Co-authored-by: Bond-009 <bond.009@outlook.com>
|
3 years ago |
Rich Lander
|
e72868f72b
|
Update AggregateFolder.cs
|
4 years ago |
Rich Lander
|
a0678a9261
|
Update ILibraryManager.cs
|
4 years ago |
Rich Lander
|
092e7c91b4
|
Update ILibraryManager.cs
|
4 years ago |
Rich Lander
|
6a005f6a4f
|
Update ILibraryManager.cs
|
4 years ago |
Rich Lander
|
dfaf89a681
|
Update ILibraryManager.cs
|
4 years ago |
Rich Lander
|
5110835031
|
Update ILibraryManager.cs
|
4 years ago |
Rich Lander
|
0bb6999d59
|
Update ILibraryManager.cs
|
4 years ago |
Rich Lander
|
3e0aab390a
|
Merge branch 'master' into mediabrowser-controller-entities
|
4 years ago |
nyanmisaka
|
19e3c38fa8
|
Apply suggestions from code review
Co-authored-by: Claus Vium <cvium@users.noreply.github.com>
|
4 years ago |
Bond-009
|
439916f4ff
|
Merge pull request #6336 from richlander/mediabrowser-controller-channels
Fix warning in MediaBrowser.Controllers/Channels
|
4 years ago |
Bond-009
|
311774e75f
|
Merge pull request #6338 from richlander/mediabrowser-controller-providers
Fix warnings for MediaBrowser.Controller/Providers directory
|
4 years ago |
Rich Lander
|
9aebb86a68
|
Fix warnings in MediaBrowser.Controller/Drawing
|
4 years ago |
Rich Lander
|
5920f68ca9
|
Fix warnings in MediaBrowser.Controller/Library
|
4 years ago |
nyanmisaka
|
3beda02d92
|
add support for cuda tonemap and overlay
|
4 years ago |
Rich Lander
|
0ce7a15534
|
Fix more warnings
|
4 years ago |
Rich Lander
|
a16e66615c
|
Update MediaBrowser.Controller/Entities/AggregateFolder.cs
Co-authored-by: Cody Robibero <cody@robibe.ro>
|
4 years ago |
Rich Lander
|
32616d15f2
|
Update MediaBrowser.Controller/Entities/AggregateFolder.cs
Co-authored-by: Cody Robibero <cody@robibe.ro>
|
4 years ago |
Rich Lander
|
a7cc77e7fa
|
Fix partial set of MediaBrowser.Controller/Entities warnings
|
4 years ago |
Claus Vium
|
5a9bd712b3
|
Merge pull request #6296 from Bond-009/oscheck
Improve platform checks
|
4 years ago |
Rich Lander
|
717ff4ec62
|
Fix warnings for MediaBrowser.Controller/Providers directory
|
4 years ago |
Rich Lander
|
67efed39f2
|
Fix warning in m-b/channels
|
4 years ago |
Bond-009
|
c22582b5aa
|
Merge pull request #6281 from crobibero/controller-warn-04
|
4 years ago |
Patrick Barron
|
60ce0c9fa9
|
Add dto for device options
|
4 years ago |
Bond-009
|
b20977dc25
|
Merge pull request #6289 from Bond-009/warn33
Fix some warnings
|
4 years ago |
Bond_009
|
8528e9bddb
|
Improve platform checks
|
4 years ago |
Bond_009
|
915141f196
|
Fix some warnings
|
4 years ago |
Bond_009
|
b91c4be74c
|
Remove old "has update available" code
This is the job of a package manager (or maybe the tray app for windows)
|
4 years ago |
Cody Robibero
|
65f8d8c0cd
|
[CA1801] Parameter is never used. Remove the parameter or use it in the method body.
|
4 years ago |
Cody Robibero
|
4281722d5a
|
Fix [SA1629] Documentation text should end with a period
|
4 years ago |
MrTimscampi
|
8a65a6dfc3
|
Use artist backdrop for generated library image
|
4 years ago |
crobibero
|
397868be95
|
Fix issues with QuickConnect and AuthenticationDb
|
4 years ago |
Patrick Barron
|
ae878fa051
|
Merge branch 'master' into authenticationdb-efcore
# Conflicts:
# Emby.Server.Implementations/QuickConnect/QuickConnectManager.cs
# Emby.Server.Implementations/Session/SessionManager.cs
# Jellyfin.Server.Implementations/Security/AuthorizationContext.cs
|
4 years ago |
Bond_009
|
981cf4cfa0
|
Remove our own RemoveDiacritcs string extension in favor of Diacritics.Net
|
4 years ago |
Claus Vium
|
a41065a248
|
Merge pull request #6200 from nielsvanvelzen/fix-quickconnect
Refactor Quick Connect
|
4 years ago |
Niels van Velzen
|
7d46ca9317
|
Refactor Quick Connect
|
4 years ago |
Bond_009
|
6f8ccab788
|
Move non-jellyfin extensions to separate project
|
4 years ago |
Patrick Barron
|
be88efce3c
|
Merge branch 'master' into authenticationdb-efcore
# Conflicts:
# Emby.Server.Implementations/Devices/DeviceManager.cs
# Emby.Server.Implementations/HttpServer/Security/SessionContext.cs
# Emby.Server.Implementations/Security/AuthenticationRepository.cs
# Emby.Server.Implementations/Session/SessionManager.cs
# Jellyfin.Server.Implementations/Security/AuthorizationContext.cs
# MediaBrowser.Controller/Library/IUserManager.cs
# MediaBrowser.Controller/Net/ISessionContext.cs
|
4 years ago |
Patrick Barron
|
336ba2879f
|
Re-add support for API keys
|
4 years ago |
Claus Vium
|
93dbbfea03
|
Merge pull request #6173 from Bond-009/tests5
Add test for ReadOnlySpan.Count extension
|
4 years ago |
Bond_009
|
5fb72951a0
|
Add test for ReadOnlySpan.Count extension
|
4 years ago |
Claus Vium
|
cb77f8ee28
|
Merge pull request #6172 from Bond-009/nullable6
Remove useless nullable directives
|
4 years ago |
Bond-009
|
cfad97ff28
|
Merge pull request #6096 from cvium/saving_private_ram
|
4 years ago |
Bond_009
|
383c2d7374
|
Remove useless nullable directives
|
4 years ago |
Claus Vium
|
ed2f08d05f
|
Merge pull request #6156 from Bond-009/minor14
Minor fixes
|
4 years ago |
Claus Vium
|
f17d43c564
|
Merge pull request #6071 from BaronGreenback/DLNAFolderFixPart1
Make DLNA folders to work as expected.
|
4 years ago |
Claus Vium
|
b8f5a14384
|
Merge pull request #6117 from LinFor/pr_originaltitle_in_lookupinfo
Add OriginalTitle to ItemLookupInfo
|
4 years ago |
Bond_009
|
c78457e6d3
|
Minor fixes
|
4 years ago |
Cody Robibero
|
d461e3912a
|
Remove warninigs from MediaBrowser.Controller (Part 3) (#6078)
Co-authored-by: Bond-009 <bond.009@outlook.com>
|
4 years ago |
cvium
|
0835b26889
|
review
|
4 years ago |
PingWin
|
05c241da78
|
Add OriginalTitle to ItemLookupInfo
|
4 years ago |
Claus Vium
|
ffe2770388
|
Merge pull request #6043 from peterspenler/feature/chromecast-aac-handling
Reorder requested audio channels checks
|
4 years ago |
cvium
|
42a2cc1747
|
Remove some unnecessary allocations
|
4 years ago |
BaronGreenback
|
51fb6e1d2d
|
Merge branch 'master' into IsRoot_fix
|
4 years ago |
BaronGreenback
|
d0537a3271
|
Set isRoot to true
|
4 years ago |
Bond-009
|
0a30d8dd98
|
Merge pull request #6086 from Bond-009/deadcode
Remove dead code
|
4 years ago |
Bond_009
|
9b8eb1ba53
|
Remove dead code
|
4 years ago |
Bond-009
|
d61530eb4b
|
Merge pull request #6083 from Bond-009/nullable4
Enable nullable reference types for Emby.Server.Implementations
|
4 years ago |
Patrick Barron
|
b6446c06ee
|
Merge branch 'master' into authenticationdb-efcore
# Conflicts:
# Emby.Server.Implementations/Security/AuthenticationRepository.cs
# Jellyfin.Server.Implementations/Security/AuthorizationContext.cs
# MediaBrowser.Controller/Devices/IDeviceManager.cs
|
4 years ago |
Patrick Barron
|
a0c6f72762
|
Migrate authentication db to EF Core
|
4 years ago |
Patrick Barron
|
e1f7086077
|
Remove unnecessary query class
|
4 years ago |
Bond-009
|
a937a854f2
|
Merge pull request #6013 from Bond-009/minor13
|
4 years ago |
Bond_009
|
7e8428e588
|
Enable nullable reference types for Emby.Server.Implementations
|
4 years ago |
Patrick Barron
|
a225f34796
|
Merge branch 'master' into authenticationdb-efcore
# Conflicts:
# Jellyfin.Api/Helpers/RequestHelpers.cs
|
4 years ago |
Bond-009
|
8d2e5ef8c6
|
Merge pull request #6042 from crobibero/mbc-warn-2
|
4 years ago |
Bond_009
|
2b321d8b89
|
Enable nullable for InternalItemsQuery
|
4 years ago |
BaronGreenback
|
48bb338352
|
Enable child items to be returned if a musicAlbum
|
4 years ago |
nyanmisaka
|
ffc5aba023
|
Fix the 'No decoder surfaces left' error on Cuda
|
4 years ago |
crobibero
|
b6dda30a33
|
Fix suggestions from review
|
4 years ago |
peterspenler
|
3c981cf41f
|
Reorder requested audio channels checks
|
4 years ago |
crobibero
|
6bcbc2b88a
|
Reduce warnings in MediaBrowser.Controller
|
4 years ago |
Cody Robibero
|
e3f55a0c54
|
Reduce warnings in MediaBrowser.Controller (#6006)
Co-authored-by: Patrick Barron <18354464+barronpm@users.noreply.github.com>
|
4 years ago |
Bond_009
|
56ac64e70a
|
Minor improvements
* properly dispose CancellationTokenSource
* rewrite DynamicHlsController.GetSegmentLengths
* remove dead code
|
4 years ago |
Bond_009
|
4367b97a54
|
Fix build
|
4 years ago |
Bond_009
|
fb090df0b5
|
Enable nullable reference types for MediaBrowser.Controller
|
4 years ago |
Bond_009
|
bcb4010db6
|
More improvements
|
4 years ago |
Bond_009
|
787bcd4a83
|
Remove dead code
|
4 years ago |
BaronGreenback
|
2e98de9062
|
Code Clean up: Convert to null-coalescing operator ?? (#5845)
Co-authored-by: Cody Robibero <cody@robibe.ro>
Co-authored-by: Patrick Barron <18354464+barronpm@users.noreply.github.com>
|
4 years ago |
BaronGreenback
|
f2c10471bf
|
Code Clean up: Use Pattern Matching (#5838)
Co-authored-by: Cody Robibero <cody@robibe.ro>
Co-authored-by: Patrick Barron <18354464+barronpm@users.noreply.github.com>
|
4 years ago |
Claus Vium
|
b9d18f0fa7
|
Merge branch 'master' into allocationz
|
4 years ago |
Bond_009
|
c608d5104d
|
Fix scanning
|
4 years ago |
Bond-009
|
360d80c873
|
Merge pull request #5890 from Bond-009/filesystem
Reduce string allocations/fs lookups in resolve code
|
4 years ago |
cvium
|
608cba817c
|
Reduce some allocations with the magic of spans etc.
|
4 years ago |
Bond-009
|
eeb5d4bd1e
|
Merge pull request #5842 from BaronGreenback/optimization
Code Clean up: Group Methods
|
4 years ago |
Bond-009
|
7195d3e42f
|
Merge pull request #5893 from Bond-009/db
SqliteItemRepository: remove redundant operations
|
4 years ago |
cvium
|
77261a8445
|
add UpdatePeopleAsync and add people to both tables
|
4 years ago |
Bond-009
|
224c48821e
|
Merge pull request #5887 from Bond-009/perf
Improve perf of db save and query
|
4 years ago |
Bond_009
|
a02e37daa0
|
SqliteItemRepository: remove redundant operations
removed:
* nameof -> FullName lookup
* IndexOf before Replace
* Enum.GetNames -> Enum.Parse roundtrip
|
4 years ago |
crobibero
|
940c30081e
|
Mark PasswordSha1 as obsolete
|
4 years ago |
Bond_009
|
b323044139
|
Reduce string allocations/fs lookups in resolve code
|
4 years ago |
Bond_009
|
f46195899e
|
Improve perf of db save and query
|
4 years ago |
Bond-009
|
d5163b4167
|
Merge pull request #5877 from Bond-009/circ1
EncodingHelper: Fix circular dependency
|
4 years ago |
Bond-009
|
24103d0953
|
Merge pull request #5876 from Bond-009/nullref5
DeepCopy: Throw ArgumentNullException if one of the args is null
|
4 years ago |
Bond-009
|
48ed4b016c
|
Merge pull request #5808 from cvium/semi-fix-collection-perf
|
4 years ago |
Bond_009
|
499bac5185
|
EncodingHelper: Fix circular dependency
|
4 years ago |