| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2019-11-24 | Merge pull request #2045 from Bond-009/baseurlfix2 | Joshua M. Boniface | |
| Fix baseurl issues part 2 (cherry picked from commit db581c4d9b30693cfd16e1d2e4c3f802c50726e5) Signed-off-by: Joshua Boniface <joshua@boniface.me> | |||
| 2019-11-24 | Merge pull request #2039 from Bond-009/fixcondition | dkanada | |
| Fix always false condition (cherry picked from commit 47ad21b6e396de836480211515de32f213cef590) Signed-off-by: Joshua Boniface <joshua@boniface.me> | |||
| 2019-11-24 | Merge pull request #2019 from Bond-009/baseurlhotfix | Vasily | |
| Remove leading / from baseurl (cherry picked from commit 0836241e9081afa58fcbf027cb524c6fd5ad04f2) Signed-off-by: Joshua Boniface <joshua@boniface.me> | |||
| 2019-11-24 | Merge pull request #2008 from Bond-009/pathvalue | dkanada | |
| Fix GetPathValue function (cherry picked from commit c87f459ec2f0882483716363b35c8a371c00d55a) Signed-off-by: Joshua Boniface <joshua@boniface.me> | |||
| 2019-11-03 | Merge pull request #1904 from JustAMan/hls-move-2 | Joshua 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-02 | Add using block and HexHelper | Bill Thornton | |
| 2019-10-02 | Fix SchedulesDirect authentication | Bill Thornton | |
| 2019-10-01 | Revert "Fix premature stop when streaming" | Joshua M. Boniface | |
| 2019-09-29 | Ignore exception when attempting to kill ffmpeg that has exited | Andrew 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-27 | Cleaned up move to HLS muxer | Vasily | |
| 2019-09-27 | Replaced "stream" muxer with "hls" trying to fix "premature stop" issue | Vasily | |
| 2019-09-23 | Fix multiple mistakes and warnings | Bond_009 | |
| 2019-09-17 | Remove 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-10 | Fix culture problem on Windows for segment_time_delta argument. | Erwin de Haan | |
| 2019-09-08 | Possible fix for MrMC | Bond_009 | |
| 2019-09-02 | Fix 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-02 | Merge pull request #1686 from Bond-009/warn7 | Anthony Lavado | |
| More warning fixes | |||
| 2019-08-29 | More warning fixes | Bond_009 | |
| 2019-08-28 | - fix ArgumentOutOfRangeException at ↵ | marius | |
| MediaBrowser.Api.Playback.BaseStreamingService.ParseTimeSeekHeader (second substring argument is length) | |||
| 2019-08-28 | Fix login | Bond_009 | |
| 2019-08-27 | Merge pull request #1651 from sl1288/master | Andrew Rabert | |
| Fix local trailers playback | |||
| 2019-08-25 | Merge pull request #1659 from jellyfin/fix_ffmpeg | Bond-009 | |
| Fix segment_time_delta value for ffmpeg 4.1 | |||
| 2019-08-24 | Move argument to new line | Claus Vium | |
| 2019-08-24 | Fix style issues | Claus Vium | |
| 2019-08-23 | Merge pull request #1499 from crobibero/log-password-ip | Joshua M. Boniface | |
| Log IP address on failed login attempt | |||
| 2019-08-23 | log password on failed login attempt | crobibero | |
| 2019-08-19 | Merge branch 'master' into h265 | Joshua M. Boniface | |
| 2019-08-19 | Fix LocalTrailers playback. | SL1288 | |
| 2019-08-16 | Improvements to UserManager | Bond_009 | |
| 2019-08-16 | Fix segment_time_delta value for ffmpeg 4.1 | Claus Vium | |
| 2019-08-16 | Improve LocalizationManager | Bond_009 | |
| 2019-08-15 | Merge pull request #1614 from Bond-009/docs2 | dkanada | |
| Document all public/internal members of Emby.Drawing | |||
| 2019-08-15 | Merge pull request #1584 from Bond-009/checksum | dkanada | |
| Check checksum for plugin downloads | |||
| 2019-08-13 | Merge pull request #1568 from whooo/master | Anthony Lavado | |
| Add DLNA headers if requested by the client | |||
| 2019-08-11 | Document all public/internal members of Emby.Drawing | Bond_009 | |
| Forces all new public/internal members to be documented. Enables TreatWarningsAsErrors for Emby.Drawing | |||
| 2019-08-11 | Minor improvements | Bond_009 | |
| 2019-08-11 | Check checksum for plugin downloads | Bond_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-11 | Merge pull request #1462 from Bond-009/installationmanager | dkanada | |
| Improvements to InstallationManager | |||
| 2019-08-11 | Merge branch 'master' into master | whooo | |
| 2019-08-10 | Merge pull request #1397 from Bond-009/passfast | Joshua M. Boniface | |
| Streamline authentication proccess | |||
| 2019-08-09 | Merge pull request #1578 from Bond-009/httpresponse | dkanada | |
| Replace custom code with Asp.Net Core code | |||
| 2019-08-09 | Add last one | Bond_009 | |
| 2019-08-09 | Fix build | Bond_009 | |
| 2019-08-09 | Use CultureInvariant string conversion for Guids | Bond-009 | |
| 2019-08-09 | Fix build | Bond_009 | |
| 2019-08-09 | Replace custom code with Asp.Net Core code | Bond_009 | |
| 2019-07-27 | Add 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-06 | Merge branch 'master' into release-10.3.z | Bond-009 | |
| 2019-07-06 | Streamline authentication proccess | Bond_009 | |
| 2019-07-02 | Merge pull request #956 from Bond-009/db | dkanada | |
| Simplify db code | |||
