Dario
|
fdcbc024b6
|
Merge branch 'grpc' of ssh://**REDACTED**/~/c++/gradido_login_server into grpc
|
2021-03-17 21:40:39 +01:00 |
|
Dario
|
1d49721957
|
remove group from register
|
2021-03-17 21:40:39 +01:00 |
|
team-devstage
|
e3656637fc
|
fix unix build error
|
2021-03-17 21:40:39 +01:00 |
|
Dario
|
0aa45e89d0
|
add JsonAppLogin and JsonAppLogout and AppAccessToken
|
2021-03-17 21:40:38 +01:00 |
|
Dario
|
768a9f2191
|
add home field to groups table for using different startpages for groups
|
2021-03-17 21:40:08 +01:00 |
|
Dario
|
d35c4682c2
|
add Json for getting app access token with valid session_id
|
2021-03-17 21:40:08 +01:00 |
|
Dario
|
5323052300
|
add app access token table, model and controller
|
2021-03-17 21:39:10 +01:00 |
|
Dario
|
7230a07085
|
check also grup table for group url if no node server entry exist
|
2021-03-17 21:39:09 +01:00 |
|
Dario
|
da0c77827f
|
remove incomplete mpfr binding
|
2021-03-17 21:39:09 +01:00 |
|
Dario
|
05d3384216
|
fix unix build error
|
2021-03-17 21:39:09 +01:00 |
|
Dario
|
b120076f08
|
fix unix build error
|
2021-03-17 21:39:09 +01:00 |
|
Dario
|
9fa962b28f
|
fix unix build error
|
2021-03-17 21:39:09 +01:00 |
|
Dario
|
29861a142b
|
add receipt query debug message
|
2021-03-17 21:39:09 +01:00 |
|
Dario
|
bfe4f6ad01
|
work on create topic Hedera Call and Hedera Task and get TransactionReceipt some time after call of create topic
|
2021-03-17 21:39:09 +01:00 |
|
Dario
|
5bb34f26a2
|
work on hedera task for able to create topics
|
2021-03-17 21:38:36 +01:00 |
|
Dario
|
e5e4a07441
|
move enum HederaNetworkType into namespace (and file) ServerConfig to use it for a server config option
|
2021-03-17 21:38:36 +01:00 |
|
Dario
|
dfceb2a0d0
|
fix crash
|
2021-03-17 21:38:36 +01:00 |
|
Dario
|
2138270c66
|
stop cron until we have a working node
|
2021-03-17 21:38:36 +01:00 |
|
Dario
|
ceb104c053
|
give first user automatic the admin role and forward to groups page if now group is in db
|
2021-03-17 21:37:12 +01:00 |
|
Dario
|
cdafc57084
|
showing cakephp exception in json request
|
2021-03-17 21:37:12 +01:00 |
|
Dario
|
749bf5898c
|
Merge branch 'grpc' of ssh://**REDACTED**/~/c++/gradido_login_server into grpc
|
2021-03-17 21:37:12 +01:00 |
|
Dario
|
46e8a43492
|
use correct community server link in check transactions, login and register direct
|
2021-03-17 21:37:12 +01:00 |
|
team-devstage
|
e50e186412
|
fix for linux build
|
2021-03-17 21:36:23 +01:00 |
|
Dario
|
d9d5dc81cd
|
fix macro
|
2021-03-17 21:36:23 +01:00 |
|
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
|
9d5ab8f683
|
add option to fill consensus message with json representation of gradido transaction for easy debug
|
2021-03-17 21:36:23 +01:00 |
|
Dario
|
c4b591d0d8
|
get pending task, add to group, create and transfer transaction together with community server working
|
2021-03-17 21:34:46 +01:00 |
|
Dario
|
31add877cf
|
finalize new transaction creation strategy, TODO: test and fix errors
|
2021-03-17 21:30:19 +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
|
230d77a1e4
|
update ModelBase locking code (TODO: remove dependence on MultithreadContainer altogether), fix issue with pending task get id
|
2021-03-17 21:28:32 +01:00 |
|
Dario
|
4a5b043fb5
|
update transaction decoding for debugging messages from hedera block explorer
|
2021-03-17 21:28:32 +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
|
7c139a2352
|
add missing skeema file
|
2021-03-17 21:19:41 +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 |
|
Dario
|
117282e8c6
|
add new files
|
2021-03-17 21:09:07 +01:00 |
|
Dario
|
fea4f034f4
|
work on gradido transaction wrapper classes, update ProcessingTransaction (move TransactionBody in own class) and all using it
|
2021-03-17 21:09:06 +01:00 |
|
Dario
|
c9874394b3
|
move gradido transaction wrapper classes in own folder and sub-namespace under model
|
2021-03-17 21:06:12 +01:00 |
|
Dario
|
e9000f51cc
|
updates for windows build
|
2021-03-17 21:02:40 +01:00 |
|
dario Linux
|
8e244ae417
|
merge
|
2021-03-17 21:02:39 +01:00 |
|
Dario via Pythagoras
|
eb84c28298
|
fix merge errors
|
2021-03-17 20:59:49 +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 |
|
einhornimmond - MarkX
|
9167270149
|
cmake update for windows
|
2021-03-17 20:36:22 +01:00 |
|