aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-01-24Merge pull request #689 from Wuerfelbecher/fix-fedora-buildAndrew Rabert
Fix RPM package build for fedora
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 macOS to the docker sudo exceptionThomas Büttner
2019-01-24Make the docker group check BSD compatibleThomas Büttner
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-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-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
2019-01-22Add comments to SqliteItemRepository to help out whoever is nexthawken
2019-01-22Change MusicAlbum.Tracks to return Audio itemshawken
2019-01-22Do some logging in MediaInfoServicehawken
2019-01-21Update changelogs to add #666Joshua Boniface
2019-01-21Merge pull request #666 from nvllsvm/cross-platformAnthony Lavado
Add cross-platform build for arm64
2019-01-21Add Dockerfile.arm64 docsAndrew Rabert
2019-01-21Update to .NETCore 3.0Andrew Rabert
2019-01-21Disable cross-platform build for arm32v7Andrew Rabert
https://github.com/jellyfin/jellyfin/issues/665
2019-01-21Update arm/arm64 images to build cross-platformAndrew Rabert
These Dockerfiles can not be built natively - must be built on x86_64
2019-01-21Update changelogs to remove #639, add #661, #54Joshua Boniface
2019-01-21Merge pull request #664 from jellyfin/revert-639-ffmpeg4.1Andrew Rabert
Revert "Fix segment_time_delta for ffmpeg 4.1"
2019-01-21Merge pull request #661 from Bond-009/streamstateAndrew Rabert
Fix NullRef from progress report
2019-01-21Revert "Fix segment_time_delta for ffmpeg 4.1"Joshua M. Boniface
2019-01-21Use TagLibSharp Nuget packageAndrew Rabert
2019-01-21Fix NullRefBond_009
2019-01-21Add jellyfin-web#53 to changelogsJoshua Boniface
2019-01-21Add helpful time text around platform buildsJoshua Boniface
2019-01-21Merge pull request #655 from joshuaboniface/local-web-branchJoshua M. Boniface
Support trying local branches in submodule
2019-01-21Add jellyfin-web#52 to changelogsJoshua Boniface
2019-01-21Update changelogs to include this PRJoshua Boniface
2019-01-21Support trying local branches in submoduleJoshua Boniface
2019-01-21Address commentsBond_009
2019-01-21Clean up last bitsBond_009
2019-01-21Make ConditionProcessor staticBond_009
2019-01-21Clean up streambuilderBond_009
2019-01-21Use basename for cross-platform operationJoshua Boniface
Trying to sed out the deployment/ failed on MacOS, so use the basename command instead for the same effect.