aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-03-07more fixes for perf and stylePhallacy
2019-03-07Remove useless abstraction around XmlReaderSettingsBond_009
This removes the amount of stuff that needs to be passed around Also removes some unneeded `ManagedFileSystem` usage
2019-03-07Apply suggestions from code review Bond-009
more minor fixes before I do larger fixes Co-Authored-By: LogicalPhallacy <44458166+LogicalPhallacy@users.noreply.github.com>
2019-03-06Make FileSystem readonlyClaus Vium
2019-03-06Remove public Host propertyClaus Vium
2019-03-06Review commentsClaus Vium
2019-03-06Merge pull request #1051 from joshuaboniface/build-improvementsJoshua M. Boniface
Build improvements for wrapping infrastructure
2019-03-06Update LocalizationManager.csBond-009
2019-03-06Copy install script from new locationJoshua Boniface
2019-03-06Merge pull request #915 from cvium/remove_encryptionmanagerVasily
Remove IEncryptionManager
2019-03-05Minor fixes to address style issuesPhallacy
2019-03-05Add build.yaml for parent build infrastructureJoshua Boniface
2019-03-05Allow complete ignoring of submoduleJoshua Boniface
Used by the parent build infrastructure
2019-03-05Put output into bin instead of jellyfin-buildJoshua Boniface
2019-03-05Renamed Init() to SetFFmpegPath()PloughPuff
2019-03-05Remove --ffprobe logicPloughPuff
2019-03-05Address review comments from BondPloughPuff
2019-03-05Added self to contributorsPloughPuff
2019-03-05Review commentsPloughPuff
Address review comments from JustAMan, Bond-009 and cvium.
2019-03-05Reworked FFmpeg path discovery and always display to userPloughPuff
1) Reworked FFmpeg and FFprobe path discovery (CLI switch, Custom xml, system $PATH, UI update trigger). Removed FFMpeg folder from Emby.Server.Implementations. All path discovery now in MediaEncoder. 2) Always display FFmpeg path to user in Transcode page. 3) Allow user to remove a Custome FFmpeg path and return to using system $PATH (or --ffmpeg if available). 4) Remove unused code associated with 'prebuilt' FFmpeg. 5) Much improved logging during path discovery.
2019-03-05Remove more Content-Length referencesClaus Vium
2019-03-05Add ProcessWebSocketRequest to IHttpListenerClaus Vium
2019-03-05Fix DI in FileWriter.TransmitFileClaus Vium
2019-03-05Remove BOMClaus Vium
2019-03-05Switch to HeaderNames instead of hardcoded strings (and other header related ↵Claus Vium
fixes)
2019-03-05Update README with Azure Pipelines status badgeErwin de Haan
2019-03-05Merge pull request #900 from ploughpuff/validatorJoshua M. Boniface
Implement proper FFmpeg version checking
2019-03-05Merge pull request #1043 from thornbill/update-colorsBond-009
Update image overlays to use Jellyfin blue
2019-03-05Add GetValueOrDefault dictionary extensionClaus Vium
2019-03-05Remove unused Brotli compressorClaus Vium
2019-03-04minor style fixesPhallacy
2019-03-05Remove unused _listenerClaus Vium
2019-03-05Grab content root from config and fix kestrel port bindingsClaus Vium
2019-03-05Don't dispose the connectionClaus Vium
2019-03-04Update image overlays to use Jellyfin blueBill Thornton
2019-03-04Expand todoClaus Vium
2019-03-04Update LocalizationManager.csBond-009
2019-03-04Use QueryHelpers.AddQueryStringClaus Vium
2019-03-04Review commentsClaus Vium
2019-03-04Fix a logging statementClaus Vium
2019-03-04Merge pull request #735 from Bond-009/loopJoshua M. Boniface
Readability changes
2019-03-03Remove some unused referencesClaus Vium
2019-03-03Await host startupClaus Vium
2019-03-03Start the webhost before RunStartupTasks and fix ContentEncodingClaus Vium
2019-03-03Implement SxxExx EpisodeNum Processing (#1009)Daniel Widrick
**Changes** Implement and use SxxExx Episode numbering system from guide data if available. **Issues** Fixes #1008
2019-03-03Use EnableHttps instead of CertificateInfoClaus Vium
2019-03-03Add certificate to https and minor cleanupClaus Vium
2019-03-02Merge pull request #1030 from jellyfin/release-10.2.zBond-009
Backmerge for 10.2.2
2019-03-02Merge pull request #1032 from Lynxy/masterBond-009
Correct the list of series types
2019-03-01Correct the list of series typesLynxy