summary refs log tree commit diff
path: root/src/RegisterPage.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Make a few headers forward declarationsNicolas Werner2024-03-161-3/+0
|
* Fix login and registration page registrationNicolas Werner2023-06-191-1/+1
|
* Move to automatic type registrationNicolas Werner2023-06-191-0/+2
|
* Get rid of year in license headersNicolas Werner2023-02-211-4/+1
| | | | | | See also: https://daniel.haxx.se/blog/2023/01/08/copyright-without-years/ https://hynek.me/til/copyright-years/
* A whole new year full of excitement and possibilities!Nicolas Werner2023-01-021-0/+1
|
* cppcheck stuff (#1200)Loren Burkholder2022-10-031-5/+6
| | | | | | | | | | | | | | | * cppcheck stuff * Update src/ui/RoomSettings.cpp Co-authored-by: DeepBlueV7.X <nicolas.werner@hotmail.de> * Update src/ui/RoomSettings.cpp Co-authored-by: DeepBlueV7.X <nicolas.werner@hotmail.de> * Fix linting Co-authored-by: DeepBlueV7.X <nicolas.werner@hotmail.de>
* Fix lintingNicolas Werner2022-06-251-5/+5
|
* Require matrix v1.1 or greaterNicolas Werner2022-06-251-6/+6
|
* Fix secrets not loading after registrationNicolas Werner2022-01-291-0/+2
|
* Port registration to QmlNicolas Werner2022-01-281-66/+45
|
* Update year in copyright notice to shut up lint jobNicolas Werner2022-01-011-0/+1
|
* 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