| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |