Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
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 | 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 | Improved requests: pagination is done from the data received in initialSync | Emmanuel ROHEE | 3 | -15/+38 | |
2014-09-09 | More rst formatting. | Kegan Dougal | 1 | -5/+6 |