| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2019-09-13 | Reset invalid login counter on successfull login | Bond-009 | |
| 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-09-01 | Restore flac mime type | Bill Thornton | |
| 2019-08-29 | More warning fixes | Bond_009 | |
| 2019-08-28 | Fix login | Bond_009 | |
| 2019-08-19 | Merge branch 'master' into h265 | Joshua M. Boniface | |
| 2019-08-18 | Merge pull request #1636 from Bond-009/isomounter | dkanada | |
| Add analysers to Emby.IsoMounting and enable TreatWarningsAsErrors | |||
| 2019-08-16 | Clean up livestreaming code | Bond_009 | |
| 2019-08-16 | Add analysers to Emby.IsoMounting and enable TreatWarningsAsErrors | Bond_009 | |
| 2019-08-16 | Merge pull request #1632 from Bond-009/locale | Anthony Lavado | |
| Improve LocalizationManager | |||
| 2019-08-16 | Merge pull request #1588 from dkanada/url | Anthony Lavado | |
| Add base url option to server configuration | |||
| 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 #1581 from Bond-009/socket1 | dkanada | |
| Use System.Net abstractions instead of raw socket | |||
| 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 | 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 | add base url to server configuration | dkanada | |
| 2019-08-10 | Merge pull request #1397 from Bond-009/passfast | Joshua M. Boniface | |
| Streamline authentication proccess | |||
| 2019-08-10 | Merge pull request #1612 from Bond-009/warn4 | dkanada | |
| Fix warnings | |||
| 2019-08-09 | Fix more warnings | Bond_009 | |
| 2019-08-09 | Use System.Net abstractions instead of raw socket | Bond_009 | |
| 2019-08-09 | Fix build | Bond_009 | |
| 2019-08-09 | Replace custom code with Asp.Net Core code | Bond_009 | |
| 2019-07-28 | Use a dictionary to look up mimetypes | Bond-009 | |
| 2019-07-25 | Remove IpAddressInfo and IpEndPointInfo classes | Bond_009 | |
| 2019-07-06 | Streamline authentication proccess | Bond_009 | |
| 2019-06-14 | Improvements to InstallationManager | Bond_009 | |
| 2019-06-08 | Force LF line endings | Bond_009 | |
| 2019-06-05 | Merge pull request #1427 from dkanada/fanart | Anthony Lavado | |
| Move fanart image provider to plugin | |||
| 2019-06-04 | Merge pull request #1159 from Bond-009/streamjob | Anthony Lavado | |
| Trying to make sense of the streaming code | |||
| 2019-06-01 | Fix #1432. Add support for encoding with libx265 and hevc_nvenc. | Frank | |
| 2019-05-31 | move fanart image provider to plugin | dkanada | |
| 2019-05-09 | Merge pull request #1229 from voodoos/cleanup/SocketSharp | Bond-009 | |
| Cleaning WebSocketSharp continued | |||
| 2019-04-16 | Move the definition of ProductName to the correct class | Anthony Lavado | |
| Missed moving this from one class to the other. | |||
| 2019-04-11 | Simplify headers use in WSS | VooDooS | |
| 2019-03-26 | Trying to make sense of the streaming code | Bond_009 | |
| Mostly small changes as I was looking through the code. * async void -> async Task * Properly implemented dispose methods * Pass the logstream directly to the JobLogger * Style fixes | |||
| 2019-03-22 | made password resets an interface and per user | Phallacy | |
| 2019-03-18 | Merge pull request #1127 from LogicalPhallacy/lockoutfix | Joshua M. Boniface | |
| Add configurable user lockout | |||
| 2019-03-16 | Merge branch 'master' into subtitle-display-title | redSpoutnik | |
| 2019-03-16 | Remove some dead code | redSpoutnik | |
| 2019-03-16 | Merge pull request #2 from LogicalPhallacy/master | LogicalPhallacy | |
| update lockoutfix to latest for testing | |||
| 2019-03-16 | configurable user lockout | Phallacy | |
| 2019-03-14 | Change subtitles DisplayTitle behavior | redSpoutnik | |
| 2019-03-14 | Adjusted AssemblyCopyright attribute values. | Erwin de Haan | |
| 2019-03-14 | Adjusted the Product Name so the User Agent is correct/better. | Erwin de Haan | |
| 2019-03-13 | Improvements around streams | Bond-009 | |
| * Use ArrayPool instead of allocating new buffers each time * Remove NetworkStream copy * Remove some dead code | |||
