summary refs log tree commit diff
path: root/webclient/js/ng-infinite-scroll-matrix.js (unfollow)
Commit message (Collapse)AuthorFilesLines
2014-09-11Fix bug where web client wold break trying to add the earliest token without ↵David Baker1-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-11Clearly show when an user cannot join a room.Emmanuel ROHEE2-10/+39
In realtime show who kicked or banned him.
2014-09-11start towards glare support (currently not much better but no worse than ↵David Baker3-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-11Added support of copy/paste of multi lines contentEmmanuel ROHEE2-1/+7
2014-09-11Use autofill-event.js to workaround browsers issue: Form model doesn't ↵Emmanuel ROHEE2-0/+118
update on autocomplete https://github.com/angular/angular.js/issues/1460
2014-09-11Invite: reset the input when the invitation has been doneEmmanuel ROHEE2-5/+6
2014-09-11Enable enter key in the invite inputEmmanuel ROHEE1-1/+1
2014-09-11On member avatar mouseover, show user_id and power levelEmmanuel ROHEE1-1/+1
2014-09-11Room topic: if the request fails, show the error in the feedbackEmmanuel ROHEE1-1/+8
2014-09-11BF: made input autofocus work when opening the room topic inputEmmanuel ROHEE2-2/+6
2014-09-11Show room topic change in the chat history and in the recentsEmmanuel ROHEE4-4/+35
2014-09-11getRoomEventIndex: improved speed for what it is usedEmmanuel ROHEE1-3/+4
2014-09-10Show echoed emote with transparencyEmmanuel ROHEE1-1/+4
2014-09-10Reenabled transparent echo message. It turns to opaque without flickering now.Emmanuel ROHEE2-19/+40
2014-09-10Clean previous request feedback when doing a new requestEmmanuel ROHEE1-0/+3
2014-09-10BF: Made /op work when providing no power value. 50 is used as default in ↵Emmanuel ROHEE1-1/+1
this case
2014-09-10Made users count auto updating. Do show it if the info is not available ↵Emmanuel ROHEE2-12/+30
(ex:user has not joined the room yet)
2014-09-10Animation on call end icon.David Baker4-16/+14
2014-09-10Upgrade angularjs to 1.3.0-rc1 since this is new developmentDavid Baker8-3414/+6346
2014-09-10Member event: store use the the latest oneEmmanuel ROHEE1-2/+7
2014-09-10Removed wrong comments about recents-controller.js: it uses $rootScope.rooms ↵Emmanuel ROHEE2-25/+2
not $rootScope.events.rooms managed by event-handler-service.js and used by other controllers
2014-09-10dedup events: state events conflict with messages events. Do not consider ↵Emmanuel ROHEE1-7/+9
them in deduplication
2014-09-10Reenabled handle of room states events in initialSync but do not add them to ↵Emmanuel ROHEE2-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-10Presence events do not have event id. Do not discard themEmmanuel ROHEE1-2/+2