Commit Graph

  • a6257a1148 show right panel if needed when viewing users Matthew Hodgson 2016-03-18 16:09:00 +00:00
  • 03de19cd27 Merge pull request #233 from matrix-org/dbkr/show_invited_email David Baker 2016-03-18 16:08:27 +00:00
  • 076bd720a3 Spell address correctly David Baker 2016-03-18 16:07:32 +00:00
  • eb5aa7ed7d Move comment David Baker 2016-03-18 16:06:36 +00:00
  • cb1cf0661e Bump to latest react-gemini-scrollbar build Richard van der Hoff 2016-03-18 16:06:12 +00:00
  • b4dd7ba509 I mean string, object David Baker 2016-03-18 16:04:58 +00:00
  • 3e915cf0e2 Merge remote-tracking branch 'origin/develop' into dbkr/show_invited_email David Baker 2016-03-18 15:34:15 +00:00
  • 97c765f457 Look up bound mxid for the invited email address on the ID server and warn if it doesn't match our account. David Baker 2016-03-18 15:30:27 +00:00
  • e6cf7acbc9 Merge pull request #232 from matrix-org/matthew/fix-modals Matthew Hodgson 2016-03-18 12:12:16 +00:00
  • 03bdcf265a fix proptypes on dialogs Matthew Hodgson 2016-03-18 11:20:00 +00:00
  • deaa5c350a Remove unnecessary Modal.createDialogWithElement, complete with its broken onFinished() support. Switch SetDisplayNameDialog to use Modal.createDialog(). Explicitly pass false to closeDialog if the user tries to cancel dialogs by clicking on the background, rather than passing in an event object which evaluates to true. Matthew Hodgson 2016-03-18 11:15:06 +00:00
  • e63990a66e ensure we call onFinished successfully if the user actually hits submit Matthew Hodgson 2016-03-18 11:12:37 +00:00
  • d0d22136f5 remove totally dead wood from stale Modal API Matthew Hodgson 2016-03-18 11:12:06 +00:00
  • b93af2d536 Use new pendingEventList functionality from matrix-js-sdk Richard van der Hoff 2016-03-17 22:26:06 +00:00
  • e55a375d6f improve RoomPreviewBar as per https://github.com/vector-im/vector-web/issues/761 Matthew Hodgson 2016-03-17 19:19:05 +00:00
  • cb4bbc04e0 fix leaked user_id on various textual events Matthew Hodgson 2016-03-17 19:05:39 +00:00
  • be5173a8db fix https://github.com/vector-im/vector-web/issues/871 Matthew Hodgson 2016-03-17 18:49:34 +00:00
  • 396d23b267 kill annoying warning Matthew Hodgson 2016-03-17 18:48:25 +00:00
  • 92e187da64 fix ugly spinner on MemberList Matthew Hodgson 2016-03-17 18:44:53 +00:00
  • f1844a99e7 WIP on fixing https://github.com/vector-im/vector-web/issues/924 David Baker 2016-03-17 18:38:25 +00:00
  • f950b675bd workaround to avoid accidental click-throughs on narrow vertical scrollbars Matthew Hodgson 2016-03-17 18:26:00 +00:00
  • d1dbce8adf Enable debug in ScrollPanel for now Richard van der Hoff 2016-03-17 17:48:19 +00:00
  • 57ffc2d2e2 add autoFocus to MessageComposer's textarea, which generally makes the world a better place. We could probably kill all the focus_composer dispatches too, but haven't got time to check that right now Matthew Hodgson 2016-03-17 17:29:48 +00:00
  • 092c416a89 ugh, get rid of accidental debugging Matthew Hodgson 2016-03-17 17:25:48 +00:00
  • 3caa8f19c1 Merge pull request #229 from matrix-org/matthew/fix-zero-length-tab-complete Matthew Hodgson 2016-03-17 17:11:53 +00:00
  • cbf0349855 Merge pull request #230 from matrix-org/matthew/insert-displayname Matthew Hodgson 2016-03-17 17:07:02 +00:00
  • aca4457a89 apparently we don't need a default onClick Matthew Hodgson 2016-03-17 17:00:58 +00:00
  • 725b9a6619 Merge pull request #1191 from vector-im/matthew/insert-displayname Matthew Hodgson 2016-03-17 16:59:03 +00:00
  • fd4e709705 don't need null guard Matthew Hodgson 2016-03-17 16:56:16 +00:00
  • 76d4e8a788 check length of textarea, not its trueiness Matthew Hodgson 2016-03-17 16:54:54 +00:00
  • 1b4c5224fd missed some s/this.refs.// Matthew Hodgson 2016-03-17 16:52:12 +00:00
  • 42479cf011 PR feedback Matthew Hodgson 2016-03-17 16:46:54 +00:00
  • a64ad04a0e handle focus nicely when inserting displaynames and let them be inserted in the middle of in-progress messages Matthew Hodgson 2016-03-17 16:29:37 +00:00
  • d7a851a353 make senderprofiles clickable Matthew Hodgson 2016-03-17 16:28:49 +00:00
  • c7ffb59374 click on nicks to insert them into the MessageComposer Matthew Hodgson 2016-03-17 15:35:23 +00:00
  • 4a90f262c6 fix zero length tab complete behaviour Matthew Hodgson 2016-03-17 15:34:40 +00:00
  • a13513935b only show '...' when people are typing Matthew Hodgson 2016-03-17 15:01:54 +00:00
  • c6f95dfb3b Merge pull request #1180 from vector-im/matthew/fix-notif-spam Matthew Hodgson 2016-03-17 14:37:21 +00:00
  • 9dcdf0ae51 Merge pull request #227 from matrix-org/matthew/fix-notif-spam Matthew Hodgson 2016-03-17 14:37:01 +00:00
  • c51dac2f29 Merge pull request #226 from matrix-org/matthew/fix-last-active Matthew Hodgson 2016-03-17 14:36:52 +00:00
  • 4164688c24 add pointer to EventTile Matthew Hodgson 2016-03-17 13:09:28 +00:00
  • a68e4ed1a7 Merge pull request #222 from matrix-org/matthew/fix-memberlist-refresh Matthew Hodgson 2016-03-17 11:59:24 +00:00
  • b617571481 tidy up https://github.com/matrix-org/matrix-react-sdk/pull/225 Matthew Hodgson 2016-03-17 11:56:46 +00:00
  • e03d8626be Merge pull request #225 from aviraldg/fix-1174 Matthew Hodgson 2016-03-17 11:48:32 +00:00
  • 59eab23af6 Merge pull request #228 from matrix-org/dbkr/fix_email_validation_hs_url David Baker 2016-03-17 11:39:55 +00:00
  • 84278a4ed4 fix copy-paste bug caught by PR review Matthew Hodgson 2016-03-17 11:37:26 +00:00
  • 810f72ce2c suppress notification floods again after returning from error state Matthew Hodgson 2016-03-17 11:34:20 +00:00
  • b960d1d462 Make getCurrent[H|I]SUrl honour the state setting that comes from the url bar. David Baker 2016-03-17 11:33:25 +00:00
  • 577a7e3f06 Merge pull request #223 from matrix-org/dbkr/poll_for_email_validation David Baker 2016-03-17 10:50:38 +00:00
  • 1637c36589 release script for react-sdk Richard van der Hoff 2016-03-17 10:45:26 +00:00
  • 0471a1e022 Comment why we're storing the session id David Baker 2016-03-17 09:42:52 +00:00
  • cddfa62e27 reorder the push settings as off, on, loud - fixes https://github.com/vector-im/vector-web/issues/1117 Matthew Hodgson 2016-03-17 02:24:48 +00:00
  • 3326a50c4b hopefully stop weird flickering bugs when pressing delete or zero-height textareas... Matthew Hodgson 2016-03-17 02:16:39 +00:00
  • e9b0539b58 hopefully stop weird flickering bugs when pressing delete or zero-height textareas... Matthew Hodgson 2016-03-17 02:16:39 +00:00
  • 08618f6ad5 remove start_login_from_guest and instead make logout able to preserve guestCreds Matthew Hodgson 2016-03-17 02:09:49 +00:00
  • a6e3b39f16 fix notif spam on launch by correctly logging out again. reverts start_login_from_guest stuff Matthew Hodgson 2016-03-17 02:08:05 +00:00
  • 380d466472 correctly fix notif spam after logout/login: https://github.com/vector-im/vector-web/issues/809 Matthew Hodgson 2016-03-17 02:06:47 +00:00
  • 11a146ed42 oops Matthew Hodgson 2016-03-17 00:07:30 +00:00
  • 6acfc8f508 comment currentlyActive Matthew Hodgson 2016-03-17 00:06:53 +00:00
  • 50e33d30b6 never try to tab-complete yourself, doofus Matthew Hodgson 2016-03-16 23:35:01 +00:00
  • e7ec6166fa allow tab-complete to start from a blank text-input. this lets us autocomplete based on the most recently active users in a room, even if we can't spell the first char of their name. it does break tab-complete for accessibility, but that was broken anyway. Matthew Hodgson 2016-03-16 23:11:07 +00:00
  • 500b88dc36 implement currently_active Matthew Hodgson 2016-03-16 22:44:54 +00:00
  • 58d46825ce take null last_active_ago values into account correctly when ordering tab complete Matthew Hodgson 2016-03-16 22:27:09 +00:00
  • ce833c9bba deobfuscate last_active_ago ordering Matthew Hodgson 2016-03-16 22:26:20 +00:00
  • 2265d1a82a fix display of null last_active_ago timestamps Matthew Hodgson 2016-03-16 22:25:57 +00:00
  • bd7f56007a Bring up MemberInfo on avatar click in EventTile Aviral Dasgupta 2016-03-17 02:45:38 +05:30
  • f8fb3a7fe1 fix aspect ratio of roomavatar preview Matthew Hodgson 2016-03-16 20:00:41 +00:00
  • 87e1bc2f07 fix zero-length /me Matthew Hodgson 2016-03-16 19:52:24 +00:00
  • 4571c64413 fix zero-length /me Matthew Hodgson 2016-03-16 19:52:24 +00:00
  • c9ad3705d9 Poll for email validation once the validation email has been sent, and continue with the registration process if/when it succeeds. David Baker 2016-03-16 19:42:52 +00:00
  • 8f967d6e23 make MemberTiles actually update in realtime\n\nFixes https://github.com/vector-im/vector-web/issues/730 and all its dups Matthew Hodgson 2016-03-16 19:32:48 +00:00
  • bb918f198b don't let uses change HS/IS URL in the middle of registration - fixes https://github.com/vector-im/vector-web/issues/1176 Matthew Hodgson 2016-03-16 19:14:28 +00:00
  • 74acc0b564 keep the existing colour scheme Matthew Hodgson 2016-03-16 18:58:04 +00:00
  • 6016ba70d9 Merge pull request #221 from aviraldg/feature-sync-status Matthew Hodgson 2016-03-16 18:56:57 +00:00
  • 81674684bb Merge pull request #217 from matrix-org/matthew/disable-room-settings Matthew Hodgson 2016-03-16 14:42:13 +00:00
  • 74aad34dfb Merge pull request #220 from matrix-org/matthew/cancellable-upgrade Matthew Hodgson 2016-03-16 14:38:00 +00:00
  • 50d18ac771 Merge pull request #1165 from vector-im/matthew/cancellable-upgrade Matthew Hodgson 2016-03-16 14:37:50 +00:00
  • 90aa4223f2 merge develop Matthew Hodgson 2016-03-16 14:37:12 +00:00
  • 1aa84f2d15 switch to roomState.mayClientSendStateEvent Matthew Hodgson 2016-03-16 13:10:45 +00:00
  • 4db79edb73 oops, use right signature for roomState.maySendStateEvent Matthew Hodgson 2016-03-16 12:17:07 +00:00
  • 014ea9a328 switch to using MatrixClientPeg.get().maySendStateEvent() everywhere Matthew Hodgson 2016-03-16 12:09:26 +00:00
  • b58a1707cb Merge pull request #219 from matrix-org/matthew/fix-guest-upgrade Matthew Hodgson 2016-03-16 11:58:44 +00:00
  • b457a4e4a2 improve semantics for when the 'return to app' prompt is shown Matthew Hodgson 2016-03-16 11:48:32 +00:00
  • 1e0c4d8797 Merge pull request #1171 from vector-im/markjh/cleanup_promise Mark Haines 2016-03-16 11:16:06 +00:00
  • 05e479a76c Use then() chaining rather than manual callbacks Mark Haines 2016-03-16 10:59:40 +00:00
  • fe9816abf5 Merge pull request #1163 from vector-im/markjh/cleanup Mark Haines 2016-03-16 10:52:12 +00:00
  • 43fd13b9d7 Merge pull request #187 from matrix-org/dbkr/may_send_state_event David Baker 2016-03-16 10:40:07 +00:00
  • 795435b1ce DOH Matthew Hodgson 2016-03-16 10:33:20 +00:00
  • f589bf6b2e reject invites explicitly - fixes https://github.com/vector-im/vector-web/issues/1133 Matthew Hodgson 2016-03-16 01:16:15 +00:00
  • b47ea1ca4b Color for sync status, less scary message Aviral Dasgupta 2016-03-16 06:32:49 +05:30
  • 29815b1d13 try a new message tone Matthew Hodgson 2016-03-16 00:54:31 +00:00
  • 47c3419c0e Display sync status in favicon and title Aviral Dasgupta 2016-03-16 05:28:31 +05:30
  • d8af6ec240 hide 3PID settings from guests Matthew Hodgson 2016-03-15 23:57:42 +00:00
  • 25bf4030de stop guests from setting avatars Matthew Hodgson 2016-03-15 23:55:59 +00:00
  • 0e1186c4f9 display m.room.history_visibility updates in the timeline Matthew Hodgson 2016-03-15 23:47:40 +00:00
  • 5f68f1313b show warning if guest login disabled Matthew Hodgson 2016-03-15 23:01:59 +00:00
  • bae23c78de fix https://github.com/vector-im/vector-web/issues/1040 and https://github.com/vector-im/vector-web/issues/833 Matthew Hodgson 2016-03-15 22:42:22 +00:00
  • 2bedece9a1 argh, remove debugging Matthew Hodgson 2016-03-15 22:15:04 +00:00
  • b7726d34d5 allow registration and login from guest to be cancellable Matthew Hodgson 2016-03-15 21:04:11 +00:00
  • cb45db36c2 use new start_login_from_guest dispatch for cancellable logins from guest accounts Matthew Hodgson 2016-03-15 21:02:25 +00:00