Patrick Barron
|
70e56314d7
|
Minor fixes to LiveTvMediaSourceProvider
|
2020-08-13 13:11:30 -04:00 |
|
Patrick Barron
|
8373d6297c
|
Fix MemoryCache usage
|
2020-08-07 14:05:47 -04:00 |
|
Patrick Barron
|
5c65abcd94
|
Clean up TunerHost classes
|
2020-08-04 18:58:14 -04:00 |
|
Bond-009
|
b7421db5fe
|
Merge pull request #3578 from barronpm/displaypreferences-efcore
Migrate Display Preferences to EF Core
|
2020-08-01 21:51:49 +02:00 |
|
Joshua M. Boniface
|
d7287a05ad
|
Merge pull request #3684 from Bond-009/warn22
Fix warnings
|
2020-07-27 00:16:09 -04:00 |
|
Bond_009
|
01e781035f
|
Fix warnings
|
2020-07-24 16:37:54 +02:00 |
|
Bond-009
|
3ff110984a
|
Merge branch 'master' into readonlyspan
|
2020-07-24 09:40:44 +02:00 |
|
Patrick Barron
|
3d69cea1c9
|
Merge branch 'master' into displaypreferences-efcore
|
2020-07-23 23:50:12 +00:00 |
|
Patrick Barron
|
7adac7561a
|
Use System.Text.Json in LiveTvManager
|
2020-07-22 19:52:14 -04:00 |
|
Bond_009
|
febb6bced6
|
Review usage of string.Substring (part 1)
Reduced allocations by replacing string.Substring with ReadOnlySpan<char>.Slice
|
2020-07-22 13:39:24 +02:00 |
|
Patrick Barron
|
ab396225ea
|
Migrate Display Preferences to EF Core
|
2020-07-17 16:11:53 -04:00 |
|
telans
|
98db8f72e0
|
fix SA1503 for one line if statements
|
2020-06-20 20:35:29 +12:00 |
|
telans
|
afe09612e8
|
fix SA1119
|
2020-06-20 18:13:11 +12:00 |
|
Bond-009
|
9af6eda0b4
|
Merge pull request #3343 from telans/comment-stops
Add full stop at end of comments (SA1629)
|
2020-06-16 11:54:58 +02:00 |
|
telans
|
247f9c61e6
|
fix SA1513/SA1516
|
2020-06-16 16:11:30 +12:00 |
|
telans
|
9018f8d8be
|
Add full stop at end of comments (SA1629)
|
2020-06-16 10:37:52 +12:00 |
|
telans
|
3d9049ef08
|
fix SA1508
|
2020-06-15 10:45:55 +12:00 |
|
telans
|
acd4389653
|
fix SA1005
|
2020-06-15 10:41:00 +12:00 |
|
telans
|
726e116d5b
|
fix SA1510
|
2020-06-15 10:40:57 +12:00 |
|
Patrick Barron
|
42b4f0aa2e
|
Merge branch 'master' into userdb-efcore
# Conflicts:
# Emby.Server.Implementations/Library/UserManager.cs
# Jellyfin.Data/Jellyfin.Data.csproj
|
2020-06-13 19:41:05 -04:00 |
|
dkanada
|
403cd3205f
|
Merge pull request #3254 from crobibero/ilogger
Use typed logger where possible
|
2020-06-13 00:29:43 +09:00 |
|
Patrick Barron
|
7a115024aa
|
Merge branch 'master' into userdb-efcore
# Conflicts:
# MediaBrowser.Controller/Library/ILibraryManager.cs
# MediaBrowser.Providers/Users/UserMetadataService.cs
|
2020-06-11 18:23:12 -04:00 |
|
aled
|
22a860a806
|
Fix a small number of compile warnings
|
2020-06-06 20:17:49 +01:00 |
|
crobibero
|
57d1dbfe7b
|
undo erroneous changes
|
2020-06-05 18:29:58 -06:00 |
|
crobibero
|
44957c5a9a
|
Use typed logger where possible
|
2020-06-05 18:15:56 -06:00 |
|
Patrick Barron
|
06f9cde22f
|
Merge branch 'master' into userdb-efcore
# Conflicts:
# Emby.Server.Implementations/EntryPoints/ServerEventNotifier.cs
# Emby.Server.Implementations/Library/UserManager.cs
# Emby.Server.Implementations/Sorting/IsFavoriteOrLikeComparer.cs
# Emby.Server.Implementations/Sorting/IsPlayedComparer.cs
# Emby.Server.Implementations/Sorting/IsUnplayedComparer.cs
# Emby.Server.Implementations/TV/TVSeriesManager.cs
# Jellyfin.Server.Implementations/Users/DefaultAuthenticationProvider.cs
|
2020-06-04 16:52:23 -04:00 |
|
Vasily
|
40502a33e0
|
Merge pull request #3203 from Bond-009/warn18
Enable TreatWarningsAsErrors for Jellyfin.Server.Implementations in Release mode
|
2020-06-03 12:27:59 +03:00 |
|
Vasily
|
668e10ceb7
|
Merge pull request #2767 from Bond-009/nullable3
Enable nullabe reference types for MediaBrowser.Model
|
2020-06-03 12:26:54 +03:00 |
|
Bond_009
|
4748105dce
|
Enable TreatWarningsAsErrors for Jellyfin.Server.Implementations in Release mode
|
2020-05-29 11:28:19 +02:00 |
|
Bond_009
|
7439e095e2
|
Merge branch 'master' into nullable3
|
2020-05-27 20:49:18 +02:00 |
|
Patrick Barron
|
eef7cfd912
|
Make SonarCloud less angry
|
2020-05-26 22:43:03 -04:00 |
|
Patrick Barron
|
01ce56016a
|
Merge branch 'master' into userdb-efcore
# Conflicts:
# Emby.Server.Implementations/Library/UserManager.cs
# Jellyfin.Data/Jellyfin.Data.csproj
# MediaBrowser.Api/UserService.cs
# MediaBrowser.Controller/Library/IUserManager.cs
|
2020-05-26 20:29:11 -04:00 |
|
Bond_009
|
10e381f66f
|
Fix some 'bugs' flagged by sonarcloud
|
2020-05-25 23:52:51 +02:00 |
|
Patrick Barron
|
c464f700db
|
Remove redundant qualifiers
|
2020-05-20 13:07:53 -04:00 |
|
dkanada
|
668a7b97c7
|
Merge pull request #3072 from JustAMan/fix-dead-livetv
Re-raise the exception that caused LiveTV stream to not open
|
2020-05-18 23:23:47 +09:00 |
|
Vasily
|
c70e38288c
|
Apply suggestions from code review
Co-authored-by: dkanada <dkanada@users.noreply.github.com>
|
2020-05-18 17:01:29 +03:00 |
|
Patrick Barron
|
aca7e221d8
|
Merge branch 'master' into userdb-efcore
# Conflicts:
# Emby.Server.Implementations/Activity/ActivityLogEntryPoint.cs
# Emby.Server.Implementations/ApplicationHost.cs
# Emby.Server.Implementations/Devices/DeviceManager.cs
# Jellyfin.Server/Jellyfin.Server.csproj
# Jellyfin.Server/Migrations/MigrationRunner.cs
# MediaBrowser.Controller/Devices/IDeviceManager.cs
|
2020-05-15 17:20:07 -04:00 |
|
Vasily
|
f08830ea00
|
Merge pull request #2774 from mark-monteiro/simplify-https-config
Simplify HTTPS Properties
|
2020-05-13 20:36:54 +03:00 |
|
Patrick Barron
|
9ad839c776
|
Initial migration code
|
2020-05-12 22:10:35 -04:00 |
|
Patrick Barron
|
62420a6eb1
|
Remove support for injecting ILogger directly
|
2020-05-12 16:03:15 -04:00 |
|
Mark Monteiro
|
43c22a5822
|
Add GetLoopbackHttpApiUrl() helper method to replace forceHttps functionality
Also refactor to use return a Uri instead of a string and use UriBuilder under the hood
|
2020-05-10 14:36:11 -04:00 |
|
Vasily
|
3401d55f41
|
Fixed yet another case of hanging on a bad stream
|
2020-05-08 23:11:43 +03:00 |
|
Vasily
|
a517bd2e52
|
Re-raise the exception that caused LiveTV stream to not open
|
2020-05-08 14:32:41 +03:00 |
|
Joshua M. Boniface
|
f502c89331
|
Merge pull request #2798 from JustAMan/fix-livetv-again
Make localhost LiveTV restreams always use plain HTTP port
|
2020-04-26 15:13:27 -04:00 |
|
Mark Monteiro
|
f815059698
|
Merge remote-tracking branch 'upstream/master' into register-services-correctly
|
2020-04-20 20:11:33 -04:00 |
|
dkanada
|
eda208e258
|
Merge pull request #2829 from Bond-009/warn19
Fix some warnings
|
2020-04-19 12:04:02 +09:00 |
|
Bond_009
|
fc049caba2
|
Merge branch 'master' into nullable3
|
2020-04-15 11:09:14 +02:00 |
|
Mark Monteiro
|
9728aa8b0a
|
Merge branch 'master' into register-services-correctly
|
2020-04-13 17:06:24 -04:00 |
|
Mark Monteiro
|
4113288278
|
Fix style issues
|
2020-04-11 13:46:31 -04:00 |
|
Mark Monteiro
|
7152b55747
|
Use a separate line for each property initializer
|
2020-04-11 13:28:21 -04:00 |
|