summary refs log tree commit diff
path: root/src/RegisterPage.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix registration on matrix.orgNicolas Werner2021-11-031-4/+0
| | | | | | | | 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-59/+59
|
* Make things private slotsCallum Brown2021-08-051-2/+1
|
* Reorganise src/RegisterPage.cppCallum Brown2021-08-021-12/+25
|
* Do a .well-known lookup during registrationCallum Brown2021-06-031-0/+5
|
* Give registration server input its own error labelCallum Brown2021-06-031-0/+1
|
* Update license headersNicolas Werner2021-03-051-16/+4
|
* Improve Register page (#346)Kirillpt2020-11-301-2/+8
| | | | | | | | | | | | | | | | | | | | | | | | | * 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>
* Improve compile times a tiny bitNicolas Werner2020-05-261-2/+5
|
* Fix RegistrationNicolas Werner2020-02-231-1/+6
| | | | | fixes #97 fixes #51
* modernize: use nullptrNicolas Werner2020-02-041-1/+1
|
* Remove captcha dialog from the member listKonstantinos Sideris2018-09-051-7/+0
|
* Simplify dialog creationKonstantinos Sideris2018-08-111-1/+0
|
* Move all files under src/Konstantinos Sideris2018-07-171-0/+84