aboutsummaryrefslogtreecommitdiff
path: root/Emby.Server.Implementations
AgeCommit message (Collapse)Author
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
2019-08-28Merge pull request #1633 from Bond-009/udpclientAnthony Lavado
Attempt to fix #1391
2019-08-28Fix loginBond_009
2019-08-28Remove unused argsBond_009
2019-08-28Attempt to fix #1391Bond_009
2019-08-27Merge pull request #1651 from sl1288/masterAndrew Rabert
Fix local trailers playback
2019-08-26Translated using Weblate (Norwegian Bokmål)Odd Stråbø
Currently translated at 95.7% (90 of 94 strings) Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/nb_NO/
2019-08-26Translated using Weblate (French)Pafzedog
Currently translated at 95.7% (90 of 94 strings) Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/fr/
2019-08-26Translated using Weblate (Spanish)Axel Gabriel Calle Granda
Currently translated at 95.7% (90 of 94 strings) Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/es/
2019-08-26Translated using Weblate (Greek)Matzi24GR
Currently translated at 95.7% (90 of 94 strings) Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/el/
2019-08-26Translated using Weblate (Greek)Βασίλης Μουρατίδης
Currently translated at 100.0% (94 of 94 strings) Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/el/
2019-08-26Translated using Weblate (Greek)Matzi24GR
Currently translated at 100.0% (94 of 94 strings) Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/el/
2019-08-21Merge pull request #1646 from Bond-009/lockJoshua M. Boniface
Return DB lock immediately
2019-08-19Fix LocalTrailers playback.SL1288
2019-08-19Upgrade SQLitePCL to v2Bond_009
2019-08-18Return DB asapBond_009
2019-08-18Fix UserNotFoundErrorBond_009
2019-08-18Merge pull request #1642 from cvium/fix_slow_dbJoshua M. Boniface
Speed up BaseItem deserialization
2019-08-18Use reader.GetString instead of indexingClaus Vium
2019-08-18Speed up BaseItem deserializationClaus Vium
2019-08-18Merge pull request #1636 from Bond-009/isomounterdkanada
Add analysers to Emby.IsoMounting and enable TreatWarningsAsErrors
2019-08-17Merge pull request #1521 from Bond-009/hdhomerunAnthony Lavado
Clean up livestreaming code
2019-08-16More fixesBond_009
2019-08-16Update SharedHttpStream.csBond-009
2019-08-16Clean up livestreaming codeBond_009
2019-08-16Improvements to UserManagerBond_009