aboutsummaryrefslogtreecommitdiff
path: root/Emby.Server.Implementations/EntryPoints/ExternalPortForwarding.cs
AgeCommit message (Collapse)Author
2023-11-30Move ExternalPortForwarding to Jellyfin.NetworkingPatrick Barron
2023-11-30Fix disposable analyzer issues in ExternalPortForwardingPatrick Barron
2023-11-30Use ObjectDisposedException throw helper in ExternalPortForwardingPatrick Barron
2023-11-12Move network configuration to MediaBrowser.CommonPatrick Barron
2023-07-03Apply review suggestionsShadowghost
2023-07-03Rename additional values in NetworkConfiguration and add migration for all ↵Shadowghost
changed values
2021-12-20Use our own Contains extensioncvium
2021-11-16Remove unused dependenciescvium
2021-09-06Remove all unused usingsFernando Fernández
2021-06-02Merge pull request #6131 from BaronGreenback/Fix_NetworkFloodingJoshua M. Boniface
Fix network flooding issue
2021-05-30remove link between ssdp and upnpBaronGreenback
2021-05-20Enable nullable reference types for Emby.Server.ImplementationsBond_009
2020-10-08Moved all settings across to network.xmlGreenback
2020-08-13Move GenericEventArgs to Jellyfin.Data.EventsPatrick Barron
2020-06-05Use typed logger where possiblecrobibero
2020-04-26Fix merge with masterMark Monteiro
2020-04-26Merge remote-tracking branch 'upstream/master' into simplify-https-configMark Monteiro
2020-04-16Restart port forwarding when public https port changesMark Monteiro
2020-04-16Respond to config changes correctly for external port forwardingMark Monteiro
2020-04-16Cleanup port forwarding serviceMark Monteiro
- Use a concurrent collection instead of manually locking - Do not forward HTTPS port when it is not enabled - Created multiple rules (HTTP/HTTPS) in parallel instead of in sync
2020-04-02Replace EnableHttps and SupportsHttps with ListenWithHttps and ↵Mark Monteiro
CanConnectWithHttps
2020-02-23Fix some warningsBond_009
* Add analyzers to MediaBrowser.XbmcMetadata * Enable TreatWarningsAsErrors for MediaBrowser.XbmcMetadata * Add analyzers to MediaBrowser.WebDashboard * Enable TreatWarningsAsErrors for MediaBrowser.WebDashboard * Disable SA1600 in favor of CS1591
2019-12-11More warnings (removed)Bond_009
2019-11-27Fix more warningsBond_009
2019-11-22Fix some warningsBond-009
2019-11-02Properly remove event handlerBond_009
2019-11-01Add docsBond_009
2019-11-01Use Mono.Nat Nuget packageBond_009
2019-11-01Update deps and add MultiThreading analyzerBond_009
2019-02-05Remove custom ThreadingClaus Vium
2019-01-27Start startup tasks asyncBond_009
2019-01-17Reformat JustAMan review pt1 changesErwin de Haan
Refs #575
2019-01-13ReSharper format: conform inline 'out' parameters.Erwin de Haan
2019-01-13Visual Studio Reformat: Emby.Server.Implementations Part De-HErwin de Haan
2019-01-10Mayor code cleanupErwin de Haan
Add Argument*Exceptions now use proper nameof operators. Added exception messages to quite a few Argument*Exceptions. Fixed rethorwing to be proper syntax. Added a ton of null checkes. (This is only a start, there are about 500 places that need proper null handling) Added some TODOs to log certain exceptions. Fix sln again. Fixed all AssemblyInfo's and added proper copyright (where I could find them) We live in *current year*. Fixed the use of braces. Fixed a ton of properties, and made a fair amount of functions static that should be and can be static. Made more Methods that should be static static. You can now use static to find bad functions! Removed unused variable. And added one more proper XML comment.
2018-12-30Clean up some catch statementsBond_009
2018-12-30Fix exception loggingBond_009
2018-12-30Use Microsoft.Extensions.Logging abstractionBond_009
2018-12-28Remove custom ToArray extensionBond_009
2018-09-12Update to 3.5.2 and .net core 2.1stefan
2017-11-23reduce dlna chatterLuke Pulverenti
2017-09-29fixes #1427 - [Feature Request]: Require EncryptionLuke Pulverenti
2017-09-053.2.30.8Luke Pulverenti
2017-08-09consolidate emby.server.core into emby.server.implementationsLuke Pulverenti