aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Providers
AgeCommit message (Expand)Author
2019-06-21Wait for the async authentication to finish when the JTW token expiresClaus Vium
2019-05-31Fix inverted comparison in the tvdb token refresh logicClaus Vium
2019-04-30Iterate over IEnumerable before disposingBond-009
2019-04-30Make the TvdbEpisodeProvider class PublicClaus Vium
2019-03-15Merge pull request #1119 from ploughpuff/503retryJoshua M. Boniface
2019-03-15MusicBrainz 503 Retry StrategyPloughPuff
2019-03-15Merge pull request #1105 from ploughpuff/ratelimitVasily
2019-03-14Added contact email to user agentPloughPuff
2019-03-14Adjusted AssemblyCopyright attribute values.Erwin de Haan
2019-03-14Adjusted the Product Name so the User Agent is correct/better.Erwin de Haan
2019-03-14Increased interval to 1050ms and moved to class scopePloughPuff
2019-03-14Only delay making request if necessaryPloughPuff
2019-03-13More warning fixesBond-009
2019-03-12Fix build by removing non existent namespaceBond-009
2019-03-12Merge branch 'master' into xmlBond-009
2019-03-08Make MusicBrainz base url configurableBond-009
2019-03-07Reduce the amount of exceptions thrownBond_009
2019-03-07Remove useless commentsBond_009
2019-03-07Remove useless abstraction around XmlReaderSettingsBond_009
2019-03-01Merge pull request #1024 from jellyfin/release-10.2.zBond-009
2019-02-24Fix slow local image validation (#990)Claus Vium
2019-02-20Make Tvdb strings constClaus Vium
2019-02-20Update MediaBrowser.Providers/TV/TheTVDB/TvdbSeriesImageProvider.csBond-009
2019-02-20Add ConfigureAwait to awaited callsClaus Vium
2019-02-20Fix logging args and add ilogger with categorynameClaus Vium
2019-02-20Merge branch 'master' into update_tvdbVasily
2019-02-20Address review commentsClaus Vium
2019-02-19Remove OptimizedPriorityQueue source and grab it from nugetClaus Vium
2019-02-15Make all class implementing dynamically loaded interfaces publicClaus Vium
2019-02-15Use DI for TvDbClientManagerClaus Vium
2019-02-15Remove useless docClaus Vium
2019-02-15Review commentsClaus Vium
2019-02-15Extract imagetype-to-keytype statements into a utility function and move tvdb...Claus Vium
2019-02-15Use Task.WhenAll properlyClaus Vium
2019-02-15Add key delimiter to avoid potential clashesClaus Vium
2019-02-15Use language supplied as argument instead of reading from TvDbClientClaus Vium
2019-02-15Add generic key generation functionClaus Vium
2019-02-15Add better language supportClaus Vium
2019-02-15Update MediaBrowser.Providers/TV/MissingEpisodeProvider.csVasily
2019-02-15Fix namespace in tvdbclientmanagerClaus Vium
2019-02-15Add support for searching for episodes by premiere date and fixed timezonesClaus Vium
2019-02-15Fix namespacesClaus Vium
2019-02-15Add braces to if's and other minor style changesClaus Vium
2019-02-15Review commentsClaus Vium
2019-02-15Apply suggestions from code reviewVasily
2019-02-15Fix episode providerClaus Vium
2019-02-15Add names to tuple items and reduce list iterationsClaus Vium
2019-02-15Minor fixes in MissingEpisodeProviderClaus Vium
2019-02-15Fix actor image providerClaus Vium
2019-02-15Fix MissingEpisodeProvider (almost)Claus Vium