summary refs log tree commit diff
path: root/webclient/js/angular-route.js (unfollow)
Commit message (Collapse)AuthorFilesLines
2014-09-04Add version 0 of the VoIP specification.David Baker1-11/+97
2014-09-04BF: presence PUT requests stopped to work with old "state" param yesterday ↵Emmanuel ROHEE1-1/+1
evening :( -https://github.com/matrix-org/synapse/commit/cda31fb7553ba3d880de09a464ae3b62ea6632fc?diff=unified
2014-09-04BF: presence PUT requests stopped to work with old "state" param yesterday ↵Emmanuel ROHEE1-1/+1
evening :( -https://github.com/matrix-org/synapse/commit/cda31fb7553ba3d880de09a464ae3b62ea6632fc?diff=unified
2014-09-04Fixed registration flow when registering with matrixID & password and no emailEmmanuel ROHEE1-1/+1
2014-09-04Fixed registration flow when registering with matrixID & password and no emailEmmanuel ROHEE1-1/+1
2014-09-04Added mUserDisplayName, a filter to resolve a user display name from a user_idEmmanuel ROHEE2-9/+42
2014-09-04Moved mRoomName filter into matrix-filter.js, a place for all generic ↵Emmanuel ROHEE7-86/+106
filters using Matrix data.
2014-09-04Re-apply fixes to the link-email screen to make it work again (in a somewhat ↵David Baker2-27/+54
temporary way until home servers sign associations). Unhide the linked emails box.
2014-09-04BF: Do not filter incoming member events. Before, only invitations to the ↵Emmanuel ROHEE1-7/+2
current user were showned in the recents.