crobibero
|
95402df884
|
Merge remote-tracking branch 'upstream/master' into default-http-client
|
2020-08-31 10:32:28 -06:00 |
|
Bond-009
|
95142643f6
|
Merge pull request #3871 from Ullmie02/plugins-api
Allow plugins to define their own api endpoints
|
2020-08-31 18:28:11 +02:00 |
|
David Ullmer
|
7f79f2ee0e
|
Use .Distinct on assembly
|
2020-08-31 17:53:55 +02:00 |
|
crobibero
|
e48df7da5e
|
Only create product header once
|
2020-08-31 09:15:20 -06:00 |
|
crobibero
|
808d180be4
|
Fix user agent comment
|
2020-08-31 08:52:21 -06:00 |
|
crobibero
|
64a811d783
|
use named http clients
|
2020-08-31 08:47:38 -06:00 |
|
Cromefire_
|
3453b65444
|
Fixed wrong openapi auth header value
|
2020-08-30 00:44:33 +02:00 |
|
crobibero
|
ec8967b8e6
|
Fix partial library and channel access
|
2020-08-27 10:00:06 -06:00 |
|
Bond-009
|
4f6c98b325
|
Merge pull request #3984 from crobibero/json-prerelease
Use Prerelease System.Text.Json
|
2020-08-26 18:59:46 +02:00 |
|
crobibero
|
de4cfa2234
|
Apply suggestions from code review
|
2020-08-26 08:45:59 -06:00 |
|
crobibero
|
78ae86b86a
|
Apply suggestions from code review
|
2020-08-26 08:23:35 -06:00 |
|
crobibero
|
8b96881aa1
|
Clean up json Converters
|
2020-08-26 08:22:48 -06:00 |
|
crobibero
|
582c016d3b
|
bump to preview8 and remove extra references
|
2020-08-25 21:19:55 -06:00 |
|
crobibero
|
5f64ab02a0
|
bump System.Text.Json
|
2020-08-25 07:33:58 -06: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 |
|
crobibero
|
340f83c3f5
|
Ignore null json values
|
2020-08-23 07:48:12 -06:00 |
|
Patrick Barron
|
98ed90c4a2
|
Merge branch 'master' into event-rewrite-1
|
2020-08-19 18:11:17 -04:00 |
|
crobibero
|
0db0e8b944
|
Remove unused configure
|
2020-08-19 06:39:29 -06:00 |
|
crobibero
|
c5a9e8f831
|
Merge remote-tracking branch 'upstream/master' into default-http-client
|
2020-08-19 06:37:06 -06:00 |
|
crobibero
|
7578dfac25
|
Remove unused directives
|
2020-08-19 06:36:10 -06:00 |
|
crobibero
|
076e17f355
|
Add default http client
|
2020-08-19 06:31:45 -06:00 |
|
crobibero
|
29d8e38161
|
Merge remote-tracking branch 'upstream/master' into fixes
|
2020-08-17 15:54:40 -06:00 |
|
Patrick Barron
|
a77cf53573
|
Allow plugins to register services.
|
2020-08-16 17:25:14 -04:00 |
|
crobibero
|
21cc308ec9
|
Use proper mediatypename
|
2020-08-16 11:48:54 -06:00 |
|
Patrick Barron
|
ee5d4b1146
|
Register event services
|
2020-08-15 15:56:56 -04:00 |
|
crobibero
|
2d4e91c5a2
|
Add xml output formatter
|
2020-08-15 10:39:24 -06:00 |
|
Anthony Lavado
|
dbc1435a9e
|
Merge pull request #3671 from Bond-009/unixsocket
Make UNIX socket configurable
|
2020-08-13 13:02:02 -04:00 |
|
David
|
9e95fe8f9d
|
Add plugin assemblies to mvc builder
|
2020-08-11 18:20:16 +02:00 |
|
crobibero
|
b0532c549a
|
add proper converter for legacy datetime
|
2020-08-10 11:58:06 -06:00 |
|
David
|
98d1d2325d
|
Prepare plugin Api migration
|
2020-08-10 16:12:22 +02:00 |
|
crobibero
|
05f9473544
|
Apply fixes from review
|
2020-08-06 17:59:48 -06:00 |
|
crobibero
|
fffa94fc33
|
Apply fixes from review
|
2020-08-06 08:17:45 -06:00 |
|
crobibero
|
9e00aa3014
|
fix openapi validation errors
|
2020-08-03 14:38:51 -06:00 |
|
crobibero
|
f915c3e5d9
|
Merge remote-tracking branch 'upstream/master' into api-migration
|
2020-08-03 11:24:13 -06:00 |
|
dependabot[bot]
|
be277e74d7
|
Bump Serilog.AspNetCore from 3.2.0 to 3.4.0
Bumps [Serilog.AspNetCore](https://github.com/serilog/serilog-aspnetcore) from 3.2.0 to 3.4.0.
- [Release notes](https://github.com/serilog/serilog-aspnetcore/releases)
- [Commits](https://github.com/serilog/serilog-aspnetcore/compare/v3.2.0...v3.4.0)
Signed-off-by: dependabot[bot] <support@github.com>
|
2020-08-03 12:04:18 +00: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 |
|
Patrick Barron
|
ad32800504
|
Switch to unstable chromecast version.
|
2020-08-01 14:56:32 -04:00 |
|
Patrick Barron
|
a6bc4c688d
|
Add using statement to DisplayPreferences migration
|
2020-08-01 14:52:45 -04:00 |
|
cvium
|
5f03fb0ef7
|
Use factory pattern to instantiate jellyfindb context to avoid disposed contexts piling up in DI container
|
2020-07-31 10:13:54 +02:00 |
|
Patrick Barron
|
c094916df0
|
Migrate default library display preferences.
|
2020-07-28 09:19:25 -04:00 |
|
Patrick Barron
|
4b8ab1a803
|
Set default value of SortBy during migrations.
|
2020-07-27 21:01:08 -04:00 |
|
Patrick Barron
|
754837f16f
|
Add tv home.
|
2020-07-27 20:50:58 -04:00 |
|
Patrick Barron
|
68a185fd02
|
Serialize/deserialize new entities properly.
|
2020-07-27 20:40:21 -04:00 |
|
crobibero
|
7bb34fc9e7
|
use proper HttpClient DI
|
2020-07-25 17:21:40 -06:00 |
|
Patrick Barron
|
9fcf23bd21
|
Migrate EnableNextVideoInfoOverlay
|
2020-07-24 16:34:19 -04:00 |
|
Patrick Barron
|
0d13d830bb
|
Migrate skip lengths.
|
2020-07-24 16:30:54 -04:00 |
|
Patrick Barron
|
629ffe395f
|
Fixed build errors.
|
2020-07-23 20:36:36 -04:00 |
|
Patrick Barron
|
3d69cea1c9
|
Merge branch 'master' into displaypreferences-efcore
|
2020-07-23 23:50:12 +00:00 |
|
Bond_009
|
cbe47325b3
|
Make UNIX socket configurable
|
2020-07-23 13:18:47 +02:00 |
|
Bond-009
|
9ffe74d979
|
Merge pull request #3532 from Ullmie02/socket-binding
Add support for binding to Unix socket
|
2020-07-23 12:30:25 +02:00 |
|