3185 Commits

Author SHA1 Message Date
Dario Rekowski on RockPI
235fd6285f remove debugging die, ensure reload login in every request as long as email_checked is false 2020-07-10 08:44:46 +00:00
Dario
3d6aac8ebe add updated field to email verification in db to able to prevent repeated email sending wit verification code 2020-07-10 10:23:35 +02:00
Dario
8801d91ee7 check more detailed for email verification code resend, fix double send on register, fix double send in case of multiple email verification codes for user in db 2020-07-10 09:47:31 +02:00
Dario
b3476c5d58 remove debug prints 2020-07-10 09:44:42 +02:00
Dario
8ae3a527e1 Merge branch 'register_direct' of ssh://**REDACTED**/~/c++/gradido_login_server into register_direct 2020-07-08 18:12:56 +02:00
Dario
60fdc6126e add missing save for email verification code in json request 2020-07-08 18:12:29 +02:00
Dario Rekowski on RockPI
5285015b02 remove die left over from debugging 2020-07-08 16:07:55 +00:00
Dario Rekowski on RockPI
ec8f10059a update search to react on users with public key but not activated account 2020-07-08 15:48:41 +00:00
root
c825efb39f add missing comma 2020-07-07 19:47:12 +02:00
Dario
c7485f3b72 update submodule path to use strato server instead my own 2020-07-07 19:22:44 +02:00
Dario
89195fbcd7 mini changes hoping don't crash on staging anymore 2020-07-05 11:09:18 +02:00
Dario
4b315dd8d8 Merge branch 'register_direct' of ssh://**REDACTED**/~/_C++/gradido_login_server into register_direct 2020-07-05 10:51:23 +02:00
Dario
064fe5fbad update function to get clearer debug picture 2020-07-05 10:50:46 +02:00
Dario via Pythagoras
17659a8a9d Revert "fix missing comma in sql file" 2020-07-03 12:22:27 +02:00
Dario via Pythagoras
07f0f039cf fix missing comma in sql file 2020-07-03 11:52:28 +02:00
Dario
9ade4f71cb Merge branch 'register_direct' of ssh://**REDACTED**/~/_C++/gradido_login_server into register_direct 2020-07-02 19:03:01 +02:00
Dario
a897ac6c8b fix problems with new user in new register process 2020-07-02 19:02:10 +02:00
Dario
b901a0be88 format error message for CheckTransactionPage with new html code 2020-07-01 11:48:10 +02:00
Dario
36196f3f74 change %d with %p for printing out pointer nicely 2020-06-30 13:08:23 +02:00
MarkX
5feb8eef0c code update 2020-06-30 13:07:10 +02:00
Dario
e15c4fd4e0 Merge branch 'register_direct' of ssh://**REDACTED**/~/_C++/gradido_login_server into register_direct 2020-06-30 12:40:43 +02:00
Dario
326b5805d8 add tryLoadPassphraseUserBackup function to choose between multiple user backups if more exist throw errors 2020-06-30 12:39:05 +02:00
Dario
60885ae99b add tryLoadPassphraseUserBackup function to choose between multiple user backups if more exist throw errors 2020-06-30 12:29:15 +02:00
Dario
045971e919 add function to detect correct mnemonic type if incorrect type in db (for example after db update) 2020-06-30 12:28:02 +02:00
Dario
cb5ab57158 set every new mnemonic to English mnemonic because german contains to many "bad" words 2020-06-30 10:50:26 +02:00
Dario Rekowski on RockPI
3cc107aeb8 put back material icons for search 2020-06-30 08:39:11 +00:00
Dario Rekowski on RockPI
f8b07b89d9 update evrsion 2020-06-30 08:28:16 +00:00
Dario
beb869460b Finish updating CheckTransactionPage with new layout from christine 2020-06-29 14:23:55 +02:00
Dario
b35cab768c add get name with email as one string from new user model to prevent double code 2020-06-29 14:23:19 +02:00
Dario
07ff9be91e add balance also to new User, for replacing old user model in CheckTransactionPage 2020-06-29 14:22:01 +02:00
Dario
ed0aa38813 replace hard coded support email with admin receiver from server config 2020-06-29 14:04:42 +02:00
Dario
1cf5d8fb2b fix case if user has invalid saved private key, now reencrpyt take place and sign is working 2020-06-26 11:46:24 +02:00
Dario
9e5bc624d9 Use controller::User in TransactionTransfer 2020-06-26 11:45:44 +02:00
Dario Rekowski on RockPI
80611d56ee add my changes with tooltipped publisher emails into christines php code 2020-06-25 14:37:05 +00:00
Dario Rekowski on RockPI
0e9504529f merge search 2020-06-25 14:02:43 +00:00
Dario
ecae855fc0 Update pages for using depracted getOldPassphrase function from session, or use new Passphrase class 2020-06-25 15:58:55 +02:00
Dario
30ba3d7f78 use controller::User for login in Session, for direct register without showing passphrase direct and using new KeyPairEd25519, AuthenticatedEncryption and Passphrase classes 2020-06-25 15:58:05 +02:00
Dario
9f010cc5df use controller::User in RepairDefectPassphrase 2020-06-25 12:06:46 +02:00
Dario
75c5b4c063 doc 2020-06-25 12:06:00 +02:00
Dario
7a9e32912b fix header to work with Poco::AutoPtr 2020-06-25 12:05:44 +02:00
Dario
371d02a800 Use controller::User instead of old User Model in SigningTransaction and add some needed functions for that in other objects 2020-06-25 09:59:19 +02:00
Christine Slotty
03964375db GDT Overview Fix 2020-06-24 17:12:42 +02:00
Dario
b2dc53c899 add mnemonic type field to user_backups to allow using multiple mnemonic word lists with some same words 2020-06-24 14:41:01 +02:00
Dario
5934f7c69e rework login and setPassword, fix bugs, update to use AuthenticatedEncryption as Poco::AutoPtr 2020-06-24 14:17:25 +02:00
Dario
39e85a959e fix compile errors with AuthenticatedEncryption as Poco::AutoPtr 2020-06-24 14:15:48 +02:00
Dario
b8e93e8142 change AuthenticatedEncryption to use auto ptr, if password will be calculated (changed password) and use to decrpyt it could be lead to an error 2020-06-24 10:34:00 +02:00
Dario
337bf554f5 use only one implementation of decryption, call from all input parameter variants via inline functions 2020-06-24 10:20:10 +02:00
Dario
dcfed9bb12 add compare function with private key as parameter for comparing private keys in controller::user::login to skip calculating public key from private key 2020-06-24 10:18:30 +02:00
Dario
910e2ac5e9 Prevent calling login page by them self, also if it was called by / 2020-06-24 08:19:13 +02:00
Dario Rekowski on RockPI
529db4065d change back overview gdt frontend 2020-06-24 06:10:12 +00:00