summary refs log tree commit diff
path: root/webclient/app-filter.js (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fixed SYWEB-36: use getUserDisplayName for disambiguating display name in mem...Emmanuel ROHEE2014-09-251-22/+0
* SYWEB-28: Fixed weird members list ordering: sort members on their last activ...Emmanuel ROHEE2014-09-231-3/+10
* Partial fix of SYWEB-28: If members do not have last_active_ago, compare thei...Emmanuel ROHEE2014-09-231-1/+17
* Moved mRoomName filter into matrix-filter.js, a place for all generic filters...Emmanuel ROHEE2014-09-041-82/+1
* Fix a few cases where we used user_id instead of state_keyErik Johnston2014-09-031-5/+5
* fix the copyright holder from matrix.org to OpenMarket Ltd, as matrix.org has...Matthew Hodgson2014-09-031-1/+1
* Add support for room namesErik Johnston2014-09-031-1/+6
* roomName directive: Take into account invited users.Emmanuel ROHEE2014-09-021-1/+38
* Follow API renaming. state -> presence. mtime_ago -> last_active_agoEmmanuel ROHEE2014-09-011-1/+1
* Added roomName, a directive to compute a room name based on its alias (not al...Emmanuel ROHEE2014-09-011-0/+39
* add fixme pointing out name disambiguation is a bit flakeyMatthew Hodgson2014-08-221-1/+4
* Add a var.Erik Johnston2014-08-211-1/+1
* File organisation sanity: put directives and filters into dedicated filesEmmanuel ROHEE2014-08-201-0/+79