| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'turn' into develop | David Baker | 2014-09-25 | 2 | -3/+59 |
|\ |
|
| * | Add stun server fallback and I-told-you-so message if we get no TURN server a... | David Baker | 2014-09-25 | 1 | -17/+33 |
| * | Refresh turn server before the ttl runs out. Support firefox. | David Baker | 2014-09-24 | 1 | -14/+23 |
| * | The REST API spec only alows for returning a single server so name the | David Baker | 2014-09-24 | 1 | -1/+1 |
| * | Hopefully implement turn in the web client (probably wrong for Firefox becaus... | David Baker | 2014-09-24 | 2 | -3/+34 |
* | | getUserDisplayName: Disambiguate users who have the same displayname in the r... | Emmanuel ROHEE | 2014-09-25 | 1 | -0/+15 |
* | | Fixed getUserDisplayname when the user has a null displayname | Emmanuel ROHEE | 2014-09-24 | 1 | -1/+1 |
* | | Fixed SYWEB-74: Emote desktop notifications sometimes lack a name: "undefined... | Emmanuel ROHEE | 2014-09-24 | 1 | -32/+49 |
* | | SYWEB-27: Public rooms with 2 users must not considered as 1:1 chat room and ... | Emmanuel ROHEE | 2014-09-24 | 1 | -2/+9 |
* | | Added hasOwnProperty tests when required to be robust to random properties ad... | Emmanuel ROHEE | 2014-09-24 | 2 | -1/+6 |
* | | State data now provides up-to-date users displaynames. So use it first. | Emmanuel ROHEE | 2014-09-24 | 2 | -50/+36 |
* | | fix yet more room id leak disasters | Matthew Hodgson | 2014-09-23 | 1 | -5/+12 |
* | | manu: what's going on here? | Matthew Hodgson | 2014-09-23 | 1 | -3/+4 |
* | | use all new /rooms/<room id>/state to actually gather the state for rooms whe... | Matthew Hodgson | 2014-09-23 | 1 | -1/+7 |
* | | patch over another scenario whe we leak room IDs. i have *zero* idea why or ... | Matthew Hodgson | 2014-09-23 | 1 | -1/+1 |
* | | fix a case of rampaging SYWEB-78 | Matthew Hodgson | 2014-09-23 | 1 | -0/+5 |
* | | remove old commented-out code | Matthew Hodgson | 2014-09-23 | 1 | -2/+1 |
* | | fix one cause of SYWEB-53 | Matthew Hodgson | 2014-09-23 | 1 | -7/+4 |
|/ |
|
* | fix NPE | Matthew Hodgson | 2014-09-23 | 1 | -2/+1 |
* | Show display name changes in the message list. | Kegan Dougal | 2014-09-22 | 1 | -5/+23 |
* | Merge branch 'master' of github.com:matrix-org/synapse into develop | Erik Johnston | 2014-09-22 | 1 | -1/+1 |
|\ |
|
| * | Fix undefined variable error | David Baker | 2014-09-19 | 1 | -1/+1 |
* | | Propagate failure reason to the other party. | David Baker | 2014-09-22 | 2 | -7/+8 |
* | | Better logging of ICE candidates and fail the call when ICE fails. | David Baker | 2014-09-22 | 1 | -2/+5 |
* | | go back to the original behaviour of only notifying if we think the app is ba... | Matthew Hodgson | 2014-09-20 | 1 | -8/+14 |
* | | remove insanely busy logging which is killing CPU | Matthew Hodgson | 2014-09-20 | 1 | -2/+6 |
* | | Notify a callee that their browser doesn't support VoIP too. | David Baker | 2014-09-19 | 2 | -1/+13 |
* | | Join rooms if we're not already in them when accepting a call coming from tha... | David Baker | 2014-09-19 | 1 | -0/+15 |
* | | Merge branch 'videocalls' into develop | David Baker | 2014-09-19 | 1 | -12/+94 |
|\ \ |
|
| * | | Prettier and stabler video with basic support for viewing mode. For now, tran... | David Baker | 2014-09-18 | 1 | -3/+19 |
| * | | WIP video chat layout | David Baker | 2014-09-18 | 1 | -0/+2 |
| * | | Video calling (in a tiny box at the moment) | David Baker | 2014-09-17 | 1 | -11/+75 |
* | | | SYWEB-13 SYWEB-14: disabled "Call" button if the browser does not support all... | Emmanuel ROHEE | 2014-09-19 | 1 | -0/+5 |
* | | | SYWEB-13: disabled "Send image" button if the browser does not support HTML5 ... | Emmanuel ROHEE | 2014-09-19 | 1 | -6/+16 |
* | | | A kind of the typo in the fix of SYWEB-44 | Emmanuel ROHEE | 2014-09-19 | 1 | -2/+2 |
* | | | Room id leaks: log them when then happens. Plus log the conditions that made ... | Emmanuel ROHEE | 2014-09-19 | 1 | -0/+4 |
* | | | Fixed SYWEB-16: When sending an invite over federation, the remote user sees ... | Emmanuel ROHEE | 2014-09-19 | 1 | -22/+38 |
| |/
|/| |
|
* | | Oops. Removed dev logs | Emmanuel ROHEE | 2014-09-18 | 1 | -1/+0 |
* | | SYWEB-14: BF: rooms invitations were not visible in recents after launching/r... | Emmanuel ROHEE | 2014-09-18 | 2 | -3/+18 |
* | | undefined is empty. Fixed bug where empty bingWords with old accounts which h... | Kegan Dougal | 2014-09-18 | 1 | -1/+1 |
* | | SYWEB-40: Only local rooms are shown in the recents list. | Emmanuel ROHEE | 2014-09-18 | 1 | -7/+0 |
* | | Reverted patches done for SYWEB-40 | Emmanuel ROHEE | 2014-09-18 | 1 | -8/+2 |
* | | Patch for SYWEB-40 : isStateEvent is not being set correctly, and really shou... | Kegan Dougal | 2014-09-18 | 1 | -2/+8 |
* | | unbreak calls in firefox | David Baker | 2014-09-18 | 1 | -1/+1 |
* | | Create room entries for public rooms too so their public state is transferred... | Kegan Dougal | 2014-09-17 | 1 | -0/+1 |
* | | webclient SYWEB-3 : Public rooms are bold. Can't think of a nicer way which d... | Kegan Dougal | 2014-09-17 | 2 | -0/+13 |
* | | SYWEB-22: Format emote('/me') messages correctly in desktop notification | Emmanuel ROHEE | 2014-09-17 | 1 | -1/+7 |
* | | SYWEB-15: Always show the room alias as well as its name in the UI | Emmanuel ROHEE | 2014-09-17 | 1 | -54/+56 |
* | | Bugfix when content isn't a string. | Kegan Dougal | 2014-09-16 | 1 | -1/+1 |
* | | Don't bing for sent messages. Handle cases where the member is unknown rather... | Kegan Dougal | 2014-09-16 | 1 | -3/+8 |
* | | Added basic RegExp support. | Kegan Dougal | 2014-09-16 | 1 | -4/+2 |
* | | Bing on all the things if there are 0 bing words. | Kegan Dougal | 2014-09-16 | 1 | -0/+6 |
* | | hidden/minimise/focus disaster disclaimer with the TODO | Kegan Dougal | 2014-09-16 | 1 | -0/+4 |
* | | Added utility function containsBingWord and hook up some css to it. | Kegan Dougal | 2014-09-16 | 1 | -30/+41 |
* | | Added bing detection logic. Persist the display name of the user in localstor... | Kegan Dougal | 2014-09-16 | 1 | -2/+35 |
* | | Move the notification logic out of an individual room controller and into the... | Kegan Dougal | 2014-09-16 | 1 | -1/+19 |
|/ |
|
* | Time out calls from both ends properly. | David Baker | 2014-09-16 | 2 | -8/+20 |
* | WEB-29: Improve room page content loading | Emmanuel ROHEE | 2014-09-16 | 2 | -7/+25 |
* | Use event age to recognise which calls are current and which aren't and hence... | David Baker | 2014-09-16 | 2 | -15/+73 |
* | Merge remote-tracking branch 'origin/develop' into webclient_data_centralisation | Emmanuel ROHEE | 2014-09-16 | 1 | -23/+140 |
|\ |
|
| * | Be consistent when associating keys with login types for registration/login. | Kegan Dougal | 2014-09-15 | 1 | -1/+1 |
| * | Make captcha work again with the new registration logic. | Kegan Dougal | 2014-09-15 | 1 | -1/+21 |
| * | Updated webclient to support the new registration logic. | Kegan Dougal | 2014-09-15 | 1 | -23/+120 |
* | | Filter room where the user has been banned | Emmanuel ROHEE | 2014-09-15 | 1 | -0/+16 |
* | | Recents must not show temporary fake messages | Emmanuel ROHEE | 2014-09-15 | 1 | -0/+24 |
* | | Recents uses data directly from $rootscope.events | Emmanuel ROHEE | 2014-09-15 | 1 | -8/+35 |
|/ |
|
* | BF: presence and eventMap were not reset at logout. | Emmanuel ROHEE | 2014-09-15 | 1 | -10/+14 |
* | Send multiple candidates at once instead of all individually. Changes spec to... | David Baker | 2014-09-12 | 2 | -9/+58 |
* | Clean data when user logs out | Emmanuel ROHEE | 2014-09-12 | 1 | -6/+18 |
* | Retry sending events that fail to send. | David Baker | 2014-09-12 | 1 | -11/+28 |
* | Always pick the incoming call if we've not yet sent out our invite, otherwise... | David Baker | 2014-09-12 | 2 | -5/+14 |
* | Remove the local AV stream from ourselves when handing it off to a new call o... | David Baker | 2014-09-12 | 1 | -0/+6 |
* | Added edition of room name | Emmanuel ROHEE | 2014-09-12 | 1 | -0/+7 |
* | Show room name updates in room history and recents. | Emmanuel ROHEE | 2014-09-12 | 2 | -38/+42 |
* | BF: temp workaround while /initialSync on a particular room is not available | Emmanuel ROHEE | 2014-09-12 | 1 | -0/+5 |
* | few fixes for errors in glare conditions. still seem to end up with no audio ... | David Baker | 2014-09-11 | 1 | -4/+3 |
* | Put back the line that adds the stream to the invite, otherwise caller->calle... | David Baker | 2014-09-11 | 1 | -0/+1 |
* | Fix bug where web client wold break trying to add the earliest token without ... | David Baker | 2014-09-11 | 1 | -12/+1 |
* | start towards glare support (currently not much better but no worse than befo... | David Baker | 2014-09-11 | 2 | -57/+106 |
* | Show room topic change in the chat history and in the recents | Emmanuel ROHEE | 2014-09-11 | 1 | -4/+21 |
* | getRoomEventIndex: improved speed for what it is used | Emmanuel ROHEE | 2014-09-11 | 1 | -3/+4 |
* | Merge remote-tracking branch 'origin/develop' into webclient_initialSync | Emmanuel ROHEE | 2014-09-10 | 1 | -5/+9 |
|\ |
|
| * | Less buggy rejection of calls when busy | David Baker | 2014-09-10 | 1 | -5/+9 |
* | | Reenabled transparent echo message. It turns to opaque without flickering now. | Emmanuel ROHEE | 2014-09-10 | 1 | -2/+32 |
* | | Member event: store use the the latest one | Emmanuel ROHEE | 2014-09-10 | 1 | -2/+7 |
* | | Removed wrong comments about recents-controller.js: it uses $rootScope.rooms ... | Emmanuel ROHEE | 2014-09-10 | 1 | -3/+2 |
* | | dedup events: state events conflict with messages events. Do not consider the... | Emmanuel ROHEE | 2014-09-10 | 1 | -7/+9 |
* | | Reenabled handle of room states events in initialSync but do not add them to ... | Emmanuel ROHEE | 2014-09-10 | 2 | -13/+13 |
* | | Presence events do not have event id. Do not discard them | Emmanuel ROHEE | 2014-09-10 | 1 | -2/+2 |
* | | Improved requests: pagination is done from the data received in initialSync | Emmanuel ROHEE | 2014-09-10 | 2 | -6/+31 |
|/ |
|
* | Hangup call if user denies media access. | David Baker | 2014-09-09 | 1 | -0/+2 |
* | Don't try setting up the call if the user has canceled it before allowing per... | David Baker | 2014-09-09 | 1 | -0/+4 |
* | Don't break if you press the hangup button before allowing media permission. | David Baker | 2014-09-09 | 1 | -1/+1 |
* | Don't play an engaged tone if we hang up locally. | David Baker | 2014-09-09 | 1 | -3/+8 |
* | make calls work in Firefox | David Baker | 2014-09-09 | 1 | -8/+21 |
* | Show call invites in the message table | David Baker | 2014-09-09 | 1 | -0/+3 |
* | Add ability to set topic by double-clicking on the topic text then hitting en... | Kegan Dougal | 2014-09-08 | 2 | -0/+20 |
* | Fixed bug which displayed an older room topic because it was being returned f... | Kegan Dougal | 2014-09-08 | 1 | -1/+13 |
* | Display the room topic in the room, underneath the name of the room. | Kegan Dougal | 2014-09-08 | 1 | -0/+11 |
* | Added big massive TODOs on a huge design problem with initial sync | Kegan Dougal | 2014-09-08 | 1 | -0/+2 |
* | matrixService.rooms must be renamed matrixService.initialSync now | Emmanuel ROHEE | 2014-09-08 | 2 | -3/+4 |
* | App startup improvements: | Emmanuel ROHEE | 2014-09-08 | 2 | -6/+6 |
* | add sounds to the calling interface | David Baker | 2014-09-08 | 1 | -12/+34 |
* | fix desktop notifs, which were broken in eab463fd | Matthew Hodgson | 2014-09-08 | 1 | -1/+1 |
* | disable broken event dup suppression, and fix echo for /me | Matthew Hodgson | 2014-09-08 | 1 | -2/+9 |
* | Set the room_alias field when we encounter a new one, rather than only from l... | Kegan Dougal | 2014-09-08 | 1 | -2/+1 |
* | dedup all events | Matthew Hodgson | 2014-09-06 | 1 | -31/+42 |
* | handle m.room.aliases for id<->alias mapping; remove local_storage map; stop ... | Matthew Hodgson | 2014-09-06 | 3 | -3/+40 |
* | Added captcha support on both the HS and web client. | Kegan Dougal | 2014-09-05 | 1 | -4/+21 |
|\ |
|
| * | Added a captcha config to the HS, to enable registration captcha checking and... | Kegan Dougal | 2014-09-05 | 1 | -1/+0 |
| * | Modified matrixService.register to specify if captcha results should be sent ... | Kegan Dougal | 2014-09-05 | 1 | -4/+22 |
* | | Better call bar (visually: still lacks ring[back] tones). | David Baker | 2014-09-06 | 2 | -2/+12 |
|/ |
|
* | Created kick & unban methods in matrixService. Made some factorisation. | Emmanuel ROHEE | 2014-09-05 | 1 | -11/+21 |
* | BF: Make /unban work again | Emmanuel ROHEE | 2014-09-05 | 1 | -1/+1 |
* | Fixed empty display name (content.displayname in a room member can be null) | Emmanuel ROHEE | 2014-09-05 | 1 | -1/+3 |
* | Revert "Fixed empty display name (content.displayname in a room member can be... | Emmanuel ROHEE | 2014-09-05 | 1 | -6/+0 |
* | Fixed empty display name (content.displayname in a room member can be null) | Emmanuel ROHEE | 2014-09-05 | 1 | -0/+6 |
* | switch IRC-style command parser to use regexps rather than split(" ") so that... | Matthew Hodgson | 2014-09-04 | 1 | -3/+8 |
* | BF: presence PUT requests stopped to work with old "state" param yesterday ev... | Emmanuel ROHEE | 2014-09-04 | 1 | -1/+1 |
* | Added mUserDisplayName, a filter to resolve a user display name from a user_id | Emmanuel ROHEE | 2014-09-04 | 1 | -0/+33 |
* | Moved mRoomName filter into matrix-filter.js, a place for all generic filters... | Emmanuel ROHEE | 2014-09-04 | 1 | -0/+100 |
* | Merge branch 'develop' of github.com:matrix-org/synapse into develop | David Baker | 2014-09-03 | 9 | -17/+86 |
|\ |
|
| * | Fix ban path | Erik Johnston | 2014-09-03 | 1 | -1/+1 |
| * | Fix a few cases where we used user_id instead of state_key | Erik Johnston | 2014-09-03 | 1 | -1/+1 |
| * | Use /rooms/$room_id/state/m.room.member/$user_id to change the membership of ... | Emmanuel ROHEE | 2014-09-03 | 1 | -1/+13 |
| * | fix the copyright holder from matrix.org to OpenMarket Ltd, as matrix.org has... | Matthew Hodgson | 2014-09-03 | 9 | -9/+9 |
| * | Add support for room names | Erik Johnston | 2014-09-03 | 1 | -1/+14 |
| * | Do not define power level limits in setUserPowerLevel. Update the function to... | Emmanuel ROHEE | 2014-09-03 | 1 | -34/+2 |
| * | Added /deop $user_id | Emmanuel ROHEE | 2014-09-03 | 1 | -2/+27 |
| * | BF: Do not be polluted by ops events that come when paginating back | Emmanuel ROHEE | 2014-09-03 | 1 | -2/+5 |
| * | Added /op $user_id $powerLevel | Emmanuel ROHEE | 2014-09-03 | 2 | -6/+42 |
| * | Added /ban command | Emmanuel ROHEE | 2014-09-03 | 1 | -1/+13 |
* | | Make registering and logging in with a threepid work in the webclient. | David Baker | 2014-09-03 | 1 | -4/+10 |
|/ |
|
* | Handle "m.room.create" in order to inform controllers about new rooms | Emmanuel ROHEE | 2014-09-02 | 1 | -2/+14 |
* | Represent user power level in a room by a red bar at the bottom of his avatar... | Emmanuel ROHEE | 2014-09-02 | 2 | -0/+42 |
* | change the world: make the default matrix API URL prefix /_matrix rather than... | Matthew Hodgson | 2014-08-31 | 2 | -7/+7 |
* | nasty big monolithic commit of a whole bunch of UI/UX improvements: | Matthew Hodgson | 2014-08-31 | 1 | -5/+9 |
* | Give basic feedback on the state of VoIP calls in the UI. | David Baker | 2014-08-29 | 1 | -1/+2 |
* | better support for call hangups | David Baker | 2014-08-29 | 1 | -16/+16 |
* | The away state is unavailable not offline | Emmanuel ROHEE | 2014-08-29 | 1 | -7/+7 |
* | Oops, forgot a s/sendObject/sendEvent/ - make messages work again! | David Baker | 2014-08-29 | 1 | -1/+1 |
* | Don't break if the call ends before it connects | David Baker | 2014-08-29 | 1 | -12/+20 |
* | Change call signalling messages to be their own types of room events rather t... | David Baker | 2014-08-29 | 4 | -17/+26 |
* | Merge branch 'voip' into develop | David Baker | 2014-08-29 | 3 | -1/+332 |
|\ |
|
| * | More basic functionality for voip calls (like hanging up) | David Baker | 2014-08-29 | 2 | -4/+68 |
| * | First basic working VoIP call support | David Baker | 2014-08-28 | 2 | -15/+134 |
| * | WIP voip support on web client | David Baker | 2014-08-27 | 3 | -1/+149 |
* | | Added a timeout(40s) to $http stream requests (/events) in order to be notifi... | Emmanuel ROHEE | 2014-08-29 | 2 | -10/+27 |
* | | Renamed matrixService.assignRoomAliases into getRoomAliasAndDisplayName | Emmanuel ROHEE | 2014-08-29 | 1 | -26/+30 |
* | | Added waitForInitialSyncCompletion so that clients can know when they can acc... | Emmanuel ROHEE | 2014-08-28 | 2 | -9/+24 |
* | | BF: Made member events parsing work (handleEvents expects an array of events) | Emmanuel ROHEE | 2014-08-28 | 1 | -8/+4 |
|/ |
|
* | Moved assignRoomAliases into a central piece: matrixService for now | Emmanuel ROHEE | 2014-08-27 | 1 | -0/+34 |
* | Support limit and feedback param of initialSync | Emmanuel ROHEE | 2014-08-27 | 1 | -2/+11 |
* | Renamed /ds to /directory | Kegan Dougal | 2014-08-27 | 1 | -1/+1 |
* | Renamed /public/rooms to /publicRooms | Kegan Dougal | 2014-08-27 | 1 | -1/+1 |
* | fix joining rooms on webclient | David Baker | 2014-08-27 | 1 | -1/+2 |
* | Renamed /rooms to /createRoom. Removed ability to PUT raw room IDs, and remov... | Kegan Dougal | 2014-08-27 | 1 | -1/+1 |
* | Removed MessageRestServlet, use RoomSendEventRestServlet instead. Updated cmd... | Kegan Dougal | 2014-08-26 | 1 | -6/+5 |
* | Renaming: /im/sync >> /initialSync. /rooms/$roomid/members/list >> /rooms/$ro... | Kegan Dougal | 2014-08-26 | 1 | -3/+3 |
* | Determine and send user presence state | Emmanuel ROHEE | 2014-08-26 | 2 | -0/+130 |
* | webclient: Updated to use /rooms/$roomid/[invite|join|leave] | Kegan Dougal | 2014-08-26 | 1 | -7/+11 |
* | Adjusted webclient to use new state paths. Updated membership msg template to... | Kegan Dougal | 2014-08-26 | 2 | -39/+12 |
* | Merge branch 'develop' of github.com:matrix-org/synapse into release-v0.0.1 | Erik Johnston | 2014-08-22 | 1 | -5/+13 |
|\ |
|
| * | Update web client to use new IS API. | David Baker | 2014-08-22 | 1 | -5/+13 |
* | | Keep track of people's presence and query that when we update the members list. | Erik Johnston | 2014-08-22 | 1 | -0/+3 |
* | | Reinitialize room when creating a RoomController so that we start off with a ... | Erik Johnston | 2014-08-22 | 1 | -1/+11 |
* | | Make the content repo work with in daemon mode. Return the full url on upload... | Erik Johnston | 2014-08-22 | 1 | -1/+1 |
* | | resizeImage: generate an image in the format of the original image. (Tested w... | Emmanuel ROHEE | 2014-08-22 | 1 | -1/+3 |
* | | Safari needs the img.onload event before actually working on the img | Emmanuel ROHEE | 2014-08-22 | 2 | -27/+39 |
* | | actually display room metadata based on m.room.membe events | Matthew Hodgson | 2014-08-21 | 1 | -0/+11 |
* | | Only start event streaming after having set up the controllers. | Erik Johnston | 2014-08-21 | 1 | -0/+10 |
* | | Change webclient to always hit the im sync api before streaming so we get cur... | Erik Johnston | 2014-08-21 | 1 | -6/+35 |
|/ |
|
* | Generate thumbnail client side and send its URL and info with the image messa... | Emmanuel ROHEE | 2014-08-21 | 2 | -6/+137 |
* | Made uploadContent compatible for sending Blob objects | Emmanuel ROHEE | 2014-08-21 | 1 | -4/+22 |
* | Added resizeImage() | Emmanuel ROHEE | 2014-08-21 | 1 | -1/+86 |
* | Send images with their imageInfo (size, mymetype, width & height) | Emmanuel ROHEE | 2014-08-20 | 3 | -4/+57 |
* | Merge branch 'master' of github.com:matrix-org/synapse into sql_refactor | Erik Johnston | 2014-08-19 | 1 | -3/+1 |
|\ |
|
| * | Cleaned dead code | Emmanuel ROHEE | 2014-08-19 | 1 | -3/+1 |
* | | Merge branch 'master' of github.com:matrix-org/synapse into sql_refactor | Erik Johnston | 2014-08-19 | 3 | -19/+44 |
|\| |
|
| * | Change mouse cursor to pointer on elements user can click on | Emmanuel ROHEE | 2014-08-19 | 1 | -1/+4 |
| * | Implemented GETs for the ContentRepoResource. It all actually appears to be w... | Kegan Dougal | 2014-08-18 | 1 | -2/+3 |
| * | Auth content uploads. Added a mapping function from request > filename. Added... | Kegan Dougal | 2014-08-18 | 2 | -18/+29 |
| * | Support room alias in rooms URL (ex: http://127.0.0.1:8000/#/room/#public:loc... | Emmanuel ROHEE | 2014-08-18 | 1 | -0/+10 |
* | | Change the way pagination works to support out of order events. | Erik Johnston | 2014-08-19 | 2 | -3/+2 |
|/ |
|
* | Increase /events timeout to 30 secs. We don't need it so low anymore to get a... | Kegan Dougal | 2014-08-18 | 1 | -1/+1 |
* | Do not start the event stream if the user is not logged in (=if he does not h... | Emmanuel ROHEE | 2014-08-18 | 1 | -5/+14 |
* | When new invites come down, update the My Rooms list. Added hacks to make the... | Kegan Dougal | 2014-08-15 | 1 | -8/+11 |
* | Remove old polling stuff from RoomController. Added service comments. Do not ... | Kegan Dougal | 2014-08-15 | 2 | -4/+17 |
* | Event streaming now happens on an app level, rather than a per-room level. Ma... | Kegan Dougal | 2014-08-15 | 1 | -5/+57 |
* | Store messages in $rootScope so they can be accessed from multiple controller... | Kegan Dougal | 2014-08-15 | 1 | -2/+24 |
* | Added event handler service which.. handles events. More specifically, it $br... | Kegan Dougal | 2014-08-15 | 2 | -4/+100 |
* | Added event stream service which neatly blobs together requests / state for t... | Kegan Dougal | 2014-08-15 | 2 | -0/+78 |
* | Create a temporary upload service server side (by hacking demos/webserver.py)... | Emmanuel ROHEE | 2014-08-14 | 1 | -0/+47 |
* | webclient: You can now paginate in rooms. Defaults to 10 messages, with a but... | Kegan Dougal | 2014-08-14 | 1 | -0/+11 |
* | Move the unknown token broadcast to the interceptor. Return the $http promise... | Kegan Dougal | 2014-08-14 | 1 | -20/+1 |
* | Detect when the user access token is no more valid and log the user out in th... | Emmanuel ROHEE | 2014-08-14 | 1 | -2/+12 |
* | Created m-file-input. A directive to open a file selection dialog on whatever... | Emmanuel ROHEE | 2014-08-14 | 1 | -0/+43 |
* | Room: Added a text input to type an image URL in order to send an image message | Emmanuel ROHEE | 2014-08-13 | 1 | -0/+11 |
* | add in copyrights to everything, not just the synapse subdir, and add a copyr... | Matthew Hodgson | 2014-08-13 | 1 | -0/+16 |
* | Fix the 'Go to room' button to use the correct room alias api | Erik Johnston | 2014-08-12 | 1 | -0/+9 |
* | Reference Matrix Home Server | matrix.org | 2014-08-12 | 1 | -0/+307 |