crobibero
|
b02650ec2f
|
use proper spdx
|
2020-08-26 07:39:01 -06:00 |
|
crobibero
|
5f60da29c7
|
switch to spdx
|
2020-08-26 07:36:57 -06:00 |
|
crobibero
|
670c41ee89
|
Properly pack project license
|
2020-08-25 21:33:19 -06:00 |
|
Joshua M. Boniface
|
e83f6d6ec7
|
Merge pull request #3889 from Ullmie02/nuget-versioning
Build Unstable NuGet packages
|
2020-08-25 17:08:06 -04:00 |
|
Patrick Barron
|
b5bbbb9cef
|
Document SubtitleDownloadFailureEventArgs
|
2020-08-24 20:34:53 -04:00 |
|
Patrick Barron
|
2eb9a3670b
|
Document PlaybackStartEventArgs
|
2020-08-24 20:34:42 -04:00 |
|
Patrick Barron
|
71c33d09c4
|
Document IEventConsumer
|
2020-08-24 20:34:33 -04:00 |
|
Patrick Barron
|
9fa4fff15d
|
Merge branch 'master' into event-rewrite-1
# Conflicts:
# Emby.Dlna/Emby.Dlna.csproj
# Emby.Dlna/Eventing/DlnaEventManager.cs
# Emby.Dlna/Service/BaseService.cs
# Emby.Server.Implementations/ScheduledTasks/ScheduledTaskWorker.cs
# MediaBrowser.Controller/Subtitles/SubtitleDownloadEventArgs.cs
|
2020-08-24 20:04:13 -04:00 |
|
Bond_009
|
c4d8275fc1
|
Fix duplicate
|
2020-08-23 00:26:32 +02:00 |
|
Bond_009
|
5ec1a979b2
|
Remove extra newline
|
2020-08-22 21:57:28 +02:00 |
|
Bond_009
|
404bb4f835
|
Enable TreatWarningsAsErrors for MediaBrowser.Controller in Release
|
2020-08-22 21:56:24 +02:00 |
|
Bond_009
|
2b832de289
|
Fix build
|
2020-08-21 22:19:16 +02:00 |
|
Bond_009
|
119f64f5e7
|
Make some methods async
|
2020-08-21 22:01:19 +02:00 |
|
Bond_009
|
ab2147751f
|
Make MediaBrowser.MediaEncoding warnings free
|
2020-08-20 12:16:24 +02:00 |
|
Patrick Barron
|
98ed90c4a2
|
Merge branch 'master' into event-rewrite-1
|
2020-08-19 18:11:17 -04:00 |
|
Bond_009
|
68edccd9f4
|
More warn
|
2020-08-19 18:02:34 +02:00 |
|
Bond_009
|
2b400c99ef
|
Fix warnings
|
2020-08-19 17:50:50 +02:00 |
|
crobibero
|
1325815182
|
Remove IHttpClient from Providers
|
2020-08-17 13:10:02 -06:00 |
|
crobibero
|
2e0c2336cc
|
Remove IHttpClient from IRemoteImageProvider
|
2020-08-17 11:51:53 -06:00 |
|
Bond-009
|
ec12675feb
|
Merge pull request #3891 from barronpm/remove-unused-methods
Remove unused methods in IDtoService
|
2020-08-16 17:06:47 +02:00 |
|
Patrick Barron
|
a40064a146
|
Migrate ServerEventNotifier.OnPackageInstallationCancelled to IEventConsumer
|
2020-08-15 23:20:41 -04:00 |
|
Patrick Barron
|
b7ceb40d6e
|
Migrate ServerEventNotifier.OnPackageInstalling to IEventConsumer
|
2020-08-15 18:57:46 -04:00 |
|
Patrick Barron
|
816c80525a
|
Use IEventManager in UserManager
|
2020-08-15 15:55:15 -04:00 |
|
Patrick Barron
|
8570cfdba6
|
Migrate ActivityLogEntryPoint.OnSessionEnded to IEventConsumer
|
2020-08-15 02:07:28 -04:00 |
|
Patrick Barron
|
ca3a8bdb98
|
Migrate ActivityLogEntryPoint.OnSessionStarted to IEventConsumer
|
2020-08-15 02:02:58 -04:00 |
|
Patrick Barron
|
e924444880
|
Migrate ActivityLogEntryPoint.OnPluginUpdated to IEventConsumer
|
2020-08-14 15:50:17 -04:00 |
|
Patrick Barron
|
0da7c0568d
|
Migrate ActivityLogEntryPoint.OnPluginUninstalled to IEventConsumer
|
2020-08-14 15:22:12 -04:00 |
|
Patrick Barron
|
b7f21971f4
|
Migrate ActivityLogEntryPoint.OnPluginInstalled to IEventConsumer
|
2020-08-14 15:21:17 -04:00 |
|
Patrick Barron
|
ca1f15af19
|
Move GenericEventArgs to Jellyfin.Data.Events
|
2020-08-13 20:52:55 -04:00 |
|
Patrick Barron
|
3e5fe04427
|
Migrate ActivityLogEntryPoint.OnPlaybackStart to IEventConsumer
|
2020-08-13 20:32:54 -04:00 |
|
Patrick Barron
|
57e2f7248d
|
Remove unused class and rename file.
|
2020-08-13 20:30:43 -04:00 |
|
Patrick Barron
|
285af300f5
|
Create IEventConsumer and IEventManager
|
2020-08-13 20:29:14 -04:00 |
|
Patrick Barron
|
e0c6172d23
|
Add ServiceProvider to IServerApplicationHost
|
2020-08-13 16:10:26 -04:00 |
|
David
|
b92fbe4d69
|
Use VersionPrefix
|
2020-08-13 19:03:24 +02:00 |
|
Anthony Lavado
|
dbc1435a9e
|
Merge pull request #3671 from Bond-009/unixsocket
Make UNIX socket configurable
|
2020-08-13 13:02:02 -04:00 |
|
Patrick Barron
|
2be1865b42
|
Remove unused methods in IDtoService
|
2020-08-13 12:50:04 -04:00 |
|
David
|
a61f6e3308
|
Fix nuget ci
|
2020-08-13 15:22:12 +02:00 |
|
Bond-009
|
6c92154a9b
|
Update MediaBrowser.Controller/Extensions/ConfigurationExtensions.cs
Co-authored-by: David <davidullmer@outlook.de>
|
2020-08-09 13:55:57 +02:00 |
|
crobibero
|
f915c3e5d9
|
Merge remote-tracking branch 'upstream/master' into api-migration
|
2020-08-03 11:24:13 -06:00 |
|
Joshua M. Boniface
|
47e63def20
|
Merge pull request #3728 from jellyfin/qsv-cutter
Adjust priority in outputSizeParam cutter
|
2020-08-02 20:30:33 -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 |
|
Nyanmisaka
|
2139e9f8d1
|
adjust priority in outputSizeParam cutter
|
2020-07-28 17:07:10 +08:00 |
|
Patrick Barron
|
68a185fd02
|
Serialize/deserialize new entities properly.
|
2020-07-27 20:40:21 -04:00 |
|
Nyanmisaka
|
3e55632807
|
remove spaces
|
2020-07-27 01:41:27 +08:00 |
|
不帅你报警
|
30bfa5536f
|
Update MediaBrowser.Controller/MediaEncoding/EncodingHelper.cs
Co-authored-by: Nyanmisaka <nst799610810@gmail.com>
|
2020-07-27 01:34:36 +08:00 |
|
不帅你报警
|
d5dcb12407
|
Update EncodingHelper.cs
Fix the problem that hardware decoding cannot be used on macOS.
|
2020-07-26 23:47:29 +08:00 |
|
Bond_009
|
928bc6c787
|
Fix build
|
2020-07-24 16:42:28 +02:00 |
|
Bond-009
|
3ff110984a
|
Merge branch 'master' into readonlyspan
|
2020-07-24 09:40:44 +02:00 |
|
Bond-009
|
1cc62d6afa
|
Update MediaBrowser.Controller/Extensions/ConfigurationExtensions.cs
Co-authored-by: David Mouse <dmouse10462@gmail.com>
|
2020-07-24 09:36:18 +02:00 |
|
Patrick Barron
|
3d69cea1c9
|
Merge branch 'master' into displaypreferences-efcore
|
2020-07-23 23:50:12 +00:00 |
|