summary refs log tree commit diff
path: root/src/RegisterPage.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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