aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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-14Merge pull request #1541 from joshuaboniface/fix-deb-rulesJoshua M. Boniface
Override the Debian installinit name
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-13Merge pull request #1519 from Bond-009/mergefixJoshua M. Boniface
Fix merge errors
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-07Merge pull request #1518 from jellyfin/EraYaN-azp-grant-authBond-009
Update the GitHub token to a Grant Auth token
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-05Fix some task names.Erwin de Haan
2019-07-05Switch download order around.Erwin de Haan
2019-07-05Disable seperate build and restore.Erwin de Haan
2019-07-05Switch to next gen artifacts.Erwin de Haan
2019-07-05Switched to specific download.Erwin de Haan
2019-07-05Try with hardcoded name.Erwin de Haan
2019-07-05Switched to latest ubuntu image and hardcoded definitionId.Erwin de Haan
2019-07-05Small attempts at making previous build downloads work.Erwin de Haan
2019-07-04Merge pull request #1505 from trumblejoe/patch-1dkanada
Qualified Namespace of pscredential
2019-07-04Cleanup extra spaces.Erwin de Haan
2019-07-04Moved VACUUM down to the end of the list.Erwin de Haan
2019-07-04Merge pull request #1473 from DrPandemic/apply-deprecation-WebRequest-on-10.3.zAnthony Lavado
Apply deprecation web request on 10.3.z
2019-07-04Merge pull request #1247 from bugfixin/masterdkanada
Adjust detection of 'sample' in filenames to use regex boundaries
2019-07-02Merge pull request #1167 from Bond-009/eoldkanada
Force LF line endings
2019-07-02Merge pull request #956 from Bond-009/dbdkanada
Simplify db code
2019-07-02Merge pull request #1500 from dkanada/passworddkanada
Add optional password field on user creation
2019-07-02Qualified Namespace of pscredentialtrumblejoe
Qualified Namespace of pscredential, otherwise script fails in Powershell builds <3.0.
2019-07-01Add docsBond_009
2019-07-01Address commentsBond_009
2019-06-30add optional password field on user creationdkanada