| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2019-09-25 | Port Windows x64 build to Docker and add web build | Joshua Boniface | |
| 2019-09-25 | Port Portable build to Docker and add web build | Joshua Boniface | |
| 2019-09-25 | Port MacOS build to Docker and add web build | Joshua Boniface | |
| 2019-09-25 | Port Linux build to Docker and add web build | Joshua Boniface | |
| 2019-09-24 | Add web build to Fedora package build | Joshua Boniface | |
| 2019-09-24 | Add web build to CentOS package build | Joshua Boniface | |
| 2019-09-24 | Add web build to Ubuntu arm64 package build | Joshua Boniface | |
| 2019-09-24 | Add web build to Ubuntu armhf package build | Joshua Boniface | |
| 2019-09-24 | Add web build to Ubuntu amd64 package build | Joshua Boniface | |
| 2019-09-24 | Add web build to Debian arm64 package build | Joshua Boniface | |
| 2019-09-24 | Add web build to Debian armhf package build | Joshua Boniface | |
| 2019-09-24 | Add web build to Debian amd64 package build | Joshua Boniface | |
| 2019-09-24 | Remove submodule handling from build script | Joshua Boniface | |
| 2019-09-24 | Fix up Windows build script copy | Joshua Boniface | |
| 2019-09-24 | Merge pull request #1775 from Bond-009/fixes | Vasily | |
| Fix multiple mistakes and warnings | |||
| 2019-09-24 | add an exception to logging | dkanada | |
| 2019-09-24 | add mediabrowser route back for now | dkanada | |
| 2019-09-24 | Merge pull request #1791 from EraYaN/ci-web-build | Joshua M. Boniface | |
| Remove submodule and add clone and build to CI for web UI | |||
| 2019-09-24 | Add extra conditions. | Erwin de Haan | |
| 2019-09-24 | Fix path typo and add same code to main build. | Erwin de Haan | |
| 2019-09-24 | Remove submodule and add clone and build to CI | Erwin de Haan | |
| 2019-09-24 | Merge pull request #1788 from joshuaboniface/ssl-dep-ubu | dkanada | |
| Include libssl-dev dep in Ubuntu build containers | |||
| 2019-09-23 | Fix multiple mistakes and warnings | Bond_009 | |
| 2019-09-23 | Translated using Weblate (Danish) | Dan Johansen | |
| Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/da/ | |||
| 2019-09-22 | Translated using Weblate (Russian) | WWWesten | |
| Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/ru/ | |||
| 2019-09-22 | Translated using Weblate (Portuguese (Brazil)) | Mário Victor Ribeiro Silva | |
| Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/pt_BR/ | |||
| 2019-09-22 | Translated using Weblate (Spanish) | pucherot | |
| Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/es/ | |||
| 2019-09-20 | Add escapes for path quotes in the NSIS Installer (#1777) | Anthony Lavado | |
| This adds backslashes to escape the `--datadir` path in the Windows Installer. Without this, the path would be dropped at the first space (e.g. `C:\Test Area\Jellyfin` would become `C:\Test`). Fixes #1773. | |||
| 2019-09-20 | Include libssl-dev dep in Ubuntu build containers | Joshua Boniface | |
| 2019-09-20 | Translated using Weblate (Chinese (Simplified)) | Mark Bai | |
| Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/zh_Hans/ | |||
| 2019-09-19 | Merge pull request #1772 from sparky8251/better-hidden-defaults | Vasily | |
| Hide new users from public API by default | |||
| 2019-09-19 | Removed WAN DDNS | sparky8251 | |
| It's odd that JF still had code lying around for generating a self signed cert. Currently, it does not do this so this code has been removed. JF also appears to have functions in place to modify provided certs? Warrants deeper investigation. JF should not be attempting modifications of any certs under any circumstance. | |||
| 2019-09-19 | Hide new users from public API by default | sparky8251 | |
| 2019-09-19 | Merge pull request #1643 from Bond-009/docs3 | Joshua M. Boniface | |
| Fix some documentation warnings for MediaBrowser.XbmcMetadata | |||
| 2019-09-19 | Remove missed unused functions | sparky8251 | |
| Forgot to remove these in the previous WAN IP detection removal commit | |||
| 2019-09-19 | Remove WAN IP Detection | sparky8251 | |
| 2019-09-18 | Merge pull request #1765 from EraYaN/ci-add-submodule-update | Joshua M. Boniface | |
| Add submodule update to CI build. | |||
| 2019-09-18 | Merge pull request #1768 from whooo/filewrite-log2 | Bond-009 | |
| Set log level to debug for HTTP range requests | |||
| 2019-09-18 | Set log level to debug for HTTP range requests | Erik Larsson | |
| This removes some spam when a DLNA renderer uses byte seeking. | |||
| 2019-09-18 | Add VSTest support to CI (#1696) | Erwin de Haan | |
| * Add VSTest support to CI Add result publishing Move tests to windows. Spacing issue. Image name update. * Passthrough main debug build * Rectify mistake and build test assemblies seperately. * Remove Test dependency | |||
| 2019-09-17 | Remove legacy auth code (#1677) | Bond-009 | |
| * Remove legacy auth code * Adds tests so we don't break PasswordHash (again) * Clean up interfaces * Remove duplicate code * Use auto properties * static using * Don't use 'this' * Fix build | |||
| 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 | |
