cvium
|
01491796a2
|
Enable Workstation GC mode
|
2021-04-11 12:57:28 +02:00 |
|
Claus Vium
|
f718735b4e
|
Merge pull request #5688 from crobibero/api-docs-sever-discovery
Add SessionDiscoveryInfo to generated api-docs
|
2021-04-07 14:36:49 +02:00 |
|
Bond-009
|
cb111eb767
|
Merge pull request #5661 from ferferga/openapi-product-version
Return Major.Minor.Build instead of Major.Minor.Build.Revision for OpenAPI
|
2021-04-03 22:07:47 +02:00 |
|
crobibero
|
31d1dbfda6
|
Add SessionDiscoveryInfo to generated api-docs
|
2021-04-03 06:54:09 -06:00 |
|
dependabot[bot]
|
820a373016
|
Bump Microsoft.Extensions.Diagnostics.HealthChecks from 5.0.3 to 5.0.4
Bumps [Microsoft.Extensions.Diagnostics.HealthChecks](https://github.com/dotnet/aspnetcore) from 5.0.3 to 5.0.4.
- [Release notes](https://github.com/dotnet/aspnetcore/releases)
- [Commits](https://github.com/dotnet/aspnetcore/compare/v5.0.3...v5.0.4)
Signed-off-by: dependabot[bot] <support@github.com>
|
2021-04-02 22:27:11 +00:00 |
|
Fernando Fernández
|
8c6bd2537c
|
Return Major.Minor.Build instead of Major.Minor.Build.Revision for OpenAPI version
|
2021-03-30 15:15:16 +02:00 |
|
dependabot[bot]
|
023467ebce
|
Bump Serilog.AspNetCore from 3.4.0 to 4.1.0
Bumps [Serilog.AspNetCore](https://github.com/serilog/serilog-aspnetcore) from 3.4.0 to 4.1.0.
- [Release notes](https://github.com/serilog/serilog-aspnetcore/releases)
- [Commits](https://github.com/serilog/serilog-aspnetcore/compare/v3.4.0...v4.1.0)
Signed-off-by: dependabot[bot] <support@github.com>
|
2021-03-29 12:00:44 +00:00 |
|
BaronGreenback
|
6765f6ab17
|
fix compilation
|
2021-03-23 00:12:14 +00:00 |
|
BaronGreenback
|
5d16d1f66d
|
Merge branch 'master' into RemoteAccessFix
|
2021-03-22 17:05:44 +00:00 |
|
Claus Vium
|
94820f569b
|
Merge pull request #5512 from crobibero/api-spec-version
|
2021-03-15 18:01:20 +01:00 |
|
Patrick Barron
|
e5380c653b
|
Merge branch 'master' into ef-cleanup
# Conflicts:
# Jellyfin.Data/Entities/Libraries/MediaFileStream.cs
# Jellyfin.Data/Jellyfin.Data.csproj
|
2021-03-14 10:19:35 -04:00 |
|
Bond_009
|
a8ed753f6c
|
FxCop -> Net Analyzers (part 2)
|
2021-03-13 22:33:28 +01:00 |
|
crobibero
|
1169a0214b
|
Set default version
|
2021-03-13 08:43:14 -07:00 |
|
crobibero
|
500832bdfd
|
Set openapi version to server version
|
2021-03-12 17:11:43 -07:00 |
|
BaronGreenback
|
3fdf0de6e3
|
Fix remote access
|
2021-03-11 21:36:58 +00:00 |
|
crobibero
|
8e09276d7d
|
Add websocket session message type to generated openapi.json
|
2021-03-10 16:33:46 -07:00 |
|
Bond_009
|
fa8bfece4e
|
Split integration tests from unit tests
|
2021-03-09 14:17:59 +01:00 |
|
Bond_009
|
9ed7f429c0
|
FxCop -> Net Analyzers (part 1)
|
2021-03-09 03:04:47 +01:00 |
|
Joshua M. Boniface
|
3c46f10e3d
|
Merge pull request #5315 from BaronGreenback/FixFor5280Part2
|
2021-03-08 18:06:40 -05:00 |
|
Patrick Barron
|
f638ee6b09
|
Enable nullable for Jellyfin.Data and remove unnecessary attributes
|
2021-03-06 17:43:01 -05:00 |
|
dkanada
|
8615847a8a
|
Merge pull request #5345 from BaronGreenback/IP6Fix
Dual IP4 / IP6 server fails on non-windows platforms
|
2021-03-04 17:03:53 +09:00 |
|
crobibero
|
631c0a35f6
|
Always use case insensitive json parsing for api
|
2021-03-03 17:11:19 -07:00 |
|
BaronGreenback
|
c275c5c1ea
|
Update Jellyfin.Server/Program.cs
Co-authored-by: Claus Vium <cvium@users.noreply.github.com>
|
2021-03-02 08:57:27 +00:00 |
|
Bond-009
|
1f0bbe266c
|
Merge pull request #5342 from BaronGreenback/errorMessageCorrection
Corrected logging message
|
2021-03-02 03:07:45 +01:00 |
|
BaronGreenback
|
5942948714
|
Kestrel workaround
|
2021-03-01 23:42:04 +00:00 |
|
BaronGreenback
|
fdd4b6b3f1
|
Changed message
|
2021-03-01 21:02:20 +00:00 |
|
BaronGreenback
|
80ca3da55c
|
Merge remote-tracking branch 'upstream/master' into FixFor5280Part2
|
2021-02-28 10:12:14 +00:00 |
|
BaronGreenback
|
f666b7e102
|
fix
|
2021-02-27 23:32:22 +00:00 |
|
Bond_009
|
032d72a8a7
|
Pls fix race condition
|
2021-02-23 17:30:24 +01:00 |
|
Joshua M. Boniface
|
c0c4aff8a6
|
Merge pull request #5276 from Bond-009/minor12
|
2021-02-22 21:00:34 -05:00 |
|
Bond_009
|
57102090d3
|
Add tests for DashboardController
|
2021-02-22 13:15:29 +01:00 |
|
Bond_009
|
b1fe28d0a6
|
Use GetEncodingOptions where possible
|
2021-02-21 02:58:30 +01:00 |
|
crobibero
|
9da972682c
|
Enable non-nullable reference types in generated api spec
|
2021-02-15 10:08:38 -07:00 |
|
crobibero
|
d5f0b046bb
|
Add image file accept to openapi
|
2021-02-10 16:12:52 -07:00 |
|
crobibero
|
407c35f087
|
Update to dotnet 5.0.3
|
2021-02-09 19:02:02 -07:00 |
|
dkanada
|
54a3ab15a3
|
Merge pull request #5005 from jellyfin/bytes
JsonSerializer deserialize from bytes where possible
|
2021-02-05 11:47:06 +09:00 |
|
crobibero
|
ef97ead707
|
Fix openapi nullable properties
|
2021-01-24 14:36:36 -07:00 |
|
Joshua M. Boniface
|
4b6b90e0b1
|
Merge pull request #5069 from crobibero/obsolete-param
|
2021-01-23 14:45:18 -05:00 |
|
Joshua M. Boniface
|
3bf7e18886
|
Merge pull request #5031 from crobibero/5.0.2
Update to dotnet 5.0.2
|
2021-01-23 14:41:03 -05:00 |
|
Cody Robibero
|
91a9af95c2
|
Apply suggestions from code review
Co-authored-by: dkanada <dkanada@users.noreply.github.com>
|
2021-01-21 07:01:51 -07:00 |
|
crobibero
|
59ff2c5b4b
|
Add ability to mark query parameter as obsolete.
|
2021-01-20 16:24:15 -07:00 |
|
BaronGreenback
|
ab632b96fe
|
renamed.
|
2021-01-19 19:31:55 +00:00 |
|
BaronGreenback
|
82d365045a
|
Removed systemIp6 functionality.
|
2021-01-19 12:50:11 +00:00 |
|
BaronGreenback
|
821473557c
|
Changed mapping logic
|
2021-01-19 11:31:40 +00:00 |
|
BaronGreenback
|
6a7623da02
|
Simplified Code
|
2021-01-19 10:36:37 +00:00 |
|
BaronGreenback
|
8b2b3b77a5
|
Removed duplication
|
2021-01-19 10:29:17 +00:00 |
|
BaronGreenback
|
49e3b70722
|
Moved InternalsVisibleTo
|
2021-01-18 13:03:37 +00:00 |
|
BaronGreenback
|
b9f0f4f53b
|
reverted
|
2021-01-17 13:35:30 +00:00 |
|
BaronGreenback
|
688e7c6a2d
|
Moved internalVisibleToAttribute to .csj
|
2021-01-17 12:45:11 +00:00 |
|
crobibero
|
a087ab389a
|
dotnet 5.0.2
|
2021-01-16 10:17:33 -07:00 |
|