summary refs log tree commit diff
path: root/src/LoginPage.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix login and registration page registrationNicolas Werner2023-06-191-1/+1
|
* Move to automatic type registrationNicolas Werner2023-06-191-5/+3
|
* Recognise OpenBSD on login pageKlemens Nanni2023-02-231-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-4/+4
| | | | | | | | | | | | | | | * 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>
* Allow explicit selection of SSO methodNicolas Werner2022-03-061-2/+25
| | | | fixes #975
* Port registration to QmlNicolas Werner2022-01-281-14/+16
|
* Functional login pageNicolas Werner2022-01-261-56/+76
|
* Update year in copyright notice to shut up lint jobNicolas Werner2022-01-011-0/+1
|
* Change indentation to 4 spacesNicolas Werner2021-09-181-64/+64
|
* 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
* Fix login with SSO and Password supportedNicolas Werner2021-02-191-5/+6
|
* Improve Register page (#346)Kirillpt2020-11-301-4/+2
| | | | | | | | | | | | | | | | | | | | | | | | | * 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>
* remove QFontMEtrics declarationkirillpt2020-11-251-2/+0
|
* fixed error_label_ below login button, now it's calculating height and uses ↵kirillpt2020-11-251-0/+2
| | | | correct word wrapping
* remove some useless matrixid layout, and move error_label_ under homeserver ↵kirillpt2020-11-241-1/+0
| | | | input(FIXME)
* Added QLabel for matrixIdError output and added new function which output ↵kirillpt2020-11-231-0/+3
| | | | input id error, improve code like suggest @deepbluev7, return for error_label setWordWrap
* Improve compile times a tiny bitNicolas Werner2020-05-261-3/+4
|
* Add SSONicolas Werner2020-05-091-2/+9
| | | | closes #94
* modernize: use nullptrNicolas Werner2020-02-041-1/+1
|
* Enable compilation on FreeBSD (#403)Colin Lord2018-08-121-0/+2
|
* Simplify dialog creationKonstantinos Sideris2018-08-111-1/+0
|
* Add input field to specify the device name on loginKonstantinos Sideris2018-07-221-4/+5
|
* Move all files under src/Konstantinos Sideris2018-07-171-0/+124