| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2019-10-24 | Merge pull request #1918 from nvllsvm/dockermaster | Joshua M. Boniface | |
| Docker fixes | |||
| 2019-10-24 | Merge pull request #1933 from cvium/autoreload_log_config | Bond-009 | |
| Reload logging.json on changes | |||
| 2019-10-23 | Reload logging.json on changes | Claus Vium | |
| 2019-10-23 | More preparations for the tray app | Anthony Lavado | |
| 2019-10-23 | Add the "service" argument to the service parameters | Anthony Lavado | |
| This will avoid an exception when the server cannot launch a browser process for the web interface. | |||
| 2019-10-23 | Change the default AppExit action to Exit | Anthony Lavado | |
| When the service should fail to launch Jellyfin, or should Jellyfin crash, the default action is changed from Restart to AppExit. This prevents the service from entering a constant restart due to a permissions issue or similar. | |||
| 2019-10-23 | update vsc workspace launch for net core 3 | grafixeyehero | |
| 2019-10-23 | update persons service | grafixeyehero | |
| 2019-10-22 | Use attachment filename if available. | Andrew Mahone | |
| 2019-10-22 | Provide delivery URLs for attachments in PlaybackInfo. | Andrew Mahone | |
| 2019-10-22 | Attachment service. | Andrew Mahone | |
| 2019-10-22 | Instantiate AttachmentExtractor in ApplicationHost. | Andrew Mahone | |
| 2019-10-22 | FFMPEG extractor for attachments. | Andrew Mahone | |
| 2019-10-22 | Retrieve media attachments in BaseItem. | Andrew Mahone | |
| 2019-10-22 | Support MediaAttachment retrieval in MediaSourceManager. | Andrew Mahone | |
| 2019-10-22 | Store MediaAttachments in DB. | Andrew Mahone | |
| 2019-10-22 | Add new MediaAttachment to store attachments found during media probing. | Andrew Mahone | |
| 2019-10-22 | Make installer shortcut check better | Anthony Lavado | |
| During an upgrade, only create shortcuts if the existing install was not a service install. Otherwise, do not create them. | |||
| 2019-10-22 | Fix syntax errors, move order of upgrade checks, enhance folder check, fix ↵ | Anthony Lavado | |
| shortcuts Fixes a syntax error with the NoServiceUninstall section. Moves the detection of an existing Service and datadir further up, so it happens before we decide how the installation will happen. Removed a newline from a comment, and enhanced the existing directory check. Adds an existing folder check, as well as a prompt if the user wants to continue with it or not. Also adds the datadir property to shortcuts. | |||
| 2019-10-22 | add another parser case and allow parsing of seasonless | Narfinger | |
| Add another parser case and we now allow parsing of seasonless series which hopefully should cover more cases of directory structure | |||
| 2019-10-21 | Fix buildscript failure, remove unnecessary yarn repo for Fedora build | Thomas Büttner | |
| 2019-10-21 | Address Bond-009 review comments | Vasily | |
| 2019-10-21 | Update MediaBrowser.Api/Playback/BaseStreamingService.cs | Vasily | |
| Co-Authored-By: Bond-009 <bond.009@outlook.com> | |||
| 2019-10-20 | Merge pull request #1898 from Bond-009/jsonfix | Joshua M. Boniface | |
| Fix Json serialization error | |||
| 2019-10-20 | Add clearer exceptions, warnings and docs | Bond_009 | |
| 2019-10-20 | Clean up ubuntu-armhf build steps | Joshua Boniface | |
| Installs the nodejs package via NodeSource, since the Bionic npm package is heckin' broken. | |||
| 2019-10-20 | Clean up ubuntu-arm64 build steps | Joshua Boniface | |
| Installs the nodejs package via NodeSource, since the Bionic npm package is heckin' broken. | |||
| 2019-10-20 | Clean up ubuntu-x64 build steps | Joshua Boniface | |
| Installs the nodejs package via NodeSource, since the Bionic npm package is heckin' broken. | |||
| 2019-10-20 | Clean up debian-armhf build steps | Joshua Boniface | |
| 2019-10-20 | Clean up debian-arm64 build steps | Joshua Boniface | |
| 2019-10-20 | Move web-build into Debian build rules | Joshua Boniface | |
| This removes the convoluted steps in docker-build.sh in favour of integrating the web-build sequence into the Debian rules file explicitly. This will allow the web-build to work properly outside of the boutique Docker container we build, thus allowing it to be build properly directly on a target system with dpkg-buildpackage. | |||
| 2019-10-20 | Remove web frontend build from docker-build.sh | Joshua Boniface | |
| This is now handled in the RPM spec. | |||
| 2019-10-20 | Remove spec version bump | Joshua Boniface | |
| This will be taken care of with the 10.4.1 bump in stable. | |||
| 2019-10-20 | Merge pull request #1909 from KerryRJ/FixDvdsFailingToPlay | Bond-009 | |
| Fix System.NullReferenceException when playing Dvds copied to HDD | |||
| 2019-10-20 | Don't shuffle some types by default | Bond_009 | |
| 2019-10-19 | Fix Docker ffmpeg | Andrew Rabert | |
| 2019-10-19 | Update Docker containers to dotnet 3.0 | Andrew Rabert | |
| 2019-10-19 | Default to jellyfin-web master | Andrew Rabert | |
| 2019-10-19 | Translated using Weblate (Korean) | schbal | |
| Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/ko/ | |||
| 2019-10-18 | Translated using Weblate (Norwegian Bokmål) | Marius Lindvall | |
| Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/nb_NO/ | |||
| 2019-10-18 | Translated using Weblate (Korean) | schbal | |
| Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/ko/ | |||
| 2019-10-17 | Merge pull request #4 from brianjmurrell/fix-copr | Joshua M. Boniface | |
| Support building jellyfin-web webpack | |||
| 2019-10-17 | Support buiding jellyfin-web webpack | Brian J. Murrell | |
| Needs nodejs >= 8 on EL7 - from https://rpm.nodesource.com/pub_8.x/el/7/x86_64/ on EL7. Needs yarn - from yarnpkg.com on EL7 | |||
| 2019-10-17 | Fix System.NullReferenceException when playing Dvds copied to HDD | KerryJ | |
| 2019-10-16 | Address review comments | Vasily | |
| 2019-10-16 | Merge pull request #1871 from Bond-009/doc | Vasily | |
| Enable `TreatWarningsAsErrors` for MediaBrowser.Common and Emby.Photos | |||
| 2019-10-16 | Merge pull request #1887 from joshuaboniface/bump-version | Vasily | |
| Bump version to 10.5.0 for next stable release | |||
| 2019-10-16 | Check for the presence of AppDataLocal folder before using it | Anthony Lavado | |
| 2019-10-16 | Use the registry path for datadir, don't override it here | Anthony Lavado | |
| Removes an assumption on directory if the user has a datadir from the previous install, use that | |||
| 2019-10-16 | Only create/remove shortcuts on non-service install | Anthony Lavado | |
| Should only remove shortcuts if the install type was non-service. On upgrade, check if the install type was non-service, and if so, set the variables correctly and create shortcuts. | |||
