aboutsummaryrefslogtreecommitdiff
path: root/Emby.Server.Implementations
AgeCommit message (Collapse)Author
2019-03-04Merge pull request #735 from Bond-009/loopJoshua M. Boniface
Readability changes
2019-03-01Correct the list of series typesLynxy
2019-03-01Don't mix LINQ and roreach loops for readabilityBond-009
2019-02-27Merge pull request #978 from fasheng/fix-dlna-multiple-interfacesVasily
Fix DLNA for multiple interfaces on linux
2019-02-27Merge pull request #1011 from Bond-009/orderVasily
Don't try to order the response the same as the request
2019-02-27Remove redundant parenthesisXu Fasheng
2019-02-27Merge pull request #959 from Bond-009/stringJoshua M. Boniface
Reduce string allocations at startup
2019-02-27Merge pull request #891 from Bond-009/postsanJoshua M. Boniface
Reduce the amount of db calls during the post scan event
2019-02-26Remove ordering itemsBond-009
2019-02-26Log time in a standardized wayBond-009
2019-02-25Use stopwatch for more accurate measurements and reduce log spamBond_009
DateTime.Now is suitible for small timespans Replaced the needlessly complex and verbose logging for the httpserver
2019-02-22Merge pull request #984 from WWWesten/patch-1Anthony Lavado
Update kz.csv
2019-02-23Update kz.csvWWWesten
The new ratings system
2019-02-22Remove duplicate code and use using to properly dispose the response streamClaus Vium
2019-02-22Send DLNA devices message to only the matched interfaceXu Fasheng
This will be the right way for multiple interfaces, or the client will receive all devices message with different IP addresses and could not detect which one could access. And provide one option DlnaOptions.SendOnlyMatchedHost to fallback to old behaviour if this commit missed something.
2019-02-22Add option to toggle if ignore virtual interfacesXu Fasheng
Some VPN like ZerotierOne owns IP address but no gateway, and there is no good idea in NetworkManager.GetIPsDefault() to filter such virtual interfaces, so just provide one option to let user decide it.
2019-02-21Merge pull request #776 from cvium/update_tvdbVasily
Update tvdb provider to v2 api
2019-02-20Reduce string allocations at startupBond_009
2019-02-20Avoid exceptions due to folder and file not foundPloughPuff
1) Use function to return path to temp transcode path which has benefit of creating temp folder if not exists, thereby avoiding the exception when GetFilePaths is used. 2) Check json files exists before attempting to read from it. Avoids having to mask FileNotFound exceptions when debugging.
2019-02-20Merge branch 'master' into update_tvdbVasily
2019-02-19Merge pull request #848 from Bond-009/perfJoshua M. Boniface
Minor changes to reduce allocations
2019-02-19Merge pull request #830 from Bond-009/updateJoshua M. Boniface
Removed remaining self-update code
2019-02-18Merge pull request #887 from wtayl0r/replace-primitives-with-iconfigurationVasily
Replace primitive injection with IConfiguration
2019-02-18Removed remaining self-update codeBond_009
2019-02-18Merge pull request #913 from Bond-009/logVasily
Reduce log spam
2019-02-18Merge pull request #829 from Bond-009/fieldsVasily
Removed some unused fields
2019-02-17Removed unnecessary configuration options and reduced primitive dependenciesWilliam Taylor
2019-02-17Removed Reference and replaced with package referenceWilliam Taylor
2019-02-17Removed extra usingWilliam Taylor
2019-02-17Removed primitives from services in Program.csWilliam Taylor
This will make it easier to move dependency registration to a system without having to new up all the services first. Moved the primitives to an IConfiguration which is much easier to inject.
2019-02-17Merge remote-tracking branch 'upstream/release-10.2.z' into newmaserBond-009
2019-02-16Merge branch 'master' into perfBond-009
2019-02-16Merge branch 'master' into fieldsBond-009
2019-02-16Reduce log spamBond-009
2019-02-16Merge pull request #907 from cvium/fix_assembly_visibilityBond-009
Fix assembly visibility
2019-02-15Merge pull request #883 from jellyfin/translationsJoshua M. Boniface
Import Translations
2019-02-16Change discardsBond-009
2019-02-15Make all class implementing dynamically loaded interfaces publicClaus Vium
2019-02-15Remove SizeLimitClaus Vium
2019-02-15Use DI for TvDbClientManagerClaus Vium
2019-02-15Merge pull request #801 from Bond-009/diVasily
Move to Microsoft.Extensions.DependencyInjection
2019-02-15Properly dispose HttpWebResponse when the request failed to avoid 'too many ↵Claus Vium
open files'
2019-02-14Translated using Weblate (Kazakh)WWWesten
Currently translated at 100.0% (94 of 94 strings) Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/kk/
2019-02-14Address commentsBond-009
2019-02-14Merge pull request #863 from fruhnow/tvg-chnoVasily
Adding support for "tvg-chno"-Tag in M3U Channel Lists
2019-02-13Reduce the amount of db calls during the post scan eventBond-009
2019-02-13Drop ETag and use Last-Modified header (#890)Claus Vium
Drop ETag and use Last-Modified since performance is much better
2019-02-13Rewrite rules for determining app paths and use XDG_CONFIG_HOME for ↵ploughpuff
configDir (#781) Re-write rules for determining dataDir, configDir and logDir. Generally, arguments from command line take precedence, then JELLYFIN env vars, before using XDG names. Co-Authored-By: ploughpuff <33969763+ploughpuff@users.noreply.github.com>
2019-02-13Remove commentBond-009
2019-02-13Translated using Weblate (Spanish)Polydeukes
Currently translated at 100.0% (94 of 94 strings) Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/es/