| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2019-09-17 | Another condition update. | Erwin de Haan | |
| 2019-09-17 | Added Better submodule updates. | Erwin de Haan | |
| 2019-09-17 | Add submodule update to build. | Erwin de Haan | |
| 2019-09-17 | Merge pull request #1744 from Bond-009/dataprovider | Joshua M. Boniface | |
| Rewrite `ItemDataProvider` to be more robust | |||
| 2019-09-17 | Merge pull request #1751 from Bond-009/login | Joshua M. Boniface | |
| Reset invalid login counter on successfull login | |||
| 2019-09-16 | Merge pull request #1764 from EraYaN/publish-ci-fault | Joshua M. Boniface | |
| Fix publish CI YAML parse error | |||
| 2019-09-17 | Fix release symlink name. | Erwin de Haan | |
| 2019-09-17 | Skip checkout for Publish CI pipelines | Erwin de Haan | |
| 2019-09-17 | Fix yaml parse error | Erwin de Haan | |
| 2019-09-16 | Add two manually triggered pipelines for publishing artifacts. (#1763) | Erwin de Haan | |
| * Added two extra pipelines. * Change the sshEndpoint | |||
| 2019-09-15 | Add mesa-va-drivers to main Dockerfile (#1727) | nevado | |
| 2019-09-15 | Improve Skia error handling (#1752) | Bond-009 | |
| 2019-09-13 | Reset invalid login counter on successfull login | Bond-009 | |
| 2019-09-12 | Merge pull request #1746 from nvllsvm/yarn | Andrew Rabert | |
| Docker - Build jellyfin-web | |||
| 2019-09-12 | Docker - Build jellyfin-web | Andrew Rabert | |
| 2019-09-12 | Rewrite `ItemDataProvider` to be more robust | Bond_009 | |
| * Stop locking 2+ times per operation * Don't clone the list multiple times * Keep the lock for the duration of the operation | |||
| 2019-09-11 | Update deps (#1735) | Bond-009 | |
| 2019-09-11 | Translated using Weblate (Turkish) | Abdulkadir Furkan Şanlı | |
| Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/tr/ | |||
| 2019-09-11 | Translated using Weblate (Chinese (Simplified)) | qqq-qqqq | |
| Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/zh_Hans/ | |||
| 2019-09-11 | Translated using Weblate (Portuguese (Portugal)) | tluciomiranda | |
| Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/pt_PT/ | |||
| 2019-09-10 | Merge pull request #1731 from EraYaN/segment-time-delta-culture-fix | Joshua M. Boniface | |
| Fix culture problem on Windows for segment_time_delta argument. | |||
| 2019-09-10 | Fix culture problem on Windows for segment_time_delta argument. | Erwin de Haan | |
| 2019-09-09 | NSIS improvements (#1692) | Erwin de Haan | |
| * Much better, but still broken It crashes with two custom pages after one another. (So when the service should be installed). * Fixed the problems and finished the NSIS installer. Also ignored some of the artifacts. * Added changes to CI for setup building. Consolidate building and fixed git error. Small CI fixes. Move UX repo to SourcesDirectory Fix stupid checkout <> clone error. Fix typo in PowerShell command. Artifact publish tasks can not have wildcards. | |||
| 2019-09-08 | Merge pull request #1723 from Bond-009/mrmc | Anthony Lavado | |
| Possible fix for MrMC | |||
| 2019-09-08 | Address comments | Bond_009 | |
| 2019-09-08 | Fix some documentation warnings for MediaBrowser.XbmcMetadata | Bond_009 | |
| 2019-09-08 | Possible fix for MrMC | Bond_009 | |
| 2019-09-03 | Merge pull request #1708 from crobibero/patch-1 | Joshua M. Boniface | |
| Fix translate link | |||
| 2019-09-03 | Merge pull request #1709 from joshuaboniface/fix-rootdir-crash | Joshua M. Boniface | |
| Fix crash due to missing userRootFolder data | |||
| 2019-09-02 | Add debug logs and try/catch when creating folder | Joshua Boniface | |
| 2019-09-02 | Fix translate link | Cody Robibero | |
| 2019-09-02 | Merge pull request #1693 from joshuaboniface/update-libssl | Joshua M. Boniface | |
| Update Debian build to Buster and LibSSL 1.1 | |||
| 2019-09-02 | Add missing build dependency | Joshua Boniface | |
| 2019-09-02 | Merge pull request #1699 from joshuaboniface/bump-version | Joshua M. Boniface | |
| Bump version to 10.4.0 | |||
| 2019-09-02 | Merge pull request #1707 from nvllsvm/default_build_arg | Anthony Lavado | |
| Fix default build arg | |||
| 2019-09-02 | Fix default build arg | Andrew Rabert | |
| 2019-09-02 | Fix warnings, improve performance (#1665) | Bond-009 | |
| * Fix warnings, improve performance `QueryResult.Items` is now a `IReadOnlyList` so we don't need to allocate a new `Array` when we have a `List` (and `Items` shouldn't need to be mutable anyway) * Update Providers .csproj to latest C# * Remove extra newline from DtoService.cs * Remove extra newline from UserLibraryService.cs | |||
| 2019-09-02 | Merge pull request #1686 from Bond-009/warn7 | Anthony Lavado | |
| More warning fixes | |||
| 2019-09-02 | Merge pull request #1702 from Bond-009/warn8 | Anthony Lavado | |
| Fix more warnings | |||
| 2019-09-02 | Merge pull request #1704 from nvllsvm/fix_replace_multiple_spaces | Anthony Lavado | |
| Fix replace multiple spaces | |||
| 2019-09-01 | Use regex to replace multiple spaces with one space | Andrew Rabert | |
| This communicates the intent of the code more clearly than before. No noticeable performance impact. | |||
| 2019-09-01 | Fix infinite looping when scanning TV metadata | Andrew Rabert | |
| It's a possible that name and sb will never be equal. This is caused by additional replacements before this loop. Regression introduced in c699c546e4124da8c1978b86d1a424d24d3d77d6a | |||
| 2019-09-01 | Fix more warnings | Bond_009 | |
| 2019-09-01 | Merge pull request #1691 from sammyrc34/vaapifix | Bond-009 | |
| Enable VAAPI decoding without hardware encoding | |||
| 2019-09-01 | Merge pull request #1683 from dkanada/misc | Bond-009 | |
| Move the transcode path and other small fixes | |||
| 2019-09-01 | Merge pull request #1700 from thornbill/flac | Anthony Lavado | |
| Restore flac mime type | |||
| 2019-09-01 | Restore flac mime type | Bill Thornton | |
| 2019-09-01 | Merge pull request #1680 from marius-luca-87/q6fn_dlna_seek | Anthony Lavado | |
| Fix q6fn dlna seek for direct play | |||
| 2019-09-01 | Fix VAAPI 8-bit HW to SW transcoding for some media | Samantha Collard | |
| 2019-08-31 | Bump version to 10.4.0 | Joshua Boniface | |
