aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-07-29Add Fider to READMEErwin de Haan
2019-07-29Merge pull request #1555 from jellyfin/EraYaN-stale-app-configAnthony Lavado
Add Stale app configuration starting point
2019-07-29Update message for stale issues and also ignore feature and enhancement labelsErwin de Haan
2019-07-29Merge pull request #1572 from jellyfin/remove-feature-requestsAnthony Lavado
Remove the issue template for feature requests.
2019-07-29Include library via NuGet instead of via sourceBond_009
2019-07-29Ignore Ipv6 link-local addressesBond_009
2019-07-29Merge pull request #1513 from Bond-009/style2dkanada
Fix style issues
2019-07-29Fix #1388 and #1472Bond_009
2019-07-28Delete enhancement-request.mdErwin de Haan
2019-07-28Merge pull request #1574 from jellyfin/compat-checker-ciAnthony Lavado
Add the --azure-pipelines switch to the compat checker
2019-07-28Add the --azure-pipelines switch to the compat checkerErwin de Haan
2019-07-28Use a dictionary to look up mimetypesBond-009
2019-07-28Delete feature_request.mdErwin de Haan
2019-07-28Merge pull request #1540 from HelloWorld017/sami-fixAnthony Lavado
Fixed SMI Encoding Bug
2019-07-27Merge pull request #1524 from Bond-009/ipaddressdkanada
Remove IpAddressInfo and IpEndPointInfo classes
2019-07-27Add DLNA headers if requested by the client.Erik Larsson
And remove the code which adds the headers as ResponseHelper.WriteToResponse will do it.
2019-07-27Change service install usercrankdoofus
The default is Network Service, with advanced option to use Local System
2019-07-27Merge pull request #1562 from Bond-009/bufferedAnthony Lavado
Don't copy the complete response stream
2019-07-27Adds null check on studio/network nameAnthony Lavado
2019-07-25Rework based on review commentscrankdoofus
2019-07-25Update installer name to copycrankdoofus
2019-07-25Move IPv6 scope id removal logic to it's own functionBond_009
2019-07-25Remove IpAddressInfo and IpEndPointInfo classesBond_009
2019-07-24Don't copy the complete response streamBond_009
2019-07-24Merge pull request #1560 from jellyfin/release-10.3.zBond-009
Backmerge for 10.3.7
2019-07-24Bump version for 10.3.7v10.3.7Joshua M. Boniface
2019-07-22Translated using Weblate (Slovak)Vladimir Jendrol
Currently translated at 100.0% (94 of 94 strings) Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/sk/
2019-07-22Translated using Weblate (Portuguese (Portugal))tluciomiranda
Currently translated at 100.0% (94 of 94 strings) Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/pt_PT/
2019-07-22Translated using Weblate (Portuguese (Brazil))Tradutor da Silva
Currently translated at 100.0% (94 of 94 strings) Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/pt_BR/
2019-07-22Translated using Weblate (Persian)vaheed
Currently translated at 100.0% (94 of 94 strings) Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/fa/
2019-07-22Translated using Weblate (Korean)polVRtong
Currently translated at 97.8% (92 of 94 strings) Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/ko/
2019-07-22Translated using Weblate (Japanese)exveria1015
Currently translated at 100.0% (94 of 94 strings) Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/ja/
2019-07-22Translated using Weblate (German)Moritz
Currently translated at 100.0% (94 of 94 strings) Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/de/
2019-07-22Translated using Weblate (Chinese (Simplified))Matsuri
Currently translated at 100.0% (94 of 94 strings) Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/zh_Hans/
2019-07-22Translated using Weblate (Chinese (Simplified))ZhiGang Zhung
Currently translated at 100.0% (94 of 94 strings) Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/zh_Hans/
2019-07-22Translated using Weblate (Portuguese (Brazil))ancarvalho
Currently translated at 100.0% (94 of 94 strings) Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/pt_BR/
2019-07-22Merge pull request #1552 from cvium/fix_livetv_v2Anthony Lavado
Disable buffering in HttpClient as it causes big requests to timeout
2019-07-21Add Stale app configuration starting pointErwin de Haan
Link: https://github.com/apps/stale
2019-07-20Add HttpCompletionOption.ResponseHeadersRead to the buffering option to ↵Claus Vium
avoid potentially having 2 copies in memory
2019-07-19Use HttpCompletionOption.ResponseHeadersRead and resort to Content-Length ↵Claus Vium
header for non-buffered content
2019-07-14Merge pull request #1541 from joshuaboniface/fix-deb-rulesJoshua M. Boniface
Override the Debian installinit name
2019-07-15Fixed SMI to SRT UTF-16 Encoding bugKhinenw
2019-07-14Override the installinit nameJoshua M. Boniface
Without this, when building the `jellyfin-nightly` package, it attempts to find service/init files with the name `jellyfin-nightly` instead of the proper name. This override prevents this by forcing the name to `jellyfin`. Required for nightly builds.
2019-07-14Merge pull request #1538 from joshuaboniface/epgJoshua M. Boniface
Try to fix XmlTvListingsProvider
2019-07-14Merge pull request #1537 from joshuaboniface/contenttypeJoshua M. Boniface
Properly set content type
2019-07-13Merge pull request #1519 from Bond-009/mergefixJoshua M. Boniface
Fix merge errors
2019-07-13CleanupBond_009
2019-07-13Try to fix XmlTvListingsProviderBond_009
2019-07-13Create a new HttpMethod from the function nameBond_009
2019-07-13Properly set content typeBond_009