aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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-21Simplify image processing by removing image enhancersBond_009
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-17Fix warnings in SessionManagerBond_009
2020-01-16Update StringHelper.csBond-009
2020-01-16Update StringHelper.csBond-009
2020-01-16Tcodingartiume
https://github.com/jellyfin/jellyfin/pull/2184
2020-01-16Merge pull request #2289 from Bond-009/dvdVasily
Add back support for DVDs copied as folders
2020-01-16Merge pull request #2290 from anthonylavado/masterVasily
Update SQLitePCL to new version
2020-01-16Update SQLitePCL to new versionAnthony Lavado
2020-01-16Address commentsBond-009
2020-01-16Merge pull request #2288 from Bond-009/loggingVasily
Add brackets around thread id
2020-01-16Merge pull request #2249 from Narfinger/docker-fixVasily
fixes dockerfile building on recent linux installations
2020-01-16Add back support for DVDs copied as foldersBond-009
2020-01-16Add brackets around thread idBond-009
2020-01-16Merge pull request #2287 from nyanmisaka/masterdkanada
New upstream ffmpeg version 4.2.1 for windows nightly channel
2020-01-16fix indentationNyanmisaka
2020-01-16Update build-jellyfin.ps1Nyanmisaka
2020-01-16New upstream ffmpeg version 4.2.1 on windowsNyanmisaka
2020-01-16New upstream ffmpeg version 4.2.1 on windowsNyanmisaka
2020-01-16New upstream ffmpeg version 4.2.1 on windowsNyanmisaka
2020-01-16Translated using Weblate (Romanian)4d1m
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/ro/
2020-01-16Translated using Weblate (Slovak)nextlooper42
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/sk/
2020-01-16Merge pull request #2251 from nyanmisaka/masterdkanada
add support for AMD AMF hardware encoding on Windows & Linux
2020-01-16Merge pull request #2283 from EraYaN/nsis-create-speedupdkanada
Change NSIS log verbosity and use lesser but faster compression.
2020-01-15Merge pull request #2275 from Artiume/patch-1Joshua M. Boniface
Explicitly ask for ffmpeg logs
2020-01-15Update .github/ISSUE_TEMPLATE/media_playback.mdartiume
Co-Authored-By: dkanada <dkanada@users.noreply.github.com>
2020-01-15Switch around SetCompressor arguments. Hide progress bars for powershell.Erwin de Haan
2020-01-15turn on indentation.Nyanmisaka
2020-01-15remove useless commentNyanmisaka
2020-01-15Formatting and comment removal.Erwin de Haan