aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-11-06Add x-jellyfin-version to openapi speccrobibero
2020-11-06Translated using Weblate (French)lelamamalgache
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/fr/
2020-11-06Merge pull request #4393 from crobibero/model-binder-readonly-listBond-009
Support IReadOnlyList in CommaDelimitedArrayModelBinder
2020-11-06Merge pull request #4410 from crobibero/m3u-user-agentBond-009
Set UserAgent when getting M3u playlist
2020-11-06Merge pull request #4411 from crobibero/fix-authBond-009
Fix endpoint authorization requirements
2020-11-06Merge pull request #4392 from crobibero/livetv-ts-fixClaus Vium
Fix LiveTV TS playback
2020-11-06Merge pull request #4391 from crobibero/converter-ireadonlylistClaus Vium
Support IReadOnlyList for JsonCommaDelimitedArrayConverter
2020-11-06Merge remote-tracking branch 'upstream/master' into livetv-ts-fixcrobibero
2020-11-05Translated using Weblate (Japanese)public_yusuke
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/ja/
2020-11-06Merge pull request #4422 from crobibero/users-meClaus Vium
Add /Users/Me endpoint
2020-11-05Add /Users/Me endpointcrobibero
2020-11-05Translated using Weblate (Czech)Lukáš Kucharczyk
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/cs/
2020-11-05Translated using Weblate (Slovenian)SaddFox
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/sl/
2020-11-04Merge pull request #4416 from jellyfin/dkanada-patch-1dkanada
Disable compatibility checks until they work again
2020-11-04disable two more tasks to fix the failuresdkanada
2020-11-03Apply patchcrobibero
2020-11-03disable compatibility checks until they work againdkanada
2020-11-03Merge remote-tracking branch 'upstream/master' into livetv-ts-fixcrobibero
2020-11-03Merge pull request #4405 from nyanmisaka/aac-directstreamBond-009
Fix AAC direct streaming
2020-11-03Merge pull request #4409 from crobibero/fix-separatorsBond-009
Fix API separators
2020-11-03Merge pull request #4213 from cvium/progressivefilestreamBond-009
Add ProgressiveFileStream
2020-11-02Merge pull request #4068 from barronpm/event-fixesAnthony Lavado
Fix Plugin Events and Clean Up InstallationManager.cs
2020-11-02Merge pull request #4341 from Bond-009/minor6Anthony Lavado
Minor improvements
2020-11-02Merge pull request #4403 from Bond-009/http2Anthony Lavado
Http1AndHttp2 is the default, no need to explicitly enable it
2020-11-02Merge pull request #4326 from crobibero/purge-activity-logBond-009
Automatically clean activity log database
2020-11-02Merge pull request #4328 from crobibero/trigger-warningBond-009
Remove CommaDelimitedArrayModelBinderProvider
2020-11-02Merge pull request #4413 from cvium/fix_collection_endpointsBond-009
Rename itemIds to ids
2020-11-02Rename itemIds to idscvium
2020-11-02Update Emby.Server.Implementations/Localization/Core/en-US.jsonCody Robibero
Co-authored-by: Claus Vium <cvium@users.noreply.github.com>
2020-11-01Fix endpoint authcrobibero
2020-11-01Set UserAgent when getting M3u playlistcrobibero
2020-11-01Fix OfficialRatings separatorcrobibero
2020-11-01Fix Tags separatorcrobibero
2020-11-01Fix Genres separatorcrobibero
2020-11-01Allow configuration of ActivityLogRetentioncrobibero
2020-11-01Merge pull request #4408 from crobibero/dep-dep-depBond-009
Dependency catch up
2020-11-01Dependency catch upcrobibero
2020-11-01fix music directplay on Gellinyanmisaka
2020-11-01fix the route of audio containersnyanmisaka
2020-10-31Merge pull request #4406 from joshuaboniface/remove-jfffmpeg-depJoshua M. Boniface
Remove jellyfin-ffmpeg dep from server package
2020-10-31Remove jellyfin-ffmpeg dep from server packageJoshua M. Boniface
Being added to the metapackage instead.
2020-11-01fix aac directstreamingnyanmisaka
2020-10-31Merge pull request #4375 from crobibero/auth-dict-fixBond-009
Fix setting duplicate keys from auth header
2020-10-31Http1AndHttp2 is the default, no need to explicitly enable itBond_009
2020-10-30Merge pull request #4395 from barronpm/users-asyncBond-009
Convert some code in UserManager to async
2020-10-29Convert some code in UserManager to asyncPatrick Barron
2020-10-30Merge pull request #4378 from barronpm/fix-nullrefBond-009
Fix possible null reference exception
2020-10-29Fix possible NullReferenceExceptionPatrick Barron
2020-10-29Support IReadOnlyList in CommaDelimitedArrayModelBindercrobibero
2020-10-29Add stream disposal comment.crobibero