| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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 | |||
| 2019-04-16 | Move the ProductName to the public endpoint | Anthony Lavado | |
| Moves the ProductName field over from the private system/info point to the public one, for easier identification | |||
| 2019-04-03 | Correct the installation and removal of plugins | Joshua Boniface | |
| Upgrading plugins was broken for various reasons. There are four fixes and a minor one: 1. Use a directory name based only on the `Name` of the plugin, not the source filename, which contains the version. Avoids strange duplication of the plugin. 2. Use the new directory name for the deletes if it's present, so that installation and removal happen at that directory level and we don't leave empty folders laying around. Ensures we properly remove additional resources in plugins too, not just the main `.dll` file. 3. Ignore the incoming `target` when installing, and always set it ourself to the proper directory, which would matter when reinstalling. 4. Deletes an existing target directory before installing if it exists. Note that not calling any of the plugin removal code is intentional; I suspect that would delete configurations unexpectedly when upgrading which would be annoying. This way, it just replaces the files and then reloads. 5. (Minor) Added some actual debug messages around the plugin download section so failures can be more accurately seen. | |||
| 2019-04-02 | Search all subdirectories for Plugins | Joshua Boniface | |
| This was added in #801 which broke the previous plugin install behaviour. Previously plugins could be loaded from subdirectories but this search was only for the highest level. Change it to search all subdirectories instead to restore the previous behaviour. Also modifies the same option from #934, though I'm not 100% sure if this is needed here. | |||
| 2019-03-29 | Merge pull request #1149 from LogicalPhallacy/ImprovedPasswordReset | Joshua M. Boniface | |
| Adds per user password reset | |||
| 2019-03-28 | Hacky fix for a hacky issue | Bond_009 | |
| 2019-03-27 | Merge pull request #934 from Bond-009/plugin | Joshua M. Boniface | |
| WIP - Don't require a restart for 75% of plugins | |||
| 2019-03-27 | Merge branch 'master' into httpclient | Bond-009 | |
| 2019-03-27 | Merge pull request #1151 from Phlogi/patch-1 | Joshua M. Boniface | |
| Use public ports and advertise DNS if available for WAN address | |||
| 2019-03-27 | Merge branch 'master' into httpclient | Bond-009 | |
| 2019-03-26 | Reduce complexity http routes | Bond-009 | |
| 2019-03-25 | Correct use of local variable wanAddress. | Phlogi | |
| 2019-03-25 | Simplify/remove/clean code | Bond-009 | |
| * Remove useless runtime check (we only support one) * Remove unused args * Remove a global constant And ofc fix some warnings ;) | |||
| 2019-03-25 | No need to assign empty string. | Phlogi | |
| 2019-03-25 | Removed trailing spaces, renamed get wan IP function. | Phlogi | |
| 2019-03-25 | Seperate changes from #1023 | Bond-009 | |
| The unrelated changes from #1023 (and more) | |||
