| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2019-10-20 | Merge pull request #1898 from Bond-009/jsonfix | Joshua M. Boniface | |
| Fix Json serialization error (cherry picked from commit 91600b1c81872e1745401942633a87085dc706b5) Signed-off-by: Joshua Boniface <joshua@boniface.me> | |||
| 2019-10-20 | Merge pull request #1863 from joshuaboniface/fix-baseurl-issues | Vasily | |
| Fix inconsistent BaseUrl behavior (cherry picked from commit 1176749f143cf5d5b5878a39de77247a1ced1e03) Signed-off-by: Joshua Boniface <joshua@boniface.me> | |||
| 2019-09-28 | Merge pull request #1773 from sparky8251/remove-wan-ddns | Joshua M. Boniface | |
| Remove WAN DDNS | |||
| 2019-09-28 | Merge pull request #1770 from sparky8251/remove-wan-ip | Joshua M. Boniface | |
| Remove WAN IP Detection | |||
| 2019-09-19 | Removed WAN DDNS | sparky8251 | |
| It's odd that JF still had code lying around for generating a self signed cert. Currently, it does not do this so this code has been removed. JF also appears to have functions in place to modify provided certs? Warrants deeper investigation. JF should not be attempting modifications of any certs under any circumstance. | |||
| 2019-09-19 | Hide new users from public API by default | sparky8251 | |
| 2019-09-19 | Remove WAN IP Detection | sparky8251 | |
| 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-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 | |||
