summaryrefslogtreecommitdiffstats
path: root/src/LoginPage.cpp
AgeCommit message (Expand)Author
2024-06-10Update changelogNicolas Werner
2024-03-16Include moc files for a tiny speedup on incremental buildsNicolas Werner
2024-03-08Bump supported matrix versions to 1.9Nicolas Werner
2023-10-31Speed up compilation a bitNicolas Werner
2023-09-23Use @user:example.com for all sample mxidsLoren Burkholder
2023-06-08First runnable qt6 NhekoNicolas Werner
2023-06-08Make Nheko compile on Qt6Nicolas Werner
2023-02-21Get rid of year in license headersNicolas Werner
2023-01-10Update supported Matrix versionNicolas Werner
2023-01-09Make server connection errors more usefulNicolas Werner
2023-01-02A whole new year full of excitement and possibilities!Nicolas Werner
2022-10-05Don't let old server lookups overwrite new onesNicolas Werner
2022-10-04Update translationsNicolas Werner
2022-10-03cppcheck stuff (#1200)Loren Burkholder
2022-06-25Require matrix v1.1 or greaterNicolas Werner
2022-03-13Fix key upload when doing SSO loginNicolas Werner
2022-03-07Fix server switching to https after bootstrapNicolas Werner
2022-03-06Allow explicit selection of SSO methodNicolas Werner
2022-01-29Get rid of some shadowingNicolas Werner
2022-01-26Functional login pageNicolas Werner
2022-01-01Update year in copyright notice to shut up lint jobNicolas Werner
2021-12-29Reduce allocations using QStringLiteralNicolas Werner
2021-12-28Fix more warnings and remove dead codeNicolas Werner
2021-12-28Some qt6 prepNicolas Werner
2021-11-17Switch icon theme to Fluent iconsLoren Burkholder
2021-11-11Fix SSO login showing password promptNicolas Werner
2021-09-18Change indentation to 4 spacesNicolas Werner
2021-06-30Use coeurl for networkingNicolas Werner
2021-04-30Update mtxclient to use new login parametersNicolas Werner
2021-03-08Fix disable certificate validation on login pageNicolas Werner
2021-03-06Add config option to disable tls validationNicolas Werner
2021-03-05Update license headersNicolas Werner
2021-02-25change mtxclient url, fix login page assert failure and dendrite registration...Jedi18
2021-02-19Fix login with SSO and Password supportedNicolas Werner
2021-01-27Add a few missing strings on the login page to translationsNicolas Werner
2021-01-22Fix assert failure due to calling versionOk on a different threadJedi18
2021-01-06Fix shadowing in LoginPage.cppNicolas Werner
2021-01-01lintNicolas Werner
2020-12-31rename login_method -> loginMethod to fit the Nheko coding styled42
2020-12-31find sso flow in all of the flowsd42
2020-12-25Fix some compiler warningsNicolas Werner
2020-11-30Improve Register page (#346)Kirillpt
2020-11-25Apply suggestions from code reviewDeepBlueV7.X
2020-11-25remove QFontMEtrics declarationkirillpt
2020-11-25fixed error_label_ below login button, now it's calculating height and uses c...kirillpt
2020-11-24remove some useless matrixid layout, and move error_label_ under homeserver i...kirillpt
2020-11-24fix word wraping for matrixid error messagekirillpt
2020-11-24make lintkirillpt
2020-11-23move error_matrixid label below matrixid input, made hide/show for the label,...kirillpt
2020-11-23make lintkirillpt