aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-07-31Merge pull request #3764 from Ullmie02/api-videohlsPatrick Barron
Move VideoHlsService to Jellyfin.Api
2020-08-01remove useless order step for introsdkanada
2020-07-31Fix docs, params, return valuescrobibero
2020-07-31Merge remote-tracking branch 'upstream/api-migration' into api-dlna-servercrobibero
2020-07-31fix route paramscrobibero
2020-07-31Fix response codes, documentation, and authcrobibero
2020-07-31Merge remote-tracking branch 'upstream/api-migration' into api-dlnacrobibero
2020-07-31Merge pull request #3691 from crobibero/api-videoCody Robibero
move VideoService.cs to Jellyfin.Api
2020-07-31Merge pull request #3759 from AlfHou/readme_flag_fixAnthony Lavado
Change 'nowebcontent' flag to 'nowebclient' flag in readme
2020-07-31Merge pull request #3727 from K900/patch-1Anthony Lavado
Fix #3624
2020-07-31Merge pull request #3760 from thornbill/true-or-falseAnthony Lavado
Fix inverted logic for LAN IP detection
2020-07-31Update Jellyfin.Api/Controllers/VideoHlsController.csDavid
Co-authored-by: Cody Robibero <cody@robibe.ro>
2020-07-31Merge pull request #3740 from Bond-009/alloc3Anthony Lavado
Optimize Substring and StringBuilder usage
2020-07-31Remove response code doc because it got added elsewhereDavid
2020-07-31Add missing docs and remove duplicate functioncrobibero
2020-07-31Merge remote-tracking branch 'upstream/api-migration' into api-videocrobibero
2020-07-31Move VideoHlsService to Jellyfin.ApiDavid
2020-07-31Merge pull request #3761 from cvium/fix_mem_leakJoshua M. Boniface
Fix DI memory leak
2020-07-31Use factory pattern to instantiate jellyfindb context to avoid disposed ↵cvium
contexts piling up in DI container
2020-07-30Fix inverted logic for LAN IP detectionBill Thornton
2020-07-30There is no 'nowebcontent' flag, the correct flag is 'nowebclient'Alf Sebastian Houge
2020-07-30Merge pull request #3757 from jellyfin/update_blurhashsharpBond-009
Update BlurHashSharp and set max size to 128x128
2020-07-30Update BlurHashSharp and set max size to 128x128cvium
2020-07-30Apply review fixescrobibero
2020-07-30total font size limit 20MNyanmisaka
2020-07-30Merge pull request #3747 from barronpm/memorycacheBond-009
Use Memory Cache
2020-07-30update as per suggestionsNyanmisaka
2020-07-29Use MemoryCache in DeviceManagerPatrick Barron
2020-07-29remove extra usingcrobibero
2020-07-29Fix PlaybackInfo endpointcrobibero
2020-07-29Use MemoryCache in ChannelManagerPatrick Barron
2020-07-29Use MemoryCache in LibraryManagerPatrick Barron
2020-07-29fix booleancrobibero
2020-07-29Use ArrayPool and reduce duplicate codecrobibero
2020-07-29use proper os comparisoncrobibero
2020-07-29Optimize Substring and StringBuilder usageBond_009
2020-07-28Merge pull request #3725 from joshuaboniface/fix-ci-dockerJoshua M. Boniface
Flip quoting in variable set command
2020-07-28Merge pull request #3720 from joshuaboniface/fix-bump-versionJoshua M. Boniface
Fix bump_version so it works properly
2020-07-28Merge pull request #3724 from joshuaboniface/bump-master-versionJoshua M. Boniface
Bump master version to 10.7.0 for next release
2020-07-28Update MediaBrowser.Api/DisplayPreferencesService.csPatrick Barron
Co-authored-by: Cody Robibero <cody@robibe.ro>
2020-07-28Translated using Weblate (German)tmechen
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/de/
2020-07-29allows to provide multiple fontsnyanmisaka
2020-07-28Migrate default library display preferences.Patrick Barron
2020-07-28adjust priority in outputSizeParam cutterNyanmisaka
2020-07-28Fix #3624K900
It doesn't really make sense to throw an error when creating the default user, because the error is completely non-actionable. Instead, if the autodetected username is not valid, just fall back to a sane default.
2020-07-28Flip quoting in variable set commandJoshua M. Boniface
The quoting as-is was broken and would result in a junk output. This way, the proper value is obtained.
2020-07-27Recreate display preferences migration.Patrick Barron
2020-07-27Merge pull request #3723 from joshuaboniface/fix-ci-dockerAnthony Lavado
Get and tag with the actual release version in CI
2020-07-27Get and tag with the actual release version in CIJoshua M. Boniface
2020-07-27Set default value of SortBy during migrations.Patrick Barron