2
I Use This!
Inactive

Commits : Listings

Analyzed about 5 hours ago. based on code collected about 10 hours ago.
Apr 18, 2023 — Apr 18, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Made a few fixes in javascript. - Skip foreverframe transport because of a bugs with escaping. - Return false for isNearTheEnd if element undefined.
davidfowl
as David Fowler
More... over 10 years ago
Metroify the room loading indicator More... over 10 years ago
Fixed issues that occur when initial room load fails. - If initial room load failed, reload rooms.
davidfowl
as David Fowler
More... over 10 years ago
Display a loading indicator when joining a new room More... over 10 years ago
Hide splash screen after all rooms load.
davidfowl
as David Fowler
More... over 10 years ago
Make room loading resilient.
davidfowl
as David Fowler
More... over 10 years ago
Merge pull request #1017 from JabbR/splash-screen More... over 10 years ago
Remove dead code as per review comment. More... over 10 years ago
Display splash screen immediately when first accessing JabbR More... over 10 years ago
Display splash screen while loading rooms after joining JabbR More... over 10 years ago
Address review feedback: - Unwrap exception - Use simpler but slower method to get overall status bool - #1016 More... over 10 years ago
Status page changes: - Check status of Azure blob storage if configured - Set view status code to 500 if there are any errors - Support forcing an error via the querystring: ~/status?fail=1 (good for testing) - Refactored the model to have strongly typed SystemStatus entries instead of dictionary - #1015 More... over 10 years ago
More status page updates - Moved to home module - Pass details of systems status to view and render in a table More... over 10 years ago
Added status page at ~/status - Checks if Hub message can be sent - Checks if DB can be queried More... over 10 years ago
Updated to use the correct version of service bus.
davidfowl
as David Fowler
More... over 10 years ago
Added support for service bus scaleout.
davidfowl
as David Fowler
More... over 10 years ago
Updated to the latest version of SignalR.
davidfowl
as David Fowler
More... over 10 years ago
Attempt to not continue on capturedContext for image provider.
davidfowl
as David Fowler
More... over 10 years ago
Added more tracing to image url processing
davidfowl
as David Fowler
More... over 10 years ago
Added more tracing to image processing.
davidfowl
as David Fowler
More... over 10 years ago
Added tracing to the ImageContentProvider.
davidfowl
as David Fowler
More... over 10 years ago
Removed handling of /login from client side codez.
davidfowl
as David Fowler
More... over 10 years ago
Added admin UI to configure auth providers More... over 10 years ago
Added custom deployment scripts for azure websites.
davidfowl
as David Fowler
More... over 10 years ago
Dispose the cts.
davidfowl
as David Fowler
More... over 10 years ago
Allow sending client messages with built in acks.
davidfowl
as David Fowler
More... over 10 years ago
Merge pull request #1013 from JabbR/escape-meme More... over 10 years ago
encode args for meme commands to allow question marks and other characters More... over 10 years ago
Increase transport connect timeout.
davidfowl
as David Fowler
More... over 10 years ago
Allow custom auth with required claims to work. - Add generic auth method if none specified. - Only require the NameIdentifier claim.
davidfowl
as David Fowler
More... over 10 years ago