Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/jellyfin/commits/commit/0bbeead6c7d68bdb09b8b3d0367e9f186042167d/Emby.Server.Implementations/Session?page=1 You should set ROOT_URL correctly, otherwise the web may not work correctly.
Commit Graph

206 Commits (0bbeead6c7d68bdb09b8b3d0367e9f186042167d)

Author SHA1 Message Date
Cody Robibero 678bcf9a80
Use EventManager for AuthenticationSuccess, AuthenticationFailure () 2 years ago
Bond_009 b366dc2e6e Use ArgumentException.ThrowIfNullOrEmpty 2 years ago
Bond_009 52194f56b5 Replace != null with is not null 2 years ago
Bond_009 c7d50d640e Replace == null with is null 2 years ago
Claus Vium 719e5eae16
Merge pull request from Bond-009/ThrowIfNull 3 years ago
Bond_009 a9a5fcde81 Use ArgumentNullException.ThrowIfNull helper method 3 years ago
cvium 5dc30c6a6d fix: use HttpContext and ClaimsPrincipal instead of IAuthorizationContext 3 years ago
Hannes Braun 4edeccc5e0
Remove redundant using directives 3 years ago
luz paz 9ec2870b10 Fix various typos 3 years ago
Joshua Boniface 410871e148 Backport pull request from jellyfin/release-10.8.z 3 years ago
Cody Robibero b8722d02a3 Merge pull request from crobibero/live-tv-infinite 3 years ago
Cody Robibero ea69213e5b Merge pull request from dmitrylyzo/clear-transcodinginfo 3 years ago
Cody Robibero 900b630f5b Merge pull request from crobibero/playback-start-stop 3 years ago
Claus Vium 53209830e7
Merge pull request from Bond-009/guid 3 years ago
Bond_009 f50a250cd9 Optimize Guid comparisons 3 years ago
Cody Robibero ee46754238 Fix build and clean up 3 years ago
Fernando Fernández 5df6058a8e Add FullNowPlayingQueue property 3 years ago
Cody Robibero 0765fd568f Use IAuthorizationContext for websocket 3 years ago
Bond_009 cbfa355e31 Update StyleCop 3 years ago
Cody Robibero 32629cd7da Use BaseItemKind where possible 3 years ago
Patrick Barron 7180983654 Fix warnings in SessionManager 4 years ago
dkanada f6c0db4bb5 merge branch 'master' into syncplay-sessions-fix 4 years ago
Bond_009 637e86478f Fix some warnings 4 years ago
Patrick Barron 06d682c296 Merge remote-tracking branch 'origin/authenticationdb-efcore' into authenticationdb-efcore 4 years ago
Patrick Barron bbac9ff67e GetDeviceOptions always returns an instance of DeviceOptions 4 years ago
Patrick Barron befedaf6fc
Update Emby.Server.Implementations/Session/SessionManager.cs 4 years ago
crobibero 397868be95 Fix issues with QuickConnect and AuthenticationDb 4 years ago
Patrick Barron ae878fa051 Merge branch 'master' into authenticationdb-efcore 4 years ago
Bond_009 6f8ccab788 Move non-jellyfin extensions to separate project 4 years ago
Patrick Barron be88efce3c Merge branch 'master' into authenticationdb-efcore 4 years ago
Patrick Barron 373155a063 Correctly handle devices without custom names 4 years ago
Bond_009 0bc0601442 Fix some warnings 4 years ago
Claus Vium 1594385497
Merge pull request from crobibero/delete-existing-sessions 4 years ago
Patrick Barron a0c6f72762 Migrate authentication db to EF Core 4 years ago
Bond_009 7e8428e588 Enable nullable reference types for Emby.Server.Implementations 4 years ago
Patrick Barron a225f34796 Merge branch 'master' into authenticationdb-efcore 4 years ago
crobibero f53aa55bdb Don't logout if deviceId is null. 4 years ago
BaronGreenback 2e98de9062
Code Clean up: Convert to null-coalescing operator ?? () 4 years ago
crobibero 940c30081e Mark PasswordSha1 as obsolete 4 years ago
Patrick Barron 75df6965a0 Don't use database for QuickConnect 4 years ago
Patrick Barron 3ebc047434 Convert UpdateUser to solely async 4 years ago
Patrick Barron 8607b52541 Make device/session code async 4 years ago
Patrick Barron 44e71774b1 Rewrite device manager using EF Core 4 years ago
Patrick Barron 16ca8c7536 Remove unused SessionManager methods 4 years ago
Ionut Andrei Oanca 9eb740ba57 Fix storing outdated sessions in SyncPlay 4 years ago
Bond_009 eba859e33e Minor improvements 4 years ago
dkanada 158e69c6f0
Merge pull request from ConfusedPolarBear/quickconnect-cleanup 4 years ago
Bill Thornton cfca27e99a Fix capitalization of Playstate message 4 years ago
Matt Montgomery 8dd83327b5 Remove quick connect tokens after usage 4 years ago
Ionut Andrei Oanca 0825ce687d Add SessionControllerConnected event 4 years ago