aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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-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-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-26Merge pull request #1453 from Bond-009/cleanup2dkanada
Improve main code flow
2019-06-24Merge pull request #1448 from joshuaboniface/nice-userconfig-pathsAndrew Rabert
Use the username for the user config path
2019-06-21Merge pull request #1454 from Bond-009/webresourcedkanada
Simplify file serving code
2019-06-20Merge pull request #1369 from teacupx/masterdkanada
Enable Exynos MFC encoder and fix transcoding bitrate control
2019-06-20add comment explaining GetMinBitratedkanada
2019-06-19Create Media Playback issue template (#1451)Erwin de Haan
Added media playback issue template. We might want to add some more information requests in there.
2019-06-14Merge pull request #1463 from Bond-009/depsJoshua M. Boniface
Update deps
2019-06-14Update depsBond_009
2019-06-14Merge pull request #1080 from Bond-009/httpclientAnthony Lavado
Remove usage of deprecated 'WebRequest'
2019-06-14Update Emby.Server.Implementations/ApplicationHost.csBond-009
Co-Authored-By: Jean-Samuel Aubry-Guzzi <DrPandemic@users.noreply.github.com>
2019-06-14Update Emby.Server.Implementations/ApplicationHost.csBond-009
Co-Authored-By: Jean-Samuel Aubry-Guzzi <DrPandemic@users.noreply.github.com>
2019-06-13Merge pull request #1156 from Bond-009/sepAnthony Lavado
Small cleanups here and there
2019-06-13Merge pull request #1457 from TrisMcC/fix-path-substitution-1446Bond-009
Stop path substitution in SubtitleEncoder - Fix #1446
2019-06-12Merge pull request #1442 from jellyfin/release-10.3.zJoshua M. Boniface
Backmerge for Release 10.3.4 and 10.3.5
2019-06-11Stop path substitution in SubtitleEncoderTristan McCann
This fixes jellyfin/jellyfin#1446. I am not an expert in this section of code, but I cannot think of a need to do path substitution during subtitle encoding.
2019-06-09Bump version for 10.3.5v10.3.5Joshua M. Boniface
2019-06-10Simplify file serving codeBond_009
2019-06-09Improve main code flowBond_009
Improved the way how some parts of the code depend on eachother Fixed some style issues
2019-06-09Merge pull request #1447 from joshuaboniface/implement-invalidauthJoshua M. Boniface
Implement InvalidAuthProvider
2019-06-09Revert "Don't set a default reset provider"Joshua M. Boniface
This reverts commit c230d49d7c37d4fbe77676b835c3afd6c8cb56e7. This reenables an edge case where an admin might want to reset, with the default auth provider, the password of an externally-provided user so they could "unlock" the account while it was failing. There might be minor security implications to this, but the malicious actor would need FS access to do it (as they would with any password resets) so it's probably best to keep it as-is. Removing this in the first place was due to a misunderstanding anyways so no harm.
2019-06-09Remove superfluous conditionalJoshua M. Boniface
This wasn't needed to prevent updating the policy on-disk from my tests and can be removed as suggested by @Bond-009