Claus Vium
|
f718735b4e
|
Merge pull request #5688 from crobibero/api-docs-sever-discovery
Add SessionDiscoveryInfo to generated api-docs
|
4 years ago |
Bond-009
|
cb111eb767
|
Merge pull request #5661 from ferferga/openapi-product-version
Return Major.Minor.Build instead of Major.Minor.Build.Revision for OpenAPI
|
4 years ago |
crobibero
|
31d1dbfda6
|
Add SessionDiscoveryInfo to generated api-docs
|
4 years ago |
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>
|
4 years ago |
Fernando Fernández
|
8c6bd2537c
|
Return Major.Minor.Build instead of Major.Minor.Build.Revision for OpenAPI version
|
4 years ago |
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>
|
4 years ago |
BaronGreenback
|
6765f6ab17
|
fix compilation
|
4 years ago |
BaronGreenback
|
5d16d1f66d
|
Merge branch 'master' into RemoteAccessFix
|
4 years ago |
Claus Vium
|
94820f569b
|
Merge pull request #5512 from crobibero/api-spec-version
|
4 years ago |
Patrick Barron
|
e5380c653b
|
Merge branch 'master' into ef-cleanup
# Conflicts:
# Jellyfin.Data/Entities/Libraries/MediaFileStream.cs
# Jellyfin.Data/Jellyfin.Data.csproj
|
4 years ago |
Bond_009
|
a8ed753f6c
|
FxCop -> Net Analyzers (part 2)
|
4 years ago |
crobibero
|
1169a0214b
|
Set default version
|
4 years ago |
crobibero
|
500832bdfd
|
Set openapi version to server version
|
4 years ago |
BaronGreenback
|
3fdf0de6e3
|
Fix remote access
|
4 years ago |
crobibero
|
8e09276d7d
|
Add websocket session message type to generated openapi.json
|
4 years ago |
Bond_009
|
fa8bfece4e
|
Split integration tests from unit tests
|
4 years ago |
Bond_009
|
9ed7f429c0
|
FxCop -> Net Analyzers (part 1)
|
4 years ago |
Joshua M. Boniface
|
3c46f10e3d
|
Merge pull request #5315 from BaronGreenback/FixFor5280Part2
|
4 years ago |
Patrick Barron
|
f638ee6b09
|
Enable nullable for Jellyfin.Data and remove unnecessary attributes
|
4 years ago |
dkanada
|
8615847a8a
|
Merge pull request #5345 from BaronGreenback/IP6Fix
Dual IP4 / IP6 server fails on non-windows platforms
|
4 years ago |
crobibero
|
631c0a35f6
|
Always use case insensitive json parsing for api
|
4 years ago |
BaronGreenback
|
c275c5c1ea
|
Update Jellyfin.Server/Program.cs
Co-authored-by: Claus Vium <cvium@users.noreply.github.com>
|
4 years ago |
Bond-009
|
1f0bbe266c
|
Merge pull request #5342 from BaronGreenback/errorMessageCorrection
Corrected logging message
|
4 years ago |
BaronGreenback
|
5942948714
|
Kestrel workaround
|
4 years ago |
BaronGreenback
|
fdd4b6b3f1
|
Changed message
|
4 years ago |
BaronGreenback
|
80ca3da55c
|
Merge remote-tracking branch 'upstream/master' into FixFor5280Part2
|
4 years ago |
BaronGreenback
|
f666b7e102
|
fix
|
4 years ago |
Bond_009
|
032d72a8a7
|
Pls fix race condition
|
4 years ago |
Joshua M. Boniface
|
c0c4aff8a6
|
Merge pull request #5276 from Bond-009/minor12
|
4 years ago |
Bond_009
|
57102090d3
|
Add tests for DashboardController
|
4 years ago |
Bond_009
|
b1fe28d0a6
|
Use GetEncodingOptions where possible
|
4 years ago |
crobibero
|
9da972682c
|
Enable non-nullable reference types in generated api spec
|
4 years ago |
crobibero
|
d5f0b046bb
|
Add image file accept to openapi
|
4 years ago |
crobibero
|
407c35f087
|
Update to dotnet 5.0.3
|
4 years ago |
dkanada
|
54a3ab15a3
|
Merge pull request #5005 from jellyfin/bytes
JsonSerializer deserialize from bytes where possible
|
4 years ago |
crobibero
|
ef97ead707
|
Fix openapi nullable properties
|
4 years ago |
Joshua M. Boniface
|
4b6b90e0b1
|
Merge pull request #5069 from crobibero/obsolete-param
|
4 years ago |
Joshua M. Boniface
|
3bf7e18886
|
Merge pull request #5031 from crobibero/5.0.2
Update to dotnet 5.0.2
|
4 years ago |
Cody Robibero
|
91a9af95c2
|
Apply suggestions from code review
Co-authored-by: dkanada <dkanada@users.noreply.github.com>
|
4 years ago |
crobibero
|
59ff2c5b4b
|
Add ability to mark query parameter as obsolete.
|
4 years ago |
BaronGreenback
|
ab632b96fe
|
renamed.
|
4 years ago |
BaronGreenback
|
82d365045a
|
Removed systemIp6 functionality.
|
4 years ago |
BaronGreenback
|
821473557c
|
Changed mapping logic
|
4 years ago |
BaronGreenback
|
6a7623da02
|
Simplified Code
|
4 years ago |
BaronGreenback
|
8b2b3b77a5
|
Removed duplication
|
4 years ago |
BaronGreenback
|
49e3b70722
|
Moved InternalsVisibleTo
|
4 years ago |
BaronGreenback
|
b9f0f4f53b
|
reverted
|
4 years ago |
BaronGreenback
|
688e7c6a2d
|
Moved internalVisibleToAttribute to .csj
|
4 years ago |
crobibero
|
a087ab389a
|
dotnet 5.0.2
|
4 years ago |
BaronGreenback
|
4bc8a1e77b
|
updated
|
4 years ago |