aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Controller/Net
AgeCommit message (Collapse)Author
2020-06-20Use authorization code from api-migration to fix startup wizardDavid
2020-06-20fix some documentation periodstelans
2020-06-16Merge pull request #3343 from telans/comment-stopsBond-009
Add full stop at end of comments (SA1629)
2020-06-16fix SA1513/SA1516telans
2020-06-16Add full stop at end of comments (SA1629)telans
2020-06-14Merge pull request #3336 from telans/specific-fixesAnthony Lavado
Fix trivial SA1005, SA1111, SA1508, SA1510 warnings
2020-06-15Merge pull request #3315 from crobibero/dashboard-updatedkanada
Add MessageId to websocket message, fix ws exception
2020-06-15fix SA1005telans
2020-06-13Merge branch 'master' into userdb-efcorePatrick Barron
# Conflicts: # Emby.Server.Implementations/Library/UserManager.cs # Jellyfin.Data/Jellyfin.Data.csproj
2020-06-11Add MessageId to websocket message, add JsonNonStringKeyDictionaryConvertercrobibero
2020-06-05Use typed logger where possiblecrobibero
2020-06-04Merge branch 'master' into userdb-efcorePatrick Barron
# Conflicts: # Emby.Server.Implementations/EntryPoints/ServerEventNotifier.cs # Emby.Server.Implementations/Library/UserManager.cs # Emby.Server.Implementations/Sorting/IsFavoriteOrLikeComparer.cs # Emby.Server.Implementations/Sorting/IsPlayedComparer.cs # Emby.Server.Implementations/Sorting/IsUnplayedComparer.cs # Emby.Server.Implementations/TV/TVSeriesManager.cs # Jellyfin.Server.Implementations/Users/DefaultAuthenticationProvider.cs
2020-06-03Merge pull request #3179 from Bond-009/bugsAnthony Lavado
Fix some 'bugs' flagged by sonarcloud
2020-05-26Merge branch 'master' into userdb-efcorePatrick Barron
# Conflicts: # Emby.Server.Implementations/Library/UserManager.cs # Jellyfin.Data/Jellyfin.Data.csproj # MediaBrowser.Api/UserService.cs # MediaBrowser.Controller/Library/IUserManager.cs
2020-05-25Fix some 'bugs' flagged by sonarcloudBond_009
2020-05-20Remove redundant qualifiersPatrick Barron
2020-05-15Merge branch 'master' into userdb-efcorePatrick Barron
# Conflicts: # Emby.Server.Implementations/Activity/ActivityLogEntryPoint.cs # Emby.Server.Implementations/ApplicationHost.cs # Emby.Server.Implementations/Devices/DeviceManager.cs # Jellyfin.Server/Jellyfin.Server.csproj # Jellyfin.Server/Migrations/MigrationRunner.cs # MediaBrowser.Controller/Devices/IDeviceManager.cs
2020-05-15Merge remote-tracking branch 'upstream/master' into syncplaygion
2020-05-14Rename functionFrank Riley
2020-05-14Fix #3083: Set the Access-Control-Allow-Origin header to the request ↵Frank Riley
origin/host header if possible
2020-05-12Initial migration codePatrick Barron
2020-05-09Fix code issuesgion
2020-05-02Make SonarCloud happyBond_009
2020-05-02Merge branch 'master' into websocketBond_009
2020-04-27Implement KeepAlive for WebSocketsgion
2020-04-13Clean up SecurityExceptionMark Monteiro
- Remove unused SecurityExceptionType - Add missing constructor for InnerException - Add missing documentation
2020-03-21Do not create unnecessary instances of IService at server startupMark Monteiro
2020-02-14Merge pull request #2358 from Bond-009/testsdkanada
Enable TreatWarningsAsErrors and Nullable for test projects
2020-02-04Fix some warnings in MediaBrowser.ControllerBond_009
2020-01-31Enable TreatWarningsAsErrors and Nullable for test projectsBond_009
2020-01-31Fix warningsBond_009
2020-01-22Remove FileSystem.GetStreamBond-009
2020-01-13Remove dead code and improve loggingBond-009
2020-01-13Fix websocket handlingBond-009
2020-01-13Fix nullref exception and added loggingBond_009
2020-01-13Rewrite WebSocket handling codeBond_009
2019-11-23Add authentication and remove versioningClaus Vium
2019-08-09Replace custom code with Asp.Net Core codeBond_009
2019-03-25Lower the amount of running tasksBond_009
2019-03-07Add urlprefixes during initClaus Vium
2019-03-07Reduce aspnet importsClaus Vium
2019-03-05Don't dispose the connectionClaus Vium
2019-02-27Simplify websocket listenersClaus Vium
2019-02-27Fix websocketsClaus Vium
2019-02-27Replace some usage of QueryParamCollectionClaus Vium
2019-02-26Extend the IHttpServer interface to avoid the typecastingClaus Vium
2019-02-13Drop ETag and use Last-Modified header (#890)Claus Vium
Drop ETag and use Last-Modified since performance is much better
2019-02-05Remove custom ThreadingClaus Vium
2019-01-13ReSharper conform to 'var' settingsErwin de Haan
2019-01-13ReSharper Reformat: Properties to expression bodied form.Erwin de Haan