aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-10-10Merge pull request #1861 from joshuaboniface/fix-centos-buildVasily
Use NVM to install nodejs v8 and yarn for CentOS
2019-10-10Translated using Weblate (Korean)schbal
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/ko/
2019-10-09Merge pull request #1872 from thornbill/translate-badgeJoshua M. Boniface
Update translate badge in README
2019-10-09Merge pull request #1863 from joshuaboniface/fix-baseurl-issuesVasily
Fix inconsistent BaseUrl behavior
2019-10-09Update translate badge in READMEBill Thornton
2019-10-09Use value instead of assigning baseUrl firstJoshua Boniface
2019-10-09Fix spacing issuesJoshua Boniface
2019-10-09Merge pull request #1870 from JustAMan/fix-http-ex1Bond-009
Fix exception when handling error, log errors better
2019-10-09Make NormalizeUrlPath staticJoshua Boniface
2019-10-09Merge pull request #1855 from Bond-009/stylefixesdkanada
Minor style fixes
2019-10-09Merge pull request #1853 from Bond-009/startupdkanada
Log startup time
2019-10-09Merge pull request #1866 from Bond-009/sqlslowVasily
Change slow query time logging to debug
2019-10-09Fix template for loggingVasily
2019-10-09Always log at least error message when error happens during request processingVasily
2019-10-09Set response length and mime type correctly when reporting an errorVasily
2019-10-08Normalize baseUrl behaviourJoshua Boniface
Fully normalizes the baseUrl behaviour to better match how this sort of feature works in other programs. 1. The baseUrl is always appended to paths, even the built-in `/emby` and `/mediabrowser` paths. 2. The baseUrl is set statically at class instance creation, to ensure it persists through changes until the next restart. 3. Configuration is normalized using a function when set, to ensure it's in a standard `/mypath` format with leading `/`. 4. Cleans up the conditionals around default redirects. For sanity after changing the URL, it will match *any* path that doesn't match the current baseUrl and redirect it back to the main page (with baseUrl). 5. Adds a second method, NormalizeUrlPath, to avoid lots of `+ "/" +` string manipulations which are unclean - we should always have a leading slash. 6. Sets the default baseUrl to an empty string to avoid unexpected behaviour, though this would be worked-around automatically. 7. Adds some debug logs whenever a URL is normalized, to help track down issues with this code (if any arise).
2019-10-08Change slow query time logging to debugBond_009
2019-10-08Improve gitattributes for imagesVasily
2019-10-08Merge pull request #1862 from joshuaboniface/bump-versionVasily
Fix bump_version for submodule removal
2019-10-07Use NVM to install nodejs v8 and yarnJoshua Boniface
Prevents failure of the installation of jellyfin-web dependencies due to the NodeJS version in EPEL being too old. v8 might be a little conservative but is the earliest compatible version. Instead of using their repo to install Yarn, use the new nvm binary to install Yarn, thus forcing it to use the updated NodeJS version.
2019-10-07Remove jellyfin-web submodule from bump_versionJoshua Boniface
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