Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 ↵ | Kegan Dougal | 2014-08-27 | 1 | -1/+1 |
| | | | | removed tests which tested that. Updated cmdclient and webclient. | ||||
* | Removed MessageRestServlet, use RoomSendEventRestServlet instead. Updated ↵ | Kegan Dougal | 2014-08-26 | 1 | -6/+5 |
| | | | | cmdclient, tests and webclient. All appears to work. | ||||
* | Renaming: /im/sync >> /initialSync. /rooms/$roomid/members/list >> ↵ | Kegan Dougal | 2014-08-26 | 1 | -3/+3 |
| | | | | /rooms/$roomid/members. /rooms$roomid/messages/list >> /room/$roomid/messages. Updated cmdclient, tests and webclient. | ||||
* | 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 ↵ | Kegan Dougal | 2014-08-26 | 2 | -39/+12 |
| | | | | to actually show the person invited. Factored out common membership functions in matrix service. | ||||
* | 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 |
| | | | | | | | | clean slate, as it expects/ | ||||
* | | Make the content repo work with in daemon mode. Return the full url on ↵ | Erik Johnston | 2014-08-22 | 1 | -1/+1 |
| | | | | | | | | upload. Update the webclient to use new content repo api. | ||||
* | | resizeImage: generate an image in the format of the original image. (Tested ↵ | Emmanuel ROHEE | 2014-08-22 | 1 | -1/+3 |
| | | | | | | | | with tranparent PNG, transparent GIF, BMP, JPEG) | ||||
* | | 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 ↵ | Erik Johnston | 2014-08-21 | 1 | -6/+35 |
|/ | | | | current presence state | ||||
* | Generate thumbnail client side and send its URL and info with the image ↵ | Emmanuel ROHEE | 2014-08-21 | 2 | -6/+137 |
| | | | | message body | ||||
* | 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 |
|\| | | | | | | | | | | | | | Conflicts: tests/rest/test_presence.py tests/rest/test_rooms.py tests/utils.py | ||||
| * | 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 ↵ | Kegan Dougal | 2014-08-18 | 1 | -2/+3 |
| | | | | | | | | working. | ||||
| * | Auth content uploads. Added a mapping function from request > filename. ↵ | Kegan Dougal | 2014-08-18 | 2 | -18/+29 |
| | | | | | | | | Added exception handling for content uploads. webclient: Only prefix the client API path on doRequest, not doBaseRequest (this would've broken the identity server auth too). Added matrixService.uploadContent. May not require mFileUpload anymore. | ||||
| * | Support room alias in rooms URL (ex: ↵ | Emmanuel ROHEE | 2014-08-18 | 1 | -0/+10 |
| | | | | | | | | http://127.0.0.1:8000/#/room/#public:localhost:8080) | ||||
* | | 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 ↵ | Kegan Dougal | 2014-08-18 | 1 | -1/+1 |
| | | | | around request suppression when changing rooms, since there is just a single event stream now. | ||||
* | Do not start the event stream if the user is not logged in (=if he does not ↵ | Emmanuel ROHEE | 2014-08-18 | 1 | -5/+14 |
| | | | | | | has an access token yet) Add isUserLoggedIn to check this. | ||||
* | When new invites come down, update the My Rooms list. Added hacks to make ↵ | Kegan Dougal | 2014-08-15 | 1 | -8/+11 |
| | | | | the display name a bit nicer (/im/sync needs to return room aliases / membership events better) | ||||
* | Remove old polling stuff from RoomController. Added service comments. Do not ↵ | Kegan Dougal | 2014-08-15 | 2 | -4/+17 |
| | | | | start the event stream on startup unless you have credentials. | ||||
* | Event streaming now happens on an app level, rather than a per-room level. ↵ | Kegan Dougal | 2014-08-15 | 1 | -5/+57 |
| | | | | Make eventStreamService manage it's own repolling provided no one calls stop() on it. Couple the stream with eventHandlerService so any controller can just blithely call eventStreamService.resume() and expect to 'get stuff' without having to handle promises (though resume() still returns a promise for that request and proxies it through $q). Kill and reset the stream if you logout. | ||||
* | Store messages in $rootScope so they can be accessed from multiple ↵ | Kegan Dougal | 2014-08-15 | 1 | -2/+24 |
| | | | | controllers without duplicated storage for each. This also gives updates. | ||||
* | Added event handler service which.. handles events. More specifically, it ↵ | Kegan Dougal | 2014-08-15 | 2 | -4/+100 |
| | | | | $broadcasts events depending on their type, and does processing on events (shuffling keys, adding events to $rootScope so displays will automatically update, sending delivery receipts, and so on). Some of this logic was previously contained in the RoomController, which fails the moment you add >1 room into the mix, hence requiring a Service to handle events, rather than having each individual controller maintain their part of the world. | ||||
* | Added event stream service which neatly blobs together requests / state for ↵ | Kegan Dougal | 2014-08-15 | 2 | -0/+78 |
| | | | | the event stream. This depends on matrix service to do the actual hit. Currently this has exactly the same behaviour as before. | ||||
* | Create a temporary upload service server side (by hacking ↵ | Emmanuel ROHEE | 2014-08-14 | 1 | -0/+47 |
| | | | | demos/webserver.py) and client side with an angularjs service component. | ||||
* | webclient: You can now paginate in rooms. Defaults to 10 messages, with a ↵ | Kegan Dougal | 2014-08-14 | 1 | -0/+11 |
| | | | | button to get more (needs to be hooked into infini-scrolling). | ||||
* | Move the unknown token broadcast to the interceptor. Return the $http ↵ | Kegan Dougal | 2014-08-14 | 1 | -20/+1 |
| | | | | promise and not a wrapped one via $q. Everything now needs a level deeper nesting. Fixed registration and login. | ||||
* | Detect when the user access token is no more valid and log the user out in ↵ | Emmanuel ROHEE | 2014-08-14 | 1 | -2/+12 |
| | | | | this case | ||||
* | Created m-file-input. A directive to open a file selection dialog on ↵ | Emmanuel ROHEE | 2014-08-14 | 1 | -0/+43 |
| | | | | whatever HTML element | ||||
* | 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 ↵ | Matthew Hodgson | 2014-08-13 | 1 | -0/+16 |
| | | | | copyrighter.pl whilst we're at it | ||||
* | 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 |