aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-09-19Merge pull request #1772 from sparky8251/better-hidden-defaultsVasily
Hide new users from public API by default
2019-09-19Removed 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-19Hide new users from public API by defaultsparky8251
2019-09-19Merge pull request #1643 from Bond-009/docs3Joshua M. Boniface
Fix some documentation warnings for MediaBrowser.XbmcMetadata
2019-09-19Remove missed unused functionssparky8251
Forgot to remove these in the previous WAN IP detection removal commit
2019-09-19Remove WAN IP Detectionsparky8251
2019-09-18Merge pull request #1765 from EraYaN/ci-add-submodule-updateJoshua M. Boniface
Add submodule update to CI build.
2019-09-18Merge pull request #1768 from whooo/filewrite-log2Bond-009
Set log level to debug for HTTP range requests
2019-09-18Set log level to debug for HTTP range requestsErik Larsson
This removes some spam when a DLNA renderer uses byte seeking.
2019-09-18Add 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-17Remove 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-17Another condition update.Erwin de Haan
2019-09-17Added Better submodule updates.Erwin de Haan
2019-09-17Add submodule update to build.Erwin de Haan
2019-09-17Merge pull request #1744 from Bond-009/dataproviderJoshua M. Boniface
Rewrite `ItemDataProvider` to be more robust
2019-09-17Merge pull request #1751 from Bond-009/loginJoshua M. Boniface
Reset invalid login counter on successfull login
2019-09-16Merge pull request #1764 from EraYaN/publish-ci-faultJoshua M. Boniface
Fix publish CI YAML parse error
2019-09-17Fix release symlink name.Erwin de Haan
2019-09-17Skip checkout for Publish CI pipelinesErwin de Haan
2019-09-17Fix yaml parse errorErwin de Haan
2019-09-16Add two manually triggered pipelines for publishing artifacts. (#1763)Erwin de Haan
* Added two extra pipelines. * Change the sshEndpoint
2019-09-15Add mesa-va-drivers to main Dockerfile (#1727)nevado
2019-09-15Improve Skia error handling (#1752)Bond-009
2019-09-13Reset invalid login counter on successfull loginBond-009
2019-09-12Merge pull request #1746 from nvllsvm/yarnAndrew Rabert
Docker - Build jellyfin-web
2019-09-12Docker - Build jellyfin-webAndrew Rabert
2019-09-12Rewrite `ItemDataProvider` to be more robustBond_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-11Update deps (#1735)Bond-009
2019-09-11Translated using Weblate (Turkish)Abdulkadir Furkan Şanlı
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/tr/
2019-09-11Translated using Weblate (Chinese (Simplified))qqq-qqqq
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/zh_Hans/
2019-09-11Translated using Weblate (Portuguese (Portugal))tluciomiranda
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/pt_PT/
2019-09-10Merge pull request #1731 from EraYaN/segment-time-delta-culture-fixJoshua M. Boniface
Fix culture problem on Windows for segment_time_delta argument.
2019-09-10Fix culture problem on Windows for segment_time_delta argument.Erwin de Haan
2019-09-09NSIS 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-08Merge pull request #1723 from Bond-009/mrmcAnthony Lavado
Possible fix for MrMC
2019-09-08Address commentsBond_009
2019-09-08Fix some documentation warnings for MediaBrowser.XbmcMetadataBond_009
2019-09-08Possible fix for MrMCBond_009
2019-09-03Merge pull request #1708 from crobibero/patch-1Joshua M. Boniface
Fix translate link
2019-09-03Merge pull request #1709 from joshuaboniface/fix-rootdir-crashJoshua M. Boniface
Fix crash due to missing userRootFolder data
2019-09-02Add debug logs and try/catch when creating folderJoshua Boniface
2019-09-02Fix translate linkCody Robibero
2019-09-02Merge pull request #1693 from joshuaboniface/update-libsslJoshua M. Boniface
Update Debian build to Buster and LibSSL 1.1
2019-09-02Add missing build dependencyJoshua Boniface
2019-09-02Merge pull request #1699 from joshuaboniface/bump-versionJoshua M. Boniface
Bump version to 10.4.0
2019-09-02Merge pull request #1707 from nvllsvm/default_build_argAnthony Lavado
Fix default build arg
2019-09-02Fix default build argAndrew Rabert
2019-09-02Fix 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-02Merge pull request #1686 from Bond-009/warn7Anthony Lavado
More warning fixes
2019-09-02Merge pull request #1702 from Bond-009/warn8Anthony Lavado
Fix more warnings