aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-02-04add code suggestionsdkanada
2020-02-02add session view endpointdkanada
2020-02-02change authentication flowdkanada
2020-02-02fix a few warningsdkanada
2020-01-31Merge pull request #2349 from Bond-009/depsdkanada
Update deps
2020-01-30Translated using Weblate (Chinese (Simplified))WNotCoder
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/zh_Hans/
2020-01-28Update depsBond_009
2020-01-28Translated using Weblate (Filipino)mtanECECS
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/fil/
2020-01-28Translated using Weblate (Arabic)Pooka Mustard
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/ar/
2020-01-28Added translation using Weblate (Galician)diegoalrey
2020-01-28Merge pull request #2347 from Matt07211/fix-2255Bond-009
Fix broken webserver caused by dotnet publish. Temp Fix for #2255
2020-01-28Fix broken webserver caused by dotnet publish.Matt07211
This should be considered a temp fix, as it fixes the symptom and not the actual root cause of the issue. Why this works? I *feel like* this is a dependency issue and this change forces it to evalute dependencys in a different order, avoiding the bug.
2020-01-27Merge pull request #2343 from Bond-009/spacingVasily
Fix spacing logs
2020-01-27Fix spacing logsBond-009
2020-01-27Merge pull request #2338 from ferferga/masterBond-009
Removed old 'automatic restart after update' features
2020-01-27Merge pull request #2332 from pR0Ps/bugfix/dlnadkanada
Fix another issue with DLNA responses not properly paginating
2020-01-27Merge pull request #2331 from nyanmisaka/masterVasily
fix an issue that could not correctly determine 'IsSecondaryAudio' in some cases.
2020-01-26Added translation using Weblate (Filipino)mtanECECS
2020-01-25Removed old 'automatic restart after update' features'ferferga
2020-01-26Merge pull request #2337 from ThreeFive-O/AddTranscodingFrameratedkanada
Add transcoding framerate info
2020-01-25Translated using Weblate (Slovenian)SaddFox
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/sl/
2020-01-25Translated using Weblate (Arabic)a-alshabib
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/ar/
2020-01-24Add Transcoding framerate infoThreeFive-O
2020-01-24Fix another issue with DLNA responses not properly paginatingCarey Metcalfe
The `UserRootFolder.GetItemsInternal` method now applies any sorting and pagination requested by the `InternalItemsQuery` that was passed to it. Previous pagination fix: #2304 Original issue #2303
2020-01-24fix an issue about determining 'IsSecondaryAudio'Nyanmisaka
fix an issue that could not correctly determine 'IsSecondaryAudio' in some cases.
2020-01-23Merge pull request #2242 from Bond-009/getstreamVasily
Remove FileSystem.GetStream
2020-01-22Fix buildBond_009
2020-01-22Remove FileSystem.GetStreamBond-009
2020-01-22Translated using Weblate (Italian)Marco
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/it/
2020-01-23Merge pull request #2297 from Bond-009/asynciodkanada
Kestrel doesn't like sync IO operations
2020-01-22Update Emby.Dlna/Service/BaseControlHandler.csBond-009
Co-Authored-By: dkanada <dkanada@users.noreply.github.com>
2020-01-21Use async methodsBond-009
2020-01-21Merge pull request #2184 from WiiPlayer2/bug/global-header-flag-supportdkanada
Add check if output container supports "global_header" flag
2020-01-21Merge pull request #2299 from dkanada/testingVasily
Fix a few more tests for music and episodes
2020-01-21Merge pull request #2295 from shemanaev/patch-1dkanada
Enable path mapping in `PlaybackInfo` endpoint
2020-01-21Remove configuration of global_header flagWaldemar Tomme
2020-01-21remove unsupported test casesdkanada
2020-01-20Merge pull request #2304 from pR0Ps/masterVasily
Fix pagination for DLNA root folder list
2020-01-19Update ARM images to debian buster (#2313)Andrew Rabert
Also has the effect of updating ffmpeg to 4.1
2020-01-19Fix ARM images (#2302)Andrew Rabert
Allow for native building of Docker images. Use buildx if cross-compilation is needed.
2020-01-19Fix pagination for DLNA root folder listCarey Metcalfe
Previously, when responding to a DLNA "Browse" request, the `StartingIndex` was not respected and all of the root items were returned each time. This caused infinite loops with in DLNA clients that ignored the `TotalMatches` data in the response and just continued asking for the next page until they got an empty response. This fix makes the root folder list respect the `StartingIndex` and `RequestedCount` parameters like all other responses. Fixes issue #2303
2020-01-19minor linting for ci filesdkanada
2020-01-19fix and remove a few more testsdkanada
2020-01-19Merge pull request #2257 from Bond-009/cleantestsdkanada
Fix a couple of tests
2020-01-18Merge pull request #2269 from EraYaN/azp-coverlet-reportsdkanada
Split CI YAML files and update code coverage collection
2020-01-18Kestrel doesn't like sync IO operationsBond_009
2020-01-17Enable path mapping in `PlaybackInfo` endpointDenis
2020-01-17Translated using Weblate (Romanian)4d1m
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/ro/
2020-01-17Fix Docker Arm Nightly (#2286)artiume
* Fix Docker Arm Nightly Updated image base. There was an error for libssl missing. I attempted to add libssl1.0.0 but it wasn't found so I fell back to libssl-dev. Much more work needs to be done. ffmpeg is still debian based. I attempted to add jellyfin-ffmpeg but I was having too many issues so I'm saving it for another day, but it at least builds out successfully. * Fix docker arm64 nightly
2020-01-16Merge pull request #2289 from Bond-009/dvdVasily
Add back support for DVDs copied as folders