aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Api
AgeCommit message (Collapse)Author
2019-11-24Merge pull request #2045 from Bond-009/baseurlfix2Joshua M. Boniface
Fix baseurl issues part 2 (cherry picked from commit db581c4d9b30693cfd16e1d2e4c3f802c50726e5) Signed-off-by: Joshua Boniface <joshua@boniface.me>
2019-11-24Merge pull request #2039 from Bond-009/fixconditiondkanada
Fix always false condition (cherry picked from commit 47ad21b6e396de836480211515de32f213cef590) Signed-off-by: Joshua Boniface <joshua@boniface.me>
2019-11-24Merge pull request #2019 from Bond-009/baseurlhotfixVasily
Remove leading / from baseurl (cherry picked from commit 0836241e9081afa58fcbf027cb524c6fd5ad04f2) Signed-off-by: Joshua Boniface <joshua@boniface.me>
2019-11-24Merge pull request #2008 from Bond-009/pathvaluedkanada
Fix GetPathValue function (cherry picked from commit c87f459ec2f0882483716363b35c8a371c00d55a) Signed-off-by: Joshua Boniface <joshua@boniface.me>
2019-11-03Merge pull request #1904 from JustAMan/hls-move-2Joshua M. Boniface
Switch ffmpeg to hls muxer (from segment) to fix premature stop on non-patched ffmpeg (cherry picked from commit a4608141820800a068561796de3fe4e7f20e5423) Signed-off-by: Joshua Boniface <joshua@boniface.me>
2019-10-02Add using block and HexHelperBill Thornton
2019-10-02Fix SchedulesDirect authenticationBill Thornton
2019-10-01Revert "Fix premature stop when streaming"Joshua M. Boniface
2019-09-29Ignore exception when attempting to kill ffmpeg that has exitedAndrew Rabert
A race condition where this code attempts to kill an already exited ffmpeg process is possible. This results in unnecessary error logging. This change replaces the generic exception handling with the above mentioned exception. No log output is produced.
2019-09-27Cleaned up move to HLS muxerVasily
2019-09-27Replaced "stream" muxer with "hls" trying to fix "premature stop" issueVasily
2019-09-23Fix multiple mistakes and warningsBond_009
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-10Fix culture problem on Windows for segment_time_delta argument.Erwin de Haan
2019-09-08Possible fix for MrMCBond_009
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-08-29More warning fixesBond_009
2019-08-28- fix ArgumentOutOfRangeException at ↵marius
MediaBrowser.Api.Playback.BaseStreamingService.ParseTimeSeekHeader (second substring argument is length)
2019-08-28Fix loginBond_009
2019-08-27Merge pull request #1651 from sl1288/masterAndrew Rabert
Fix local trailers playback
2019-08-25Merge pull request #1659 from jellyfin/fix_ffmpegBond-009
Fix segment_time_delta value for ffmpeg 4.1
2019-08-24Move argument to new lineClaus Vium
2019-08-24Fix style issuesClaus Vium
2019-08-23Merge pull request #1499 from crobibero/log-password-ipJoshua M. Boniface
Log IP address on failed login attempt
2019-08-23log password on failed login attemptcrobibero
2019-08-19Merge branch 'master' into h265Joshua M. Boniface
2019-08-19Fix LocalTrailers playback.SL1288
2019-08-16Improvements to UserManagerBond_009
2019-08-16Fix segment_time_delta value for ffmpeg 4.1Claus Vium
2019-08-16Improve LocalizationManagerBond_009
2019-08-15Merge pull request #1614 from Bond-009/docs2dkanada
Document all public/internal members of Emby.Drawing
2019-08-15Merge pull request #1584 from Bond-009/checksumdkanada
Check checksum for plugin downloads
2019-08-13Merge pull request #1568 from whooo/masterAnthony Lavado
Add DLNA headers if requested by the client
2019-08-11Document all public/internal members of Emby.DrawingBond_009
Forces all new public/internal members to be documented. Enables TreatWarningsAsErrors for Emby.Drawing
2019-08-11Minor improvementsBond_009
2019-08-11Check checksum for plugin downloadsBond_009
* Compare the MD5 checksum when downloading plugins * Reduced log spam due to http requests * Removed 'GetTempFileResponse' function from HttpClientManager * Fixed caching for HttpClientManager
2019-08-11Merge pull request #1462 from Bond-009/installationmanagerdkanada
Improvements to InstallationManager
2019-08-11Merge branch 'master' into masterwhooo
2019-08-10Merge pull request #1397 from Bond-009/passfastJoshua M. Boniface
Streamline authentication proccess
2019-08-09Merge pull request #1578 from Bond-009/httpresponsedkanada
Replace custom code with Asp.Net Core code
2019-08-09Add last oneBond_009
2019-08-09Fix buildBond_009
2019-08-09Use CultureInvariant string conversion for GuidsBond-009
2019-08-09Fix buildBond_009
2019-08-09Replace custom code with Asp.Net Core codeBond_009
2019-07-27Add DLNA headers if requested by the client.Erik Larsson
And remove the code which adds the headers as ResponseHelper.WriteToResponse will do it.
2019-07-06Merge branch 'master' into release-10.3.zBond-009
2019-07-06Streamline authentication proccessBond_009
2019-07-02Merge pull request #956 from Bond-009/dbdkanada
Simplify db code