aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-07-06Create jellyfin.nsicrankdoofus
2019-07-06Added option for NSIScrankdoofus
This change will 1. download NSIS zip, 2. unzip in temp folder, 3. use nsis to build the installer
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
2019-06-29Merge pull request #1495 from joshuaboniface/better-restart-scriptAndrew Rabert
Add nicer restart script
2019-06-28Use which to find the service binary pathJoshua M. Boniface
2019-06-28Make message wording more consistentJoshua M. Boniface
2019-06-28Fix whitespaceBond_009
2019-06-28Add removed lineBond_009
2019-06-28Reduce amount of raw sqlBond_009
2019-06-28Last bit of cleanupBond_009
2019-06-28Reworked PRAGMA statements useBond_009
2019-06-28Fix startupBond_009
2019-06-28Address commentsBond_009
2019-06-28Last line?Bond-009
2019-06-28Final fixesBond-009
2019-06-28MoreBond-009
2019-06-28Back to a single connectionBond-009
2019-06-28Properly disposeBond-009
2019-06-28Properly disposeBond-009
2019-06-28Use a connection pool instead of creating new connectionsBond-009
2019-06-28Simplify db codeBond-009
2019-06-27Add nicer restart scriptJoshua M. Boniface
The old restart script was buggy, as reported in #1320. This updated script seems to work far more reliably and conforms to the existing jellyfin-sudoers packages sudo configuration.
2019-06-26Merge pull request #1394 from joern-h/bugfix-issue1347dkanada
Check if an item is a child of an EnabledFolder
2019-06-26fix issue #1347 introduced in pr #930Jörn
2019-06-26Merge pull request #1453 from Bond-009/cleanup2dkanada
Improve main code flow
2019-06-25Merge pull request #1485 from DrPandemic/fix-skia-segfaultdkanada
Fix skia segfault
2019-06-24Check path before opening imageDrPandemic
2019-06-24Merge pull request #1448 from joshuaboniface/nice-userconfig-pathsAndrew Rabert
Use the username for the user config path
2019-06-22Update TVDB provider to search based on series display orderSenorSmartyPants
2019-06-21Merge pull request #1454 from Bond-009/webresourcedkanada
Simplify file serving code
2019-06-22Merge pull request #1478 from cvium/fix_tvdb_againAnthony Lavado
Wait for the async authentication to finish when the JTW token expires