summary refs log tree commit diff
path: root/include/LoginPage.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove unnecessary commentsKonstantinos Sideris2017-11-221-1/+1
|
* Fix minor stylistic issues on the nheko themeKonstantinos Sideris2017-11-221-0/+3
|
* Clean up headersKonstantinos Sideris2017-10-281-8/+7
|
* Retry initial sync (#19)Konstantinos Sideris2017-10-201-3/+4
|
* Implement image uploads (#24)Konstantinos Sideris2017-09-101-42/+42
|
* Fix login UXKonstantinos Sideris2017-08-211-0/+2
| | | | | | | The mxid input will not prevent the user from entering any invalid value. closes #22
* Improve login flow (#35)jansol2017-07-081-9/+19
| | | | | * Validate both inferred and explicitly entered server addresses by attempting to call the /versions endpoint * If the domain from the mxid fails validation, try prefixing it with 'matrix' * Only show server address field if address validation ultimately fails
* Replace include guards with #pragma onceKonstantinos Sideris2017-05-161-4/+1
|
* Make InputValidator class members staticKonstantinos Sideris2017-05-141-3/+0
|
* Add settings panel for homeserver's domainKonstantinos Sideris2017-05-091-1/+12
|
* Use only a MatrixClient as a shared pointerKonstantinos Sideris2017-04-111-9/+9
|
* Use Matrix ID for loginKonstantinos Sideris2017-04-101-1/+1
|
* Clear text fields after loginKonstantinos Sideris2017-04-091-0/+2
|
* Initial commitKonstantinos Sideris2017-04-061-0/+80