aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-10-20Merge pull request #1870 from JustAMan/fix-http-ex1Bond-009
Fix exception when handling error, log errors better (cherry picked from commit d8d2e52e3ffaa59a32cc2cbb4997022b979f9ca0) Signed-off-by: Joshua Boniface <joshua@boniface.me>
2019-10-20Merge pull request #1866 from Bond-009/sqlslowVasily
Change slow query time logging to debug (cherry picked from commit cadfd5bf3ff9f9f20af05a22ed1bd0b10fa8ea86) Signed-off-by: Joshua Boniface <joshua@boniface.me>
2019-10-20Merge pull request #1863 from joshuaboniface/fix-baseurl-issuesVasily
Fix inconsistent BaseUrl behavior (cherry picked from commit 1176749f143cf5d5b5878a39de77247a1ced1e03) Signed-off-by: Joshua Boniface <joshua@boniface.me>
2019-10-20Merge pull request #1862 from joshuaboniface/bump-versionVasily
Fix bump_version for submodule removal (cherry picked from commit aa9d7d7f04e72f71e1ccaabc3035b86ac0d0b8c0) Signed-off-by: Joshua Boniface <joshua@boniface.me>
2019-10-20Merge pull request #1861 from joshuaboniface/fix-centos-buildVasily
Use NVM to install nodejs v8 and yarn for CentOS (cherry picked from commit 094852ce304c0d64747d1ade2a8a73dbf22a5b61) Signed-off-by: Joshua Boniface <joshua@boniface.me>
2019-10-06Merge pull request #1846 from jellyfin/EraYaN-patch-1v10.4.0Joshua M. Boniface
Switch to custom patched build for ffmpeg for the Windows installer
2019-10-06Remove /bin from ffmpeg path.Erwin de Haan
2019-10-06Fix extracted path from ffmpeg zip.Erwin de Haan
2019-10-06Switch to custom patched build for ffmpegErwin de Haan
2019-10-06Merge pull request #1844 from dkanada/posterVasily
Fix missing image on seasons without posters
2019-10-06Merge pull request #1845 from joshuaboniface/mesa-va-drivers-fixJoshua M. Boniface
Correct missing mesa-va-drivers package
2019-10-06Translated using Weblate (Finnish)Poki
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/fi/
2019-10-05Make the comment nicerJoshua Boniface
2019-10-05Move copy steps further so they're not overwritingJoshua Boniface
2019-10-06add comment explaining a bug fixdkanada
2019-10-06fix missing image on seasons without postersdkanada
2019-10-05Added translation using Weblate (Finnish)Poki
2019-10-04Merge pull request #1841 from joshuaboniface/docs-urlJoshua M. Boniface
Update Docs to docs.jellyfin.org URL
2019-10-04Update GitHub templatesJoshua Boniface
2019-10-04Update Docs to docs.jellyfin.org URLJoshua Boniface
2019-10-04Merge pull request #1822 from anthonylavado/readme-fixJoshua M. Boniface
Update README for new docs location
2019-10-04Update ApplicationHost.csBond-009
2019-10-04Translated using Weblate (Korean)Joo-Hong Lee
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/ko/
2019-10-02Merge pull request #1829 from thornbill/fix-sd-authJoshua M. Boniface
Fix SchedulesDirect authentication
2019-10-02Add using block and HexHelperBill Thornton
2019-10-02Translated using Weblate (Slovenian)SaddFox
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/sl/
2019-10-02Translated using Weblate (Korean)Kamilake
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/ko/
2019-10-02Translated using Weblate (Spanish (Mexico))WontTell
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/es_MX/
2019-10-02Translated using Weblate (Arabic)h4ss2
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/ar/
2019-10-02Fix SchedulesDirect authenticationBill Thornton
2019-10-01Merge pull request #1825 from jellyfin/revert-1802-fix-premature-stopJoshua M. Boniface
Revert "Fix premature stop when streaming"
2019-10-01Revert "Fix premature stop when streaming"Joshua M. Boniface
2019-09-30Update README for new docs locationAnthony Lavado
Updates several links in the readme to point to our new docs location.
2019-09-30Merge pull request #1820 from joshuaboniface/fix-portableJoshua M. Boniface
Properly build DLL for porable
2019-09-30Properly build DLL for porableJoshua Boniface
2019-09-29Merge pull request #1819 from nvllsvm/ffmpeg_killJoshua M. Boniface
Ignore exception when attempting to kill ffmpeg that has exited
2019-09-29Merge pull request #1818 from jellyfin/EraYaN-ci-web-clone-fixJoshua M. Boniface
Fix SourceBranch -> SourceBranchName in git clone for Web UI
2019-09-29Ignore exception when attempting to kill ffmpeg that has exitedAndrew Rabert
A race condition where this code attempts to kill an already exited ffmpeg process is possible. This results in unnecessary error logging. This change replaces the generic exception handling with the above mentioned exception. No log output is produced.
2019-09-29Fix SourceBranch -> SourceBranchName in git clone for Web UIErwin de Haan
2019-09-29Merge pull request #1811 from joshuaboniface/fix-listenJoshua M. Boniface
Configure Kestrel listener to use configured IPs
2019-09-29Merge pull request #1808 from joshuaboniface/fix-amf-winJoshua M. Boniface
Change Win32 AMF flag to d3d11va
2019-09-29Merge pull request #1817 from joshuaboniface/change-pragma-modeJoshua M. Boniface
Change PRAGMA mode from WAL to TRUNCATE
2019-09-29Handle Kestrel startup failures with a nice errorJoshua Boniface
2019-09-29Nicer link format for commentJoshua M. Boniface
Co-Authored-By: Bond-009 <bond.009@outlook.com>
2019-09-29Merge pull request #1814 from Bond-009/ffmpeg_fixJoshua M. Boniface
Fix ffmpeg version check for unknown versions
2019-09-29Change PRAGMA mode from WAL to TRUNCATEJoshua Boniface
2019-09-29Change Win32 AMF flag to d3d11va for Windows 8+Joshua Boniface
2019-09-29Merge pull request #1812 from dkanada/settingsJoshua M. Boniface
Avoid editing preferences without user interaction
2019-09-29Merge pull request #1815 from Bond-009/fix_testsJoshua M. Boniface
Fix tests
2019-09-29Fix testsBond_009