Commit Graph

  • aba4c1e9af We don't use catw here anymore David Baker 2015-09-15 14:46:41 +0100
  • f384aa7d9e Add notification to group chat rooms with ongoing conf calls Kegan Dougal 2015-09-15 14:18:17 +0100
  • 2d0c8ac9ff Working skin stuff, minus css David Baker 2015-09-15 13:34:36 +0100
  • 353269370f Wire up the "room" CallView for conferencing Kegan Dougal 2015-09-15 13:19:07 +0100
  • 7866979c79 Show/hide the Hangup button depending on the state of the conf call. Kegan Dougal 2015-09-15 13:04:09 +0100
  • 5e3698de64 Actually enforce 1 call semantics. Kegan Dougal 2015-09-15 11:43:51 +0100
  • 59986d8b72 Pass the call around different CallViews to keep media flowing Kegan Dougal 2015-09-15 11:05:53 +0100
  • fc892b3580 Hide 1:1 conference rooms Kegan Dougal 2015-09-11 16:55:48 +0100
  • e3b02a295c Check conf user/rooms a bit more efficiently Kegan Dougal 2015-09-11 16:14:30 +0100
  • 77401e215e First working outbound conference calling Kegan Dougal 2015-09-11 15:49:47 +0100
  • f3b9f8c799 WIP reworking of skinning and app integration process David Baker 2015-09-11 15:42:11 +0100
  • 9b73d6ed6d react-tools is dead. Long live Babel. David Baker 2015-09-10 15:28:30 +0100
  • a06e1f23ea Spurious react-loader require David Baker 2015-09-10 15:08:26 +0100
  • 635041470f There is no MatrixChat in the sdk anymore (well, only a controller). Advertise the Component Broker instead. David Baker 2015-09-10 15:07:34 +0100
  • a124e53a9a Component broker loading files never really worked very well anyway, and now it can't work because they're all defined elsewhere. David Baker 2015-09-10 15:06:42 +0100
  • 6cc88e4ef3 Remove stuff that's going into the base skin David Baker 2015-09-09 16:57:55 +0100
  • e1a6ede17b Ignore all module caches and make the built js the default include root David Baker 2015-09-08 18:45:00 +0100
  • ce9fcdbbb5 Old, useless README from the trivial react-sdk example David Baker 2015-09-08 17:06:19 +0100
  • 980c71076e Start moving back to basing off react sdk: move vector out of examples dir David Baker 2015-09-08 17:02:24 +0100
  • 8fbce5fce8 de-tab David Baker 2015-09-08 16:17:06 +0100
  • ee4da24b84 Merge pull request #148 from vector-im/matthew/login David Baker 2015-09-07 10:47:25 +0100
  • 737fc74756 Merge branch 'matthew/login' into matthew/userlist Matthew Hodgson 2015-09-01 02:13:52 +0300
  • 027ab6ee99 fix login layout on tall screens; limit dialog box width; wait a full second to re-query new HS details matthew/login Matthew Hodgson 2015-09-01 01:55:13 +0300
  • 8214ee8fad fix blinking when toggling advanced Matthew Hodgson 2015-09-01 01:35:47 +0300
  • ab068cc372 improve login, including checkbox fix for advanced options, rechecking when you change server, avoiding flickering when you change HS, better error/spinner layout, and trimming whitespace Matthew Hodgson 2015-08-31 19:30:24 +0100
  • 5bab440a1f temporarily pin flux to 2.0, as 2.1 switches to ES6 and Babel which breaks our Dispatcher.js which fails to correctly extend the new Flux dispatcher, presumably due to using our noddy extend.js rather than an ES6-compatible one Matthew Hodgson 2015-08-29 20:28:07 +0100
  • ef027706b9 Offer to join a room if you're not in it David Baker 2015-08-20 16:47:25 +0100
  • 2351ad997c More places where we assumed sender would not be null David Baker 2015-08-20 11:46:54 +0100
  • cb25740961 Fix exception when accepting room invites David Baker 2015-08-20 11:43:08 +0100
  • 5955c4b583 Fix exception when accepting room invites healthdemo David Baker 2015-08-20 11:39:28 +0100
  • 8a24f9fd9f Extra tile for displaying heart rate data for demo David Baker 2015-08-18 17:36:12 +0100
  • e3798e1b85 WIP fixing up the member list - just needs CSS and testing Matthew Hodgson 2015-08-15 03:06:21 +0100
  • 80c3b2c8a3 match the design Matthew Hodgson 2015-08-14 21:14:05 +0100
  • a2e7c4aa77 WIP for fixing the popovers Matthew Hodgson 2015-08-14 19:15:41 +0100
  • 25a4f1fde0 comment out ugly thumbnail bg for now Matthew Hodgson 2015-08-14 17:43:37 +0100
  • 6b72c992c5 fix 'save changes' linewrap - thanks jfred Matthew Hodgson 2015-08-14 17:08:31 +0100
  • cb7f1aa916 ctrl-alt-num to change rooms Matthew Hodgson 2015-08-14 16:30:19 +0100
  • 1176168960 escape key to cancel imageview popup Matthew Hodgson 2015-08-14 15:50:37 +0100
  • 24630f598f fix errors with alt-up/down Matthew Hodgson 2015-08-14 15:50:26 +0100
  • 316a28838f let's wrap when you go off the beginning Matthew Hodgson 2015-08-14 15:51:57 +0100
  • 960a38fe43 Don't try loading -ve room indices David Baker 2015-08-14 15:44:21 +0100
  • 87feb6b076 Revert accidental commit David Baker 2015-08-14 15:37:41 +0100
  • c5e33352b0 You can't just use React classes as normal static classes :( David Baker 2015-08-14 15:24:34 +0100
  • e1efb165fd make file thumbnails match the design Matthew Hodgson 2015-08-14 14:44:10 +0100
  • 12e53f5046 Ditch envify as it doesn't actually seem to work. Just setting the env var works fine though. David Baker 2015-08-14 14:11:47 +0100
  • 4851adf3b0 fix up the look & feel for unread messages warning to make it more visible Matthew Hodgson 2015-08-14 13:53:32 +0100
  • 9ed5ca3ccb implement a pretty droptarget when uploading files Matthew Hodgson 2015-08-14 13:20:39 +0100
  • 88095d4360 cursor: pointer for toolbar buttons Matthew Hodgson 2015-08-14 13:03:15 +0100
  • 7bdf612ad5 argh 2 David Baker 2015-08-14 11:25:54 +0100
  • 6d390ebd2f Argh David Baker 2015-08-14 11:24:41 +0100
  • ca09758210 Fix onerror handlers David Baker 2015-08-14 10:31:45 +0100
  • e5099ce3b7 Don't clobber the ready state if the sdk isn't ready yet David Baker 2015-08-14 10:31:09 +0100
  • a3879b507a Fix default avatars David Baker 2015-08-14 10:30:47 +0100
  • 7a8537f3dc Don't show blank EventAsText tiles David Baker 2015-08-14 10:30:14 +0100
  • 001d1c50ef factor out MRoomMemberTile, MCallInviteTile, MCallAnswerTile and MCallHangupTile to just use EventAsTextTile and thus reduce duplication enormously Matthew Hodgson 2015-08-14 00:28:37 +0100
  • fec266f1c0 Move avatars into their own components so I can add functionality like custom default avatars and onerror sources without having to add it in 13 separate places. Add the aforementioned features. David Baker 2015-08-13 19:30:02 +0100
  • b580fba7db Rooms with notifs turned off should still go bold. David Baker 2015-08-13 16:43:59 +0100
  • 8bb836ad49 Assuming this was meant to be temporary David Baker 2015-08-12 18:26:43 +0100
  • eb36a2b242 If we were loaded with a room alias, don't lose that alias when we try to load the corresponding room. David Baker 2015-08-12 17:06:45 +0100
  • 18be8530fe put key='' on the right element Matthew Hodgson 2015-08-12 01:45:04 +0100
  • cf77a96ac5 make text buttons in the header look clickable with a pointer Matthew Hodgson 2015-08-12 01:33:25 +0100
  • 5153954a28 put cancel & save buttons into the roomheader Matthew Hodgson 2015-08-12 01:30:23 +0100
  • bf10a03ab1 revert part of 0eceb737 as we need the auxpanel to have overflow: auto, not overflow: visible (initial)... Matthew Hodgson 2015-08-12 01:30:05 +0100
  • 566c0437c0 provide a way to hide the notification nag toolbar Matthew Hodgson 2015-08-12 00:42:04 +0100
  • 2ffa450e31 don't try to show negative power levels Matthew Hodgson 2015-08-12 00:41:46 +0100
  • 8fd26509ac remove spurious dead code Matthew Hodgson 2015-08-12 00:41:20 +0100
  • 3fc4aee269 lots of missing -webkit-flex for safari Matthew Hodgson 2015-08-11 21:00:33 +0100
  • a20b4d2d2c If we have a current room on load, we should display it! David Baker 2015-08-11 17:24:12 +0100
  • be5aaeaad7 Don't try to fill space if we don't have a message wrapper David Baker 2015-08-11 17:20:31 +0100
  • 18c56a171e Focus composer on alt-up/down David Baker 2015-08-11 14:43:52 +0100
  • b44d19d305 Call initial release 0.1.0 and this release 0.1.1 v0.1.1 David Baker 2015-08-10 18:19:30 +0100
  • a9fc47efd7 changelog, authors and contributing files David Baker 2015-08-10 18:09:35 +0100
  • a45785fe1a Fix blank page on login David Baker 2015-08-10 17:12:31 +0100
  • 19d350e876 Merge branch 'email_login' David Baker 2015-08-10 16:25:04 +0100
  • 7a1796870a Handle old server that don't support login using email address email_login David Baker 2015-08-10 16:22:33 +0100
  • 96cedc237e Actually change to vector IS David Baker 2015-08-10 15:50:26 +0100
  • 6ab993f1a9 Change default IS to vector David Baker 2015-08-10 15:27:36 +0100
  • efcc2061b8 Hopefully port over ndarilek's accessibility changes to Vector (albeit with list elements contained within RoomView) David Baker 2015-08-10 15:17:15 +0100
  • 2d9419c380 Merge pull request #17 from ndarilek/master David Baker 2015-08-10 13:45:36 +0100
  • bd0db01515 Add landmarks around major view regions for easier navigation. Nolan Darilek 2015-08-08 18:09:37 -0500
  • 517bb01f33 Event tiles are now items in a list, improves accessibility. Nolan Darilek 2015-08-08 17:36:19 -0500
  • 10053fa770 Argh, the scrollbars! David Baker 2015-08-07 16:57:16 +0100
  • 3519555710 Again, no point displaying scrollbars unless they're actually necessary David Baker 2015-08-07 16:48:48 +0100
  • 0eceb737de Remove scrollbars by removing overflow: scroll in places. Add a title for hover over on long (or otherwise) topics. David Baker 2015-08-07 16:01:39 +0100
  • 64727cb60e Don't die on malformed VoIP offers David Baker 2015-08-07 14:48:50 +0100
  • ec8a815688 Ignore olm. There is no olm. David Baker 2015-08-07 11:51:13 +0100
  • 5a87b9759f update to new js-sdk David Baker 2015-08-07 11:27:13 +0100
  • 711bf583ab missed a file David Baker 2015-08-06 16:04:22 +0100
  • 2771907573 Support room aliases in url bar and show them for rooms that have them David Baker 2015-08-06 14:58:52 +0100
  • d4d83f644a operator precedence verto David Baker 2015-08-05 17:59:04 +0100
  • 6fc0498a57 refer to the appropriate js-sdk branch David Baker 2015-08-05 14:51:30 +0100
  • 05201e7d34 Hacks for a conference calling PoC David Baker 2015-08-05 14:45:10 +0100
  • 68d408bfff Wire up popup to the "What does this mean?" link David Baker 2015-08-05 11:37:52 +0100
  • cdbbf4bfef Don't re-set savedParams, we did it earlier David Baker 2015-08-04 18:04:56 +0100
  • 5cffee7ce6 stop matrix client on logout please David Baker 2015-08-04 16:45:39 +0100
  • 9d8d4e4896 Support email login David Baker 2015-08-04 16:30:41 +0100
  • 259d9dc3a2 Handle THREEPID_IN_USE error David Baker 2015-08-04 14:49:01 +0100
  • 69ac0bd368 Set up URL routing after creating matrixchat in case onload / hashchange gets called before David Baker 2015-07-31 15:50:47 +0100
  • 9f98c4e9f7 crop zalgos on chrome fix Matthew Hodgson 2015-07-30 00:56:27 +0100
  • 278a8282fe crop zalgos on chrome Matthew Hodgson 2015-07-30 00:54:44 +0100