summary refs log tree commit diff
path: root/webclient/components (follow)
Commit message (Expand)AuthorAgeFilesLines
* dedup all eventsMatthew Hodgson2014-09-061-31/+42
* handle m.room.aliases for id<->alias mapping; remove local_storage map; stop ...Matthew Hodgson2014-09-063-3/+40
* Added captcha support on both the HS and web client.Kegan Dougal2014-09-051-4/+21
|\
| * Added a captcha config to the HS, to enable registration captcha checking and...Kegan Dougal2014-09-051-1/+0
| * Modified matrixService.register to specify if captcha results should be sent ...Kegan Dougal2014-09-051-4/+22
* | Better call bar (visually: still lacks ring[back] tones).David Baker2014-09-062-2/+12
|/
* Created kick & unban methods in matrixService. Made some factorisation.Emmanuel ROHEE2014-09-051-11/+21
* BF: Make /unban work againEmmanuel ROHEE2014-09-051-1/+1
* Fixed empty display name (content.displayname in a room member can be null)Emmanuel ROHEE2014-09-051-1/+3
* Revert "Fixed empty display name (content.displayname in a room member can be...Emmanuel ROHEE2014-09-051-6/+0
* Fixed empty display name (content.displayname in a room member can be null)Emmanuel ROHEE2014-09-051-0/+6
* switch IRC-style command parser to use regexps rather than split(" ") so that...Matthew Hodgson2014-09-041-3/+8
* BF: presence PUT requests stopped to work with old "state" param yesterday ev...Emmanuel ROHEE2014-09-041-1/+1
* Added mUserDisplayName, a filter to resolve a user display name from a user_idEmmanuel ROHEE2014-09-041-0/+33
* Moved mRoomName filter into matrix-filter.js, a place for all generic filters...Emmanuel ROHEE2014-09-041-0/+100
* Merge branch 'develop' of github.com:matrix-org/synapse into developDavid Baker2014-09-039-17/+86
|\
| * Fix ban pathErik Johnston2014-09-031-1/+1
| * Fix a few cases where we used user_id instead of state_keyErik Johnston2014-09-031-1/+1
| * Use /rooms/$room_id/state/m.room.member/$user_id to change the membership of ...Emmanuel ROHEE2014-09-031-1/+13
| * fix the copyright holder from matrix.org to OpenMarket Ltd, as matrix.org has...Matthew Hodgson2014-09-039-9/+9
| * Add support for room namesErik Johnston2014-09-031-1/+14
| * Do not define power level limits in setUserPowerLevel. Update the function to...Emmanuel ROHEE2014-09-031-34/+2
| * Added /deop $user_idEmmanuel ROHEE2014-09-031-2/+27
| * BF: Do not be polluted by ops events that come when paginating backEmmanuel ROHEE2014-09-031-2/+5
| * Added /op $user_id $powerLevelEmmanuel ROHEE2014-09-032-6/+42
| * Added /ban commandEmmanuel ROHEE2014-09-031-1/+13
* | Make registering and logging in with a threepid work in the webclient.David Baker2014-09-031-4/+10
|/
* Handle "m.room.create" in order to inform controllers about new roomsEmmanuel ROHEE2014-09-021-2/+14
* Represent user power level in a room by a red bar at the bottom of his avatar...Emmanuel ROHEE2014-09-022-0/+42
* change the world: make the default matrix API URL prefix /_matrix rather than...Matthew Hodgson2014-08-312-7/+7
* nasty big monolithic commit of a whole bunch of UI/UX improvements:Matthew Hodgson2014-08-311-5/+9
* Give basic feedback on the state of VoIP calls in the UI.David Baker2014-08-291-1/+2
* better support for call hangupsDavid Baker2014-08-291-16/+16
* The away state is unavailable not offlineEmmanuel ROHEE2014-08-291-7/+7
* Oops, forgot a s/sendObject/sendEvent/ - make messages work again!David Baker2014-08-291-1/+1
* Don't break if the call ends before it connectsDavid Baker2014-08-291-12/+20
* Change call signalling messages to be their own types of room events rather t...David Baker2014-08-294-17/+26
* Merge branch 'voip' into developDavid Baker2014-08-293-1/+332
|\
| * More basic functionality for voip calls (like hanging up)David Baker2014-08-292-4/+68
| * First basic working VoIP call supportDavid Baker2014-08-282-15/+134
| * WIP voip support on web clientDavid Baker2014-08-273-1/+149
* | Added a timeout(40s) to $http stream requests (/events) in order to be notifi...Emmanuel ROHEE2014-08-292-10/+27
* | Renamed matrixService.assignRoomAliases into getRoomAliasAndDisplayNameEmmanuel ROHEE2014-08-291-26/+30
* | Added waitForInitialSyncCompletion so that clients can know when they can acc...Emmanuel ROHEE2014-08-282-9/+24
* | BF: Made member events parsing work (handleEvents expects an array of events)Emmanuel ROHEE2014-08-281-8/+4
|/
* Moved assignRoomAliases into a central piece: matrixService for nowEmmanuel ROHEE2014-08-271-0/+34
* Support limit and feedback param of initialSyncEmmanuel ROHEE2014-08-271-2/+11
* Renamed /ds to /directoryKegan Dougal2014-08-271-1/+1
* Renamed /public/rooms to /publicRoomsKegan Dougal2014-08-271-1/+1
* fix joining rooms on webclientDavid Baker2014-08-271-1/+2
* Renamed /rooms to /createRoom. Removed ability to PUT raw room IDs, and remov...Kegan Dougal2014-08-271-1/+1
* Removed MessageRestServlet, use RoomSendEventRestServlet instead. Updated cmd...Kegan Dougal2014-08-261-6/+5
* Renaming: /im/sync >> /initialSync. /rooms/$roomid/members/list >> /rooms/$ro...Kegan Dougal2014-08-261-3/+3
* Determine and send user presence stateEmmanuel ROHEE2014-08-262-0/+130
* webclient: Updated to use /rooms/$roomid/[invite|join|leave]Kegan Dougal2014-08-261-7/+11
* Adjusted webclient to use new state paths. Updated membership msg template to...Kegan Dougal2014-08-262-39/+12
* Merge branch 'develop' of github.com:matrix-org/synapse into release-v0.0.1Erik Johnston2014-08-221-5/+13
|\
| * Update web client to use new IS API.David Baker2014-08-221-5/+13
* | Keep track of people's presence and query that when we update the members list.Erik Johnston2014-08-221-0/+3
* | Reinitialize room when creating a RoomController so that we start off with a ...Erik Johnston2014-08-221-1/+11
* | Make the content repo work with in daemon mode. Return the full url on upload...Erik Johnston2014-08-221-1/+1
* | resizeImage: generate an image in the format of the original image. (Tested w...Emmanuel ROHEE2014-08-221-1/+3
* | Safari needs the img.onload event before actually working on the imgEmmanuel ROHEE2014-08-222-27/+39
* | actually display room metadata based on m.room.membe eventsMatthew Hodgson2014-08-211-0/+11
* | Only start event streaming after having set up the controllers.Erik Johnston2014-08-211-0/+10
* | Change webclient to always hit the im sync api before streaming so we get cur...Erik Johnston2014-08-211-6/+35
|/
* Generate thumbnail client side and send its URL and info with the image messa...Emmanuel ROHEE2014-08-212-6/+137
* Made uploadContent compatible for sending Blob objectsEmmanuel ROHEE2014-08-211-4/+22
* Added resizeImage()Emmanuel ROHEE2014-08-211-1/+86
* Send images with their imageInfo (size, mymetype, width & height)Emmanuel ROHEE2014-08-203-4/+57
* Merge branch 'master' of github.com:matrix-org/synapse into sql_refactorErik Johnston2014-08-191-3/+1
|\
| * Cleaned dead codeEmmanuel ROHEE2014-08-191-3/+1
* | Merge branch 'master' of github.com:matrix-org/synapse into sql_refactorErik Johnston2014-08-193-19/+44
|\|
| * Change mouse cursor to pointer on elements user can click onEmmanuel ROHEE2014-08-191-1/+4
| * Implemented GETs for the ContentRepoResource. It all actually appears to be w...Kegan Dougal2014-08-181-2/+3
| * Auth content uploads. Added a mapping function from request > filename. Added...Kegan Dougal2014-08-182-18/+29
| * Support room alias in rooms URL (ex: http://127.0.0.1:8000/#/room/#public:loc...Emmanuel ROHEE2014-08-181-0/+10
* | Change the way pagination works to support out of order events.Erik Johnston2014-08-192-3/+2
|/
* Increase /events timeout to 30 secs. We don't need it so low anymore to get a...Kegan Dougal2014-08-181-1/+1
* Do not start the event stream if the user is not logged in (=if he does not h...Emmanuel ROHEE2014-08-181-5/+14
* When new invites come down, update the My Rooms list. Added hacks to make the...Kegan Dougal2014-08-151-8/+11
* Remove old polling stuff from RoomController. Added service comments. Do not ...Kegan Dougal2014-08-152-4/+17
* Event streaming now happens on an app level, rather than a per-room level. Ma...Kegan Dougal2014-08-151-5/+57
* Store messages in $rootScope so they can be accessed from multiple controller...Kegan Dougal2014-08-151-2/+24
* Added event handler service which.. handles events. More specifically, it $br...Kegan Dougal2014-08-152-4/+100
* Added event stream service which neatly blobs together requests / state for t...Kegan Dougal2014-08-152-0/+78
* Create a temporary upload service server side (by hacking demos/webserver.py)...Emmanuel ROHEE2014-08-141-0/+47
* webclient: You can now paginate in rooms. Defaults to 10 messages, with a but...Kegan Dougal2014-08-141-0/+11
* Move the unknown token broadcast to the interceptor. Return the $http promise...Kegan Dougal2014-08-141-20/+1
* Detect when the user access token is no more valid and log the user out in th...Emmanuel ROHEE2014-08-141-2/+12
* Created m-file-input. A directive to open a file selection dialog on whatever...Emmanuel ROHEE2014-08-141-0/+43
* Room: Added a text input to type an image URL in order to send an image messageEmmanuel ROHEE2014-08-131-0/+11
* add in copyrights to everything, not just the synapse subdir, and add a copyr...Matthew Hodgson2014-08-131-0/+16
* Fix the 'Go to room' button to use the correct room alias apiErik Johnston2014-08-121-0/+9
* Reference Matrix Home Servermatrix.org2014-08-121-0/+307