Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2014-09-12 | Send multiple candidates at once instead of all individually. Changes spec ↵ | David Baker | 2 | -9/+58 | |
to include multiple candidates in a candidate(s) message. | |||||
2014-09-12 | Fix bug where we relied on the current_state_events being updated when we ↵ | Erik Johnston | 1 | -2/+2 | |
are handling type specific persistence | |||||
2014-09-12 | Fix bug where we no longer stored user_id on Pdus | Erik Johnston | 1 | -1/+7 | |
2014-09-12 | Make the state resolution use actual power levels rather than taking them ↵ | Erik Johnston | 5 | -127/+194 | |
from a Pdu key. | |||||
2014-09-12 | Fix bug where we incorrectly removed a remote host from the list of hosts in ↵ | Erik Johnston | 1 | -12/+45 | |
a room when any user from that host left that room even if they weren't the last user from that host in that room | |||||
2014-09-12 | Fix bug where we didn't return a tuple when expected. | Erik Johnston | 1 | -1/+1 | |
2014-09-12 | Clean data when user logs out | Emmanuel ROHEE | 4 | -11/+36 | |
2014-09-12 | Retry sending events that fail to send. | David Baker | 1 | -11/+28 | |
2014-09-12 | Fixed displayname resolution of emote sender | Emmanuel ROHEE | 1 | -1/+1 | |
2014-09-12 | Fixed public room name and users count alignement | Emmanuel ROHEE | 2 | -25/+46 | |
Put data into a table to ease layout and manage long strings | |||||
2014-09-12 | Some words about glare | David Baker | 1 | -1/+27 | |
2014-09-12 | Always pick the incoming call if we've not yet sent out our invite, ↵ | David Baker | 2 | -5/+14 | |
otherwise the remorte party will see their call get rejected and our call won't come in until our user clicks allow. | |||||
2014-09-12 | Remove the local AV stream from ourselves when handing it off to a new call ↵ | David Baker | 1 | -0/+6 | |
or we'll close it when we hang up. | |||||
2014-09-12 | CSS m.room.topic and m.room.name events in the history | Emmanuel ROHEE | 1 | -1/+1 | |
2014-09-12 | Handle NAME_EVENT to get room name update event | Emmanuel ROHEE | 1 | -0/+5 | |
(TODO: recents needs to be directly plugged to $rootScope.events.rooms) | |||||
2014-09-12 | Added edition of room name | Emmanuel ROHEE | 4 | -12/+61 | |
2014-09-12 | Show room name updates in room history and recents. | Emmanuel ROHEE | 4 | -38/+50 | |
Update it with the latest value | |||||
2014-09-12 | BF: temp workaround while /initialSync on a particular room is not available | Emmanuel ROHEE | 1 | -0/+5 | |
initRoom on a new room is not called. Call it for any received events | |||||
2014-09-11 | few fixes for errors in glare conditions. still seem to end up with no audio ↵ | David Baker | 2 | -5/+4 | |
if both calls are placed at the same time. | |||||
2014-09-11 | Put back the line that adds the stream to the invite, otherwise ↵ | David Baker | 1 | -0/+1 | |
caller->callee audio won't work... | |||||
2014-09-11 | Fix bug where web client wold break trying to add the earliest token without ↵ | David Baker | 1 | -12/+1 | |
having initialised the room if your first page of history contained only events which didn't call initRoom. Just call initRoom in handleMessages since we use it there rather than leaving it to the individual event handling methods. | |||||
2014-09-11 | Clearly show when an user cannot join a room. | Emmanuel ROHEE | 2 | -10/+39 | |
In realtime show who kicked or banned him. | |||||
2014-09-11 | start towards glare support (currently not much better but no worse than ↵ | David Baker | 3 | -60/+116 | |
before) including fixing a lot of self/var self/this fails that caused chaos when we started to have more than one call in play. | |||||
2014-09-11 | Added support of copy/paste of multi lines content | Emmanuel ROHEE | 2 | -1/+7 | |
2014-09-11 | Use autofill-event.js to workaround browsers issue: Form model doesn't ↵ | Emmanuel ROHEE | 2 | -0/+118 | |
update on autocomplete https://github.com/angular/angular.js/issues/1460 | |||||
2014-09-11 | Invite: reset the input when the invitation has been done | Emmanuel ROHEE | 2 | -5/+6 | |
2014-09-11 | Enable enter key in the invite input | Emmanuel ROHEE | 1 | -1/+1 | |
2014-09-11 | On member avatar mouseover, show user_id and power level | Emmanuel ROHEE | 1 | -1/+1 | |
2014-09-11 | Room topic: if the request fails, show the error in the feedback | Emmanuel ROHEE | 1 | -1/+8 | |
2014-09-11 | BF: made input autofocus work when opening the room topic input | Emmanuel ROHEE | 2 | -2/+6 | |
2014-09-11 | Show room topic change in the chat history and in the recents | Emmanuel ROHEE | 4 | -4/+35 | |
2014-09-11 | getRoomEventIndex: improved speed for what it is used | Emmanuel ROHEE | 1 | -3/+4 | |
2014-09-10 | Show echoed emote with transparency | Emmanuel ROHEE | 1 | -1/+4 | |
2014-09-10 | Reenabled transparent echo message. It turns to opaque without flickering now. | Emmanuel ROHEE | 2 | -19/+40 | |
2014-09-10 | Clean previous request feedback when doing a new request | Emmanuel ROHEE | 1 | -0/+3 | |
2014-09-10 | BF: Made /op work when providing no power value. 50 is used as default in ↵ | Emmanuel ROHEE | 1 | -1/+1 | |
this case | |||||
2014-09-10 | Made users count auto updating. Do show it if the info is not available ↵ | Emmanuel ROHEE | 2 | -12/+30 | |
(ex:user has not joined the room yet) | |||||
2014-09-10 | Animation on call end icon. | David Baker | 4 | -16/+14 | |
2014-09-10 | Upgrade angularjs to 1.3.0-rc1 since this is new development | David Baker | 8 | -3414/+6346 | |
2014-09-10 | Member event: store use the the latest one | Emmanuel ROHEE | 1 | -2/+7 | |
2014-09-10 | Removed wrong comments about recents-controller.js: it uses $rootScope.rooms ↵ | Emmanuel ROHEE | 2 | -25/+2 | |
not $rootScope.events.rooms managed by event-handler-service.js and used by other controllers | |||||
2014-09-10 | dedup events: state events conflict with messages events. Do not consider ↵ | Emmanuel ROHEE | 1 | -7/+9 | |
them in deduplication | |||||
2014-09-10 | Reenabled handle of room states events in initialSync but do not add them to ↵ | Emmanuel ROHEE | 2 | -13/+13 | |
the displayed messages in the room page. Show the m.room.member events only when they come from room.messages (from initialSync of pagination) not from room.state. | |||||
2014-09-10 | Presence events do not have event id. Do not discard them | Emmanuel ROHEE | 1 | -2/+2 | |
2014-09-10 | Add text for incoming calls | David Baker | 1 | -0/+1 | |
2014-09-10 | Show mxid in call bar for users with no displayname | David Baker | 1 | -1/+6 | |
2014-09-10 | Less buggy rejection of calls when busy | David Baker | 2 | -13/+20 | |