summary refs log tree commit diff
path: root/.gitignore (unfollow)
Commit message (Expand)AuthorFilesLines
2014-09-0580 chars pleaseKegan Dougal2-11/+23
2014-09-05Add config opion for XFF headers when performing ReCaptcha auth.Kegan Dougal3-2/+12
2014-09-05Captchas now work on registration. Missing x-forwarded-for config arg support...Kegan Dougal4-7/+115
2014-09-05Added a captcha config to the HS, to enable registration captcha checking and...Kegan Dougal5-3/+44
2014-09-05Added webclient config.js for storing recaptcha public key.Kegan Dougal4-5/+31
2014-09-05Modified matrixService.register to specify if captcha results should be sent ...Kegan Dougal2-6/+28
2014-09-05Added basic captcha, not hooked upKegan Dougal3-3/+20
2014-09-05BF: tab completion did not work with commands. $scope.input contained only th...Emmanuel ROHEE1-1/+10
2014-09-05Empty string is not a valid JSON object, so don't return them in HTTP responses.Erik Johnston3-7/+7
2014-09-05AUth the contents of power level eventsErik Johnston1-1/+72
2014-09-05Change the default power levels to be 0, 50 and 100Erik Johnston2-10/+10
2014-09-05BF: Update the members list on banned & kicked "events"Emmanuel ROHEE1-4/+13
2014-09-05autoscroll down(if the scroller was already at the bottom) when receiving mem...Emmanuel ROHEE1-13/+18
2014-09-05doc: kick can take a reason argEmmanuel ROHEE1-1/+1
2014-09-05Created kick & unban methods in matrixService. Made some factorisation.Emmanuel ROHEE2-23/+24
2014-09-05Added sanity checks in commandsEmmanuel ROHEE1-34/+55
2014-09-05BF: Make /unban work againEmmanuel ROHEE2-2/+2
2014-09-05Display ban & kick reasonEmmanuel ROHEE2-1/+14
2014-09-05Fixed empty display name (content.displayname in a room member can be null)Emmanuel ROHEE1-1/+3
2014-09-05Revert "Fixed empty display name (content.displayname in a room member can be...Emmanuel ROHEE1-6/+0
2014-09-05Fixed empty display name (content.displayname in a room member can be null)Emmanuel ROHEE1-0/+6
2014-09-05Add demo/etc to .gitignoreMark Haines1-0/+1
2014-09-05BF: Fixed members list layout when the scrollbar appearsEmmanuel ROHEE1-1/+3
2014-09-05BF: Show "Bob invited you" in recents when Bob invites the userEmmanuel ROHEE1-1/+5
2014-09-05hide the forgot password link until it worksDavid Baker1-2/+2
2014-09-05Fixed duplicated messages sending in slow network condition.Emmanuel ROHEE3-5/+55
2014-09-05Cleaned all sending references as it not usedEmmanuel ROHEE1-22/+4
2014-09-05Do not systematically scroll to the bottom on new events in the roomEmmanuel ROHEE1-2/+8
2014-09-04merge spec changesMatthew Hodgson1-13/+27
2014-09-04switch IRC-style command parser to use regexps rather than split(" ") so that...Matthew Hodgson2-55/+96
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 ev...Emmanuel ROHEE1-1/+1
2014-09-04BF: presence PUT requests stopped to work with old "state" param yesterday ev...Emmanuel ROHEE1-1/+1
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 filters...Emmanuel ROHEE7-86/+106
2014-09-04Re-apply fixes to the link-email screen to make it work again (in a somewhat ...David Baker2-27/+54
2014-09-04BF: Do not filter incoming member events. Before, only invitations to the cur...Emmanuel ROHEE1-7/+2
2014-09-04Report ban/unban messages to recents listsEmmanuel ROHEE1-8/+19
2014-09-04big warningMatthew Hodgson1-0/+17
2014-09-04target live siteMatthew Hodgson1-2/+2
2014-09-04changelog for v0.2.1Matthew Hodgson1