aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-02-26Remove SetContentLength and companyClaus Vium
2019-02-26Fix PathInfoClaus Vium
2019-02-26Remove websocket options and configure kestrel listen portsClaus Vium
2019-02-26Remove SocketSharp from Jellyfin.Server and some other cleanupClaus Vium
2019-02-26Fix websockets array index out of bounds and some cleanupClaus Vium
2019-02-26Fix websockets and RawUrlClaus Vium
2019-02-26Still brokenClaus Vium
2019-02-26Add response compression middlewareClaus Vium
2019-02-26Use middlewares instead of RoutingClaus Vium
2019-02-26Replace some todos with http extensions and prepare some socket workClaus Vium
2019-02-26Remove hardcoded path and fix url bug in WindowsClaus Vium
2019-02-26kestrel initClaus Vium
2019-02-26Remove unused depsClaus Vium
2019-02-26Begin removing System.Net sourcesClaus Vium
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