aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2019-07-13Merge pull request #1536 from joshuaboniface/fix-symlinksJoshua M. Boniface
Fix broken symlinks in deployment
2019-07-13Fix broken symlinksJoshua M. Boniface
These were removed somehow in defc5f1cf9b486357b379c610663e1bad48428ad; restore them to their proper link state.
2019-07-13Merge pull request #1534 from joshuaboniface/nightly-deb-fixJoshua M. Boniface
Use dash or underscore on mv command
2019-07-13Use dash or underscore on mv commandJoshua M. Boniface
Required for nightlies, which would not match this file format with the underscore then wildcard. Enables nightly builds.
2019-07-13Update to uninstall silently if already installedcrankdoofus
2019-07-09Update code for in-place upgradescrankdoofus
2019-07-07Merge pull request #1518 from jellyfin/EraYaN-azp-grant-authBond-009
Update the GitHub token to a Grant Auth token
2019-07-07Correct commentcrankdoofus
2019-07-07Remove Emby migration section, include Licensecrankdoofus
2019-07-07Include License file with installationcrankdoofus
2019-07-07Fix merge errorsBond_009
2019-07-07Update the GitHub token to a Grant Auth token.Erwin de Haan
2019-07-07Merge pull request #1517 from jellyfin/EraYaN-azp-github-token-nameBond-009
Update the GitHub connection name to use the GitHub App token
2019-07-07Update the GitHub connection name to use the GitHub App tokenErwin de Haan
2019-07-06Merge pull request #1516 from jellyfin/EraYaN-vacuum-merge-fixBond-009
Move VACUUM command to fix merge error
2019-07-06Move VACUUM command to fix merge errorErwin de Haan
This fixes a syntax error.
2019-07-06Merge pull request #1515 from jellyfin/release-10.3.zJoshua M. Boniface
Backmerge for 10.3.6
2019-07-06Merge branch 'master' into release-10.3.zBond-009
2019-07-06Merge pull request #1514 from Bond-009/httpclient2v10.3.6Joshua M. Boniface
Fix issues with HttpClientManager
2019-07-06Merge pull request #1111 from EraYaN/azp-hardcoded-tryJoshua M. Boniface
Azure Pipelines DownloadBuildArtifacts@0 Experiment
2019-07-06Address commentsBond_009
2019-07-06Remove duplicate codeBond_009
2019-07-06Use HttpResponseHeaders instead of a dictionaryBond_009
2019-07-06Fixes issues with HttpClientManagerBond_009
2019-07-06Merge pull request #1455 from ferferga/release-10.3.zJoshua M. Boniface
Vacuum databases at startup
2019-07-06Bump version for 10.3.6Joshua M. Boniface
2019-07-06Fix style issuesBond_009
2019-07-06Streamline authentication proccessBond_009
2019-07-06Correct Service handling & LocalAppData foldercrankdoofus
The service is now completely controlled by nssm as with the install-jellyfin.ps1 The LocalAppData had the global context, its now Corrected order of Mandatory and Optional components.
2019-07-06Changed order to include install scripts in installercrankdoofus
2019-07-06Cleaned up codecrankdoofus
2019-07-06Uncomment accidental commenting of compilationcrankdoofus
2019-07-06Added -Force to nsis extractioncrankdoofus