Commit Graph

  • c02d9890c5 New CSS for read markers David Baker 2016-01-09 00:09:11 +00:00
  • 1507b39940 Redundant line. David Baker 2016-01-09 00:07:51 +00:00
  • 581111e1a7 Use wheel, not scroll as we get scroll events from auto scroll down. Also only do the cursor move check for mouse move events. David Baker 2016-01-09 00:06:54 +00:00
  • 7b2d56f619 Calculate what event we send a read receipt for after the delay so we send a receipt for the one the user actually settles on. David Baker 2016-01-08 22:19:51 +00:00
  • 1c4d1d2507 Make scrolling count as user activity. David Baker 2016-01-08 22:19:31 +00:00
  • 7913b0b465 Length of the returned array, not the index of the timeline event. David Baker 2016-01-08 21:51:14 +00:00
  • d63f83187f Only show read marker if it's somewhere other than at the bottom, make it animate away and put a short delay before the read marker advances so quickly changing to a room and then away again doesn't advance your read marker. David Baker 2016-01-08 21:18:47 +00:00
  • b37ea52a1f Some null checks in animation code David Baker 2016-01-08 16:43:25 +00:00
  • 223f6f7914 Fix sorting of search result highlights Richard van der Hoff 2016-01-08 13:25:03 +00:00
  • 62cf34b58c Fix some races due to promises completing after we've switched rooms Richard van der Hoff 2016-01-08 12:03:45 +00:00
  • dfcc923c91 Merge pull request #599 from vector-im/matthew/roomsettings Matthew Hodgson 2016-01-08 11:26:34 +00:00
  • ccd518cc4c CSS and imagery for fixed up RoomSettings Matthew Hodgson 2016-01-08 03:26:07 +00:00
  • ef00a1624d fix up RoomSettings somewhat and implement room colors Matthew Hodgson 2016-01-08 03:22:38 +00:00
  • a3df50f4c3 Implement guest account upgrading Kegan Dougal 2016-01-07 17:23:32 +00:00
  • 458d71a496 Attempt to peek into rooms we don't know about. Kegan Dougal 2016-01-07 16:22:17 +00:00
  • a369c862a0 Hit MatrixClient.peekInRoom on rooms we can only peek into. Kegan Dougal 2016-01-07 14:57:26 +00:00
  • 1a8a4728cd Enable guest access. Show r/w icons on room directory. Kegan Dougal 2016-01-07 14:43:12 +00:00
  • c64f36c81b Merge branch 'develop' into kegan/guest-access Kegan Dougal 2016-01-07 13:21:06 +00:00
  • ba51c68844 Merge remote-tracking branch 'origin/notif_sync' into unread_sync David Baker 2016-01-07 11:44:50 +00:00
  • 8170288acb Merge pull request #77 from matrix-org/matthew/dynamic-svg Matthew Hodgson 2016-01-07 11:42:30 +00:00
  • d2635373f0 Merge pull request #585 from vector-im/matthew/dynamic-svg Matthew Hodgson 2016-01-07 11:41:46 +00:00
  • 5b4457d33c Merge pull request #591 from vector-im/green_line David Baker 2016-01-07 11:40:11 +00:00
  • dc2e395878 Merge pull request #81 from matrix-org/green_line David Baker 2016-01-07 11:40:02 +00:00
  • 36e5ac3d7f Add CSS for the green read-up-to marker. David Baker 2016-01-07 11:22:41 +00:00
  • ef473dec72 Add read-up-to green* line David Baker 2016-01-07 11:18:41 +00:00
  • 99abd58f1a Merge remote-tracking branch 'origin/develop' into notif_sync David Baker 2016-01-07 10:41:16 +00:00
  • 287da54fbc Address PR comments David Baker 2016-01-07 10:38:44 +00:00
  • fd32362aa6 oops, initialise fixups per-object, not per-prototype Matthew Hodgson 2016-01-07 10:18:18 +00:00
  • df111223fc copyrights for 2016 Matthew Hodgson 2016-01-07 04:17:56 +00:00
  • 0772f50fab update copyright for 2016 Matthew Hodgson 2016-01-07 04:06:39 +00:00
  • 296b626ed9 oops, we actually need to cache the fixups in TintableSvg Matthew Hodgson 2016-01-07 03:59:09 +00:00
  • 0f52c0a514 make TintableSvgs responsible for updating their own tints, and stop storing SVG DOM fragments in Tinter to avoid leaking them Matthew Hodgson 2016-01-07 03:39:00 +00:00
  • c0f1ae0133 Use Unread to compute unread status of a room (which uses read receipts). David Baker 2016-01-06 18:29:27 +00:00
  • 76177378f3 Comment & change the default to assuming there are unread messages. David Baker 2016-01-06 18:28:13 +00:00
  • 04c7792b51 Use our read receipt to calculate whether rooms are unread. David Baker 2016-01-06 18:07:24 +00:00
  • 4e4f8fad23 Merge pull request #79 from matrix-org/rav/dispatcher_leak Richard van der Hoff 2016-01-06 17:52:13 +00:00
  • f4fcc91481 Merge pull request #72 from matrix-org/rav/search_results_panel Richard van der Hoff 2016-01-06 17:51:14 +00:00
  • c96ce482bc Remove the extra icons as they break the js favicon library, and should be unnecessary because the additional sizes are muxed into the ico file. David Baker 2016-01-06 17:36:30 +00:00
  • 29587ec347 No longer persist guest room IDs. Replace with transient peeked room ID. Kegan Dougal 2016-01-06 17:33:00 +00:00
  • 4624e7a485 Address review comments Richard van der Hoff 2016-01-06 16:46:29 +00:00
  • 0d0a379cd8 VideoView: Fix a dispatcher leak Richard van der Hoff 2016-01-06 15:17:58 +00:00
  • afbb451d4a Merge branch 'develop' into kegan/guest-access Kegan Dougal 2016-01-06 13:59:33 +00:00
  • 8c1bb90347 add fixme Matthew Hodgson 2016-01-06 02:41:10 +00:00
  • eacadbff40 remove stale onSvgLoad Matthew Hodgson 2016-01-06 02:29:20 +00:00
  • f499c60b12 sundry PR feedback Matthew Hodgson 2016-01-06 02:29:08 +00:00
  • 44a0fa19ae comment /tint Matthew Hodgson 2016-01-06 02:12:53 +00:00
  • cb29a04674 use factored out TintableSvg component for dynamic SVGs Matthew Hodgson 2016-01-06 02:11:34 +00:00
  • 509ea7c4f3 factor out tintable SVGs into their own component, and use plain DOM onload rather than react synthetic events Matthew Hodgson 2016-01-06 02:11:07 +00:00
  • f9a34d21c8 Merge branch 'develop' into matthew/dynamic-svg Matthew Hodgson 2016-01-06 01:11:47 +00:00
  • 9e8daba8d7 Merge branch 'develop' into matthew/dynamic-svg Matthew Hodgson 2016-01-06 01:11:34 +00:00
  • bb313d1f3c vertical-align room messages to the bottom of the page Matthew Hodgson 2016-01-05 18:49:21 +00:00
  • a1bdfaa8a2 vertical-align room messages to the bottom of the page Matthew Hodgson 2016-01-05 18:49:21 +00:00
  • 75302b1f97 Factor out a separate SearchResultTile Richard van der Hoff 2015-12-23 10:10:08 +00:00
  • 49c1d39f93 Merge pull request #71 from matrix-org/rav/new_search_api Richard van der Hoff 2016-01-05 17:56:13 +00:00
  • d729dee31d Make the settings page load for guests. Add checkboxes for guest r/w Kegan Dougal 2016-01-05 17:34:25 +00:00
  • a2b7c9ba96 RoomHeader: Make 'undefined' check more explicit Richard van der Hoff 2016-01-05 15:57:41 +00:00
  • 4730179c26 Fix slight mis-merge Richard van der Hoff 2016-01-05 15:51:16 +00:00
  • 583d35e39f Merge branch 'develop' into rav/new_search_api Richard van der Hoff 2016-01-05 15:38:30 +00:00
  • 6c99fab3dd Highlight the search term in search results Richard van der Hoff 2016-01-05 15:28:32 +00:00
  • a9f7bf63ff spell out we're doing 3PID invites Matthew Hodgson 2015-12-21 09:56:50 +00:00
  • 355cabb7ee Merge pull request #70 from matrix-org/rav/scrollpanel_promises Richard van der Hoff 2016-01-05 13:52:04 +00:00
  • 8bd4fdbd5a Don't set presence Kegan Dougal 2016-01-05 13:24:05 +00:00
  • ae7b2d54bb Merge branch 'develop' into kegan/guest-access Kegan Dougal 2016-01-05 11:39:36 +00:00
  • a6e735dbde Merge pull request #76 from matrix-org/kegan/bugfix-read-receipt Kegsay 2016-01-05 11:26:04 +00:00
  • 7640dd52e3 Merge pull request #78 from matrix-org/rav/fix_unread_messages Richard van der Hoff 2016-01-05 11:18:40 +00:00
  • 2b169b06f5 Make ScrollPanel.isAtBottom more reliable Richard van der Hoff 2016-01-05 10:58:01 +00:00
  • aa1012b127 oops Matthew Hodgson 2016-01-05 03:59:04 +00:00
  • 9cf49eb62d oops, forgot this Matthew Hodgson 2016-01-05 03:54:44 +00:00
  • 0e98764d82 oops, no double classNames Matthew Hodgson 2016-01-05 03:51:00 +00:00
  • 1df4f2d556 fix hyperlink position for image downloads Matthew Hodgson 2016-01-05 03:38:53 +00:00
  • 001dc8612b support fixing up dynamically loaded SVGs Matthew Hodgson 2016-01-05 03:34:52 +00:00
  • b996022db2 fix up dynamically loaded svgs, and fix bottomleftmenu Matthew Hodgson 2016-01-05 03:34:25 +00:00
  • bbf08d99cc tinterize more svg Matthew Hodgson 2016-01-05 00:47:26 +00:00
  • 555abdae30 wire up Tinter.js Matthew Hodgson 2016-01-05 00:46:52 +00:00
  • e177263d9f Address review comments Richard van der Hoff 2016-01-04 16:54:27 +00:00
  • b5eae891b4 Address review comments Richard van der Hoff 2016-01-04 16:28:32 +00:00
  • 722c7033bc Merge pull request #73 from matrix-org/rav/on_highlight_click Richard van der Hoff 2016-01-04 15:23:45 +00:00
  • 89fcf019e1 Merge branch 'develop' into rav/scrollpanel_promises Richard van der Hoff 2016-01-04 12:56:39 +00:00
  • 75ad96c8ba Null guard getMember Kegan Dougal 2016-01-04 10:11:42 +00:00
  • 17b8982c75 move title attributes to the div Matthew Hodgson 2016-01-03 22:35:07 +00:00
  • 3009da0b39 move title attributes to the div Matthew Hodgson 2016-01-03 22:34:56 +00:00
  • 4f915d622e switch SVGs from imgs to objects Matthew Hodgson 2016-01-03 22:30:52 +00:00
  • 3abdcbf806 switch SVGs from imgs to objects, fixing CSS to make onClicks work Matthew Hodgson 2016-01-03 22:30:14 +00:00
  • 640aa45956 fix comedy bug where dates in timestamps were spectacularly wrong Matthew Hodgson 2016-01-03 00:40:05 +00:00
  • 3fd5a3a19f Merge pull request #75 from matrix-org/matthew/css-refactor Matthew Hodgson 2016-01-03 00:15:07 +00:00
  • a78a693903 Merge pull request #581 from vector-im/matthew/css-refactor Matthew Hodgson 2016-01-03 00:14:52 +00:00
  • 441a9540ca sync CSS classnames with current react component names Matthew Hodgson 2016-01-03 00:11:11 +00:00
  • b9a0b82537 shuffle around all the CSS to de-atomify it and make it match the react components Matthew Hodgson 2016-01-03 00:10:17 +00:00
  • 10e481a8d5 noscript Matthew Hodgson 2015-12-28 03:25:26 +00:00
  • 15f19be408 highlight case insensitively Matthew Hodgson 2015-12-28 03:14:50 +00:00
  • 970bc84bb6 explicitly rejoin parted rooms Matthew Hodgson 2015-12-28 02:58:40 +00:00
  • 424540e57a fix NPE if messagePanel isn't yet defined Matthew Hodgson 2015-12-28 02:40:17 +00:00
  • 50ac0ab4cf wire up RoomAlias's homeserver as intended Matthew Hodgson 2015-12-28 02:36:28 +00:00
  • bd498b47b3 fix 'this' scoping bug that could never have worked... Matthew Hodgson 2015-12-28 02:36:18 +00:00
  • fa4bd09f0c fix room header height Matthew Hodgson 2015-12-28 02:27:47 +00:00
  • 8dd90980d8 add cancel button for lightbox and pare down pointer-events stuff a bit Matthew Hodgson 2015-12-28 02:15:23 +00:00
  • e9db7b1dcc doh Matthew Hodgson 2015-12-28 01:41:51 +00:00
  • 388eb1ff4c use Open Sans, and fix duplication Matthew Hodgson 2015-12-28 01:38:14 +00:00
  • 647c01fe2a where did this img symlink go? all iamges break without it... Matthew Hodgson 2015-12-28 01:34:28 +00:00
  • 0ab8466a3b make tabcomplete items clickable Matthew Hodgson 2015-12-24 15:12:24 +00:00