Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Require matrix v1.1 or greater | Nicolas Werner | 2022-06-25 | 1 | -34/+54 |
| | |||||
* | Fix secrets not loading after registration | Nicolas Werner | 2022-01-29 | 1 | -2/+4 |
| | |||||
* | Port registration to Qml | Nicolas Werner | 2022-01-28 | 1 | -323/+134 |
| | |||||
* | Update year in copyright notice to shut up lint job | Nicolas Werner | 2022-01-01 | 1 | -0/+1 |
| | |||||
* | Reserve size of some containers we are filling | Nicolas Werner | 2021-12-29 | 1 | -1/+4 |
| | |||||
* | Reduce allocations using QStringLiteral | Nicolas Werner | 2021-12-29 | 1 | -6/+6 |
| | |||||
* | Fix more warnings and remove dead code | Nicolas Werner | 2021-12-28 | 1 | -0/+2 |
| | |||||
* | Some qt6 prep | Nicolas Werner | 2021-12-28 | 1 | -3/+1 |
| | |||||
* | Switch icon theme to Fluent icons | Loren Burkholder | 2021-11-17 | 1 | -1/+1 |
| | |||||
* | Fix registration on matrix.org | Nicolas Werner | 2021-11-03 | 1 | -113/+10 |
| | | | | | | | | 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 spaces | Nicolas Werner | 2021-09-18 | 1 | -402/+389 |
| | |||||
* | Run linter | Callum Brown | 2021-08-15 | 1 | -6/+7 |
| | |||||
* | Fix cancel button on registration token dialog | Callum Brown | 2021-08-12 | 1 | -4/+15 |
| | |||||
* | Use QInputDialog to get registration token | Callum Brown | 2021-08-12 | 1 | -17/+5 |
| | |||||
* | Support token authenticated registration | Callum Brown | 2021-08-11 | 1 | -0/+18 |
| | | | | Using a dialog after username and password have been provided. | ||||
* | Allow all characters when checking server input | Callum Brown | 2021-08-05 | 1 | -1/+1 |
| | | | | So IDNs are not rejected. Invalid server names will be caught later. | ||||
* | Reorganise src/RegisterPage.cpp | Callum Brown | 2021-08-02 | 1 | -289/+259 |
| | |||||
* | Use coeurl for networking | Nicolas Werner | 2021-06-30 | 1 | -10/+7 |
| | | | | | Something is still wrong on shutdown, need to debug that. And CI will fail. | ||||
* | Do a .well-known lookup during registration | Callum Brown | 2021-06-03 | 1 | -30/+104 |
| | |||||
* | Give registration server input its own error label | Callum Brown | 2021-06-03 | 1 | -1/+9 |
| | |||||
* | Add config option to disable tls validation | Nicolas Werner | 2021-03-06 | 1 | -0/+2 |
| | |||||
* | 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 | -0/+1 |
| | | | | registration bug | ||||
* | lint | Nicolas Werner | 2020-12-08 | 1 | -1/+3 |
| | |||||
* | Improve Register page (#346) | Kirillpt | 2020-11-30 | 1 | -17/+106 |
| | | | | | | | | | | | | | | | | | | | | | | | | | * 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> | ||||
* | Fix Qt5.15 issues | Nicolas Werner | 2020-06-05 | 1 | -4/+4 |
| | | | | fixes #214 | ||||
* | Improve compile times a tiny bit | Nicolas Werner | 2020-05-26 | 1 | -0/+1 |
| | |||||
* | Translation updates | Nicolas Werner | 2020-05-10 | 1 | -1/+1 |
| | |||||
* | Improve Login and Register page hinting | Nicolas Werner | 2020-05-09 | 1 | -1/+10 |
| | |||||
* | Fix registration on construct | Nicolas Werner | 2020-04-17 | 1 | -7/+11 |
| | |||||
* | Fix Registration | Nicolas Werner | 2020-02-23 | 1 | -62/+158 |
| | | | | | fixes #97 fixes #51 | ||||
* | modernize: use nullptr | Nicolas Werner | 2020-02-04 | 1 | -4/+4 |
| | |||||
* | Remove metatypes from headers | Nicolas Werner | 2020-01-31 | 1 | -0/+2 |
| | |||||
* | Optimize includes a bit | Nicolas Werner | 2020-01-31 | 1 | -0/+1 |
| | |||||
* | Remove pixel value from fonts | Konstantinos Sideris | 2018-09-30 | 1 | -1/+0 |
| | |||||
* | Close dialogs on confirmation | Konstantinos Sideris | 2018-09-20 | 1 | -1/+1 |
| | |||||
* | Remove captcha dialog from the member list | Konstantinos Sideris | 2018-09-05 | 1 | -37/+37 |
| | |||||
* | Move all files under src/ | Konstantinos Sideris | 2018-07-17 | 1 | -0/+267 |