Commit graph

  • fa6b3490e2 Handle call events in the recents view as well to get consistency with what it displays when refreshed. David Baker 2014-09-01 15:53:07 +0100
  • 4e14e38bd5 Just show 'Call' for call events. Don't just splat out the content of the event for other events: it's rarely going to be sesnible. David Baker 2014-09-01 14:27:03 +0100
  • f5755bcadf Merge branch 'develop' into server2server_tls Mark Haines 2014-09-01 15:51:44 +0100
  • 9ea1de432d Fix homeserver config parsing Mark Haines 2014-09-01 15:51:15 +0100
  • 468d94c920 Rename API-visible 'mtime' presence field to 'last_active'; slightly different semantics Paul "LeoNerd" Evans 2014-09-01 15:38:37 +0100
  • 26a95988da Fixed presence change that occurs -Xs ago Emmanuel ROHEE 2014-09-01 16:27:11 +0200
  • c9ee9b45c7 Fixed presence state update. Specifically, the current user was sometimes indicated as offline Emmanuel ROHEE 2014-09-01 16:21:13 +0200
  • 02f4e3b3ff Rename 'state' presence key to the much more obvious 'presence'; maintain a legacy 'state' copy for now Paul "LeoNerd" Evans 2014-09-01 14:45:35 +0100
  • f500dd627a Fleshed out joining/leaving rooms. Added M_LIMIT_EXCEEDED standard error code for rate limited requests. Kegan Dougal 2014-09-01 14:44:18 +0100
  • 865469f233 Implement power level lists, default power levels and send_evnet_level/add_state_level events. Erik Johnston 2014-09-01 13:44:19 +0100
  • 67ffc00d48 Don't show the hang up button once tha call has ended David Baker 2014-09-01 14:15:03 +0100
  • 389ee3624c Added /web folder which contains html/css (based off the default swagger-ui) for viewing the c-s json api. Kegan Dougal 2014-09-01 14:11:26 +0100
  • 51b0b5c5ab Renamed json files because: paths. Kegan Dougal 2014-09-01 14:05:28 +0100
  • 10efca1a74 Merge branch 'develop' of github.com:matrix-org/synapse into room_config Erik Johnston 2014-09-01 13:41:44 +0100
  • a9512d0994 Merge branch 'develop' into server2server_tls Mark Haines 2014-09-01 13:29:17 +0100
  • fad58dbd08 add another public wishlist item Matthew Hodgson 2014-09-01 13:22:50 +0100
  • 0b01c8560d make the little logos clickable for Erik Matthew Hodgson 2014-09-01 13:22:24 +0100
  • 3bb93abb34 Start digging into invite/join/leave sections. Kegan Dougal 2014-09-01 10:38:39 +0100
  • f81002df60 BF: Pass desired_user_id to register API. And update the app header to avoid to display the previous matrix id Emmanuel ROHEE 2014-09-01 11:12:24 +0200
  • df752a15ce licenses, please... Matthew Hodgson 2014-09-01 00:42:03 +0100
  • d27e1ab148 fix footer on non-room pages Matthew Hodgson 2014-09-01 00:41:53 +0100
  • 3eb45eba0e Merge branch 'develop' into server2server_tls Mark Haines 2014-08-31 16:08:20 +0100
  • d9ebe531ed Add config tree to synapse. Add support for reading config from a file Mark Haines 2014-08-31 16:06:39 +0100
  • 7ca6d4e8f7 don't make HS ports explicit if it's the default for the protocol Matthew Hodgson 2014-08-31 15:38:27 +0100
  • 2b7918bd6f missed a s#/matrix#/_matrix/g Matthew Hodgson 2014-08-31 14:54:58 +0100
  • 8fe912d95c change the world: make the default matrix API URL prefix /_matrix rather than /matrix to make it easier for existing websites to mount a HS in their namespace without collisions. Matthew Hodgson 2014-08-31 14:51:37 +0100
  • 820ef6e9d8 make lightbox a bit less ugly Matthew Hodgson 2014-08-31 12:03:22 +0100
  • 0a65a2384c only show presence timings if we know them Matthew Hodgson 2014-08-31 11:55:48 +0100
  • 1bc036a12d nasty big monolithic commit of a whole bunch of UI/UX improvements: - add a simple CSS template across the app for navigation & cosmetics - split login into login & register, and totally reskin it - restructure room CSS to play nicely with it - implement basis 1:1 chat from user pages - disable autofocus on iOS to improve UX Matthew Hodgson 2014-08-31 00:40:42 +0100
  • b040bd6157 factor out mobile css into its own file Matthew Hodgson 2014-08-31 00:38:45 +0100
  • 3ef312fb95 factor out the signup process into its own controller Matthew Hodgson 2014-08-31 00:38:10 +0100
  • 91753655b7 moar logos! Matthew Hodgson 2014-08-31 00:37:47 +0100
  • 17a4bc10bc switch default profile image to one of our own devising (dating back to communicator(!)) Matthew Hodgson 2014-08-31 00:37:01 +0100
  • 885e0c8b76 add a basic wishlist Matthew Hodgson 2014-08-31 00:36:11 +0100
  • 2a0e79bbfa tweaks to settings page Matthew Hodgson 2014-08-30 00:50:51 +0100
  • f64ce52305 actually add a 'home' button Matthew Hodgson 2014-08-30 00:44:56 +0100
  • c715660cb8 shrink text bubble font a bit; make image thumbnails always fit in their bubbles Matthew Hodgson 2014-08-30 00:41:36 +0100
  • 93407cf7cf Bugfixes on presence pushes on user joining: Paul "LeoNerd" Evans 2014-08-29 19:53:33 +0100
  • a8e8d1d06c Renamed get_current_token_part to get_current_key Paul "LeoNerd" Evans 2014-08-29 19:15:23 +0100
  • eec67a675f Have EventSource's get_new_events_for_user() API work only on keys within that source, not overall eventstream tokens Paul "LeoNerd" Evans 2014-08-29 19:13:55 +0100
  • 56424eca5c Bugfix for rest presence test - datastore needs to implement profile methods Paul "LeoNerd" Evans 2014-08-29 19:12:22 +0100
  • 6797c7f1b1 TypingNotificationEventSource has to return proper tokens, not int 0 Paul "LeoNerd" Evans 2014-08-29 19:00:45 +0100
  • 4bfdec1eb2 Rename 'events_key' to 'room_key' so it matches the name of the event source Paul "LeoNerd" Evans 2014-08-29 18:39:09 +0100
  • 7b79c0f08f v0.1.2 v0.1.2 David Baker 2014-08-29 18:13:34 +0100
  • 8c36179d35 Give basic feedback on the state of VoIP calls in the UI (manually adding to master having added to develop) David Baker 2014-08-29 18:11:20 +0100
  • 490f142d73 Give basic feedback on the state of VoIP calls in the UI. David Baker 2014-08-29 18:01:01 +0100
  • 26766c22eb todo Matthew Hodgson 2014-08-29 17:54:11 +0100
  • e006f101c3 fix mobile skin by hiding recents LHS in /rooms Matthew Hodgson 2014-08-29 17:53:48 +0100
  • 74cc722b96 Added case-sensitivity notes on IDs, added TODO on UTF-8. Kegan Dougal 2014-08-29 17:45:01 +0100
  • 6dd50da54e Define a new event stream data source for typing notifications (currently null) Paul "LeoNerd" Evans 2014-08-29 17:39:33 +0100
  • f85a3757cf Avoid hardcoding names of individual stream token keys in its own implementation; this at least reduces the number of places in source code the individual parts are stored Paul "LeoNerd" Evans 2014-08-29 17:31:33 +0100
  • 95cbd026cc oops. Should not have c+p all lines Emmanuel ROHEE 2014-08-29 18:29:04 +0200
  • e1f249ce20 Implemented /nick Emmanuel ROHEE 2014-08-29 18:24:13 +0200
  • 67f42b2f26 Get user display name and avatar from the server rather than storing them in the local storage Emmanuel ROHEE 2014-08-29 18:22:05 +0200
  • b86d2a2d4f update presence times in realtime through the magic of two-way binding Matthew Hodgson 2014-08-29 17:21:57 +0100
  • d4145abd33 Use str.join() properly Paul "LeoNerd" Evans 2014-08-29 17:17:11 +0100
  • 20d0db6cfb Move the *EventSource classes into the handlers they relate to, so it's easier to find the code Paul "LeoNerd" Evans 2014-08-29 17:09:15 +0100
  • ca025c2b1d Rooms: More subsections, more bullet points, more detail. Kegan Dougal 2014-08-29 16:50:26 +0100
  • 52203edbce Version bump for bug fix. v0.1.1 Erik Johnston 2014-08-29 16:15:20 +0100
  • c3a774e414 Show desktop notification state. Provide help if the user has previously denied permission to display them. Emmanuel ROHEE 2014-08-29 17:11:03 +0200
  • d5c94c922f Merge branch 'hotfixes-v0.1.0' of github.com:matrix-org/synapse Erik Johnston 2014-08-29 16:07:01 +0100
  • f07f538ac7 When notifying listeners, don't do so in a serial fashion Erik Johnston 2014-08-29 16:01:01 +0100
  • 463b95f0c2 Bump version and change log v0.1.0 Erik Johnston 2014-08-29 15:36:53 +0100
  • 0ef54caa28 better support for call hangups David Baker 2014-08-29 15:18:37 +0100
  • 1118f02689 Start adding storage for new events. Erik Johnston 2014-08-29 15:18:30 +0100
  • 1cdc29e260 Fix JSFiddles to work with the new C-S API. Kegan Dougal 2014-08-29 15:01:46 +0100
  • 339dd3dc6c Update API swagger JSON to default to POSTs not PUTs when describing the API. Kegan Dougal 2014-08-29 14:12:12 +0100
  • 27047d8f51 Merge branch 'release-v0.1.0' into develop Emmanuel ROHEE 2014-08-29 15:33:17 +0200
  • 7c4b47652e The away state is unavailable not offline Emmanuel ROHEE 2014-08-29 15:29:26 +0200
  • bf6466f02a The away state is unavailable not offline Emmanuel ROHEE 2014-08-29 15:29:26 +0200
  • 8e2d4c6da5 Merge branch 'develop' of github.com:matrix-org/synapse into room_config Erik Johnston 2014-08-29 14:22:04 +0100
  • e76cd252fe Merge branch 'release-v0.1.0' into develop David Baker 2014-08-29 14:01:30 +0100
  • 4b7f6dd7fc Only show voice call button if there are exactly 2 members in the room. Also hide the somewhat user unfriendly call state. David Baker 2014-08-29 14:00:20 +0100
  • fbdacce3fe Merge branch 'develop' of github.com:matrix-org/synapse into develop Erik Johnston 2014-08-29 13:52:10 +0100
  • 898dde8812 Flesh out API standards. Kegan Dougal 2014-08-29 13:50:25 +0100
  • 073bec4830 Oops, forgot a s/sendObject/sendEvent/ - make messages work again! David Baker 2014-08-29 13:45:15 +0100
  • cc413be446 Don't break if the call ends before it connects David Baker 2014-08-29 13:28:04 +0100
  • ee06023573 Get the equalities right. Erik Johnston 2014-08-29 13:28:02 +0100
  • 3e6a19cf09 Merge branch 'develop' of github.com:matrix-org/synapse into develop David Baker 2014-08-29 13:24:08 +0100
  • 5308e3026a Change call signalling messages to be their own types of room events rather than room messages with different msgtypes: room messages should be things that the client can display as a unit message to the user. David Baker 2014-08-29 13:23:01 +0100
  • eab463fda5 Show notifications only when the user is detected as idle Emmanuel ROHEE 2014-08-29 13:30:20 +0200
  • 47fb286184 Merge branch 'presence_logging' into develop Erik Johnston 2014-08-29 12:10:00 +0100
  • 5dd38d579b Fix a couple of bugs in presence handler related to pushing updatesto the correct user. Fix presence tests. Erik Johnston 2014-08-29 12:08:33 +0100
  • ac56ac67cc Expand architecture section to introduce room IDs, room aliases, user IDs, events and federation. Kegan Dougal 2014-08-29 11:41:48 +0100
  • 171d8b032f Merge branch 'voip' into develop David Baker 2014-08-29 11:33:36 +0100
  • 41d02ab674 More basic functionality for voip calls (like hanging up) David Baker 2014-08-29 11:29:36 +0100
  • 1abc93d65c Cleaned up ng deps. By convention, angular modules must be listed at first Emmanuel ROHEE 2014-08-29 11:58:35 +0200
  • ee079cd250 Added a timeout(40s) to $http stream requests (/events) in order to be notified by an error when there is a network issue. Thus, we can retry with a new request. Emmanuel ROHEE 2014-08-29 11:31:03 +0200
  • d1bf659ed7 Redo architecture diagram. Reword parts of federation. Formatting fixes and tweaks. Kegan Dougal 2014-08-29 10:30:14 +0100
  • 089d1b1b78 Recents update: do not care of events coming from the past (they are fired when doing pagination of room messages in the past) Emmanuel ROHEE 2014-08-29 09:55:47 +0200
  • 9b2cb41dcf Display emotes in the recents list Emmanuel ROHEE 2014-08-29 09:49:03 +0200
  • 96baf62e7a ng-show exists. So, for clarity, avoid to use ng-hide and double negation test. Emmanuel ROHEE 2014-08-28 18:14:39 +0200
  • 246b2a3c3e Renamed matrixService.assignRoomAliases into getRoomAliasAndDisplayName Emmanuel ROHEE 2014-08-28 17:48:55 +0200
  • ca7426eee0 First basic working VoIP call support David Baker 2014-08-28 19:03:34 +0100
  • 8113eb7c79 Turn of trace_function logging Erik Johnston 2014-08-28 18:45:00 +0100
  • aaf4fd98ee Only poll remote users if they are in our presence list, rather than in a common room Erik Johnston 2014-08-28 18:43:03 +0100
  • 722c19d033 Fix FederationHandler to event.origin Mark Haines 2014-08-28 18:32:39 +0100
  • d7ae9b90a0 Add store for server certificates and keys Mark Haines 2014-08-28 18:19:47 +0100
  • 1b7686329e Don't query the rooms members table so much by using the new notifier api that allows you to specify room_ids to notify. Erik Johnston 2014-08-28 17:43:15 +0100
  • 068b348e7e Start fleshing out architecture section. Moar .rst formatting! Reword some copypastaed sections to be terser. Kegan Dougal 2014-08-28 17:40:04 +0100