Dario
|
65756fc784
|
missing class name
|
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
|
d285287be5
|
extend memory bin to get access of part of data, for example copy the last half of it
|
2021-03-17 19:38:25 +01:00 |
|
Dario
|
5575208cac
|
update comments, answer question
|
2021-03-17 19:38:25 +01:00 |
|
Dario
|
ba23cf7e37
|
add KeyPairHedera mostly copied from KeyPairEd25519 but not testet yet. Maybe I must use the iroha ed25519 implementation because in the past sodium don't work together with hedera
|
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 |
|
Dario
|
fbc058cf82
|
add binToHex with Poco::Nullable<Poco::Data::Blob> for easy use with public keys
|
2021-03-17 19:31:45 +01:00 |
|
Dario
|
99846b0c61
|
rename AuthenticatedEncryption to SecretKeyCryptography
|
2021-03-17 19:31:45 +01:00 |
|
einhornimmond - MarkX
|
ec1080c79f
|
add new tables and model/table empty files for them
|
2021-03-17 19:30:10 +01:00 |
|
einhornimmond - MarkX
|
a0919dc6c3
|
add nearly empty hedera topic management page, and additional wrapper for hedera proto
|
2021-03-17 19:30:10 +01:00 |
|
einhornimmond - MarkX
|
cd355bdd29
|
add empty files for hedera proto wrappers
|
2021-03-17 19:30:10 +01:00 |
|
einhornimmond - MarkX
|
490fbfe6ca
|
include grpc manuell in cmake project, debug windows, other configurations are to come
|
2021-03-17 19:30:10 +01:00 |
|
einhornimmond
|
da1dd17887
|
remove parsing hedera proto because there not used here
|
2021-03-17 18:43:19 +01:00 |
|
einhornimmond
|
adffede699
|
add option for custom properties (for example to run more than one login-server on a server) using like:
|
2021-03-17 18:43:19 +01:00 |
|
einhornimmond
|
fc363a1ef1
|
check that amount in creation and transfer isn't negative
|
2021-03-17 18:43:19 +01:00 |
|
einhornimmond
|
b0d413c1e2
|
update docker for more efficiency build and allow cookie readed from js
|
2021-03-17 18:43:18 +01:00 |
|
einhornimmond
|
fa999cde6f
|
add option for login after register via ajax
|
2021-03-17 18:43:18 +01:00 |
|
einhornimmond
|
e2c38c1a0f
|
move check if all passwords allow direct into pwdValidation so it will work with every code which ask for password
|
2021-03-17 18:43:18 +01:00 |
|
einhornimmond
|
e7856ca7f9
|
Merge branch 'stage0' of github.com:gradido/gradido_login_server into stage1
|
2021-03-17 18:43:18 +01:00 |
|
einhornimmond
|
a567bd3780
|
add option unsecure.allow_all_passwords to disable password restrictions and allow any type of passwords (even empty ones)
|
2021-03-17 18:43:18 +01:00 |
|
|
|
a53b57d8ff
|
actually fix CORS error
|
2021-03-17 18:43:18 +01:00 |
|
einhornimmond
|
30ff0a84ef
|
fix new occuring error
|
2021-03-17 18:43:18 +01:00 |
|
einhornimmond
|
b761e9bb8d
|
flip error check, exchange if(state == "error") with if(state != "success")
|
2021-03-17 18:43:18 +01:00 |
|
einhornimmond
|
70a1121194
|
debug messages
|
2021-03-17 18:43:18 +01:00 |
|
einhornimmond
|
54c168ad01
|
return error messages if using auto-sign rather than sending email to admin
|
2021-03-17 18:43:18 +01:00 |
|
einhornimmond
|
12b6a2628c
|
add option to get errors as payload for json request return
|
2021-03-17 18:43:18 +01:00 |
|
einhornimmond
|
483d3dc444
|
add option for auto-sign in json request to able to use both versions
|
2021-03-17 18:43:18 +01:00 |
|
einhornimmond
|
55922753a7
|
Add auto-sign Transaction functionality
|
2021-03-17 18:43:18 +01:00 |
|
einhornimmond
|
06374023b5
|
fix typo and wrong client host
|
2021-03-17 18:43:18 +01:00 |
|
einhornimmond
|
3304c417a4
|
add unsecure cors option for adding Access-Control-Allow-Origin:* Header in json requests
|
2021-03-17 18:43:18 +01:00 |
|
einhornimmond
|
b3df1bd44f
|
fix sql file
|
2021-03-17 18:43:18 +01:00 |
|
einhornimmond
|
405c99add6
|
finetune debug docker
|
2021-03-17 18:43:18 +01:00 |
|
einhornimmond
|
7e25ab5af5
|
Merge branch 'stage1' of github.com:gradido/gradido_login_server into stage1
|
2021-03-17 18:43:18 +01:00 |
|
einhornimmond
|
f8fc67f960
|
added separat dockerfile for debug to prevent double build
|
2021-03-17 18:43:18 +01:00 |
|
einhornimmond
|
339150ded6
|
add logout via json request
|
2021-03-17 18:42:06 +01:00 |
|
einhornimmond
|
4c6e2d0317
|
merged
|
2021-03-17 18:42:06 +01:00 |
|
einhornimmond
|
6aad6070a4
|
wait 10 seconds if first db connect attempt failed
|
2021-03-17 18:42:06 +01:00 |
|
einhornimmond
|
d1c0b9c878
|
removed submodule
|
2021-03-17 18:39:13 +01:00 |
|
einhornimmond
|
7fffeeb204
|
new trys
|
2021-03-17 18:37:29 +01:00 |
|
einhornimmond
|
512d307a19
|
read in login the real client ip X-Real-IP from nginx forwarded not from community server
|
2021-03-17 18:37:29 +01:00 |
|
einhornimmond
|
f7224570ca
|
update for waiting on db startup
|
2021-03-17 18:37:29 +01:00 |
|