2
I Use This!
Inactive

Commits : Listings

Analyzed about 13 hours ago. based on code collected about 13 hours ago.
Dec 07, 2024 — Dec 07, 2025
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... about 12 years ago
Metroify the room loading indicator More... about 12 years ago
Fixed issues that occur when initial room load fails. - If initial room load failed, reload rooms.
davidfowl
as David Fowler
More... about 12 years ago
Display a loading indicator when joining a new room More... about 12 years ago
Hide splash screen after all rooms load.
davidfowl
as David Fowler
More... about 12 years ago
Make room loading resilient.
davidfowl
as David Fowler
More... about 12 years ago
Merge pull request #1017 from JabbR/splash-screen More... about 12 years ago
Remove dead code as per review comment. More... about 12 years ago
Display splash screen immediately when first accessing JabbR More... about 12 years ago
Display splash screen while loading rooms after joining JabbR More... about 12 years ago
Address review feedback: - Unwrap exception - Use simpler but slower method to get overall status bool - #1016 More... about 12 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... about 12 years ago
More status page updates - Moved to home module - Pass details of systems status to view and render in a table More... about 12 years ago
Added status page at ~/status - Checks if Hub message can be sent - Checks if DB can be queried More... about 12 years ago
Updated to use the correct version of service bus.
davidfowl
as David Fowler
More... about 12 years ago
Added support for service bus scaleout.
davidfowl
as David Fowler
More... about 12 years ago
Updated to the latest version of SignalR.
davidfowl
as David Fowler
More... about 12 years ago
Attempt to not continue on capturedContext for image provider.
davidfowl
as David Fowler
More... about 12 years ago
Added more tracing to image url processing
davidfowl
as David Fowler
More... about 12 years ago
Added more tracing to image processing.
davidfowl
as David Fowler
More... about 12 years ago
Added tracing to the ImageContentProvider.
davidfowl
as David Fowler
More... about 12 years ago
Removed handling of /login from client side codez.
davidfowl
as David Fowler
More... about 12 years ago
Added admin UI to configure auth providers More... about 12 years ago
Added custom deployment scripts for azure websites.
davidfowl
as David Fowler
More... about 12 years ago
Dispose the cts.
davidfowl
as David Fowler
More... about 12 years ago
Allow sending client messages with built in acks.
davidfowl
as David Fowler
More... about 12 years ago
Merge pull request #1013 from JabbR/escape-meme More... about 12 years ago
encode args for meme commands to allow question marks and other characters More... about 12 years ago
Increase transport connect timeout.
davidfowl
as David Fowler
More... about 12 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... about 12 years ago