aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2020-01-15Switch to slightly more verbose logging.Erwin de Haan
2020-01-15Enable /SOLID switch for compressionErwin de Haan
2020-01-15Enable UnicodeErwin de Haan
ANSI targets are deprecated
2020-01-15Merge pull request #2264 from Bond-009/discoveryVasily
Clean up server discovery code
2020-01-15Less output and lesser compression.Erwin de Haan
2020-01-15Split CI testing filesErwin de Haan
Switch to cobertura for code coverage Switch to dotnet test for tests Add matrix run for different platforms Add extra variables for easier maintenance
2020-01-14Merge pull request #2181 from BnMcG/2179-authentication-testsVasily
Test Jellyfin.Api authentication handling
2020-01-14Merge pull request #2266 from Bond-009/nullref2dkanada
Try to fix nullreff
2020-01-14Merge pull request #2272 from Bond-009/loggingdkanada
Add thread ID and source to logging
2020-01-13Update .github/ISSUE_TEMPLATE/media_playback.mdArtiume
Co-Authored-By: dkanada <dkanada@users.noreply.github.com>