David
|
d39f481a5c
|
Apply suggestions from review
|
4 years ago |
David
|
cff9772e14
|
Fix build part 2
|
4 years ago |
David
|
1cb20f9181
|
Fix build
|
4 years ago |
David
|
2ce97c022e
|
Move AudioService to Jellyfin.Api
|
4 years ago |
David
|
90039e1ad3
|
Merge remote-tracking branch 'remotes/jellyfin/api-migration' into api-audio
# Conflicts:
# Emby.Server.Implementations/ApplicationHost.cs
# Jellyfin.Api/Helpers/TranscodingJobHelper.cs
|
4 years ago |
David
|
eae665a9c4
|
Add properties to StreamState to fix some errors
|
4 years ago |
David
|
07e56850be
|
Remove caching and content length
|
4 years ago |
crobibero
|
5c66f9e471
|
changes from merge
|
4 years ago |
crobibero
|
1385064497
|
Merge remote-tracking branch 'upstream/master' into api-migration-merge
|
4 years ago |
David
|
3514813eb4
|
Continute work
|
4 years ago |
Patrick Barron
|
4742ddbb71
|
Update .NET Core to 3.1.6
|
4 years ago |
David
|
2328ec59c9
|
Migrate AudioService to Jellyfin.Api
|
4 years ago |
crobibero
|
5d34b07d1f
|
Make query parameters nullable or set default value
|
4 years ago |
Patrick Barron
|
2eef7d4913
|
Merge pull request #3504 from Ullmie02/api-genres
Move GenresService to Jellyfin.Api
|
4 years ago |
Patrick Barron
|
48438e828c
|
Merge pull request #3507 from Ullmie02/api-musicgenres
Move MusicGenresService to Jellyfin.Api
|
4 years ago |
Patrick Barron
|
d80eb91ba1
|
Merge pull request #2967 from crobibero/api-channel
Move ChannelService to Jellyfin.Api
|
4 years ago |
Patrick Barron
|
940dee57d7
|
Merge pull request #3493 from Ullmie02/api-items
Move ItemsService and TrailersService to Jellyfin.Api
|
4 years ago |
crobibero
|
1bf131c109
|
remove duplicate functions
|
4 years ago |
crobibero
|
b2e7a4a1cb
|
Merge remote-tracking branch 'upstream/api-migration' into api-channel
|
4 years ago |
David
|
c2ae0b492c
|
Add missing using
|
4 years ago |
David
|
95ea9dad00
|
Change route parameter name
|
4 years ago |
David
|
c71234f4d9
|
Add authorization attribute
|
4 years ago |
David
|
87f3326ffb
|
Add authorization attribute
|
4 years ago |
crobibero
|
068725cded
|
Fix documentation and authorize attribute
|
4 years ago |
David
|
5a74a7d3c7
|
Add additional userId query parameter
|
4 years ago |
David
|
57fab9035f
|
Move MusicGenresService to Jellyfin.Api
|
4 years ago |
David
|
589add1654
|
Change nullable behavior to fix web client
|
4 years ago |
David
|
94ccb3ee98
|
Move GenresService to Jellyfin.Api
|
4 years ago |
Patrick Barron
|
613444a152
|
Merge pull request #2976 from crobibero/api-environment
Transfer EnvironmentService to Jellyfin.Api
|
4 years ago |
David
|
c675a9bec9
|
Merge pull request #3405 from crobibero/api-livetv
Move LiveTvService.cs to Jellyfin.Api
|
4 years ago |
David
|
68cc075dda
|
Update LiveTvController.cs
|
4 years ago |
David
|
31a492b2b9
|
Move TrailersService to Jellyfin.Api
|
4 years ago |
David
|
121de44ad0
|
Move ItemsService to Jellyfin.Api
|
4 years ago |
Cody Robibero
|
0830d381c4
|
Add missing endpoint
|
4 years ago |
crobibero
|
1aaee5cf8f
|
Move PersonsService.cs to Jellyfin.Api
|
4 years ago |
crobibero
|
13c4cb628f
|
add missing function after merge
|
4 years ago |
crobibero
|
14faebc7fe
|
Merge remote-tracking branch 'upstream/api-migration' into api-livetv
|
4 years ago |
David
|
5dfe1ed9b3
|
Fix using ordering
|
4 years ago |
David
|
6385e1ba46
|
Fix Build
|
4 years ago |
David
|
94e792e0d7
|
Merge branch 'api-migration' of github.com:Ullmie02/jellyfin into api-migration
|
4 years ago |
David
|
603b1693c0
|
Update Jellyfin.Api/Controllers/ArtistsController.cs
Co-authored-by: Cody Robibero <cody@robibe.ro>
|
4 years ago |
Patrick Barron
|
a9dad2b04e
|
Merge pull request #3451 from crobibero/api-studios
Move StudiosService.cs to Jellyfin.Api
|
4 years ago |
crobibero
|
da40572979
|
Merge remote-tracking branch 'upstream/api-migration' into api-studios
|
4 years ago |
Patrick Barron
|
1b34919a60
|
Merge pull request #3381 from crobibero/api-movies
Move MoviesService.cs to Jellyfin.Api
|
4 years ago |
David
|
45e034e9a1
|
Move ArtistsService to Jellyfin.Api
|
4 years ago |
Cody Robibero
|
8459d486de
|
Update Jellyfin.Api/Controllers/MoviesController.cs
Co-authored-by: David <davidullmer@outlook.de>
|
4 years ago |
dependabot[bot]
|
84e74dbc50
|
Bump Swashbuckle.AspNetCore from 5.5.0 to 5.5.1
Bumps [Swashbuckle.AspNetCore](https://github.com/domaindrivendev/Swashbuckle.AspNetCore) from 5.5.0 to 5.5.1.
- [Release notes](https://github.com/domaindrivendev/Swashbuckle.AspNetCore/releases)
- [Commits](https://github.com/domaindrivendev/Swashbuckle.AspNetCore/compare/v5.5.0...v5.5.1)
Signed-off-by: dependabot[bot] <support@github.com>
|
4 years ago |
Patrick Barron
|
dbf939467f
|
Merge pull request #3466 from crobibero/api-migration-nullable
Make all optional strings nullable
|
4 years ago |
Patrick Barron
|
9b6daec3ad
|
Merge pull request #3462 from Ullmie02/api-playbackinfo
Move MediaInfoService to Jellyfin.Api
|
4 years ago |
crobibero
|
73bcda7eac
|
Make all optional strings nullable
|
4 years ago |