| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2019-10-23 | update persons service | grafixeyehero | |
| 2019-10-20 | Merge pull request #1898 from Bond-009/jsonfix | Joshua M. Boniface | |
| Fix Json serialization error | |||
| 2019-10-20 | Merge pull request #1909 from KerryRJ/FixDvdsFailingToPlay | Bond-009 | |
| Fix System.NullReferenceException when playing Dvds copied to HDD | |||
| 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 | Fix System.NullReferenceException when playing Dvds copied to HDD | KerryJ | |
| 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-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-13 | Translated using Weblate (Korean) | schbal | |
| Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/ko/ | |||
| 2019-10-13 | Translated using Weblate (Spanish) | Axel Gabriel Calle Granda | |
| Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/es/ | |||
| 2019-10-13 | 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-11 | Bump version to 10.5.0 for next stable release | Joshua Boniface | |
| 2019-10-11 | Move to netcore3.0 | Bond_009 | |
| 2019-10-11 | Delete Doxyfile (#1879) | Bond-009 | |
| 2019-10-10 | Merge pull request #1854 from Bond-009/json | Vasily | |
| Use System.Text.Json api for databases | |||
| 2019-10-10 | Merge pull request #1840 from Bond-009/ruleset | Vasily | |
| Ignore warning CA1308 and SA1108 | |||
| 2019-10-10 | Merge pull request #1861 from joshuaboniface/fix-centos-build | Vasily | |
| Use NVM to install nodejs v8 and yarn for CentOS | |||
| 2019-10-10 | Translated using Weblate (Korean) | schbal | |
| Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/ko/ | |||
| 2019-10-09 | Merge pull request #1872 from thornbill/translate-badge | Joshua M. Boniface | |
| Update translate badge in README | |||
| 2019-10-09 | Merge pull request #1863 from joshuaboniface/fix-baseurl-issues | Vasily | |
| Fix inconsistent BaseUrl behavior | |||
| 2019-10-09 | Update translate badge in README | Bill Thornton | |
| 2019-10-09 | Enable `TreatWarningsAsErrors` for MediaBrowser.Common and Emby.Photos | Bond_009 | |
| Adds `#pragma warning disable CS1591` to all files in MediaBrowser.Common containing undocumented members. | |||
| 2019-10-09 | Use value instead of assigning baseUrl first | Joshua Boniface | |
| 2019-10-09 | Fix spacing issues | Joshua Boniface | |
| 2019-10-09 | Merge pull request #1870 from JustAMan/fix-http-ex1 | Bond-009 | |
| Fix exception when handling error, log errors better | |||
| 2019-10-09 | Make NormalizeUrlPath static | Joshua Boniface | |
| 2019-10-09 | Merge pull request #1855 from Bond-009/stylefixes | dkanada | |
| Minor style fixes | |||
| 2019-10-09 | Merge pull request #1853 from Bond-009/startup | dkanada | |
| Log startup time | |||
| 2019-10-09 | Merge pull request #1866 from Bond-009/sqlslow | Vasily | |
| Change slow query time logging to debug | |||
| 2019-10-09 | Fix template for logging | Vasily | |
| 2019-10-09 | Always log at least error message when error happens during request processing | Vasily | |
| 2019-10-09 | Set response length and mime type correctly when reporting an error | Vasily | |
| 2019-10-08 | Normalize baseUrl behaviour | Joshua 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-08 | Change slow query time logging to debug | Bond_009 | |
| 2019-10-08 | Use System.Text.Json api | Bond_009 | |
| 2019-10-08 | Improve gitattributes for images | Vasily | |
| 2019-10-08 | Merge pull request #1862 from joshuaboniface/bump-version | Vasily | |
| Fix bump_version for submodule removal | |||
| 2019-10-07 | Use NVM to install nodejs v8 and yarn | Joshua 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-07 | Remove jellyfin-web submodule from bump_version | Joshua Boniface | |
| 2019-10-06 | Merge pull request #1846 from jellyfin/EraYaN-patch-1v10.4.0 | Joshua M. Boniface | |
| Switch to custom patched build for ffmpeg for the Windows installer | |||
| 2019-10-06 | Remove /bin from ffmpeg path. | Erwin de Haan | |
| 2019-10-06 | Fix extracted path from ffmpeg zip. | Erwin de Haan | |
| 2019-10-06 | Switch to custom patched build for ffmpeg | Erwin de Haan | |
| 2019-10-06 | Merge pull request #1844 from dkanada/poster | Vasily | |
| Fix missing image on seasons without posters | |||
| 2019-10-06 | Merge pull request #1845 from joshuaboniface/mesa-va-drivers-fix | Joshua M. Boniface | |
| Correct missing mesa-va-drivers package | |||
| 2019-10-06 | Translated using Weblate (Finnish) | Poki | |
| Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/fi/ | |||
| 2019-10-05 | Make the comment nicer | Joshua Boniface | |
