aboutsummaryrefslogtreecommitdiff
path: root/Emby.Server.Implementations
AgeCommit message (Collapse)Author
2019-10-06Merge pull request #1844 from dkanada/posterVasily
Fix missing image on seasons without posters
2019-10-06Translated using Weblate (Finnish)Poki
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/fi/
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-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-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-09-29Merge pull request #1811 from joshuaboniface/fix-listenJoshua M. Boniface
Configure Kestrel listener to use configured IPs
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-29Change PRAGMA mode from WAL to TRUNCATEJoshua Boniface
2019-09-29Configure Kestrel listener to use configured IPsJoshua Boniface
2019-09-28Merge pull request #1773 from sparky8251/remove-wan-ddnsJoshua M. Boniface
Remove WAN DDNS
2019-09-28Merge pull request #1770 from sparky8251/remove-wan-ipJoshua M. Boniface
Remove WAN IP Detection
2019-09-28Fix plugin installationBond_009
2019-09-25Merge pull request #1785 from dkanada/compatVasily
Add mediabrowser route back for now
2019-09-24add an exception to loggingdkanada
2019-09-24add mediabrowser route back for nowdkanada
2019-09-23Fix multiple mistakes and warningsBond_009
2019-09-23Translated using Weblate (Danish)Dan Johansen
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/da/
2019-09-22Translated using Weblate (Russian)WWWesten
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/ru/
2019-09-22Translated 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-22Translated using Weblate (Spanish)pucherot
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/es/
2019-09-20Translated using Weblate (Chinese (Simplified))Mark Bai
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/zh_Hans/
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-19Remove missed unused functionssparky8251
Forgot to remove these in the previous WAN IP detection removal commit
2019-09-19Remove WAN IP Detectionsparky8251
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-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-17Merge pull request #1744 from Bond-009/dataproviderJoshua M. Boniface
Rewrite `ItemDataProvider` to be more robust
2019-09-13Reset invalid login counter on successfull loginBond-009
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-08Possible fix for MrMCBond_009
2019-09-02Add debug logs and try/catch when creating folderJoshua Boniface
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-01Fix more warningsBond_009
2019-09-01Merge pull request #1683 from dkanada/miscBond-009
Move the transcode path and other small fixes
2019-08-29Move IsoMounter to pluginBond_009
2019-08-29More warning fixesBond_009
2019-08-29Fix invalid arg forBond_009
2019-08-29move the transcode pathdkanada