summary refs log tree commit diff
path: root/src/LoginPage.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix shadowing in LoginPage.cppNicolas Werner2021-01-061-3/+3
|
* lintNicolas Werner2021-01-011-5/+5
|
* rename login_method -> loginMethod to fit the Nheko coding styled422020-12-311-3/+3
|
* find sso flow in all of the flowsd422020-12-311-4/+8
|
* Fix some compiler warningsNicolas Werner2020-12-251-2/+2
|
* Improve Register page (#346)Kirillpt2020-11-301-30/+28
| | | | | | | | | | | | | | | | | | | | | | | | | * 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>
* Apply suggestions from code reviewDeepBlueV7.X2020-11-251-2/+2
|
* remove QFontMEtrics declarationkirillpt2020-11-251-4/+3
|
* fixed error_label_ below login button, now it's calculating height and uses ↵kirillpt2020-11-251-5/+12
| | | | correct word wrapping
* remove some useless matrixid layout, and move error_label_ under homeserver ↵kirillpt2020-11-241-5/+4
| | | | input(FIXME)
* fix word wraping for matrixid error messagekirillpt2020-11-241-0/+1
|
* make lintkirillpt2020-11-241-2/+2
|
* move error_matrixid label below matrixid input, made hide/show for the ↵kirillpt2020-11-231-1/+9
| | | | label, made red underline for invalid input, add to TextField class isValid() setValid() for custom validation
* make lintkirillpt2020-11-231-2/+2
|
* Added QLabel for matrixIdError output and added new function which output ↵kirillpt2020-11-231-6/+27
| | | | input id error, improve code like suggest @deepbluev7, return for error_label setWordWrap
* make lintkirillpt2020-11-231-1/+1
|
* fixed issue 292, but removed wordWrap from error_label_, because hint looks ↵kirillpt2020-11-231-3/+16
| | | | bad with it
* Fix Qt5.15 issuesNicolas Werner2020-06-051-1/+1
| | | | fixes #214
* Improve compile times a tiny bitNicolas Werner2020-05-261-1/+8
|
* Remove shadowing loginMethodNicolas Werner2020-05-101-4/+4
|
* Fix not being able to log http status on loginNicolas Werner2020-05-101-1/+1
|
* Add SSONicolas Werner2020-05-091-23/+90
| | | | closes #94
* Improve Login and Register page hintingNicolas Werner2020-05-091-0/+14
|
* Wrap error label on login pageNicolas Werner2020-02-251-0/+1
| | | | fixes #30
* modernize: use nullptrNicolas Werner2020-02-041-1/+1
|
* Remove metatypes from headersNicolas Werner2020-01-311-0/+1
|
* Optimize includes a bitNicolas Werner2020-01-311-0/+1
|
* Fix typo in log messageNicolas Werner2019-06-271-1/+1
|
* Reconfigure server url, when requested by login responseNicolas Werner2019-06-271-0/+6
|
* Support well-known for server discoveryNicolas Werner2019-06-271-2/+32
|
* Remove pixel value from fontsKonstantinos Sideris2018-09-301-1/+0
|
* Add option to specify the scale factorKonstantinos Sideris2018-07-221-1/+2
| | | | | | fixes #357 fixes #335 fixes #230
* Add input field to specify the device name on loginKonstantinos Sideris2018-07-221-14/+19
|
* Move all files under src/Konstantinos Sideris2018-07-171-0/+318