Commit Graph

  • 1c649303e3 Consistency with sendResponse Kegan Dougal 2016-08-23 14:50:29 +01:00
  • e96a40004b Review comments Kegan Dougal 2016-08-23 14:41:47 +01:00
  • 70c0290aec Fix TimelinePanel test Richard van der Hoff 2016-08-23 14:39:44 +01:00
  • 2fae966884 notification panel WIP Matthew Hodgson 2016-08-23 14:28:10 +01:00
  • f888ec6e81 notification panel WIP Matthew Hodgson 2016-08-23 14:27:58 +01:00
  • f6b008350d Spaces not tabs Kegan Dougal 2016-08-23 13:31:55 +01:00
  • d2e8201d79 Making sure that the sub list count always stays up to date, including when people read the outstanding notifications wmwragg 2016-08-23 13:24:02 +01:00
  • 65d7d01dfa Merge branch 'develop' into wmwragg/direct-chat-sublist wmwragg 2016-08-23 12:49:43 +01:00
  • 6a4d02ffc5 Merge branch 'develop' into wmwragg/direct-chat-sublist wmwragg 2016-08-23 12:49:21 +01:00
  • c362d4ff01 Added updating of count when room tile notification state changed wmwragg 2016-08-23 12:40:28 +01:00
  • 2cf2df20f6 Added updating of count when room tile notification state changed wmwragg 2016-08-23 12:40:15 +01:00
  • 1a2475ebba Merge pull request #422 from matrix-org/wmwragg/chat-message-presentation Matthew Hodgson 2016-08-23 12:20:03 +01:00
  • 1d1f89e0de Merge pull request #1987 from vector-im/wmwragg/chat-message-presentation Matthew Hodgson 2016-08-23 12:19:58 +01:00
  • 9162a0ff01 Add postMessage API required for integration provisioning Kegan Dougal 2016-08-23 12:00:11 +01:00
  • ee73bc3aa4 Refactor of the badge logic, and also added no badges when zero notifications wmwragg 2016-08-23 11:35:03 +01:00
  • d3fa680373 Added all the notification states to the sub list count logic wmwragg 2016-08-23 11:14:45 +01:00
  • ef9d6d45b6 Merge branch 'develop' into wmwragg/direct-chat-sublist wmwragg 2016-08-23 10:54:05 +01:00
  • 6d1f9003e2 Merge branch 'develop' into wmwragg/direct-chat-sublist wmwragg 2016-08-23 10:52:50 +01:00
  • a980864886 Initial sub list notifications count. Still needs propagation of muting/unmuting etc. events from room tile up to sub list wmwragg 2016-08-23 10:47:17 +01:00
  • ca4d506391 Header wording for capped truncation count updated wmwragg 2016-08-22 22:47:00 +01:00
  • 884abbd7e9 Cleanup autocomplete Aviral Dasgupta 2016-08-23 00:36:31 +05:30
  • 554c33a883 Extract autocomplete styling to CSS Aviral Dasgupta 2016-08-23 00:36:01 +05:30
  • 56813eb11e remove whatwg-fetch and use browser-request Aviral Dasgupta 2016-08-19 00:24:00 +05:30
  • 4d5e3bc22b Initial tag section header badge wmwragg 2016-08-22 17:25:43 +01:00
  • ff55a951c9 Number of rooms added to header of sections wmwragg 2016-08-22 17:02:52 +01:00
  • 895172d498 Added catch to help get the Historical and any other weird sections into a sound state, so the states can then change correctly from then on wmwragg 2016-08-22 16:42:08 +01:00
  • 71f73d8df2 Collapsing and truncation initial state and onClick event logic wmwragg 2016-08-22 15:50:36 +01:00
  • edb7301b37 Moving the drirect messages above rooms wmwragg 2016-08-22 14:10:51 +01:00
  • 97daca4b31 Initial restyle of the sub lists and room lists wmwragg 2016-08-22 14:10:06 +01:00
  • e9eafc3380 Further tweak wmwragg 2016-08-22 11:15:49 +01:00
  • 600a1cae79 Read avatars position tweaked, now that the spacing has changed wmwragg 2016-08-22 11:13:42 +01:00
  • 0b1fc1b925 Avatar and Sender Profile alignment, along with reducing the distance between initial messages and the previous one wmwragg 2016-08-22 10:45:00 +01:00
  • bdaa9faea0 Added the font-size back in, as the textarea gets overidden otherwise wmwragg 2016-08-19 18:03:12 +01:00
  • dbadb07adf Moved the font-size into the .mx_MessageComposer_input so that it sets the size for RTE as well as normal composer wmwragg 2016-08-19 17:57:24 +01:00
  • 4a2c899d05 Merge branch 'develop' into wmwragg/chat-message-presentation wmwragg 2016-08-19 17:22:26 +01:00
  • 48a2567b82 Merge branch 'develop' into wmwragg/chat-message-presentation wmwragg 2016-08-19 17:19:30 +01:00
  • 85084f5fd7 Fixed spacing on multiline messages wmwragg 2016-08-19 16:46:15 +01:00
  • 993333490d Removal of the mini avatars for action (info) messages wmwragg 2016-08-19 16:38:05 +01:00
  • 78692c83a6 Removal of the mini avatars for action (info) messages wmwragg 2016-08-19 16:37:45 +01:00
  • 173e6011e8 Alignment tweak to the readAvatars wmwragg 2016-08-19 11:12:06 +01:00
  • 9e542ba232 Alignment adjustment so that the readAvatars sit in the center of the top line in a new message wmwragg 2016-08-19 10:58:51 +01:00
  • 5005675561 Some CSS tidy-up, and fix for readAvatars when the message is not classed as a continuation, but is an info message wmwragg 2016-08-18 22:50:40 +01:00
  • afd1ab1582 Comment to describe what info messages are wmwragg 2016-08-18 22:19:23 +01:00
  • ddda435e9e Updated the MessagePanel to now take account of /me messages when working out if an event is a continuation message or not wmwragg 2016-08-18 22:15:53 +01:00
  • 29759ca71e Initial pass at the /me and action messages, without name highlighting, and missing avatar for continuation messages after a /me or action message wmwragg 2016-08-18 21:54:07 +01:00
  • a55c4a2a52 Initial pass at the /me and action messages, without name highlighting, and missing avatar for continuation messages after a /me or action message wmwragg 2016-08-18 21:53:37 +01:00
  • be28a96d8d add fancy changelog dialog Aviral Dasgupta 2016-08-16 03:30:26 +05:30
  • d23ed642a0 Merge pull request #421 from matrix-org/dbkr/fix_mute_to_all_messages David Baker 2016-08-18 17:11:57 +01:00
  • 5495cfaca9 Only try to delete room rule if it exists David Baker 2016-08-18 16:59:25 +01:00
  • 9b5e5c9acb squidge video icon a bit Matthew Hodgson 2016-08-18 16:47:52 +01:00
  • fbbbd44dc3 Merge pull request #1982 from vector-im/dbkr/make_notif_silder_work David Baker 2016-08-18 15:24:14 +01:00
  • e29be619c9 Merge pull request #420 from matrix-org/dbkr/make_notif_silder_work Richard van der Hoff 2016-08-18 15:23:45 +01:00
  • d08f716681 Comment override rule stuff David Baker 2016-08-18 15:21:46 +01:00
  • fc2c62e896 We can use the new consts here David Baker 2016-08-18 15:19:24 +01:00
  • bab2f23db3 Oops, missed a constant David Baker 2016-08-18 15:18:02 +01:00
  • af48b8920e Various PR feedback David Baker 2016-08-18 14:00:14 +01:00
  • 0bb3eaaf67 Use constants David Baker 2016-08-18 13:46:47 +01:00
  • 9e45279894 Use enumalike thing David Baker 2016-08-18 13:44:58 +01:00
  • e48d68a449 PR feedback David Baker 2016-08-18 13:11:57 +01:00
  • 73e486cc58 Hide red highlight badge in mute mode David Baker 2016-08-18 11:58:27 +01:00
  • 67175c5a72 Positional tweaks, and font standardisation, so all browser now use ttf, so sizing is the same across all browsers wmwragg 2016-08-18 11:15:42 +01:00
  • dd088794c2 Remove the mute toggle from room settings David Baker 2016-08-17 18:50:34 +01:00
  • 6b0aeefc66 RoomNotifs.js moved to react-sdk David Baker 2016-08-17 18:29:38 +01:00
  • 87f94bde62 Fix up notification setting listener in roomtile David Baker 2016-08-17 18:26:37 +01:00
  • 46d306a217 Change register response access_token to scalar_token Luke Barnard 2016-08-17 17:16:19 +01:00
  • 69e8cb6f44 Merge branch 'rav/no_deviceload_if_disabled' into develop Richard van der Hoff 2016-08-17 14:41:18 +01:00
  • 0356f04b9c MemberInfo: initialise _enableDevices in componentWillMount Richard van der Hoff 2016-08-17 14:40:10 +01:00
  • e173900808 Update autocomplete design and scroll it correctly Aviral Dasgupta 2016-08-17 17:27:19 +05:30
  • 9a7f5388d9 Update autocomplete design Aviral Dasgupta 2016-08-17 17:27:01 +05:30
  • 30168a1b9c Don't download E2E devices if feature disabled Richard van der Hoff 2016-08-17 09:57:06 +01:00
  • d1649771cc Images now slighlty set in so they don't appear under the context button, and give a margin to the right of the image wmwragg 2016-08-16 17:41:54 +01:00
  • 08e5f61b10 Image button now has cursor set to pointer wmwragg 2016-08-16 17:41:09 +01:00
  • 52f5061cc5 Made the menu button a clickable image rather than an input element wmwragg 2016-08-16 17:34:33 +01:00
  • 012f085f33 alignment tweaks and persistent highlight when meni clicked, plus menu button no longer an input item wmwragg 2016-08-16 17:33:37 +01:00
  • 9f570152e5 Altered message composer size to match that of the message timeline messages wmwragg 2016-08-16 16:20:38 +01:00
  • 3099ef68a9 Added linked message styling wmwragg 2016-08-16 16:17:15 +01:00
  • 58d9789645 Increase main avatar size wmwragg 2016-08-16 16:03:34 +01:00
  • f0bac3a3b0 Design tweaks wmwragg 2016-08-16 16:03:10 +01:00
  • cd0ed879e3 Make the slider work David Baker 2016-08-16 15:54:28 +01:00
  • 95418089f3 Updating timestamp format wmwragg 2016-08-16 15:01:25 +01:00
  • 8e8e6fd5fe formatTime for use with new timestamp format wmwragg 2016-08-16 15:01:01 +01:00
  • c359358101 Initial context menu positioning and style change wmwragg 2016-08-16 11:59:26 +01:00
  • 650a0f1c1f Added context button, and initial highlighting and readReceipts positioning wmwragg 2016-08-16 11:58:52 +01:00
  • 757e885abc Initial reposition of the read avatars wmwragg 2016-08-16 10:59:04 +01:00
  • 6fd61f5816 Initial reposition of the timestamp wmwragg 2016-08-16 10:26:27 +01:00
  • 2c8e7782c5 Initial reposition of the timestamp wmwragg 2016-08-16 10:26:14 +01:00
  • bdfc7d069d Merge pull request #417 from aviraldg/fix-574-again Matthew Hodgson 2016-08-15 23:24:33 +01:00
  • 8777780928 strip (IRC) suffix from tabcomplete entries Aviral Dasgupta 2016-08-16 03:50:59 +05:30
  • ff39d52431 add fancy changelog dialog Aviral Dasgupta 2016-08-16 03:31:02 +05:30
  • d3eccc1d6f add rel='noopener' wherever we do target='_blank' because https://mathiasbynens.github.io/rel-noopener/ Matthew Hodgson 2016-08-15 21:37:37 +01:00
  • 2a3b0e85ea add rel='noopener' wherever we do target='_blank' because https://mathiasbynens.github.io/rel-noopener/ Matthew Hodgson 2016-08-15 21:37:26 +01:00
  • a94d415106 Merge pull request #415 from matrix-org/matthew/ignore-local-busy David Baker 2016-08-15 17:13:58 +01:00
  • 534d996582 ignore local busy - workaround for https://github.com/vector-im/vector-web/issues/1964 Matthew Hodgson 2016-08-15 16:17:35 +01:00
  • 40aee5b03d Merge pull request #1966 from vector-im/rav/use_cpx_to_copy_olm David Baker 2016-08-15 13:10:27 +01:00
  • 4c9ade5ecb Use cpx to copy olm.js, and add watcher Richard van der Hoff 2016-08-15 12:16:08 +01:00
  • 1d435890af Unpin react-sdk and js-sdk Richard van der Hoff 2016-08-15 12:15:24 +01:00
  • 8a2b2daad7 Revert "Unpin react-sdk and js-sdk" Richard van der Hoff 2016-08-15 12:13:58 +01:00
  • 21334cab28 Unpin react-sdk and js-sdk Richard van der Hoff 2016-08-15 12:11:35 +01:00
  • a17df609f3 Read all 4 different notif states David Baker 2016-08-12 15:19:34 +01:00
  • 0afdf5d8e4 Merge pull request #1959 from vector-im/rav/device_display_name David Baker 2016-08-12 11:48:12 +01:00