aboutsummaryrefslogtreecommitdiff
path: root/Emby.Server.Implementations/ApplicationHost.cs
AgeCommit message (Collapse)Author
2019-04-20Fix more possible exceptionsBond-009
2019-04-20Handle exception when loading unsupported assemblyBond-009
Fixes #1256
2019-04-16Move the ProductName to the public endpointAnthony Lavado
Moves the ProductName field over from the private system/info point to the public one, for easier identification
2019-04-03Correct the installation and removal of pluginsJoshua 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-02Search all subdirectories for PluginsJoshua 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-29Merge pull request #1149 from LogicalPhallacy/ImprovedPasswordResetJoshua M. Boniface
Adds per user password reset
2019-03-28Hacky fix for a hacky issueBond_009
2019-03-27Merge pull request #934 from Bond-009/pluginJoshua M. Boniface
WIP - Don't require a restart for 75% of plugins
2019-03-27Merge pull request #1151 from Phlogi/patch-1Joshua M. Boniface
Use public ports and advertise DNS if available for WAN address
2019-03-25Correct use of local variable wanAddress.Phlogi
2019-03-25Simplify/remove/clean codeBond-009
* Remove useless runtime check (we only support one) * Remove unused args * Remove a global constant And ofc fix some warnings ;)
2019-03-25No need to assign empty string.Phlogi
2019-03-25Removed trailing spaces, renamed get wan IP function.Phlogi
2019-03-25Formatting update Emby.Server.Implementations/ApplicationHost.csClaus Vium
Co-Authored-By: Phlogi <Phlogi@users.noreply.github.com>
2019-03-25Formatting update Emby.Server.Implementations/ApplicationHost.csClaus Vium
Co-Authored-By: Phlogi <Phlogi@users.noreply.github.com>
2019-03-25Formatting update Emby.Server.Implementations/ApplicationHost.csClaus Vium
Co-Authored-By: Phlogi <Phlogi@users.noreply.github.com>
2019-03-25Update Emby.Server.Implementations/ApplicationHost.csClaus Vium
Co-Authored-By: Phlogi <Phlogi@users.noreply.github.com>
2019-03-25Update Emby.Server.Implementations/ApplicationHost.csClaus Vium
Co-Authored-By: Phlogi <Phlogi@users.noreply.github.com>
2019-03-25Formatting update Emby.Server.Implementations/ApplicationHost.csClaus Vium
Co-Authored-By: Phlogi <Phlogi@users.noreply.github.com>
2019-03-24Fix check for available WAN address.Phlogi
2019-03-24Format the WAN API Url correctly with https and Port.Phlogi
2019-03-24Also add the WAN switch to the public system info.Phlogi
2019-03-24Proper access to configuration objectsPhlogi
2019-03-24Removed comment, renamed methods consistently.Phlogi
2019-03-24Update Emby.Server.Implementations/ApplicationHost.csClaus Vium
Co-Authored-By: Phlogi <Phlogi@users.noreply.github.com>
2019-03-24Update Emby.Server.Implementations/ApplicationHost.csClaus Vium
Co-Authored-By: Phlogi <Phlogi@users.noreply.github.com>
2019-03-24Update Emby.Server.Implementations/ApplicationHost.csClaus Vium
Co-Authored-By: Phlogi <Phlogi@users.noreply.github.com>
2019-03-24Fix build, missing changes.Phlogi
2019-03-24Change WAN IP behaviour: Use ServerConfiguration.WanDdns if set in ↵Phlogi
configuration.
2019-03-24WAN Address should use public ports instead of local ports. Phlogi
https://github.com/jellyfin/jellyfin/issues/601#issuecomment-475941080
2019-03-22made password resets an interface and per userPhallacy
2019-03-16Merge branch 'master' into subtitle-display-titleredSpoutnik
2019-03-14Added contact email to user agentPloughPuff
MusicBrainz request a contact email address is supplied in comment section of user agent field.
2019-03-14Change subtitles DisplayTitle behaviorredSpoutnik
2019-03-13More warning fixesBond-009
2019-03-12Finalise removal of --ffprobe switchPloughPuff
Removed --ffprobe from src files and server/docker scripts.
2019-03-13Merge pull request #1059 from Bond-009/osVasily
Remove EnvironmentInfo
2019-03-12Merge pull request #1092 from joshuaboniface/configurable-webdirJoshua M. Boniface
Add configurable webdir option
2019-03-12Merge branch 'master' into xmlBond-009
2019-03-12Merge pull request #1060 from Bond-009/assinfoVasily
Remove redundant class AssemblyInfo
2019-03-12Implement review feedbackJoshua Boniface
2019-03-11Fix nullrefBond-009
2019-03-10Add further resources to complete WebPathJoshua Boniface
2019-03-10Make use of WebPathJoshua Boniface
2019-03-08Disable HTTPS in Kestrel if Certificate is nullClaus Vium
2019-03-07Add urlprefixes during initClaus Vium
2019-03-07Remove EnvironmentInfoBond-009
This moved the last bit of usefulness of EnvironmentInfo into a static class.
2019-03-07Merge remote-tracking branch 'remotes/upstream/master' into kestrel_pocClaus Vium
2019-03-07Remove redundent class AssemblyInfoBond-009
2019-03-07Merge pull request #844 from ploughpuff/ffmpegVasily
Reworked FFmpeg path discovery and always display to user