| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2019-02-28 | Bump version to 10.2.2v10.2.2 | Joshua Boniface | |
| 2019-02-28 | Merge pull request #992 from joshuaboniface/armhf-debian | Anthony Lavado | |
| Add Debian armhf (Rasberry Pi) build plus crossbuild | |||
| 2019-02-28 | Merge pull request #1017 from nvllsvm/dockerffmpeg | Vasily | |
| Set ffmpeg+ffprobe paths in Docker container | |||
| 2019-02-27 | Set ffmpeg+ffprobe paths in Docker container | Andrew Rabert | |
| Will always ensure containers use correct path. Yes - the arm images have a different path than the amd64 one. This is caused by the amd64 image using ffmpeg from jellyfin/ffmpeg while the others use ffmpeg from their distro's repos. | |||
| 2019-02-27 | Merge pull request #991 from joshuaboniface/ffmpeg-compat | Andrew Rabert | |
| Fix the ffmpeg compatibility | |||
| 2019-02-25 | Merge pull request #998 from cvium/enableraisingevents_default_true | Vasily | |
| Set EnableRaisingEvents to true for processes that require it | |||
| 2019-02-25 | Merge pull request #979 from Wuerfelbecher/release-disable-debug | Vasily | |
| Build Package releases without debug turned on | |||
| 2019-02-25 | Fix the ffmpeg compatibility | Joshua Boniface | |
| Doing this the other way was just complex. No longer try to override the system ffmpeg, just put ours somewhere else and depend on that package. | |||
| 2019-02-24 | Disable documentation and debug in build | Joshua Boniface | |
| 2019-02-24 | Set EnableRaisingEvents to true for processes that require it | Claus Vium | |
| 2019-02-24 | Fix slow local image validation (#990) | Claus Vium | |
| * Check for local image directory existence to avoid tons of exceptions | |||
| 2019-02-24 | Merge pull request #968 from brianjmurrell/release-10.2.z-copr-autobuild | Bond-009 | |
| Release 10.2.z copr autobuild | |||
| 2019-02-24 | use common.build.sh for docker image builds | Thomas Büttner | |
| Signed-off-by: Thomas Büttner <thomas@vergesslicher.tech> | |||
| 2019-02-24 | Build releases without debug | Thomas Büttner | |
| Signed-off-by: Thomas Büttner <thomas@vergesslicher.tech> | |||
| 2019-02-23 | Merge pull request #964 from jellyfin/fedora-runtime | Joshua M. Boniface | |
| Install the dotnet runtime package in Fedora build | |||
| 2019-02-23 | Add Debian armhf (Rasberry Pi) build plus crossbuild | Joshua Boniface | |
| 2019-02-22 | Merge pull request #975 from cvium/release-10.2.z | Bond-009 | |
| Update submodule | |||
| 2019-02-21 | Update submodule | Claus Vium | |
| 2019-02-21 | Merge pull request #967 from brianjmurrell/dotnet-runtime | Vasily | |
| dotnet-runtime is needed on Fedora now | |||
| 2019-02-21 | COPR auto building | Brian J. Murrell | |
| This adds enhancements so that Fedora/EL packages can be automatically built in COPR when a webhook is received. A typical webhook could be for tagging events for example or even a "Release" webhook to only build releases. | |||
| 2019-02-21 | dotnet-runtime is needed in Fedora RPM build also | Brian J. Murrell | |
| 2019-02-20 | Install the dotnet runtime too | Joshua Boniface | |
| This is needed since /usr/bin/dotnet doesn't exist in the SDK package for whatever reason as of Feb 18 2019. | |||
| 2019-02-20 | Bump version to 10.2.1v10.2.1 | Joshua Boniface | |
| 2019-02-20 | Merge pull request #960 from nvllsvm/dock | Andrew Rabert | |
| Use jellyfin/ffmpeg image | |||
| 2019-02-20 | Use jellyfin/ffmpeg image | Andrew Rabert | |
| 2019-02-19 | Merge pull request #948 from cvium/revert_movie_matching | Bond-009 | |
| Revert movie matching | |||
| 2019-02-19 | Check for whitespace | Claus Vium | |
| 2019-02-19 | Remove limit comment | Claus Vium | |
| 2019-02-19 | Remove arbitrary limit and minor style fixes | Claus Vium | |
| 2019-02-19 | Revert "Change multi version logic for movies" | Claus Vium | |
| This reverts commit a4055779f6c824cc0289dfb4f77dc094f2de850a. | |||
| 2019-02-19 | Revert "Remove unnecessary ToList" | Claus Vium | |
| This reverts commit 42abb5a9931806a2ae1cedd433144ebf82768a0d. | |||
| 2019-02-19 | Revert "Add Year to the new VideoInfo" | Claus Vium | |
| This reverts commit 05ad2e9b3f5209d9e7ff9949d8c20cd8ef7062b6. | |||
| 2019-02-19 | Revert "Merge pull request #924 from cvium/fix_movie_matching" | Claus Vium | |
| This reverts commit f274d024ceaacc23f0a30697aab8c0dfb05c402c, reversing changes made to 4b4399fba6df3368ab04e78acd2dd08873e4f07b. | |||
| 2019-02-19 | Revert "Merge pull request #933 from cvium/fix_movie_matching_again" | Claus Vium | |
| This reverts commit 77d4fec6eb75b9b26a24e0678c7a75d8decb2e29, reversing changes made to f274d024ceaacc23f0a30697aab8c0dfb05c402c. | |||
| 2019-02-18 | Merge pull request #933 from cvium/fix_movie_matching_again | Bond-009 | |
| Semi-revert to prefer old movie grouping behaviour | |||
| 2019-02-18 | Minor style fixes | Claus Vium | |
| 2019-02-18 | Semi-revert to prefer old movie grouping behaviour | Claus Vium | |
| 2019-02-18 | Merge pull request #924 from cvium/fix_movie_matching | Vasily | |
| Use the movie name instead of folder name | |||
| 2019-02-17 | Use the movie name instead of folder name | Claus Vium | |
| 2019-02-16 | Merge pull request #920 from nvllsvm/dockolate_icetainer | Andrew Rabert | |
| Fix cachedir missing from Docker container | |||
| 2019-02-16 | Fix cachedir missing from Docker container | Andrew Rabert | |
| Adds the /cache volume and set it to writeable by all. This allows for those using jellyfin to continue using it without modifying their config. However, retaining cache will require one to mount the /cache volume. Also make the /config and /media dirs 777 by default. No permissions on mounted volumes will be changed. | |||
| 2019-02-16 | Bump release version for last-minute PRsv10.2.0 | Joshua Boniface | |
| 2019-02-16 | Merge pull request #899 from AThomsen/bugfix/dlna_name_race_condition | Bond-009 | |
| DLNA: Fix race condition leading to missing device names | |||
| 2019-02-16 | Merge pull request #910 from nvllsvm/make_it_so | Andrew Rabert | |
| Enhance Dockerfiles | |||
| 2019-02-16 | Merge pull request #911 from nvllsvm/hooked_on_phonics | Andrew Rabert | |
| Checkout submodules in Docker Hub hook | |||
| 2019-02-16 | Checkout submodules in Docker Hub hook | Andrew Rabert | |
| 2019-02-16 | Enhance Dockerfiles | Andrew Rabert | |
| * Prevent failure when obj exists from host compile * Enhance readability of disposed stages * Formatting | |||
| 2019-02-16 | Merge pull request #909 from n8225/dockerBuilds | Andrew Rabert | |
| Fix docker arm builds | |||
| 2019-02-15 | Fix docker arm builds | n8225 | |
| 2019-02-15 | Update submodule to 10.2.0 release | Joshua Boniface | |
