aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-06-01Translated using Weblate (Chinese (Traditional))dracocephalum
Currently translated at 100.0% (94 of 94 strings) Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/zh_Hant/
2019-06-01Fix #1432. Add support for encoding with libx265 and hevc_nvenc.Frank
2019-06-01Merge branch 'master' into tasksBond-009
2019-06-01Fix buildBond_009
2019-06-01Fix more warningsBond-009
2019-05-31Merge pull request #1426 from jellyfin/cvium-fix-tvdb-refreshAnthony Lavado
Fix inverted comparison in the tvdb token refresh logic
2019-05-31move fanart image provider to plugindkanada
2019-05-31Fix inverted comparison in the tvdb token refresh logicClaus Vium
2019-05-31Merge pull request #1406 from DrPandemic/fix-pin-updateAnthony Lavado
Format the PIN when updating it
2019-05-30Added translation using Weblate (Japanese)exveria1015
2019-05-25Format correctly the PIN when updating itDrPandemic
2019-05-24Translated using Weblate (Lithuanian)erikasne6152
Currently translated at 100.0% (94 of 94 strings) Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/lt/
2019-05-18Merge pull request #1383 from jellyfin/release-10.3.zBond-009
Backmerge for Release 10.3.3
2019-05-17Bump version for 10.3.3v10.3.3Joshua M. Boniface
2019-05-17Merge pull request #1380 from bugfixin/dlna-photo-thumb-fixJoshua M. Boniface
Improve Photo rendering in DLNA
2019-05-17Merge pull request #1338 from cvium/fix_extrasJoshua M. Boniface
Enforce a specific folder structure for Extras to avoid misidentification
2019-05-16only return useful drivesdkanada
2019-05-16Move DLNA thumbnail element to after larger image elementsbugfixin
2019-05-16Review changesClaus Vium
Untested
2019-05-14Merge pull request #1372 from DrPandemic/fix-pinJoshua M. Boniface
Fix broken pin in 10.3.z
2019-05-14Merge pull request #1367 from Bond-009/photoJoshua M. Boniface
Ignore casing photo extensions
2019-05-11Fix pin bug introduced in 10.3.z.DrPandemic
The issue is that the new easyPassword format prepends the hash function. This PR extract the hash from "$SHA1$_hash_".
2019-05-11Fix transcode bitrate controlJMCC
2019-05-11Enable Exynos V4L2-m2m HW encoderJMCC
2019-05-11Ignore casing photo extensionsBond-009
2019-05-10Merge pull request #1306 from oddstr13/pr-sudoless-build-1Joshua M. Boniface
Move artifact chown inside docker to avoid sudo
2019-05-10Merge pull request #1293 from Bond-009/query-timeJoshua M. Boniface
Fix query time logging
2019-05-09Merge pull request #1363 from joshuaboniface/readmeAnthony Lavado
Update getting-help link in README
2019-05-09Update getting-help link in READMEJoshua Boniface
2019-05-09Merge pull request #1294 from DrPandemic/fix-download-non-asciiBond-009
Fix non-ascii filename downloads
2019-05-09Merge pull request #1229 from voodoos/cleanup/SocketSharpBond-009
Cleaning WebSocketSharp continued
2019-05-07Fix non-ascii filename downloadsJean-Samuel Aubry-Guzzi
Follow https://tools.ietf.org/html/rfc5987#section-3.2.2 to encode non-ascii filenames in HTTP Content-Disposition header.
2019-05-02Enforce extras folder structure according to Emby's wikiClaus Vium
2019-05-01Move artifact chown inside docker to avoid sudoOdd Stråbø
2019-05-01Change owner and parent id of extras to the main media itemClaus Vium
2019-04-30Merge pull request #1337 from jellyfin/release-10.3.zJoshua M. Boniface
Backmerge for 10.3.2 release
2019-04-30Bump version for 10.3.2v10.3.2Joshua Boniface
2019-04-30Merge pull request #1324 from joshuaboniface/arm64Joshua M. Boniface
Add arm64 packaging for Debuntu
2019-04-30Merge pull request #1335 from Bond-009/ffmpeglimitJoshua M. Boniface
Limit amount of ffmpeg processes extracting images at once
2019-04-30Limit amount of ffmpeg processes extracting images at onceBond-009
2019-04-30Merge pull request #1334 from Bond-009/musicbrainzfixAnthony Lavado
Iterate over IEnumerable before disposing
2019-04-30Merge pull request #1310 from bugfixin/progressivestreamingservice-unreachableBond-009
Remove unreachable code from BaseProgressiveStreamingService
2019-04-30Iterate over IEnumerable before disposingBond-009
2019-04-30Merge pull request #1333 from bugfixin/easypinfixAnthony Lavado
Fix incorrect hasPassword flag when easy pin set
2019-04-30Fix incorrect hasPassword flag when easy pin setbugfixin
2019-04-30Merge pull request #1332 from cvium/fix_tvdb_ep_providerBond-009
Make the TvdbEpisodeProvider class Public
2019-04-30Make the TvdbEpisodeProvider class PublicClaus Vium
2019-04-30Merge pull request #1327 from joshuaboniface/discoAnthony Lavado
Support libssl1.1 for Ubuntu Disco
2019-04-29Merge pull request #1305 from bugfixin/passwordless-form-encodedJoshua M. Boniface
Fix passwordless authentication with non-json content-types
2019-04-29Support libssl1.1 for Ubuntu DiscoJoshua Boniface