summary refs log tree commit diff
path: root/src/dialogs/ReCaptcha.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Port the reCAPTCHA dialog to QMLLoren Burkholder2023-07-061-74/+0
|
* Get rid of year in license headersNicolas Werner2023-02-211-3/+1
| | | | | | See also: https://daniel.haxx.se/blog/2023/01/08/copyright-without-years/ https://hynek.me/til/copyright-years/
* A whole new year full of excitement and possibilities!Nicolas Werner2023-01-021-0/+1
|
* Remove unnecessary emitLoren Burkholder2022-09-301-2/+2
|
* Update year in copyright notice to shut up lint jobNicolas Werner2022-01-011-0/+1
|
* use more literalsNicolas Werner2021-12-291-1/+1
|
* Fix more warnings and remove dead codeNicolas Werner2021-12-281-0/+1
|
* Some qt6 prepNicolas Werner2021-12-281-2/+4
|
* Change indentation to 4 spacesNicolas Werner2021-09-181-40/+40
|
* Update license headersNicolas Werner2021-03-051-0/+4
|
* Fix RegistrationNicolas Werner2020-02-231-1/+4
| | | | | fixes #97 fixes #51
* Add method to center widgets & clean up unused headersKonstantinos Sideris2018-09-211-1/+0
|
* Close dialogs on confirmationKonstantinos Sideris2018-09-201-26/+12
|
* Remove pixel values from modals, use pointSize insteadKonstantinos Sideris2018-07-221-6/+9
|
* Move all files under src/Konstantinos Sideris2018-07-171-5/+5
|
* Remove the v2 namespace from the http clientKonstantinos Sideris2018-07-151-2/+2
|
* Migrate to mtxclient for the http callsKonstantinos Sideris2018-06-091-7/+8
|
* Fix CI buildsKonstantinos Sideris2018-03-131-1/+1
|
* Implement user registration with reCAPTCHAKonstantinos Sideris2018-03-121-0/+75
fixes #264