aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-12-15Merge pull request #2099 from cryptobank/masterdkanada
Fix VAAPI encoding on 10-bit hevc. Update QSV encoding and scaling to...
2019-12-15Add spacecryptobank
Co-Authored-By: Bond-009 <bond.009@outlook.com>
2019-12-15Merge pull request #2146 from cromefire/patch-1Bond-009
Fix invalid username handling
2019-12-15Remove broken Microsoft SDK image (#2158)Joshua M. Boniface
* Remove broken Microsoft SDK image This was not working; for some reason the Microsoft .NET Docker image for 3.0 still had a 2.1 binary which was wreaking havoc. Replace it with the manual download that all the other .deb packages use. * Install missing dependency
2019-12-14Merge pull request #2152 from dkanada/progressBond-009
Track progress for any item that supports the feature
2019-12-14Move Emby.XmlTv to a NuGet package (#2042)Bond-009
* Move Emby.XmlTv to a NuGet package * Update Emby.Server.Implementations/Emby.Server.Implementations.csproj Co-Authored-By: Anthony Lavado <anthonylavado@me.com>
2019-12-14track progress for any item that supports the featuredkanada
2019-12-14Use case insensitive contains (4)cryptobank
Co-Authored-By: Bond-009 <bond.009@outlook.com>
2019-12-14Use case insensitive contains (3)cryptobank
Co-Authored-By: Bond-009 <bond.009@outlook.com>
2019-12-14Use case insensitive contains (2)cryptobank
Co-Authored-By: Bond-009 <bond.009@outlook.com>
2019-12-14Use case insensitive contains (1)cryptobank
Co-Authored-By: Bond-009 <bond.009@outlook.com>
2019-12-14Formatting fix (3)cryptobank
Co-Authored-By: Bond-009 <bond.009@outlook.com>
2019-12-13Translated using Weblate (Icelandic)Óskar Freyr
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/is/
2019-12-13Merge pull request #2138 from mark-monteiro/fix-episode-searchVasily
Fix Tvdb Provider Episode Search
2019-12-13Merge pull request #2142 from Bond-009/livetverrormsgdkanada
Add improved error message for #2141
2019-12-13Remove whitespaceCromefire_
Co-Authored-By: Claus Vium <cvium@users.noreply.github.com>
2019-12-13Fixed invalid username handlingCromefire_
2019-12-12Add self to Jellyfin contributorsMark Monteiro
2019-12-12Add improved error error for #2141Bond-009
2019-12-12Merge pull request #2109 from Bond-009/plugindkanada
Fix plugin installation and correct api behaviour
2019-12-11Merge pull request #2118 from chaosinnovator/masterJoshua M. Boniface
Add StartIndex result to /Items API query
2019-12-11Clean up checks for Dictionary keysMark Monteiro
2019-12-11Fix issue with episode searchMark Monteiro
2019-12-10Add StartIndex result to /Items API querychaosinnovator
2019-12-11Merge pull request #2106 from Bond-009/dockerdkanada
Fix ubuntu x64 docker build
2019-12-11Merge pull request #2041 from Bond-009/warn11dkanada
Fix more warnings
2019-12-11Merge pull request #2133 from Bond-009/loggerfixdkanada
Fix typo
2019-12-10Fix typoBond-009
2019-12-10Apply suggestions from code reviewBond-009
Co-Authored-By: dkanada <dkanada@users.noreply.github.com>
2019-12-10Merge pull request #1923 from Bond-009/randomdkanada
Don't shuffle some types by default
2019-12-10Merge pull request #2020 from Bond-009/baseurldkanada
Add support for multi segment base urls
2019-12-09Translated using Weblate (Icelandic)gustinn
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/is/
2019-12-09Translated using Weblate (Swedish)Michael Berggren
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/sv/
2019-12-09Translated using Weblate (Slovak)nextlooper42
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/sk/
2019-12-09Translated using Weblate (Russian)translit
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/ru/
2019-12-09Translated using Weblate (Portuguese (Brazil))tanto faz
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/pt_BR/
2019-12-09Translated using Weblate (Greek)Matzi24GR
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/el/
2019-12-09Translated using Weblate (Bulgarian)antoniy
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/bg/
2019-12-07Merge remote-tracking branch 'upstream/master'Petr Janda
2019-12-06Fix plugin installation and correct api behaviourBond_009
The `/Packages/{Name}` endpoint would return a package that had either the corrent name or the correct guid. In reality it shoud check if both are correct.
2019-12-07Remove newlinecryptobank
Co-Authored-By: Vasily <JustAMan@users.noreply.github.com>
2019-12-07Use string.Equals instead of of equals operatorcryptobank
Co-Authored-By: Vasily <JustAMan@users.noreply.github.com>
2019-12-07Add space between if statement and boolean expressioncryptobank
Co-Authored-By: Vasily <JustAMan@users.noreply.github.com>
2019-12-06Merge pull request #2104 from cvium/avoid_catastrophic_backtrackingJoshua M. Boniface
Simplify regex to avoid catastrophic backtracking
2019-12-06Fix ubuntu x64 docker buildBond_009
2019-12-06Simplify regex to avoid catastrophic backtrackingClaus Vium
2019-12-06Merge remote-tracking branch 'upstream/master' into randomBond-009
2019-12-06Add elseBond-009
2019-12-06Merge pull request #2102 from jellyfin/Bond-009-pluginsVasily
Add installed plugins to bug reports
2019-12-06Add logging when force_key_frames is disabledPetr Janda