Commit Graph

  • 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
  • f66dd69710 oops, revert - do this on the right branch... Matthew Hodgson 2016-03-15 18:40:03 +00:00
  • 31915db6f6 Remove trailing whitespace Mark Haines 2016-03-15 18:38:24 +00:00
  • b23cad5613 let registering guests either upgrade or create a new account by specifying a new username. fixes https://github.com/vector-im/vector-web/issues/1161 Matthew Hodgson 2016-03-15 18:35:09 +00:00
  • f70eec62d1 let registering guests either upgrade or create a new account by specifying a new username. fixes https://github.com/vector-im/vector-web/issues/1161 Matthew Hodgson 2016-03-15 18:35:09 +00:00
  • eb01cb9cba Merge pull request #1037 from vector-im/markjh/change_push_actions Mark Haines 2016-03-15 18:10:04 +00:00
  • 2a8afd49fb mx_Login_fieldLabel CSS Matthew Hodgson 2016-03-15 18:09:54 +00:00
  • 9b85d88036 s/somme/some/ Mark Haines 2016-03-15 15:23:18 +00:00
  • 672a5cb89c Merge pull request #200 from matrix-org/matthew/loginfixes Matthew Hodgson 2016-03-15 15:21:32 +00:00
  • 59866a2006 final PR feedback Matthew Hodgson 2016-03-15 15:20:51 +00:00
  • 836f7ca80d Merge pull request #218 from matrix-org/session_logged_out David Baker 2016-03-15 14:51:50 +00:00
  • 438558da55 PR feedback Matthew Hodgson 2016-03-15 13:48:46 +00:00
  • c2049e991b padding for radio buttons on login pages Matthew Hodgson 2016-03-15 13:37:07 +00:00
  • 1a74b0c487 Merge pull request #216 from matrix-org/matthew/fix-join-by-room-alias Matthew Hodgson 2016-03-15 13:16:51 +00:00
  • 3224a4e49e Add helper functions for decoding and encoding lists of push actions Mark Haines 2016-03-15 11:26:32 +00:00
  • cfc4b89225 fix https://github.com/vector-im/vector-web/issues/1154 Matthew Hodgson 2016-03-15 10:56:54 +00:00
  • 8b1444c954 Port the legacy im.vector rules to the new format on startup Mark Haines 2016-03-15 10:48:47 +00:00
  • a1b875bb25 Handle the new Session.logged_out event. Log the user out and display a message telling them they've been logged out. David Baker 2016-03-15 10:48:16 +00:00
  • 8ea75277e1 Merge pull request #215 from matrix-org/rav/fix_scroll_on_resize Richard van der Hoff 2016-03-15 09:59:44 +00:00
  • 8a905dec58 grey out roomsettings that you can't edit Matthew Hodgson 2016-03-15 02:46:17 +00:00
  • 7c598d90b1 give proper error message on failing to start chat Matthew Hodgson 2016-03-15 02:19:27 +00:00
  • 1abd7f45ce fix setting custom power levels Matthew Hodgson 2016-03-15 01:34:49 +00:00
  • 5e050c6276 hopefully fix https://github.com/vector-im/vector-web/issues/819 Matthew Hodgson 2016-03-15 00:49:44 +00:00
  • 79eb54058f oops, backout WIP Matthew Hodgson 2016-03-15 00:48:19 +00:00
  • 005ebbd037 stop avatar mxids being copy-pastable (unless they contain an initial). should significantly improve https://github.com/vector-im/vector-web/issues/893 Matthew Hodgson 2016-03-15 00:20:56 +00:00
  • ce150646e6 Merge branch 'develop' into rav/fix_scroll_on_resize Richard van der Hoff 2016-03-14 22:32:54 +00:00
  • 0598092f9d Bump to latest react-gemini-scrollbar Richard van der Hoff 2016-03-14 19:02:22 +00:00
  • d4d2ef326e Bump to dev branch of js-sdk Richard van der Hoff 2016-03-14 15:54:56 +00:00
  • 6a0cd9e047 Bump to dev branch of js-sdk Richard van der Hoff 2016-03-14 15:54:33 +00:00
  • 3173898bc1 Bump the timeline limit to 500 Richard van der Hoff 2016-03-14 15:47:09 +00:00
  • 61cd66304e Adjust the scroll position when the gemini panel is resized Richard van der Hoff 2016-03-14 15:29:29 +00:00
  • 2a62fdb652 Switch back to dev version of react-sdk Richard van der Hoff 2016-03-14 14:08:47 +00:00
  • 8a4a810d1f Merge pull request #214 from matrix-org/rav/gemini-resize Richard van der Hoff 2016-03-14 13:59:11 +00:00
  • 74bbb81532 Merge pull request #212 from matrix-org/rav/fix_search_position Richard van der Hoff 2016-03-14 12:49:21 +00:00
  • 6215326f8e Merge pull request #1137 from vector-im/rav/update_README Richard van der Hoff 2016-03-14 12:48:58 +00:00
  • 88b3f2ed8c Use our fork of react-gemini-scrollbar to fix resize issues Richard van der Hoff 2016-03-14 12:46:13 +00:00
  • 22bd0f9aa0 Merge pull request #198 from matrix-org/matthew/confjoinparts Matthew Hodgson 2016-03-13 23:30:31 +00:00
  • 893e338917 incorporate keganfeedback Matthew Hodgson 2016-03-12 19:49:54 +00:00
  • da7e9840f3 reinstate npm 3 warning Richard van der Hoff 2016-03-11 15:12:28 +00:00
  • cc18458bec Update README to include npm install in react-sdk Richard van der Hoff 2016-03-11 15:09:29 +00:00
  • e0c416ee01 Merge pull request #213 from matrix-org/dbkr/redacted_3pid_invite_crash David Baker 2016-03-11 14:39:43 +00:00
  • 928915873b Use npm to fetch react-sdk and js-sdk Richard van der Hoff 2016-03-11 14:30:53 +00:00
  • 1131b82414 Don't crash on redacted (or otherwise invalid) 3pid invites David Baker 2016-03-11 14:18:30 +00:00
  • 8fa059fc4b Prep 0.3.0 v0.3.0 Richard van der Hoff 2016-03-11 13:00:31 +00:00
  • fc062072b0 Bump to 0.2.0 Richard van der Hoff 2016-03-11 12:52:21 +00:00
  • eeab97114f Prepare v0.2.0 Richard van der Hoff 2016-03-11 12:48:26 +00:00
  • 02510003dd prep v0.1.1 Richard van der Hoff 2016-03-11 12:24:44 +00:00
  • 1516f17af4 Merge pull request #210 from matrix-org/dbkr/invite_display_when_peekable David Baker 2016-03-11 10:21:04 +00:00
  • 15170f8718 Comment how we're not rejecting 3pid invites David Baker 2016-03-11 10:20:52 +00:00
  • 73781f5619 doc inviterName David Baker 2016-03-10 17:43:20 +00:00
  • 5e7eb3ee92 Stop video tags autoplaying. Richard van der Hoff 2016-03-10 17:38:14 +00:00
  • 3fd066c2d4 Put direct-linked events and search clickthroughs in the middle Richard van der Hoff 2016-03-10 16:44:50 +00:00
  • f985232d29 Merge pull request #211 from matrix-org/rav/update_scrollpanel_on_topbar Richard van der Hoff 2016-03-10 16:56:31 +00:00
  • 2875fa3eb1 Show the invite preview bar when we have a 3pid invite, and make the reject button work. David Baker 2016-03-10 15:56:58 +00:00
  • f9e753f57a Update the gemini panel when we show/hide the TopUnreadMessagesBar Richard van der Hoff 2016-03-10 15:55:03 +00:00
  • 7660276b54 Merge pull request #209 from matrix-org/rav/local_echoes_are_today Richard van der Hoff 2016-03-10 14:34:18 +00:00
  • a841991952 Merge pull request #208 from matrix-org/rav/missing_date_separator Richard van der Hoff 2016-03-10 14:19:52 +00:00
  • 33b7e2046d Merge pull request #1123 from vector-im/rav/mute_desktop_notifs Richard van der Hoff 2016-03-10 14:19:05 +00:00
  • bb4fdfe8ea Merge pull request #207 from matrix-org/rav/mute_desktop_notifs Richard van der Hoff 2016-03-10 14:18:54 +00:00
  • 928b2bb9a7 Use 'today' for the date separator for unsent messages Richard van der Hoff 2016-03-10 14:16:31 +00:00
  • 3bd33d0985 Fix the missing date separator at the start of rooms Richard van der Hoff 2016-03-10 13:39:19 +00:00
  • e777db3fc4 Add setting for audio notifications Richard van der Hoff 2016-03-10 11:01:29 +00:00
  • c5e03913d9 Factor out audio bings to a separate setting Richard van der Hoff 2016-03-10 10:59:40 +00:00
  • f997a6fff2 Merge pull request #206 from matrix-org/dbkr/invites_silently_fail David Baker 2016-03-10 10:07:47 +00:00
  • a74e7b45d0 Return the promise so the failure actually propagates through the promise chain. Makes the invite error handling code work. David Baker 2016-03-09 18:48:38 +00:00