Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix shadowing in LoginPage.cpp | Nicolas Werner | 2021-01-06 | 1 | -3/+3 |
| | |||||
* | lint | Nicolas Werner | 2021-01-01 | 1 | -5/+5 |
| | |||||
* | rename login_method -> loginMethod to fit the Nheko coding style | d42 | 2020-12-31 | 1 | -3/+3 |
| | |||||
* | find sso flow in all of the flows | d42 | 2020-12-31 | 1 | -4/+8 |
| | |||||
* | Fix some compiler warnings | Nicolas Werner | 2020-12-25 | 1 | -2/+2 |
| | |||||
* | Improve Register page (#346) | Kirillpt | 2020-11-30 | 1 | -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 review | DeepBlueV7.X | 2020-11-25 | 1 | -2/+2 |
| | |||||
* | remove QFontMEtrics declaration | kirillpt | 2020-11-25 | 1 | -4/+3 |
| | |||||
* | fixed error_label_ below login button, now it's calculating height and uses ↵ | kirillpt | 2020-11-25 | 1 | -5/+12 |
| | | | | correct word wrapping | ||||
* | remove some useless matrixid layout, and move error_label_ under homeserver ↵ | kirillpt | 2020-11-24 | 1 | -5/+4 |
| | | | | input(FIXME) | ||||
* | fix word wraping for matrixid error message | kirillpt | 2020-11-24 | 1 | -0/+1 |
| | |||||
* | make lint | kirillpt | 2020-11-24 | 1 | -2/+2 |
| | |||||
* | move error_matrixid label below matrixid input, made hide/show for the ↵ | kirillpt | 2020-11-23 | 1 | -1/+9 |
| | | | | label, made red underline for invalid input, add to TextField class isValid() setValid() for custom validation | ||||
* | make lint | kirillpt | 2020-11-23 | 1 | -2/+2 |
| | |||||
* | Added QLabel for matrixIdError output and added new function which output ↵ | kirillpt | 2020-11-23 | 1 | -6/+27 |
| | | | | input id error, improve code like suggest @deepbluev7, return for error_label setWordWrap | ||||
* | make lint | kirillpt | 2020-11-23 | 1 | -1/+1 |
| | |||||
* | fixed issue 292, but removed wordWrap from error_label_, because hint looks ↵ | kirillpt | 2020-11-23 | 1 | -3/+16 |
| | | | | bad with it | ||||
* | Fix Qt5.15 issues | Nicolas Werner | 2020-06-05 | 1 | -1/+1 |
| | | | | fixes #214 | ||||
* | Improve compile times a tiny bit | Nicolas Werner | 2020-05-26 | 1 | -1/+8 |
| | |||||
* | Remove shadowing loginMethod | Nicolas Werner | 2020-05-10 | 1 | -4/+4 |
| | |||||
* | Fix not being able to log http status on login | Nicolas Werner | 2020-05-10 | 1 | -1/+1 |
| | |||||
* | Add SSO | Nicolas Werner | 2020-05-09 | 1 | -23/+90 |
| | | | | closes #94 | ||||
* | Improve Login and Register page hinting | Nicolas Werner | 2020-05-09 | 1 | -0/+14 |
| | |||||
* | Wrap error label on login page | Nicolas Werner | 2020-02-25 | 1 | -0/+1 |
| | | | | fixes #30 | ||||
* | modernize: use nullptr | Nicolas Werner | 2020-02-04 | 1 | -1/+1 |
| | |||||
* | Remove metatypes from headers | Nicolas Werner | 2020-01-31 | 1 | -0/+1 |
| | |||||
* | Optimize includes a bit | Nicolas Werner | 2020-01-31 | 1 | -0/+1 |
| | |||||
* | Fix typo in log message | Nicolas Werner | 2019-06-27 | 1 | -1/+1 |
| | |||||
* | Reconfigure server url, when requested by login response | Nicolas Werner | 2019-06-27 | 1 | -0/+6 |
| | |||||
* | Support well-known for server discovery | Nicolas Werner | 2019-06-27 | 1 | -2/+32 |
| | |||||
* | Remove pixel value from fonts | Konstantinos Sideris | 2018-09-30 | 1 | -1/+0 |
| | |||||
* | Add option to specify the scale factor | Konstantinos Sideris | 2018-07-22 | 1 | -1/+2 |
| | | | | | | fixes #357 fixes #335 fixes #230 | ||||
* | Add input field to specify the device name on login | Konstantinos Sideris | 2018-07-22 | 1 | -14/+19 |
| | |||||
* | Move all files under src/ | Konstantinos Sideris | 2018-07-17 | 1 | -0/+318 |