David
|
b717ecd5e0
|
Move methods to the right class
|
4 years ago |
David
|
9be20cfaa6
|
Add jellyfin api entry point
|
4 years ago |
Cody Robibero
|
afe8208746
|
Update Jellyfin.Api/Controllers/DynamicHlsController.cs
Co-authored-by: David <daullmer@gmail.com>
|
4 years ago |
David
|
d3dc9da5d6
|
Prepare DynamicHlsController merge
|
4 years ago |
Bond_009
|
d191fec3ac
|
Minor fixes for websocket code
|
4 years ago |
David
|
a3dcca3826
|
Move UniversalAudioService to Jellyfin.Api
|
4 years ago |
Bond-009
|
7621c8b806
|
Merge pull request #3769 from jellyfin/dkanada-patch-1
Remove useless order step for intros
|
4 years ago |
Erwin de Haan
|
3ee28c016a
|
Switch to sudo -n
|
4 years ago |
Erwin de Haan
|
7c60510bc9
|
Experiment for the SSH task.
|
4 years ago |
crobibero
|
f645e2f884
|
Move DynamicHlsService to Jellyfin.Api
|
4 years ago |
Erwin de Haan
|
44aca4dc6f
|
Formatting in SkiaEncoder.cs
|
4 years ago |
Erwin de Haan
|
526eea41f0
|
Add a note on the convolutional matrix filter.
|
4 years ago |
Erwin de Haan
|
a6d80f557d
|
Add a much shorter timeout to the CollectArtifacts job
|
4 years ago |
Erwin de Haan
|
af38e5469f
|
Update Jellyfin.Drawing.Skia/SkiaEncoder.cs indentation.
Co-authored-by: Cody Robibero <cody@robibe.ro>
|
4 years ago |
Erwin de Haan
|
7ce99aaf78
|
Update SkiaSharp to 2.80.1 and replace resize code.
This fixed the blurry resized images in the Web UI.
|
4 years ago |
Patrick Barron
|
2cb6eb984b
|
Merge pull request #3764 from Ullmie02/api-videohls
Move VideoHlsService to Jellyfin.Api
|
4 years ago |
dkanada
|
e0d2eb8eec
|
remove useless order step for intros
|
4 years ago |
crobibero
|
4bb1e1c292
|
Fix docs, params, return values
|
4 years ago |
crobibero
|
3d5f89ebf9
|
Merge remote-tracking branch 'upstream/api-migration' into api-dlna-server
|
4 years ago |
crobibero
|
32c0ac96a1
|
fix route params
|
4 years ago |
crobibero
|
6051df0c47
|
Fix response codes, documentation, and auth
|
4 years ago |
crobibero
|
f516cf9c4c
|
Merge remote-tracking branch 'upstream/api-migration' into api-dlna
|
4 years ago |
Cody Robibero
|
cb31aba5dd
|
Merge pull request #3691 from crobibero/api-video
move VideoService.cs to Jellyfin.Api
|
4 years ago |
Anthony Lavado
|
9ec787e954
|
Merge pull request #3759 from AlfHou/readme_flag_fix
Change 'nowebcontent' flag to 'nowebclient' flag in readme
|
4 years ago |
Anthony Lavado
|
06db5f8bca
|
Merge pull request #3727 from K900/patch-1
Fix #3624
|
4 years ago |
Anthony Lavado
|
4bad529fcb
|
Merge pull request #3760 from thornbill/true-or-false
Fix inverted logic for LAN IP detection
|
4 years ago |
David
|
d6c428e998
|
Update Jellyfin.Api/Controllers/VideoHlsController.cs
Co-authored-by: Cody Robibero <cody@robibe.ro>
|
4 years ago |
Anthony Lavado
|
0c0b47029a
|
Merge pull request #3740 from Bond-009/alloc3
Optimize Substring and StringBuilder usage
|
4 years ago |
David
|
c994060794
|
Remove response code doc because it got added elsewhere
|
4 years ago |
crobibero
|
c97372a133
|
Add missing docs and remove duplicate function
|
4 years ago |
crobibero
|
9171e904de
|
Merge remote-tracking branch 'upstream/api-migration' into api-video
|
4 years ago |
David
|
8a016e31f7
|
Move VideoHlsService to Jellyfin.Api
|
4 years ago |
Joshua M. Boniface
|
9bf6222597
|
Merge pull request #3761 from cvium/fix_mem_leak
Fix DI memory leak
|
4 years ago |
cvium
|
5f03fb0ef7
|
Use factory pattern to instantiate jellyfindb context to avoid disposed contexts piling up in DI container
|
4 years ago |
Bill Thornton
|
d886941927
|
Fix inverted logic for LAN IP detection
|
4 years ago |
Alf Sebastian Houge
|
2d3da0f1a6
|
There is no 'nowebcontent' flag, the correct flag is 'nowebclient'
|
4 years ago |
Bond-009
|
ee3fae497c
|
Merge pull request #3757 from jellyfin/update_blurhashsharp
Update BlurHashSharp and set max size to 128x128
|
4 years ago |
cvium
|
af274de77e
|
Update BlurHashSharp and set max size to 128x128
|
4 years ago |
crobibero
|
f543a17d1b
|
Apply review fixes
|
4 years ago |
Bond-009
|
44dbee6ef2
|
Merge pull request #3747 from barronpm/memorycache
Use Memory Cache
|
4 years ago |
Patrick Barron
|
a97f98fbd5
|
Use MemoryCache in DeviceManager
|
4 years ago |
crobibero
|
bb1fec9da1
|
remove extra using
|
4 years ago |
crobibero
|
df5d43132c
|
Fix PlaybackInfo endpoint
|
4 years ago |
Patrick Barron
|
c77abca31a
|
Use MemoryCache in ChannelManager
|
4 years ago |
Patrick Barron
|
e5c6eec642
|
Use MemoryCache in LibraryManager
|
4 years ago |
crobibero
|
5c4b342323
|
fix boolean
|
4 years ago |
crobibero
|
d0ce239e3e
|
Use ArrayPool and reduce duplicate code
|
4 years ago |
crobibero
|
03f15fc0ef
|
use proper os comparison
|
4 years ago |
Bond_009
|
d4092846e4
|
Optimize Substring and StringBuilder usage
|
4 years ago |
Joshua M. Boniface
|
8c1dab146c
|
Merge pull request #3725 from joshuaboniface/fix-ci-docker
Flip quoting in variable set command
|
4 years ago |