Commit Graph

34 Commits (286e90e58f077f955b2b516737a6b80dddbf73aa)

Author SHA1 Message Date
Kegan Dougal 5de086b736 More helpful display when the event stream fails, wiping it when the connection is regained. 10 years ago
Emmanuel ROHEE e6c62d5d7f We can now upload avatar image somewhere 10 years ago
Emmanuel ROHEE deae7f4f5d Create a temporary upload service server side (by hacking demos/webserver.py) and client side with an angularjs service component. 10 years ago
Emmanuel ROHEE f5973d8ddb Create a temporary upload service server side (by hacking demos/webserver.py) and client side with an angularjs service component. 10 years ago
Kegan Dougal 30da8c81c7 webclient: You can now paginate in rooms. Defaults to 10 messages, with a button to get more (needs to be hooked into infini-scrolling). 10 years ago
Kegan Dougal fef3183461 Pass back the user_id in the response to /login in case it has changed. Store and use that on the webclient rather than the input field. 10 years ago
Kegan Dougal ca3747fb2f hs: Make /login accept full user IDs or just local parts. webclient: Only enable Register button when both password fields match. 10 years ago
Kegan Dougal 6f925f61ff Auto-correct the username when logging in if there isn't an @ 10 years ago
Kegan Dougal fb93e14e53 Be more helpful when failing to register/login, stating why (communication error, user in user, wrong credentials, etc). Make the HS send M_USER_IN_USE. 10 years ago
Kegan Dougal 40c998336d Finish up room controller too. May have missed one or two, but testing didn't pick anything up. 10 years ago
Kegan Dougal 24bd133d9d Added extra nesting .data and rename callback to be response not data 10 years ago
Kegan Dougal db3e1d73c6 Move the unknown token broadcast to the interceptor. Return the $http promise and not a wrapped one via $q. Everything now needs a level deeper nesting. Fixed registration and login. 10 years ago
Kegan Dougal 76005c44f7 Added an access token interceptor to check unknown tokens. 10 years ago
Emmanuel ROHEE 7143f358f1 Detect when the user access token is no more valid and log the user out in this case 10 years ago
Kegan Dougal 613e468b89 Guess the home server URL on the login screen by inspecting the URL of the web client. 10 years ago
Emmanuel ROHEE d5033849a5 BF: Use ng-src 10 years ago
Emmanuel ROHEE 60b0fca103 Use ng-src 10 years ago
Emmanuel ROHEE 28a49a9eaf Show avatar in profile section and added a button to select a file (not yet wired to upload service) 10 years ago
Emmanuel ROHEE 7dc0a28e17 Created m-file-input. A directive to open a file selection dialog on whatever HTML element 10 years ago
Matthew Hodgson 9391be0f5d fix emote presentation 10 years ago
Matthew Hodgson d7dcef7ff4 config css 10 years ago
Matthew Hodgson 6c2db18be1 completely change the CSS to be an entirely 'position: absolute' layout rather than top-to-bottom. makes the overscroll much more predictable and sane and not dependent on CSS expressions. 10 years ago
Matthew Hodgson f729f13735 don't hammer after 403 10 years ago
Kegan Dougal 6904952ec4 Store public room id > alias mappings. 10 years ago
Matthew Hodgson 9d388cd35e timestamps 10 years ago
Paul "LeoNerd" Evans 55944ccf72 Use strings instead of opaque magic-number constants for presence states; rename AWAY to UNAVAILABLE 10 years ago
Emmanuel ROHEE c87e1f6418 Room: Added a text input to type an image URL in order to send an image message 10 years ago
Emmanuel ROHEE 30efb04060 Display image messages from the stream 10 years ago
Matthew Hodgson 3e35a9f96e add in copyrights to everything, not just the synapse subdir, and add a copyrighter.pl whilst we're at it 10 years ago
Matthew Hodgson 7c762e60c9 remove the png profile image for now 10 years ago
Erik Johnston fe3c5a2726 Fix the 'Go to room' button to use the correct room alias api 10 years ago
Emmanuel ROHEE f99168de06 Make messages list and room users list scroll-overflow 10 years ago
matrix.org 4f475c7697 Reference Matrix Home Server 10 years ago