| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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. | |||
| 2019-10-16 | Adds icons to shortcuts, fixes nsis warning | Anthony Lavado | |
| Adds the icon as a resource file in the program folder, and uses it for the shortcuts created. Removes an extra section from the dialog creator file, so NSIS won't show a warning for unused code. | |||
| 2019-10-16 | Automatically creates shortcuts for non-service installs | Anthony Lavado | |
| If the user is not installing as a service, then the installer creates a Start Menu shortcut, and a desktop shortcut. Commented out future shortcuts for a tray app. | |||
| 2019-10-16 | Fix the Setup Type dialog titles | Anthony Lavado | |
| I had put the title and subtitle in the wrong order. This corrects the issue. | |||
| 2019-10-15 | Fix Json serialization error | Bond_009 | |
| 2019-10-15 | Merge pull request #1884 from Bond-009/netcore3.0 | Vasily | |
| Move to netcore3.0 | |||
| 2019-10-15 | Fix up Setup Type dialog, and add logic for basic setup | Anthony Lavado | |
| Fix up the Setup Type dialog, by removing an unused function from the page. Adds logic to the installer to check for a basic or advanced setup choice. Ensures that the service is only installed if the "advanced" method is chosen. Note - it may be possible to remove some defaults from the .onInit, considering they get set through the program now. | |||
| 2019-10-14 | Revert "yarn build" as it is fixed in master, fix typo | Vasily | |
| 2019-10-14 | * Make sure force_key_frames expression arguments are properly converted to ↵ | Vasily | |
| strings * Fore usage of keyframe cuts only in HLS | |||
| 2019-10-14 | Respect non-inversed setting of "enable break on non-keyframes" | Vasily | |
