aboutsummaryrefslogtreecommitdiff
path: root/Emby.Server.Implementations
AgeCommit message (Collapse)Author
2019-11-24Restore MediaBrowser.Model.Extensions after #2008Joshua Boniface
Removing this caused lines 270-271 to fail as the function override did not exist in the .NET 2.2 framework. Restores functionality.
2019-11-24Merge pull request #2034 from Bond-009/easypassVasily
Fix easy password (cherry picked from commit 13dd63d631d63ad9e1818af88a3662cae7c88f52) Signed-off-by: Joshua Boniface <joshua@boniface.me>
2019-11-24Merge pull request #2008 from Bond-009/pathvaluedkanada
Fix GetPathValue function (cherry picked from commit c87f459ec2f0882483716363b35c8a371c00d55a) Signed-off-by: Joshua Boniface <joshua@boniface.me>
2019-11-24Merge pull request #1929 from Narfinger/parser-fix4dkanada
[Draft][Help wanted] Fix parsing of certain names and adds a default season if no season was found (cherry picked from commit 61b9b4046af1890d4a2a68495f212def3bca6915) Signed-off-by: Joshua Boniface <joshua@boniface.me>
2019-11-03Merge pull request #1904 from JustAMan/hls-move-2Joshua M. Boniface
Switch ffmpeg to hls muxer (from segment) to fix premature stop on non-patched ffmpeg (cherry picked from commit a4608141820800a068561796de3fe4e7f20e5423) Signed-off-by: Joshua Boniface <joshua@boniface.me>
2019-10-20Merge pull request #1898 from Bond-009/jsonfixJoshua M. Boniface
Fix Json serialization error (cherry picked from commit 91600b1c81872e1745401942633a87085dc706b5) Signed-off-by: Joshua Boniface <joshua@boniface.me>
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-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