Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | First runnable qt6 Nheko | Nicolas Werner | 2023-06-08 | 1 | -0/+2 |
| | |||||
* | Make Nheko compile on Qt6 | Nicolas Werner | 2023-06-08 | 1 | -7/+0 |
| | |||||
* | Get rid of year in license headers | Nicolas Werner | 2023-02-21 | 1 | -4/+1 |
| | | | | | | See also: https://daniel.haxx.se/blog/2023/01/08/copyright-without-years/ https://hynek.me/til/copyright-years/ | ||||
* | Update supported Matrix version | Nicolas Werner | 2023-01-10 | 1 | -1/+2 |
| | |||||
* | Make server connection errors more useful | Nicolas Werner | 2023-01-09 | 1 | -4/+4 |
| | |||||
* | A whole new year full of excitement and possibilities! | Nicolas Werner | 2023-01-02 | 1 | -0/+1 |
| | |||||
* | Don't let old server lookups overwrite new ones | Nicolas Werner | 2022-10-05 | 1 | -1/+7 |
| | |||||
* | Update translations | Nicolas Werner | 2022-10-04 | 1 | -1/+2 |
| | |||||
* | cppcheck stuff (#1200) | Loren Burkholder | 2022-10-03 | 1 | -28/+31 |
| | | | | | | | | | | | | | | | * 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> | ||||
* | Require matrix v1.1 or greater | Nicolas Werner | 2022-06-25 | 1 | -1/+20 |
| | |||||
* | Fix key upload when doing SSO login | Nicolas Werner | 2022-03-13 | 1 | -1/+1 |
| | |||||
* | Fix server switching to https after bootstrap | Nicolas Werner | 2022-03-07 | 1 | -2/+4 |
| | | | | fixes #878 | ||||
* | Allow explicit selection of SSO method | Nicolas Werner | 2022-03-06 | 1 | -19/+48 |
| | | | | fixes #975 | ||||
* | Get rid of some shadowing | Nicolas Werner | 2022-01-29 | 1 | -5/+5 |
| | |||||
* | Functional login page | Nicolas Werner | 2022-01-26 | 1 | -327/+119 |
| | |||||
* | Update year in copyright notice to shut up lint job | Nicolas Werner | 2022-01-01 | 1 | -0/+1 |
| | |||||
* | Reduce allocations using QStringLiteral | Nicolas Werner | 2021-12-29 | 1 | -9/+9 |
| | |||||
* | Fix more warnings and remove dead code | Nicolas Werner | 2021-12-28 | 1 | -0/+1 |
| | |||||
* | Some qt6 prep | Nicolas Werner | 2021-12-28 | 1 | -2/+1 |
| | |||||
* | Switch icon theme to Fluent icons | Loren Burkholder | 2021-11-17 | 1 | -1/+1 |
| | |||||
* | Fix SSO login showing password prompt | Nicolas Werner | 2021-11-11 | 1 | -0/+2 |
| | |||||
* | Change indentation to 4 spaces | Nicolas Werner | 2021-09-18 | 1 | -402/+393 |
| | |||||
* | Use coeurl for networking | Nicolas Werner | 2021-06-30 | 1 | -8/+5 |
| | | | | | Something is still wrong on shutdown, need to debug that. And CI will fail. | ||||
* | Update mtxclient to use new login parameters | Nicolas Werner | 2021-04-30 | 1 | -2/+5 |
| | | | | fixes #558 | ||||
* | Fix disable certificate validation on login page | Nicolas Werner | 2021-03-08 | 1 | -3/+4 |
| | |||||
* | Add config option to disable tls validation | Nicolas Werner | 2021-03-06 | 1 | -0/+4 |
| | |||||
* | Update license headers | Nicolas Werner | 2021-03-05 | 1 | -16/+4 |
| | |||||
* | change mtxclient url, fix login page assert failure and dendrite ↵ | Jedi18 | 2021-02-25 | 1 | -4/+9 |
| | | | | registration bug | ||||
* | Fix login with SSO and Password supported | Nicolas Werner | 2021-02-19 | 1 | -18/+29 |
| | |||||
* | Add a few missing strings on the login page to translations | Nicolas Werner | 2021-01-27 | 1 | -7/+7 |
| | |||||
* | Fix assert failure due to calling versionOk on a different thread | Jedi18 | 2021-01-22 | 1 | -3/+4 |
| | |||||
* | 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 |