| Commit message (Expand) | Author | Age | Files | Lines |
* | Set required environment variables for e2e testing. | Kegan Dougal | 2014-09-22 | 1 | -1/+1 |
* | Added instructions for setting up captcha in an obviously named file. | Kegan Dougal | 2014-09-05 | 1 | -0/+8 |
* | Reload captchas when they fail. Cleanup on success. | Kegan Dougal | 2014-09-05 | 1 | -0/+9 |
* | Added webclient config.js for storing recaptcha public key. | Kegan Dougal | 2014-09-05 | 1 | -2/+13 |
* | Modified matrixService.register to specify if captcha results should be sent ... | Kegan Dougal | 2014-09-05 | 1 | -2/+6 |
* | Added basic captcha, not hooked up | Kegan Dougal | 2014-09-05 | 2 | -2/+18 |
* | hide the forgot password link until it works | David Baker | 2014-09-05 | 1 | -2/+2 |
* | Fixed registration flow when registering with matrixID & password and no email | Emmanuel ROHEE | 2014-09-04 | 1 | -1/+1 |
* | Merge branch 'develop' of github.com:matrix-org/synapse into develop | David Baker | 2014-09-03 | 2 | -2/+2 |
|\ |
|
| * | fix the copyright holder from matrix.org to OpenMarket Ltd, as matrix.org has... | Matthew Hodgson | 2014-09-03 | 2 | -2/+2 |
* | | Make registering and logging in with a threepid work in the webclient. | David Baker | 2014-09-03 | 3 | -22/+102 |
|/ |
|
* | Hide the email textbox during registeration has it has not been wired up yet. | Erik Johnston | 2014-09-02 | 1 | -2/+2 |
* | make the little logos clickable for Erik | Matthew Hodgson | 2014-09-01 | 2 | -3/+3 |
* | BF: Pass desired_user_id to register API. And update the app header to avoid ... | Emmanuel ROHEE | 2014-09-01 | 1 | -2/+6 |
* | licenses, please... | Matthew Hodgson | 2014-09-01 | 2 | -2/+32 |
* | don't make HS ports explicit if it's the default for the protocol | Matthew Hodgson | 2014-08-31 | 2 | -2/+8 |
* | nasty big monolithic commit of a whole bunch of UI/UX improvements: | Matthew Hodgson | 2014-08-31 | 2 | -95/+52 |
* | factor out the signup process into its own controller | Matthew Hodgson | 2014-08-31 | 2 | -0/+127 |
* | Merge remote-tracking branch 'origin/hotfixes-0.0.1' into develop | Emmanuel ROHEE | 2014-08-25 | 1 | -1/+3 |
|\ |
|
| * | very quick and dirty responsive design for iPhones | Matthew Hodgson | 2014-08-23 | 1 | -1/+3 |
* | | Merge branch 'settings-page' into develop | Emmanuel ROHEE | 2014-08-22 | 1 | -2/+2 |
|\ \
| |/
|/| |
|
| * | Use /home everywhere | Emmanuel ROHEE | 2014-08-22 | 1 | -2/+2 |
* | | Merge branch 'develop' of github.com:matrix-org/synapse into release-v0.0.1 | Erik Johnston | 2014-08-22 | 1 | -0/+2 |
|\ \
| |/
|/| |
|
| * | Update web client to use new IS API. | David Baker | 2014-08-22 | 1 | -0/+2 |
* | | Use $location.url instead of $location.path to get clean page URL without has... | Emmanuel ROHEE | 2014-08-22 | 1 | -2/+2 |
|/ |
|
* | unbreak login sequence (which spuriously required a sydent server to be speci... | Matthew Hodgson | 2014-08-17 | 1 | -2/+2 |
* | merge weirdness | Matthew Hodgson | 2014-08-16 | 1 | -1/+1 |
* | switch some elements from being styled by class to styled by id | Matthew Hodgson | 2014-08-15 | 1 | -2/+2 |
* | Event streaming now happens on an app level, rather than a per-room level. Ma... | Kegan Dougal | 2014-08-15 | 1 | -3/+4 |
* | Pass back the user_id in the response to /login in case it has changed. Store... | Kegan Dougal | 2014-08-14 | 2 | -2/+2 |
* | hs: Make /login accept full user IDs or just local parts. webclient: Only ena... | Kegan Dougal | 2014-08-14 | 2 | -7/+1 |
* | Auto-correct the username when logging in if there isn't an @ | Kegan Dougal | 2014-08-14 | 1 | -0/+6 |
* | Be more helpful when failing to register/login, stating why (communication er... | Kegan Dougal | 2014-08-14 | 1 | -4/+16 |
* | Added extra nesting .data and rename callback to be response not data | Kegan Dougal | 2014-08-14 | 1 | -2/+2 |
* | Move the unknown token broadcast to the interceptor. Return the $http promise... | Kegan Dougal | 2014-08-14 | 2 | -5/+10 |
* | Guess the home server URL on the login screen by inspecting the URL of the we... | Kegan Dougal | 2014-08-14 | 1 | -1/+9 |
* | completely change the CSS to be an entirely 'position: absolute' layout rathe... | Matthew Hodgson | 2014-08-14 | 1 | -0/+2 |
* | Reference Matrix Home Server | matrix.org | 2014-08-12 | 2 | -0/+132 |