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
|
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
|
339150ded6
|
add logout via json request
|
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
|
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
|
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
|
49c672c737
|
update html
|
2021-03-17 18:36:49 +01:00 |
|
Dario
|
fe731e2d9c
|
update html
|
2021-03-17 18:36:49 +01:00 |
|
Dario
|
7241adc8e7
|
update html
|
2021-03-17 18:36:49 +01:00 |
|
Dario
|
697636fd11
|
update html
|
2021-03-17 18:36:49 +01:00 |
|
Dario
|
d3ea9d41bf
|
wait on signing transaction and show result
|
2021-03-17 18:36:49 +01:00 |
|
Dario
|
04c8897da3
|
remove session cookie, if passwort was wrong
|
2021-03-17 18:36:49 +01:00 |
|
dario Linux
|
5642805b7e
|
finish unix makefile updates
|
2020-10-12 11:19:55 +02:00 |
|
Dario
|
6a53b19a42
|
adding PendingTask model and controller
|
2020-10-08 11:40:03 +02:00 |
|
dario Linux
|
09f2ae27de
|
build working under linux :)
|
2020-10-08 08:23:09 +02:00 |
|
Dario
|
8358267fad
|
add back-button in admin register
|
2020-10-07 11:42:17 +02:00 |
|
Dario
|
b2f0545f06
|
update code for ensuring session stay alive to prevent crash
|
2020-10-07 11:17:58 +02:00 |
|
dario Linux
|
4289a23c9f
|
puzzle on CMakeLists.txt
|
2020-10-06 17:02:21 +02:00 |
|
dario Linux
|
be4d2e87cd
|
update cmake for unix
|
2020-10-06 15:44:11 +02:00 |
|
Dario
|
cbbc803e3c
|
Merge branch 'grpc' of ssh://**REDACTED**/~/_C++/gradido_login_server into grpc
|
2020-10-06 15:42:55 +02:00 |
|
Dario
|
2239d3c21b
|
update code because irohe-ed25519 was removed
|
2020-10-06 15:41:34 +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
|
7f2ff630a9
|
update register link, back to elopage
|
2020-10-05 16:37:09 +02:00 |
|
Dario
|
a16ff6625f
|
adding links to whitepaper on login page
|
2020-09-30 13:29:57 +02:00 |
|
Dario
|
daca50286d
|
more logs and check task observer for other running password creation tasks
|
2020-09-29 09:07:55 +02:00 |
|
Dario
|
d54bdcafd0
|
more debug messages
|
2020-09-29 08:40:12 +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
|
cbc26b830c
|
dump used session, currently no recycling as workaround for server freeze bug
|
2020-09-25 14:30:53 +02:00 |
|
Dario
|
6a155285c1
|
dump used session, currently no recycling as workaround for server freeze bug
|
2020-09-25 14:25:24 +02:00 |
|