| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2019-01-26 | Merge pull request #724 from Bond-009/skia | Andrew Rabert | |
| Move Skia back into it's own project | |||
| 2019-01-26 | Add Size to TypedBaseItem | Claus Vium | |
| 2019-01-26 | Cleanup | Bond_009 | |
| 2019-01-26 | Move Skia back into it's own project | Bond_009 | |
| 2019-01-26 | Merge pull request #706 from sparky8251/docker-fix | Andrew Rabert | |
| Make another docker layer reusable | |||
| 2019-01-26 | Merge pull request #723 from Bond-009/dbperf | Andrew Rabert | |
| Minor improvements to db code | |||
| 2019-01-26 | Merge pull request #709 from Bond-009/null | Andrew Rabert | |
| Fix always null expressions | |||
| 2019-01-26 | Merge pull request #710 from Bond-009/spelling | Andrew Rabert | |
| Fix a spelling mistake | |||
| 2019-01-26 | Merge pull request #711 from Bond-009/sysevent | Andrew Rabert | |
| Remove remnants of system events | |||
| 2019-01-26 | Merge pull request #721 from Bond-009/imagedimensions | Andrew Rabert | |
| Change image dimentions from double to int | |||
| 2019-01-26 | Address comments | Bond_009 | |
| 2019-01-26 | Fix ctor | Bond_009 | |
| 2019-01-26 | Minor improvements to db code | Bond_009 | |
| 2019-01-26 | Change image dimentions from double to int | Bond_009 | |
| Rename ImageSize -> ImageDimensions | |||
| 2019-01-25 | Revert "Merge pull request #452 from Bond-009/activitydb" | Erwin de Haan | |
| This reverts commit 48ad18d12baeeb42ec0ec7df9473330dcbc76754, reversing changes made to fe197415cac19c0e4005c52761c5e7a37b8a4557. | |||
| 2019-01-25 | Remove more compile time warnings | Bond_009 | |
| 2019-01-25 | Fix empty statement in DidlBuilder.cs | Erwin de Haan | |
| 2019-01-25 | Remove remnants of system events | Bond_009 | |
| 2019-01-25 | Fix a spelling mistake | Bond_009 | |
| 2019-01-25 | Fix always null expressions | Bond_009 | |
| 2019-01-25 | Make another docker layer reusable | Sparky | |
| 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-25 | Merge pull request #702 from jellyfin/win-buildv10.0.1v10.0.0 | Andrew Rabert | |
| Fix debug build on windows | |||
| 2019-01-25 | Fix debug build on windows | Bond-009 | |
| 2019-01-24 | Merge pull request #700 from jellyfin/dev | Andrew Rabert | |
| Dev sync | |||
| 2019-01-24 | Merge pull request #452 from Bond-009/activitydb | Andrew Rabert | |
| Use EF Core for Activity database | |||
| 2019-01-24 | Merge pull request #657 from Bond-009/true | Andrew Rabert | |
| Remove conditions that are always true/false | |||
| 2019-01-24 | Merge pull request #672 from cvium/kill_unconditional_caching | Andrew Rabert | |
| Remove unconditional caching, modified since header and use ETags | |||
| 2019-01-24 | Merge pull request #681 from LogicalPhallacy/buildscriptfix | Andrew Rabert | |
| Fix Windows build script errors + pin ffmpeg to 4.0 | |||
| 2019-01-24 | Merge pull request #687 from Bond-009/stylecop | Andrew Rabert | |
| Fix some analyzer warnings | |||
| 2019-01-24 | Merge pull request #689 from Wuerfelbecher/fix-fedora-build | Andrew Rabert | |
| Fix RPM package build for fedora | |||
| 2019-01-24 | Merge pull request #699 from jellyfin/dev | Andrew Rabert | |
| Dev sync | |||
| 2019-01-24 | Fix some analyzer warnings | Bond_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-24 | Merge pull request #686 from Bond-009/analyzers | Joshua M. Boniface | |
| Disable some StyleCop warnings | |||
| 2019-01-24 | Eliminate 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-24 | Set 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-24 | Update jellyfin.ruleset | Vasily | |
| Co-Authored-By: Bond-009 <bond.009@outlook.com> | |||
| 2019-01-24 | added self to contributors list | Phallacy | |
| 2019-01-24 | Added macOS to the docker sudo exception | Thomas Büttner | |
| 2019-01-24 | Make the docker group check BSD compatible | Thomas Büttner | |
| 2019-01-24 | parameterized ffmpeg and nssm stuff | Phallacy | |
| 2019-01-24 | Updated Packaging Windows from Linux for parity | Phallacy | |
| 2019-01-23 | Disable SA1633 | Bond_009 | |
| 2019-01-23 | Disable SA1309 | Bond_009 | |
| 2019-01-23 | Disable SA1200 | Bond_009 | |
| 2019-01-23 | Add comment | Bond-009 | |
| 2019-01-23 | Fix package build for fedora | Thomas Büttner | |
| 2019-01-23 | Disable warning for calling local function without this. prefixed | Bond_009 | |
| 2019-01-23 | Suffix async methods with Async | Bond_009 | |
| 2019-01-23 | No need to check if the dir exists | Bond_009 | |
| 2019-01-23 | Return a true IEnumerable | Bond_009 | |
