aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-02-26Merge pull request #1007 from Bond-009/timeJoshua M. Boniface
Log time in a standardized way
2019-02-26Log time in a standardized wayBond-009
2019-02-26Merge pull request #1003 from Bond-009/stopwatchVasily
Use stopwatch for more accurate measurements and reduce log spam
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-25Merge pull request #1000 from cvium/fix_object_disposedVasily
Don't close the socket response multiple times
2019-02-24Remove the unused status codeClaus Vium
2019-02-24Try another fixClaus Vium
2019-02-24Don't close the socket response multiple timesClaus Vium
2019-02-23Merge pull request #986 from JustAMan/submodule-updateBond-009
Backmerge submodule updating strategy
2019-02-22Merge pull request #984 from WWWesten/patch-1Anthony Lavado
Update kz.csv
2019-02-23Merge pull request #981 from cvium/close_response_streamVasily
Close the response stream after fetching temp files
2019-02-23Merging #975 to masterVasily
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-22Merge pull request #975 from cvium/release-10.2.zBond-009
Update submodule
2019-02-21Update submoduleClaus Vium
2019-02-21Merge pull request #776 from cvium/update_tvdbVasily
Update tvdb provider to v2 api
2019-02-21Merge pull request #955 from ploughpuff/avoidVasily
Avoid exceptions due to folder and file not found
2019-02-21Merge pull request #952 from Liggy/populate-extrasVasily
Populate video extras again
2019-02-20Merge pull request #962 from scheidleon/fix-windows-buildBond-009
Fix Path
2019-02-20Fix Pathscheidleon
2019-02-20Merge pull request #961 from jellyfin/release-10.2.zJoshua M. Boniface
Release 10.2.1
2019-02-20Make Tvdb strings constClaus Vium
2019-02-20Update MediaBrowser.Providers/TV/TheTVDB/TvdbSeriesImageProvider.csBond-009
Co-Authored-By: cvium <cvium@users.noreply.github.com>
2019-02-20Add ConfigureAwait to awaited callsClaus Vium
2019-02-20Bump version to 10.2.1v10.2.1Joshua Boniface
2019-02-20Merge pull request #960 from nvllsvm/dockAndrew Rabert
Use jellyfin/ffmpeg image
2019-02-20Fix logging args and add ilogger with categorynameClaus Vium
2019-02-20Use jellyfin/ffmpeg imageAndrew Rabert
2019-02-20Only refresh metadata if extras changedTorsten
2019-02-20Merge branch 'populate-extras' of github.com:Liggy/jellyfin into populate-extrasTorsten
2019-02-20Merge branch 'master' into populate-extrasLiggy
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 populate-extrasLiggy
2019-02-20Merge pull request #939 from joshuaboniface/cleanup-buildsBond-009
Clean up and rename obsolete deployment platforms
2019-02-20Merge pull request #847 from Bond-009/asyncVasily
Make websockets code async
2019-02-20Add commentBond-009
2019-02-20Merge branch 'master' into update_tvdbVasily
2019-02-20Merge pull request #930 from fruhnow/AuthorizationCheckVasily
checking user-permission in GetQueryResult
2019-02-20Merge pull request #950 from cvium/replace_priority_queueVasily
Replace OptimizedPriorityQueue source with NuGet reference
2019-02-20Merge pull request #851 from Bond-009/appdataVasily
Simplify code to get data dir
2019-02-20Merge pull request #914 from Bond-009/httppostedfileVasily
Separate HttpPostedFile into it's own file
2019-02-20Address review commentsClaus Vium
2019-02-19Merge pull request #889 from Bond-009/xmlexJoshua M. Boniface
Fix uncaught xml error
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-19Merge https://github.com/jellyfin/jellyfin into populate-extrasTorsten
2019-02-19Populate video extras againTorsten
2019-02-19Merge pull request #948 from cvium/revert_movie_matchingBond-009
Revert movie matching
2019-02-19Check for whitespaceClaus Vium