aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-01-26Merge pull request #724 from Bond-009/skiaAndrew Rabert
Move Skia back into it's own project
2019-01-26Add Size to TypedBaseItemClaus Vium
2019-01-26CleanupBond_009
2019-01-26Move Skia back into it's own projectBond_009
2019-01-26Merge pull request #706 from sparky8251/docker-fixAndrew Rabert
Make another docker layer reusable
2019-01-26Merge pull request #723 from Bond-009/dbperfAndrew Rabert
Minor improvements to db code
2019-01-26Merge pull request #709 from Bond-009/nullAndrew Rabert
Fix always null expressions
2019-01-26Merge pull request #710 from Bond-009/spellingAndrew Rabert
Fix a spelling mistake
2019-01-26Merge pull request #711 from Bond-009/syseventAndrew Rabert
Remove remnants of system events
2019-01-26Merge pull request #721 from Bond-009/imagedimensionsAndrew Rabert
Change image dimentions from double to int
2019-01-26Address commentsBond_009
2019-01-26Fix ctorBond_009
2019-01-26Minor improvements to db codeBond_009
2019-01-26Change image dimentions from double to intBond_009
Rename ImageSize -> ImageDimensions
2019-01-25Revert "Merge pull request #452 from Bond-009/activitydb"Erwin de Haan
This reverts commit 48ad18d12baeeb42ec0ec7df9473330dcbc76754, reversing changes made to fe197415cac19c0e4005c52761c5e7a37b8a4557.
2019-01-25Remove more compile time warningsBond_009
2019-01-25Fix empty statement in DidlBuilder.csErwin de Haan
2019-01-25Remove remnants of system eventsBond_009
2019-01-25Fix a spelling mistakeBond_009
2019-01-25Fix always null expressionsBond_009
2019-01-25Make another docker layer reusableSparky
By moving the apt-get layer before the copies, the apt-get layer can be reused with each build, reducing upload/download needed during updates. Just a small optimization.
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