| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2019-04-20 | Fix more possible exceptions | Bond-009 | |
| 2019-04-20 | Handle exception when loading unsupported assembly | Bond-009 | |
| Fixes #1256 | |||
| 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 pull request #1151 from Phlogi/patch-1 | Joshua M. Boniface | |
| Use public ports and advertise DNS if available for WAN address | |||
| 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 | Formatting update Emby.Server.Implementations/ApplicationHost.cs | Claus Vium | |
| Co-Authored-By: Phlogi <Phlogi@users.noreply.github.com> | |||
| 2019-03-25 | Formatting update Emby.Server.Implementations/ApplicationHost.cs | Claus Vium | |
| Co-Authored-By: Phlogi <Phlogi@users.noreply.github.com> | |||
| 2019-03-25 | Formatting update Emby.Server.Implementations/ApplicationHost.cs | Claus Vium | |
| Co-Authored-By: Phlogi <Phlogi@users.noreply.github.com> | |||
| 2019-03-25 | Update Emby.Server.Implementations/ApplicationHost.cs | Claus Vium | |
| Co-Authored-By: Phlogi <Phlogi@users.noreply.github.com> | |||
| 2019-03-25 | Update Emby.Server.Implementations/ApplicationHost.cs | Claus Vium | |
| Co-Authored-By: Phlogi <Phlogi@users.noreply.github.com> | |||
| 2019-03-25 | Formatting update Emby.Server.Implementations/ApplicationHost.cs | Claus Vium | |
| Co-Authored-By: Phlogi <Phlogi@users.noreply.github.com> | |||
| 2019-03-24 | Fix check for available WAN address. | Phlogi | |
| 2019-03-24 | Format the WAN API Url correctly with https and Port. | Phlogi | |
| 2019-03-24 | Also add the WAN switch to the public system info. | Phlogi | |
| 2019-03-24 | Proper access to configuration objects | Phlogi | |
| 2019-03-24 | Removed comment, renamed methods consistently. | Phlogi | |
| 2019-03-24 | Update Emby.Server.Implementations/ApplicationHost.cs | Claus Vium | |
| Co-Authored-By: Phlogi <Phlogi@users.noreply.github.com> | |||
| 2019-03-24 | Update Emby.Server.Implementations/ApplicationHost.cs | Claus Vium | |
| Co-Authored-By: Phlogi <Phlogi@users.noreply.github.com> | |||
| 2019-03-24 | Update Emby.Server.Implementations/ApplicationHost.cs | Claus Vium | |
| Co-Authored-By: Phlogi <Phlogi@users.noreply.github.com> | |||
| 2019-03-24 | Fix build, missing changes. | Phlogi | |
| 2019-03-24 | Change WAN IP behaviour: Use ServerConfiguration.WanDdns if set in ↵ | Phlogi | |
| configuration. | |||
| 2019-03-24 | WAN Address should use public ports instead of local ports. | Phlogi | |
| https://github.com/jellyfin/jellyfin/issues/601#issuecomment-475941080 | |||
| 2019-03-22 | made password resets an interface and per user | Phallacy | |
| 2019-03-16 | Merge branch 'master' into subtitle-display-title | redSpoutnik | |
| 2019-03-14 | Added contact email to user agent | PloughPuff | |
| MusicBrainz request a contact email address is supplied in comment section of user agent field. | |||
| 2019-03-14 | Change subtitles DisplayTitle behavior | redSpoutnik | |
| 2019-03-13 | More warning fixes | Bond-009 | |
| 2019-03-12 | Finalise removal of --ffprobe switch | PloughPuff | |
| Removed --ffprobe from src files and server/docker scripts. | |||
| 2019-03-13 | Merge pull request #1059 from Bond-009/os | Vasily | |
| Remove EnvironmentInfo | |||
| 2019-03-12 | Merge pull request #1092 from joshuaboniface/configurable-webdir | Joshua M. Boniface | |
| Add configurable webdir option | |||
| 2019-03-12 | Merge branch 'master' into xml | Bond-009 | |
| 2019-03-12 | Merge pull request #1060 from Bond-009/assinfo | Vasily | |
| Remove redundant class AssemblyInfo | |||
| 2019-03-12 | Implement review feedback | Joshua Boniface | |
| 2019-03-11 | Fix nullref | Bond-009 | |
| 2019-03-10 | Add further resources to complete WebPath | Joshua Boniface | |
| 2019-03-10 | Make use of WebPath | Joshua Boniface | |
| 2019-03-08 | Disable HTTPS in Kestrel if Certificate is null | Claus Vium | |
| 2019-03-07 | Add urlprefixes during init | Claus Vium | |
| 2019-03-07 | Remove EnvironmentInfo | Bond-009 | |
| This moved the last bit of usefulness of EnvironmentInfo into a static class. | |||
| 2019-03-07 | Merge remote-tracking branch 'remotes/upstream/master' into kestrel_poc | Claus Vium | |
| 2019-03-07 | Remove redundent class AssemblyInfo | Bond-009 | |
| 2019-03-07 | Merge pull request #844 from ploughpuff/ffmpeg | Vasily | |
| Reworked FFmpeg path discovery and always display to user | |||
