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
Erwin de Haan
65bd052f3e
ReSharper conform to 'var' settings
6 years ago
Erwin de Haan
a36658f6f0
ReSharper Reformat: Properties to expression bodied form.
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
Erwin de Haan
ec1f5dc317
Mayor code cleanup
...
Add Argument*Exceptions now use proper nameof operators.
Added exception messages to quite a few Argument*Exceptions.
Fixed rethorwing to be proper syntax.
Added a ton of null checkes. (This is only a start, there are about 500 places that need proper null handling)
Added some TODOs to log certain exceptions.
Fix sln again.
Fixed all AssemblyInfo's and added proper copyright (where I could find them)
We live in *current year*.
Fixed the use of braces.
Fixed a ton of properties, and made a fair amount of functions static that should be and can be static.
Made more Methods that should be static static.
You can now use static to find bad functions!
Removed unused variable. And added one more proper XML comment.
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
780b761456
3.2.29.2
7 years ago
Luke Pulverenti
2af3ec43d5
make common project portable
8 years ago
Luke Pulverenti
07791d46a5
rework scheduled tasks in preparation of common project going portable
8 years ago
softworkz
23da61281e
Reduced compiler warnings. No functional changes (except MediaEncoder.cs and AutomaticRestartEntryPoint.cs)
8 years ago
Luke Pulverenti
ba20bdcc2a
display sync services
10 years ago
Luke Pulverenti
0840bb9ba2
move web socket classes to server project
10 years ago
Luke Pulverenti
42b1416602
begin work on daily episodes
10 years ago
Luke Pulverenti
e5e39e8e56
add metadata editor info endpoint
10 years ago
Luke Pulverenti
8619b5ab38
update translations
11 years ago
Thomas Gillen
61c2364de1
Added IDependencyModule to allow plugins to define IoC bindings
11 years ago
Luke Pulverenti
3488cfecbd
make lazy loaded paths more nimble
11 years ago
Luke Pulverenti
55a776427b
Removed unused properties from BaseItem.
11 years ago
Luke Pulverenti
3d40c5ba36
fixed xml providers running over and over
11 years ago
Luke Pulverenti
35a7986b3f
added model classes for remote control
12 years ago
Luke Pulverenti
b11d06f36f
more work on streaming remotely
12 years ago
Luke Pulverenti
785deff188
removed excess hashing in providers and made user data key-based
12 years ago
Luke Pulverenti
5e1f4c01b8
added back IsFirstRun
12 years ago
Luke Pulverenti
7806ccd42f
resharper suggestions in common project
12 years ago
Luke Pulverenti
5fb369f3e6
add optional package filter and remove IUIPlugin interface
12 years ago
LukePulverenti
bf95cfe2e5
removed the IsCorePlugin property
12 years ago
LukePulverenti
2ca4b7d03a
Created IConfigurationManager
12 years ago
LukePulverenti
0ea90ef7c6
added IServerEntryPoint to replace plugin.initialize
12 years ago
LukePulverenti
e8f5fade43
Created an ItemsByName query dto
12 years ago
LukePulverenti
fe3323a492
fixes around http response caching, updated the mb icon in the dashboard, and isolated web socket events
12 years ago
LukePulverenti
2d06095447
plugin security fixes and other abstractions
12 years ago
LukePulverenti
8ce3e74e81
More DI
12 years ago
LukePulverenti
746c5d2fa7
moved Plugins to separate repo
12 years ago
LukePulverenti
fdafa59683
Removed System.Windows.Forms dependancy from Common. Almost done removing NLog dependancy.
12 years ago
LukePulverenti
ab1065a567
removed static logger
12 years ago
LukePulverenti
767cdc1f6f
Pushing missing changes
12 years ago
LukePulverenti Luke Pulverenti luke pulverenti
119dfc3ac7
Adding the UI to the same repo. Made some default theme progress
12 years ago
LukePulverenti Luke Pulverenti luke pulverenti
8b7effd6ff
Moved discovery of loggers and weather providers to MEF. Also added support for third-party image processors, also discovered through MEF.
12 years ago
LukePulverenti Luke Pulverenti luke pulverenti
fb88e4d5fc
Added the ability to reload the server and created a Plugins solution
12 years ago
LukePulverenti Luke Pulverenti luke pulverenti
5a89c00ac8
Remove spaces from default plugin config filename
12 years ago
LukePulverenti Luke Pulverenti luke pulverenti
f1e668bad8
More code cleanups
12 years ago
LukePulverenti Luke Pulverenti luke pulverenti
670a53258e
Some minor code cleanups
12 years ago
LukePulverenti Luke Pulverenti luke pulverenti
507beb76f6
Added context-sensitive init/dispose methods for plugins
12 years ago
LukePulverenti Luke Pulverenti luke pulverenti
c3d2f63776
Tweaked plugin downloading
12 years ago
LukePulverenti Luke Pulverenti luke pulverenti
4752d12aaa
Switched date operations to utc
12 years ago
LukePulverenti Luke Pulverenti luke pulverenti
26db4b2cd9
Added plugin configuration downloading
12 years ago
LukePulverenti Luke Pulverenti luke pulverenti
fc735e9187
Tweaked plugin downloading a bit
12 years ago