58 Commits

Author SHA1 Message Date
Dario
87431e8a70
save entry of hedera account in db 2021-03-17 19:41:05 +01:00
Dario
d8766f8d2d
add controller classes for new db tables crypto_keys and hedera_ids, update model tables for them 2021-03-17 19:41:05 +01:00
Dario
71837dbe61
Add hedera account page files and classes needed for this 2021-03-17 19:38:25 +01:00
Dario
cb86ed9422
add groups page for listing and add groups (only for admins) 2021-03-17 19:38:25 +01:00
Dario
03cce00710
Rename table models to singular 2021-03-17 19:38:25 +01:00
Dario
559795a489
update skeema files, fill in empty model table classes for new mysql tables 2021-03-17 19:33:07 +01:00
einhornimmond - MarkX
ec1080c79f
add new tables and model/table empty files for them 2021-03-17 19:30:10 +01:00
Dario
b2f0545f06 update code for ensuring session stay alive to prevent crash 2020-10-07 11:17:58 +02:00
Dario
946b951080 update email log, use not longer html string 2020-07-30 15:35:04 +02:00
einhornimmond - MarkX
7049642bc8 add shared mutex to model::table::User to better support changes from community server 2020-07-30 15:08:58 +02:00
Dario
3820fb947f !db Update!, add disabled field for user for disabling accounts, check field by login and don't login if user account is disabled 2020-07-16 13:19:59 +02:00
Dario
af340f95de update logging to better nail down mysql errors 2020-07-15 13:45:50 +02:00
Dario
92de466261 add profiling messages for password hash, if it last to long 2020-07-14 20:41:59 +02:00
Dario
364efbe495 add further testing before try to write into tb to fix this error with not matching parameter count 2020-07-14 13:49:01 +02:00
Dario
31e00d9081 bring everything together to complete direct register :) 2020-07-13 12:23:41 +02: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
89195fbcd7 mini changes hoping don't crash on staging anymore 2020-07-05 11:09:18 +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
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
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
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
a0f88c548b Fix errors with login without pubkey 2020-06-20 11:26:04 +02:00
Dario
c0c88b6838 fix to bugs with verification email resend 2020-06-18 08:09:37 +02:00
Dario
939e1dd9d0 update session generate keys, move call into function 2020-06-18 07:48:46 +02:00
Dario
1573b1f70c add email for verification with duration in text (for example: you have registered for 10 days), 2020-06-15 17:23:44 +02:00
Dario
5f9ec065af Add resend_count in db Model and refactor mutex use in model/table/ModelBase until no I hadn't expected concurrency in running db functions 2020-06-15 15:42:20 +02:00
Dario
582aba5bcd remove not used class, add header and footer for christines design, start changing checkTransaction in new design 2020-06-11 17:56:20 +02:00
Dario
c925984ded add create and save user backup and email verification code for new register direct 2020-06-10 17:07:55 +02:00
Dario
c44184f823 update code to work together for setting new password and update encrypted privkey and password hash in db 2020-06-08 18:30:29 +02:00
Dario
d08ab28394 update doc 2020-06-08 13:40:48 +02:00
Dario
4be461f5a7 adding not finished passphrasedTransaction, now maded on community server, added get user pubkey via json request 2020-04-03 16:01:36 +02:00
Dario
9c067ae8d8 add page for creating new passphrase and transfer funds 2020-03-29 19:11:28 +02:00
Dario
77aa0ebe09 fix syntax error 2020-03-16 11:59:30 +01:00
Dario
0366c782f1 adding self-healing function for User::sign, working only while passphrase is saved not encrypted 2020-03-16 11:50:03 +01:00
Dario
2e426f2748 adding admin check user backups 2020-02-18 11:38:14 +01:00
Dario
ee250e8bcf update decode transaction 2020-01-27 19:59:15 +01:00
Dario
68552262aa again linux build error 2020-01-27 16:56:42 +01:00
Dario
2bffeb3f00 deconst isExist in modelBase 2020-01-27 14:33:11 +01:00
Dario
15248a3e56 fix linux compile error 2020-01-27 14:04:10 +01:00
Dario
35d762541e add admin register 2020-01-27 14:02:28 +01:00
Dario
3b21cad114 fix bug with pubkeys and new accounts 2020-01-22 15:43:54 +01:00
Dario
58833b1b44 adding user created field 2020-01-20 12:16:26 +01:00
Dario
094904ab0f work on multiple select for JsonGetUsers, fix bug with user states with empty user 2020-01-16 13:09:27 +01:00
Dario
7b0828d22d fix errors 2020-01-15 10:33:53 +01:00
Dario
28900e04fe adding code for loading user role 2020-01-15 09:16:59 +01:00
Dario
d8e3728201 redirect to last extern referer 2020-01-14 11:10:27 +01:00
Dario
762479fe33 linux error 2020-01-10 19:53:17 +01:00
Dario
5c06bcb617 missing ; 2020-01-10 19:47:20 +01:00
Dario
6221e168f8 fix linux compile errors 2020-01-10 19:24:18 +01:00
Dario
7f860f1559 adding missing header 2020-01-10 19:15:45 +01:00