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
2ef4ffd698
More warnings (removed)
5 years ago
Bond_009
6a6bfa6da9
Fix possible nullref when updating packages
5 years ago
Bond_009
03fe0e762d
Fix typos in docs
5 years ago
Bond-009
126165080b
Doc improvements
5 years ago
Bond_009
d529f81cd9
Improve IInstallationManager interface
5 years ago
Bond_009
9d4ce82ab9
Enable `TreatWarningsAsErrors` for MediaBrowser.Common and Emby.Photos
...
Adds `#pragma warning disable CS1591` to all files in
MediaBrowser.Common containing undocumented members.
5 years ago
Bond_009
7243689215
Minor improvements
5 years ago
Bond_009
5eaf5465a5
Check checksum for plugin downloads
...
* Compare the MD5 checksum when downloading plugins
* Reduced log spam due to http requests
* Removed 'GetTempFileResponse' function from HttpClientManager
* Fixed caching for HttpClientManager
5 years ago
Bond_009
65a0ca2f32
Improvements to InstallationManager
5 years ago
Erwin de Haan
49b61f238e
Merge branch 'dev' into reformat
...
# Conflicts:
# Emby.Server.Implementations/ApplicationHost.cs
# Emby.Server.Implementations/LiveTv/EmbyTV/EmbyTV.cs
# Emby.Server.Implementations/LiveTv/LiveTvManager.cs
# Emby.Server.Implementations/Security/MBLicenseFile.cs
# Emby.Server.Implementations/Security/PluginSecurityManager.cs
# Emby.Server.Implementations/Security/RegRecord.cs
# MediaBrowser.Api/PluginService.cs
# MediaBrowser.Api/System/SystemService.cs
# MediaBrowser.Common/Security/IRequiresRegistration.cs
# MediaBrowser.Common/Security/ISecurityManager.cs
# MediaBrowser.Common/Security/PaymentRequiredException.cs
# MediaBrowser.Model/Entities/MBRegistrationRecord.cs
# MediaBrowser.Model/Entities/PluginSecurityInfo.cs
# deployment/win-generic/build-jellyfin.ps1
6 years ago
Claus Vium
eca3c099d9
removed a bunch of validation, security, registration, premiere, whatever bs
6 years ago
Erwin de Haan
65bd052f3e
ReSharper conform to 'var' settings
6 years ago
Erwin de Haan
ba610b5094
Find+Sed BOM removal *.cs: Jellyfin.Server-MediaBrowser.Controller
6 years ago
Erwin de Haan
51ed47f4c4
EditorConfig reformat: Emby.XmlTv, Jellyfin.Server. MediaBrowser.Api, MediaBrowser.Common
6 years ago
Erwin de Haan
106d1d18ed
Visual Studio Reformat: MediaBrowser.Common
6 years ago
Bond_009
40563dc6cc
Remove GitHub updater and don't trow exception in release
6 years ago
Bond_009
c99b45dbe0
Remove some warnings
6 years ago
Andrew Rabert
a86b71899e
Add GPL modules
6 years ago
stefan
48facb797e
Update to 3.5.2 and .net core 2.1
6 years ago
Luke Pulverenti
39f20fdb4e
update dlna profiles
7 years ago
Luke Pulverenti
060215143f
improve httpclient resource disposal
7 years ago
Luke Pulverenti
1122835688
3.2.32.14
7 years ago
Luke Pulverenti
e441e2f53d
update active recordings
7 years ago
Luke Pulverenti
1ad990ad72
update live tv data transfer
7 years ago
Luke Pulverenti
7fcd14f4fb
update the updater
8 years ago
Luke Pulverenti
65a1ef020b
move sync repository to portable project
8 years ago
Luke Pulverenti
8fd3bf4217
change pcl's to .netstandard
8 years ago
Luke Pulverenti
5cd3276775
pass requested fields to data layer
8 years ago
Luke Pulverenti
82b8d60720
get stable and beta server packages from github
9 years ago
Luke Pulverenti
41fc1f87f5
update plugin catalog
9 years ago
Luke Pulverenti
dce9093ba1
split files into separate classes
11 years ago
Luke Pulverenti
f02c326027
Removed guids from the model project
11 years ago
Eric Reed
764e2625bf
Implement plugin update identification by guid
11 years ago
Luke Pulverenti
f4f91a8316
auto update fixes
11 years ago
Luke Pulverenti
3733ebd21e
updated nuget
11 years ago
Luke Pulverenti
1c7c71075a
pass current server version into installation manager to get update list
11 years ago
Luke Pulverenti
a78ed5c61f
cleanup method signatures
11 years ago
Luke Pulverenti
a3f7ebe702
3.0.4967.25605
11 years ago
Luke Pulverenti
53450bd514
added a notifications service
11 years ago
Luke Pulverenti
a5f97dcaa8
move installation manager down to common
12 years ago
Luke Pulverenti
1e49857765
use static package method when checking for plugin updates from dashboard page
12 years ago
Eric Reed
55bbfc2dcc
Change update checks to use static file
12 years ago
LukePulverenti
4f67fc4aef
removed base kernel and ikernel
12 years ago
LukePulverenti
2ca4b7d03a
Created IConfigurationManager
12 years ago
Eric Reed
60662a0f16
Server app update on launch
12 years ago
Eric Reed
e3b42ad59e
Remove archive extraction from PackageManager
...
It is no longer needed as the installer does this
12 years ago
Eric Reed
e15ff541c6
Move actual installation to PackageManager
12 years ago
Eric Reed
340280edf2
Partial implementation of PackageManager
12 years ago
Eric Reed
0c8d924bfc
Extract IInstallationManager interface
...
first step to moving update logic to common
12 years ago