summary refs log tree commit diff
path: root/include/LoginPage.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Move all files under src/Konstantinos Sideris2018-07-171-124/+0
* Migrate to mtxclient for the http callsKonstantinos Sideris2018-06-091-4/+29
* Replace shared pointers of MatrixClient with a single instanceKonstantinos Sideris2018-05-081-5/+1
* Implement user registration with reCAPTCHAKonstantinos Sideris2018-03-121-1/+1
* Handle empty matrix ID (regression from 9de1ec1)Konstantinos Sideris2018-03-011-1/+1
* Show loading indicator while waiting for /login & /logoutKonstantinos Sideris2018-02-181-0/+2
* Remove empty destructorsKonstantinos Sideris2018-02-101-1/+0
* 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
* Improve login flow (#35)jansol2017-07-081-9/+19
* 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