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
4 years ago
dkanada
7972daaba4
fix a few issues with the plugin manifest
5 years ago
Patrick Barron
e3f9aaa9c6
Fix bugs relating to users not being properly locked out.
5 years ago
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
5 years ago
Patrick Barron
511d20a100
Apply review suggestions
5 years ago
Patrick Barron
9ad839c776
Initial migration code
5 years ago
Patrick Barron
032de931b1
Migrate activity db to EF Core
5 years ago
Patrick Barron
f5f9901544
Fixed build
5 years ago
Patrick Barron
7586c60224
Merge branch 'master' into warnings-cleanup1
5 years ago
Vasily
07143bcb68
Merge pull request #2466 from dkanada/plugin
...
Update plugin classes for nightly builds
5 years ago
Patrick Barron
c4e6329e58
Clean up and document ChannelManager.cs and implement suggestions
5 years ago
Patrick Barron
f6899de338
Clean up and document ActivityRepository.cs
5 years ago
Patrick Barron
af4d617df2
Clean up and document ActivityManager.cs
5 years ago
Patrick Barron
9c679b6570
Clean up and document ActivityLogEntryPoint.cs
5 years ago
dkanada
bd55bdb4e3
merge branch master into plugin
5 years ago
dkanada
2da5df6c25
add new property for version changelogs
5 years ago
dkanada
78abbcc251
standardize plugin version and guid properties
5 years ago
Bond_009
49fe5e0a21
Fix some warnings
5 years ago
Bond_009
e9d1eabd53
Remove unused usings
5 years ago
Bond-009
94fe9b8f6d
Merge branch 'master' into warn17
5 years ago
dkanada
974a04c129
update plugin classes for nightly builds
5 years ago
Bond_009
07cc4be6a7
Fix some warnings
...
* Add analyzers to MediaBrowser.XbmcMetadata
* Enable TreatWarningsAsErrors for MediaBrowser.XbmcMetadata
* Add analyzers to MediaBrowser.WebDashboard
* Enable TreatWarningsAsErrors for MediaBrowser.WebDashboard
* Disable SA1600 in favor of CS1591
5 years ago
Bond_009
867835a474
Fix build
5 years ago
Bond_009
87d2479b78
Fix warnings
5 years ago
Bond_009
2ef4ffd698
More warnings (removed)
5 years ago
Bond_009
42ffddc269
Fix more warnings
5 years ago
Bond-009
b477b3874e
Fix some warnings
5 years ago
Bond-009
ee637e8fec
Fix warnings, improve performance ( #1665 )
...
* Fix warnings, improve performance
`QueryResult.Items` is now a `IReadOnlyList` so we don't need to
allocate a new `Array` when we have a `List` (and `Items` shouldn't need to
be mutable anyway)
* Update Providers .csproj to latest C#
* Remove extra newline from DtoService.cs
* Remove extra newline from UserLibraryService.cs
5 years ago
Bond_009
e4f893a0eb
More warning fixes
5 years ago
Bond_009
f70a63d575
Return DB asap
5 years ago
dkanada
1ad67e223f
Merge pull request #1462 from Bond-009/installationmanager
...
Improvements to InstallationManager
5 years ago
Bond-009
6032f31aa6
Use CultureInvariant string conversion for Guids
5 years ago
Bond_009
7898af4ceb
Reworked PRAGMA statements use
5 years ago
Bond_009
d00ad28efd
Address comments
5 years ago
Bond-009
02b864e41b
Last line?
5 years ago
Bond-009
b6954f3bfd
More
5 years ago
Bond-009
27c29bbb4c
Back to a single connection
5 years ago
Bond-009
c30ba14c1f
Use a connection pool instead of creating new connections
5 years ago
Bond-009
cec22ad10d
Simplify db code
5 years ago
Bond_009
65a0ca2f32
Improvements to InstallationManager
5 years ago
Anthony Lavado
b25c08e79a
Merge pull request #1156 from Bond-009/sep
...
Small cleanups here and there
5 years ago
Bond-009
8f703f4744
Remove unused event
...
Release builds were failing because of this unused event.
6 years ago
Bond-009
6566c91360
Seperate changes from #1023
...
The unrelated changes from #1023 (and more)
6 years ago
Bond-009
620d7b560d
Fail on warnings for Jellyfin.Server
6 years ago
Bond-009
9993dafe54
Don't mix LINQ and roreach loops for readability
6 years ago
Joshua M. Boniface
c4f51e16a5
Merge pull request #736 from Bond-009/startasync
...
Start startup tasks async
6 years ago
Claus Vium
8985fb8d58
Remove support for games as a media type
6 years ago
Vasily
c8cb908004
Merge pull request #716 from Bond-009/warnings
...
Remove more compile time warnings
6 years ago
Bond_009
85a58fd655
Start startup tasks async
6 years ago
Erwin de Haan
d1a0497f55
Revert "Merge pull request #452 from Bond-009/activitydb"
...
This reverts commit 48ad18d12b
, reversing
changes made to fe197415ca
.
6 years ago