| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2019-11-19 | Move StartupWizard to ASP.NET Web Api | Claus Vium | |
| 2019-11-13 | Merge pull request #1864 from Bond-009/installationmanager | dkanada | |
| Improve IInstallationManager interface | |||
| 2019-11-01 | Use Mono.Nat Nuget package | Bond_009 | |
| 2019-11-01 | Improve IInstallationManager interface | Bond_009 | |
| 2019-10-29 | More warning fixes | Bond_009 | |
| 2019-10-16 | Merge pull request #1871 from Bond-009/doc | Vasily | |
| Enable `TreatWarningsAsErrors` for MediaBrowser.Common and Emby.Photos | |||
| 2019-10-10 | Merge pull request #1854 from Bond-009/json | Vasily | |
| Use System.Text.Json api for databases | |||
| 2019-10-09 | Enable `TreatWarningsAsErrors` for MediaBrowser.Common and Emby.Photos | Bond_009 | |
| Adds `#pragma warning disable CS1591` to all files in MediaBrowser.Common containing undocumented members. | |||
| 2019-10-08 | Use System.Text.Json api | Bond_009 | |
| 2019-10-04 | Update ApplicationHost.cs | Bond-009 | |
| 2019-09-29 | Handle Kestrel startup failures with a nice error | Joshua Boniface | |
| 2019-09-29 | Configure Kestrel listener to use configured IPs | Joshua Boniface | |
| 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 | Remove missed unused functions | sparky8251 | |
| Forgot to remove these in the previous WAN IP detection removal commit | |||
| 2019-09-19 | Remove WAN IP Detection | sparky8251 | |
| 2019-08-29 | Move IsoMounter to plugin | Bond_009 | |
| 2019-08-17 | Merge pull request #1521 from Bond-009/hdhomerun | Anthony Lavado | |
| Clean up livestreaming code | |||
| 2019-08-16 | Clean up livestreaming code | Bond_009 | |
| 2019-08-16 | Improvements to UserManager | Bond_009 | |
| 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-14 | Properly dispose DisplayPreferencesRepository | Bond_009 | |
| 2019-08-14 | Fix possible nullref | Bond_009 | |
| 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-10 | Merge pull request #1612 from Bond-009/warn4 | dkanada | |
| Fix warnings | |||
| 2019-08-09 | Merge pull request #1578 from Bond-009/httpresponse | dkanada | |
| Replace custom code with Asp.Net Core code | |||
| 2019-08-09 | Fix doc releated warnings | Bond_009 | |
| 2019-08-09 | Use CultureInvariant string conversion for Guids | Bond-009 | |
| 2019-08-09 | Fix more warnings | Bond_009 | |
| 2019-08-09 | Replace custom code with Asp.Net Core code | Bond_009 | |
| 2019-07-25 | Move IPv6 scope id removal logic to it's own function | Bond_009 | |
| 2019-07-25 | Remove IpAddressInfo and IpEndPointInfo classes | Bond_009 | |
| 2019-07-06 | Merge branch 'master' into release-10.3.z | Bond-009 | |
| 2019-07-06 | Fixes issues with HttpClientManager | Bond_009 | |
| 2019-06-28 | Fix startup | Bond_009 | |
| 2019-06-21 | Merge pull request #1454 from Bond-009/webresource | dkanada | |
| Simplify file serving code | |||
| 2019-06-18 | Remove more unused stuff | Bond-009 | |
| 2019-06-14 | Merge pull request #1080 from Bond-009/httpclient | Anthony Lavado | |
| Remove usage of deprecated 'WebRequest' | |||
| 2019-06-14 | Update Emby.Server.Implementations/ApplicationHost.cs | Bond-009 | |
| Co-Authored-By: Jean-Samuel Aubry-Guzzi <DrPandemic@users.noreply.github.com> | |||
| 2019-06-14 | Update Emby.Server.Implementations/ApplicationHost.cs | Bond-009 | |
| Co-Authored-By: Jean-Samuel Aubry-Guzzi <DrPandemic@users.noreply.github.com> | |||
| 2019-06-13 | Merge pull request #1156 from Bond-009/sep | Anthony Lavado | |
| Small cleanups here and there | |||
| 2019-06-10 | Simplify file serving code | Bond_009 | |
| 2019-04-25 | Merge pull request #1304 from jellyfin/release-10.3.z | Bond-009 | |
| Backmerge 10.3.1 | |||
| 2019-04-20 | Fix more possible exceptions | Bond-009 | |
| 2019-04-20 | Handle exception when loading unsupported assembly | Bond-009 | |
| Fixes #1256 | |||
| 2019-04-20 | Merge pull request #1252 from jellyfin/release-10.3.z | Bond-009 | |
| Backmerge release 10.3.0 | |||
| 2019-04-18 | Remove unused event | Bond-009 | |
| Release builds were failing because of this unused event. | |||
| 2019-04-17 | Merge pull request #1158 from Bond-009/httpclean | Joshua M. Boniface | |
| Reduce complexity http routes | |||
