115 Commits

Author SHA1 Message Date
Dario
a0056885bc
add CronManager for pinging Community Server to update transactions, adjust existing classes for working together with CronManager 2021-03-17 21:36:23 +01:00
Dario
06b425a658
add create transaction to json interface, add functions for creating transfer and creation transaction on login server 2021-03-17 21:30:19 +01:00
Dario
813de3f053
update hedera task and classes connectet with that 2021-03-17 21:30:19 +01:00
Dario
ead0ec9edf
send UpdateGroupMember Transaction via hedera in separate task after last sign 2021-03-17 21:27:28 +01:00
Dario
e2b9884ddb
fix pointer issure leading to crash 2021-03-17 21:25:10 +01:00
Dario
b34d547881
update CheckTransactionPage to use new PendingTasksManager and add GroupMemberUpdate transaction view 2021-03-17 21:19:41 +01:00
Dario
d8035cac3d
create group member update transaction from user update group page, fix some minor things 2021-03-17 21:14:29 +01:00
Dario
28926b9507
complete new gradido transaction live circle, at least for group add member transaction 2021-03-17 21:14:29 +01:00
Dario
064acee487
Merge branch 'grpc' of ssh://**REDACTED**/~/_C++/gradido_login_server into grpc 2021-03-17 21:12:50 +01:00
Dario
5e524d7ac6
refactor gradido transaction handling 2021-03-17 21:09:07 +01:00
Dario
c8b9e3b0f5
adding PendingTask model and controller 2021-03-17 21:09:07 +01:00
einhornimmond - MarkX
a15c1ef168
merge again 2021-03-17 20:58:41 +01:00
einhornimmond - MarkX
7d7e2c5441
merge updated production code with grpc code 2021-03-17 20:39:06 +01:00
Dario
3263b0ed64
Iroha-ed25519, old user-implementation and key pair removed. libSodium seems to be compatible with Hedera now after all 2021-03-17 20:36:22 +01:00
Dario
d0b4a5f2c2
Add email_hash to user db, model::table::user and a json interface to search for publickey by email hash 2021-03-17 20:09:16 +01:00
Dario via Pythagoras
b8b289f793
changes in cmake, working in progess 2021-03-17 20:04:32 +01:00
Dario
3df0d461b1
fix errors, now consensus get topic info work :) 2021-03-17 19:57:52 +01:00
Dario
e8612bbb49
query for consensus get topic info, currently a invalid account id error is happen 2021-03-17 19:57:52 +01:00
Dario
a41ea1a6ae
update Hedera Topics Page to show existing topics 2021-03-17 19:57:52 +01:00
Dario
5182953d0f
fix mysql error, cast enum to int before using in poco data use 2021-03-17 19:57:52 +01:00
Dario
995c693252
Update code for sending transaction over hedera 2021-03-17 19:57:52 +01:00
Dario
5862a61d59
change encryption state of crypto_keys 2021-03-17 19:51:52 +01:00
Dario
155f394500
fix compile error (missing }) 2021-03-17 19:51:52 +01:00
Dario
266ef2c92a
updates for hedera transactions and saving crypto keys also clear un-encrypted 2021-03-17 19:51:51 +01:00
Dario
73d10f7773
hedera query get balance now working =D 2021-03-17 19:51:51 +01:00
Dario
2130cea286
use protobuf from inside grpc, even for parsing protofiles for easy version switch, fix html error 2021-03-17 19:42:13 +01:00
Dario
82605d89df
fix error only occuring in linux 2021-03-17 19:42:13 +01:00
Dario
761155fa8f
add some missing files 2021-03-17 19:42:13 +01:00
Dario
2881d33fed
update grpc to new version, update some things they don't work for create the first query to hedera 2021-03-17 19:42:13 +01:00
Dario
2e842fab0d
compose hedera query to get balance, update CMakeLists.txt for adding missing libs for grpc 2021-03-17 19:42:13 +01:00
Dario
a06cfebd60
add function to crypto key controller to get directly a KeyPairHedera 2021-03-17 19:41:05 +01:00
Dario
3d4f0d7b64
show and add node server and hedera accounts, model, controller and page 2021-03-17 19:41:05 +01:00
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
99846b0c61
rename AuthenticatedEncryption to SecretKeyCryptography 2021-03-17 19:31:45 +01:00
einhornimmond
3ed94b8a9c
add unsecure options, add unsecure login, update create user to use it in unsecure mode with password 2021-03-17 18:36:49 +01:00
Dario
6a53b19a42 adding PendingTask model and controller 2020-10-08 11:40:03 +02:00
Dario via Pythagoras
5a65e82223 fix 2020-10-06 11:51:31 +02:00
Dario via Pythagoras
3f66cee0c9 changes in cmake, working in progess 2020-10-06 11:46:39 +02:00
Dario
fb3d0b40ab Iroha-ed25519, old user-implementation and key pair removed. libSodium seems to be compatible with Hedera now after all 2020-10-05 17:03:48 +02:00
Dario
3614ed691c Add email_hash to user db, model::table::user and a json interface to search for publickey by email hash 2020-09-28 10:01:13 +02:00
Dario
8d3783611a fix errors, now consensus get topic info work :) 2020-09-16 20:12:51 +02:00
Dario
5045d402d7 query for consensus get topic info, currently a invalid account id error is happen 2020-09-16 18:03:36 +02:00
Dario
d9122ad0be update Hedera Topics Page to show existing topics 2020-09-16 13:26:05 +02:00
Dario
01bf8a3870 fix mysql error, cast enum to int before using in poco data use 2020-09-15 14:35:12 +02:00
Dario
7449f73e89 Update code for sending transaction over hedera 2020-09-14 21:09:18 +02:00
Dario
eaf95f87e4 change encryption state of crypto_keys 2020-09-11 12:29:06 +02:00