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/71ab4a5754ff2c8e7477ebd6a2b948bb973da7a2/Emby.Server.Implementations/Session You should set ROOT_URL correctly, otherwise the web may not work correctly.
Commit Graph

183 Commits (71ab4a5754ff2c8e7477ebd6a2b948bb973da7a2)

Author SHA1 Message Date
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
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
cvium 65e6211c03 Remove circular dependency between websocket listeners and manager 4 years ago
cvium 1a0d8aef80 Revert "Removed Lazy implementation." 4 years ago
Greenback 5cd5a7d4ce Removed Lazy implementation. 4 years ago
Joshua M. Boniface c98c2ab955
Merge branch 'master' into syncplay-enhanced 4 years ago
Patrick Barron 5790db05ba Clean up DeviceManager and don't store capabilities on disk 4 years ago
crobibero 73d2cb1c2a Updated based on review feedback 4 years ago
crobibero 95ebb9a55a Use null coalescing when possible 4 years ago
crobibero 5f52a58e78 Convert NullReferenceException to ResourceNotFoundException 4 years ago
crobibero 7bf320922c Fix nullability errors in Emby.Server.Implementations 4 years ago
Ionut Andrei Oanca 8819a9d478 Add playlist-sync and group-wait to SyncPlay 5 years ago
cvium 3d69bcd190 Fix playbackstart not triggering in the new eventmanager 5 years ago
Bond-009 e011659186
Merge pull request from nielsvanvelzen/typed-websocket-message 5 years ago
Joshua M. Boniface 67e89dd525 Use nicer count comparitor 5 years ago
Joshua M. Boniface df177b4752 Revert "Implement better count method" 5 years ago
Joshua M. Boniface 5aa519fd39 Implement better count method 5 years ago
Joshua M. Boniface 8dfa2015d0 Make the count an int for cleanliness 5 years ago
Joshua M. Boniface d0ec6872f3 Increase count check to 1 5 years ago
Joshua M. Boniface 6e1d1eed23 Make log entry informational 5 years ago
Joshua M. Boniface b130af1b0c Remove variables from SecurityException 5 years ago
Joshua M. Boniface 975fca5158 Fix syntax error 5 years ago
Joshua M. Boniface 5a7dda337f Add active session tracking 5 years ago
Niels van Velzen 72534f9d66 Use SessionMessageType for WebSocket messages 5 years ago
Niels van Velzen 3459655bb4 Use GeneralCommandType enum in GeneralCommand name 5 years ago