summary refs log tree commit diff
path: root/src/RegisterPage.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Require matrix v1.1 or greaterNicolas Werner2022-06-251-34/+54
|
* Fix secrets not loading after registrationNicolas Werner2022-01-291-2/+4
|
* Port registration to QmlNicolas Werner2022-01-281-323/+134
|
* Update year in copyright notice to shut up lint jobNicolas Werner2022-01-011-0/+1
|
* Reserve size of some containers we are fillingNicolas Werner2021-12-291-1/+4
|
* Reduce allocations using QStringLiteralNicolas Werner2021-12-291-6/+6
|
* Fix more warnings and remove dead codeNicolas Werner2021-12-281-0/+2
|
* Some qt6 prepNicolas Werner2021-12-281-3/+1
|
* Switch icon theme to Fluent iconsLoren Burkholder2021-11-171-1/+1
|
* Fix registration on matrix.orgNicolas Werner2021-11-031-113/+10
| | | | | | | | This was a bit of a journey: https://github.com/matrix-org/matrix-doc/pull/3471 But it should work now and we now use the UIAHandler everywhere. fixes #670
* Change indentation to 4 spacesNicolas Werner2021-09-181-402/+389
|
* Run linterCallum Brown2021-08-151-6/+7
|
* Fix cancel button on registration token dialogCallum Brown2021-08-121-4/+15
|
* Use QInputDialog to get registration tokenCallum Brown2021-08-121-17/+5
|
* Support token authenticated registrationCallum Brown2021-08-111-0/+18
| | | | Using a dialog after username and password have been provided.
* Allow all characters when checking server inputCallum Brown2021-08-051-1/+1
| | | | So IDNs are not rejected. Invalid server names will be caught later.
* Reorganise src/RegisterPage.cppCallum Brown2021-08-021-289/+259
|
* Use coeurl for networkingNicolas Werner2021-06-301-10/+7
| | | | | Something is still wrong on shutdown, need to debug that. And CI will fail.
* Do a .well-known lookup during registrationCallum Brown2021-06-031-30/+104
|
* Give registration server input its own error labelCallum Brown2021-06-031-1/+9
|
* Add config option to disable tls validationNicolas Werner2021-03-061-0/+2
|
* Update license headersNicolas Werner2021-03-051-16/+4
|
* change mtxclient url, fix login page assert failure and dendrite ↵Jedi182021-02-251-0/+1
| | | | registration bug
* lintNicolas Werner2020-12-081-1/+3
|
* Improve Register page (#346)Kirillpt2020-11-301-17/+106
| | | | | | | | | | | | | | | | | | | | | | | | | * add username error label, add word wrapping for error labels * make lint * last commits * remove font, and remove some lambdas * add QRegularExpression for regex * improve review things * add isModified() for checkFields() * add check isModified() for all fields in checkFields * Update src/RegisterPage.cpp Co-authored-by: DeepBlueV7.X <nicolas.werner@hotmail.de> * remove emit call for showError Co-authored-by: DeepBlueV7.X <nicolas.werner@hotmail.de>
* Fix Qt5.15 issuesNicolas Werner2020-06-051-4/+4
| | | | fixes #214
* Improve compile times a tiny bitNicolas Werner2020-05-261-0/+1
|
* Translation updatesNicolas Werner2020-05-101-1/+1
|
* Improve Login and Register page hintingNicolas Werner2020-05-091-1/+10
|
* Fix registration on constructNicolas Werner2020-04-171-7/+11
|
* Fix RegistrationNicolas Werner2020-02-231-62/+158
| | | | | fixes #97 fixes #51
* modernize: use nullptrNicolas Werner2020-02-041-4/+4
|
* Remove metatypes from headersNicolas Werner2020-01-311-0/+2
|
* Optimize includes a bitNicolas Werner2020-01-311-0/+1
|
* Remove pixel value from fontsKonstantinos Sideris2018-09-301-1/+0
|
* Close dialogs on confirmationKonstantinos Sideris2018-09-201-1/+1
|
* Remove captcha dialog from the member listKonstantinos Sideris2018-09-051-37/+37
|
* Move all files under src/Konstantinos Sideris2018-07-171-0/+267