summary refs log tree commit diff
path: root/src/LoginPage.cc (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Move all files under src/Konstantinos Sideris2018-07-171-318/+0
|
* Remove the v2 namespace from the http clientKonstantinos Sideris2018-07-151-17/+17
|
* Migrate to mtxclient for the http callsKonstantinos Sideris2018-06-091-15/+54
|
* Replace shared pointers of MatrixClient with a single instanceKonstantinos Sideris2018-05-081-13/+12
|
* Implement user registration with reCAPTCHAKonstantinos Sideris2018-03-121-1/+1
| | | | fixes #264
* Don't handle password when the matrix id is enteredKonstantinos Sideris2018-03-041-3/+0
|
* Handle empty matrix ID (regression from 9de1ec1)Konstantinos Sideris2018-03-011-35/+22
| | | | fixes #259
* Propagate errors during /login & /versionsKonstantinos Sideris2018-02-281-12/+0
|
* Fix crash when inviting usersKonstantinos Sideris2018-02-281-3/+12
|
* Show loading indicator while waiting for /login & /logoutKonstantinos Sideris2018-02-181-0/+2
| | | | fixes #208
* Remove empty destructorsKonstantinos Sideris2018-02-101-2/+0
|
* Add dark themeKonstantinos Sideris2017-11-251-1/+0
|
* Remove unnecessary commentsKonstantinos Sideris2017-11-221-16/+1
|
* Fix minor stylistic issues on the nheko themeKonstantinos Sideris2017-11-221-0/+11
|
* Use system color scheme (using a Qt stylesheet) #104Max Sandholm2017-11-161-14/+14
| | | | | | | The color scheme of nheko obeys the default color theme of Qt (i.e. the system theme). It uses a Qt stylesheet to accomplish this, which means replacing the color theme with a custom theme would only be a matter of writing a new style sheet and loading it into the app.
* Use C++11 braced list style (#121)Benjamin Saunders2017-11-051-1/+1
|
* Display user avatar changesKonstantinos Sideris2017-10-281-1/+1
|
* Clean up headersKonstantinos Sideris2017-10-281-2/+6
|
* Fix icons for retina displaysKonstantinos Sideris2017-10-151-5/+5
|
* Remove extra clang-format optionsKonstantinos Sideris2017-10-011-5/+3
|
* Remove unnecessary animationsKonstantinos Sideris2017-09-301-1/+1
|
* Remove off-white colorKonstantinos Sideris2017-09-161-4/+4
|
* Implement image uploads (#24)Konstantinos Sideris2017-09-101-219/+220
|
* Fix login UXKonstantinos Sideris2017-08-211-6/+13
| | | | | | | The mxid input will not prevent the user from entering any invalid value. closes #22
* Small style changeKonstantinos Sideris2017-08-201-12/+21
|
* Use pixels to specify the font sizesKonstantinos Sideris2017-07-151-2/+7
| | | | | | | Basically reverts the last font related commits since pointSize isn't as reliable as pixelSize. Also some layout values (margins, spacings) have been moved out to Config.h.
* LintingKonstantinos Sideris2017-07-091-4/+4
|
* Improve login flow (#35)jansol2017-07-081-47/+119
| | | | | * 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
* Show confirmation dialog on logoutKonstantinos Sideris2017-06-021-3/+0
| | | | | | Minor stylistic refactoring closes #29
* Set up translationsKonstantinos Sideris2017-05-291-6/+6
|
* Minimize to trayKonstantinos Sideris2017-05-211-0/+2
|
* Make InputValidator class members staticKonstantinos Sideris2017-05-141-3/+2
|
* Check for nullptr before deleteKonstantinos Sideris2017-05-101-4/+8
|
* Add settings panel for homeserver's domainKonstantinos Sideris2017-05-091-11/+58
|
* Set text color for QLineEditKonstantinos Sideris2017-05-031-0/+2
|
* Add logo iconsKonstantinos Sideris2017-04-211-5/+5
|
* Use color generator for nick namesKonstantinos Sideris2017-04-141-2/+2
|
* Use light themeKonstantinos Sideris2017-04-141-4/+4
|
* Use only a MatrixClient as a shared pointerKonstantinos Sideris2017-04-111-6/+9
|
* Use Matrix ID for loginKonstantinos Sideris2017-04-101-11/+12
|
* Clear text fields after loginKonstantinos Sideris2017-04-091-0/+6
|
* Use QLabel to display registration errorsKonstantinos Sideris2017-04-071-1/+1
|
* Initial commitKonstantinos Sideris2017-04-061-0/+147