summary refs log tree commit diff
path: root/src/LoginPage.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Speed up compilation a bitNicolas Werner2023-10-311-1/+0
* Use @user:example.com for all sample mxidsLoren Burkholder2023-09-231-4/+4
* First runnable qt6 NhekoNicolas Werner2023-06-081-0/+2
* Make Nheko compile on Qt6Nicolas Werner2023-06-081-7/+0
* Get rid of year in license headersNicolas Werner2023-02-211-4/+1
* Update supported Matrix versionNicolas Werner2023-01-101-1/+2
* Make server connection errors more usefulNicolas Werner2023-01-091-4/+4
* A whole new year full of excitement and possibilities!Nicolas Werner2023-01-021-0/+1
* Don't let old server lookups overwrite new onesNicolas Werner2022-10-051-1/+7
* Update translationsNicolas Werner2022-10-041-1/+2
* cppcheck stuff (#1200)Loren Burkholder2022-10-031-28/+31
* Require matrix v1.1 or greaterNicolas Werner2022-06-251-1/+20
* Fix key upload when doing SSO loginNicolas Werner2022-03-131-1/+1
* Fix server switching to https after bootstrapNicolas Werner2022-03-071-2/+4
* Allow explicit selection of SSO methodNicolas Werner2022-03-061-19/+48
* Get rid of some shadowingNicolas Werner2022-01-291-5/+5
* Functional login pageNicolas Werner2022-01-261-327/+119
* Update year in copyright notice to shut up lint jobNicolas Werner2022-01-011-0/+1
* Reduce allocations using QStringLiteralNicolas Werner2021-12-291-9/+9
* Fix more warnings and remove dead codeNicolas Werner2021-12-281-0/+1
* Some qt6 prepNicolas Werner2021-12-281-2/+1
* Switch icon theme to Fluent iconsLoren Burkholder2021-11-171-1/+1
* Fix SSO login showing password promptNicolas Werner2021-11-111-0/+2
* Change indentation to 4 spacesNicolas Werner2021-09-181-402/+393
* Use coeurl for networkingNicolas Werner2021-06-301-8/+5
* Update mtxclient to use new login parametersNicolas Werner2021-04-301-2/+5
* Fix disable certificate validation on login pageNicolas Werner2021-03-081-3/+4
* Add config option to disable tls validationNicolas Werner2021-03-061-0/+4
* Update license headersNicolas Werner2021-03-051-16/+4
* change mtxclient url, fix login page assert failure and dendrite registration...Jedi182021-02-251-4/+9
* Fix login with SSO and Password supportedNicolas Werner2021-02-191-18/+29
* Add a few missing strings on the login page to translationsNicolas Werner2021-01-271-7/+7
* Fix assert failure due to calling versionOk on a different threadJedi182021-01-221-3/+4
* 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
* 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 c...kirillpt2020-11-251-5/+12
* remove some useless matrixid layout, and move error_label_ under homeserver i...kirillpt2020-11-241-5/+4
* 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 label,...kirillpt2020-11-231-1/+9
* make lintkirillpt2020-11-231-2/+2
* Added QLabel for matrixIdError output and added new function which output inp...kirillpt2020-11-231-6/+27
* make lintkirillpt2020-11-231-1/+1
* fixed issue 292, but removed wordWrap from error_label_, because hint looks b...kirillpt2020-11-231-3/+16
* Fix Qt5.15 issuesNicolas Werner2020-06-051-1/+1
* 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
* Improve Login and Register page hintingNicolas Werner2020-05-091-0/+14
* Wrap error label on login pageNicolas Werner2020-02-251-0/+1
* 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
* 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