index
:
matrix/thirdparty/nheko.git
this commit
master
github/master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
LoginPage.cpp
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Speed up compilation a bit
Nicolas Werner
2023-10-31
1
-1
/
+0
*
Use @user:example.com for all sample mxids
Loren Burkholder
2023-09-23
1
-4
/
+4
*
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
*
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
*
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
*
Allow explicit selection of SSO method
Nicolas Werner
2022-03-06
1
-19
/
+48
*
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
*
Update mtxclient to use new login parameters
Nicolas Werner
2021-04-30
1
-2
/
+5
*
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 registration...
Jedi18
2021-02-25
1
-4
/
+9
*
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
*
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 c...
kirillpt
2020-11-25
1
-5
/
+12
*
remove some useless matrixid layout, and move error_label_ under homeserver i...
kirillpt
2020-11-24
1
-5
/
+4
*
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 label,...
kirillpt
2020-11-23
1
-1
/
+9
*
make lint
kirillpt
2020-11-23
1
-2
/
+2
*
Added QLabel for matrixIdError output and added new function which output inp...
kirillpt
2020-11-23
1
-6
/
+27
*
make lint
kirillpt
2020-11-23
1
-1
/
+1
*
fixed issue 292, but removed wordWrap from error_label_, because hint looks b...
kirillpt
2020-11-23
1
-3
/
+16
*
Fix Qt5.15 issues
Nicolas Werner
2020-06-05
1
-1
/
+1
*
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
*
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
*
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
*
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