aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-01-25Merge pull request #702 from jellyfin/win-buildv10.0.1v10.0.0Andrew Rabert
Fix debug build on windows
2019-01-25Fix debug build on windowsBond-009
2019-01-24Merge pull request #700 from jellyfin/devAndrew Rabert
Dev sync
2019-01-24Merge pull request #452 from Bond-009/activitydbAndrew Rabert
Use EF Core for Activity database
2019-01-24Merge pull request #657 from Bond-009/trueAndrew Rabert
Remove conditions that are always true/false
2019-01-24Merge pull request #672 from cvium/kill_unconditional_cachingAndrew Rabert
Remove unconditional caching, modified since header and use ETags
2019-01-24Merge pull request #681 from LogicalPhallacy/buildscriptfixAndrew Rabert
Fix Windows build script errors + pin ffmpeg to 4.0
2019-01-24Merge pull request #687 from Bond-009/stylecopAndrew Rabert
Fix some analyzer warnings
2019-01-24Merge pull request #689 from Wuerfelbecher/fix-fedora-buildAndrew Rabert
Fix RPM package build for fedora
2019-01-24Merge pull request #699 from jellyfin/devAndrew Rabert
Dev sync
2019-01-24Fix some analyzer warningsBond_009
Some changes: * Don't omit braces * Fix culture sensitive string compare * Define accessibility functions I restricted myself to these 5 files, for now :p
2019-01-24Merge pull request #686 from Bond-009/analyzersJoshua M. Boniface
Disable some StyleCop warnings
2019-01-24Eliminate some compile warnings (#600)hawken
* Remove some unused variables * remove duplicate "using .." by sorting and deduping the list * Remove things that already exist in the parent class (in one case I moved some documentation to the parent) * EntityBodyData and and NextSearch were never set (only read), removed * _timeout was never read, subsequently _timer became unused. part of a TODO timeout functionality that was not implemented yet
2019-01-24Set Parent to current query Item if ParentId is empty (#680)Claus Vium
**Changes** Fixed a faulty change in logic that occurred during the Christmas GPL nightmare. I stepped through Emby 3.5.2 and stumbled over a difference in the query between Jellyfin and Emby, where in Emby, query.ParentId was set to the item itself. So I did a little digging in the old GPLv2 source and found this https://github.com/MediaBrowser/Emby/blob/3.4.1.8/MediaBrowser.Controller/Entities/Folder.cs#L720 **Issues** Fixes #673
2019-01-24Update jellyfin.rulesetVasily
Co-Authored-By: Bond-009 <bond.009@outlook.com>
2019-01-24added self to contributors listPhallacy
2019-01-24Added macOS to the docker sudo exceptionThomas Büttner
2019-01-24Make the docker group check BSD compatibleThomas Büttner
2019-01-24parameterized ffmpeg and nssm stuffPhallacy
2019-01-24Updated Packaging Windows from Linux for parityPhallacy
2019-01-23Disable SA1633Bond_009
2019-01-23Disable SA1309Bond_009
2019-01-23Disable SA1200Bond_009
2019-01-23Add commentBond-009
2019-01-23Fix package build for fedoraThomas Büttner
2019-01-23Disable warning for calling local function without this. prefixedBond_009
2019-01-23Suffix async methods with AsyncBond_009
2019-01-23No need to check if the dir existsBond_009
2019-01-23Return a true IEnumerableBond_009
2019-01-23Ensure DB existsBond_009
2019-01-23Use EF Core for Activity databaseBond_009
2019-01-23Quick fix to erroring build scripts and pulling the supported ffmpegPhallacy
2019-01-23Merge pull request #8 from jellyfin/masterLogicalPhallacy
rebase to latest master
2019-01-22Fix arm32 DockerAndrew Rabert
2019-01-22Merge pull request #677 from nvllsvm/fixdockerAndrew Rabert
Fix arm32 Docker
2019-01-22Fix arm32 DockerAndrew Rabert
2019-01-22Merge pull request #535 from Bond-009/streambuilderAndrew Rabert
Clean up streambuilder
2019-01-22Merge pull request #656 from hawken93/more_loggingAndrew Rabert
Do some logging in MediaInfoService
2019-01-22Merge pull request #663 from nvllsvm/tlJoshua M. Boniface
Use TagLibSharp Nuget package
2019-01-22Merge pull request #668 from hawken93/prepare_for_reports_moduleAndrew Rabert
Return Audio objects from MusicAlbum.Tracks
2019-01-22Merge pull request #671 from Tthecreator/devAndrew Rabert
Set EnableRaisingEvents correctly
2019-01-22Merge pull request #651 from jellyfin/release-10.1.0Andrew Rabert
Release 10.1.0
2019-01-22Remove conditions that are always true/falseBond_009
2019-01-22Fix trim inputClaus Vium
2019-01-22Trim quotes from If-None-MatchClaus Vium
2019-01-22Remove unconditional caching, modified since header and use ETagsClaus Vium
2019-01-22removed excess newlinesTthecreator
2019-01-22Update jellyfin-web submodule to 10.1.0Joshua Boniface
2019-01-22Set EnableRaisingEvents correctly for SubtitleEncoderTthecreator
2019-01-22Merge pull request #1 from jellyfin/devTthecreator
Update from jellyfin repo