110 Commits

Author SHA1 Message Date
einhorn_b
bd2c065cab Merge branch 'login_build_without_conan' of /home/einhornimmond/code/gradido_conan_remove into login_build_without_conan 2021-04-27 00:05:49 +02:00
einhorn_b
604755db15 rebuilding debug build strategie for minimum space and time requirements for user 2021-04-27 00:05:40 +02:00
einhorn_b
0255465b5c test and fix login release docker build 2021-04-23 22:39:56 +02:00
einhorn_b
c3022a8849 update release build 2021-04-23 21:20:32 +02:00
einhorn_b
a398d4f975 build without conan 2021-04-23 20:59:11 +02:00
einhorn_b
db15f9c438 update login-server build, allow create user without group 2021-04-22 15:04:43 +02:00
einhornimmond
dea2d9597e Merge branch 'master' of github.com:gradido/gradido 2021-04-22 11:55:12 +02:00
einhornimmond
c42d681567 add user.language as option 2021-04-21 18:32:46 +02:00
einhornimmond
a151f3a30a
Update login_server/src/cpp/JSONInterface/JsonLoginViaEmailVerificationCode.cpp
Co-authored-by: Ulf Gebhardt <ulf.gebhardt@webcraft-media.de>
2021-04-21 18:20:46 +02:00
einhornimmond
7c27b8eaa6 add user object to return of unsecureLogin and login via email verification code 2021-04-21 17:24:01 +02:00
einhornimmond
adb2635691 fix login server docker release build 2021-04-16 20:08:42 +02:00
8573a8568f
fixed login_server/Dockerfile 2021-04-16 16:38:12 +02:00
einhornimmond
e98b351020 add Ufls suggested change 2021-04-16 14:29:03 +02:00
einhornimmond
914613cf38 update gradido protocol commit 2021-04-16 13:40:03 +02:00
einhornimmond
9f2c0004c4 update code which produce error which last fix (._.); 2021-04-15 12:12:32 +02:00
einhornimmond
8a6acd67f7 fix crash occuring by successful transfered transactions 2021-04-14 11:32:43 +02:00
einhornimmond
b63cf744fe Merge branch 'master' into stage2 2021-04-12 17:56:04 +02:00
einhornimmond
f6084db695 copy email also for cakephp exceptions 2021-04-12 16:57:01 +02:00
Dario Rekowski on RockPI
fd201ee43a update for transfer transactions the modal according to new format 2021-04-12 14:55:24 +00:00
einhornimmond
31ac055c65 update model::gradido::Transaction::createTransfer for using with blockchain mysql, update return type
update functions calling model::gradido::Transaction::createTransfer to handle on transaction as return instead of vector
2021-04-12 16:16:32 +02:00
einhornimmond
f1ae457155 change datatype of result_json to make it able to handle more data 2021-04-12 16:15:06 +02:00
einhornimmond
ef1e7e80eb More error catching, copy error in JsonRequest to able to return it to caller and send it per email 2021-04-12 16:14:26 +02:00
einhornimmond
9e049d8477 update notifications to also have copy errors to email, instead of move, update protocol, run transactions with enough signatures and without result on startup from pending_tasks table 2021-04-09 20:11:24 +02:00
einhornimmond
5974473276 update pending task save and load param and result
also:
- fix base64ToBin using strlen instead of encodedSize len (by encodedSize php decoder failed)
- insertIntoDB remove async, return also by second attempt true if succed, else false
2021-04-09 14:14:12 +02:00
einhornimmond
a9975d4bac compare extern referer with actual host instead of default url, check by login if user came from correct community server 2021-04-09 14:09:51 +02:00
einhornimmond
79332c58e4 fix bug (deleted object but pointer not set to null) 2021-04-08 13:58:31 +02:00
einhornimmond
f1f4b81da0 add defaultGroup for easier integration with stage1 2021-04-08 12:51:29 +02:00
einhornimmond
d4bfa7d20f update CMakeFile, it seems that by merging old bugs reappear 2021-04-08 12:50:25 +02:00
einhornimmond
7e03c6204c fix login server build speed 2021-04-07 20:49:42 +02:00
einhornimmond
227809d5b5 add some group related code 2021-04-07 20:49:21 +02:00
einhornimmond
590fd05d31 Merge branch 'master' into stage2 2021-04-07 19:50:02 +02:00
einhornimmond
13cfbb32ec split runSendTransaction in Hedera and Mysql Version
use a much shorter version for runSendTransactionMysql as initially in SigningTransaction was used
2021-04-07 19:44:05 +02:00
einhornimmond
3cffee31ce extends classes with additional access functions needed for next step 2021-04-07 19:41:02 +02:00
einhornimmond
c13c39e42b move logging into logging folder
- so this special log files are also easy accessable with docker
- by the way update default logging channels to use FileChannel and compress and archive rotated logfiles
- use logging system from Poco rather than raw FILE for hedera transaction logging
2021-04-07 19:37:55 +02:00
einhornimmond
d5e60af3a1 add auto_sign parameter and bring into live
if set to true, transaction will be directly signed and if get enough signes, sended afterwards (but asynchron)
2021-04-07 17:16:42 +02:00
einhornimmond
ad147cd8da add parameter json string to pending task for saving additional infos like blockchain type in db
- add set and getter functions for param in controller::PendingTask and model::table::PendingTask
- call it inside transactions to save blockchainType as param and in load Transaction from db
2021-04-07 12:37:02 +02:00
b5fffc392d
Merge pull request #138 from gradido/fix_compose_bug
Fix compose bug
2021-04-07 09:11:27 +02:00
einhornimmond
6c7bddb8bc make login-server successfully logging start to Docker Console 2021-04-06 17:50:14 +02:00
einhornimmond
2e711ed554
Merge pull request #134 from gradido/production_email_not_send_fix
at last, fix email-bug
2021-04-06 16:45:39 +02:00
einhornimmond
d659dfb886 forward blockchain type to TransactionBody 2021-04-06 13:10:50 +02:00
einhornimmond
8538a42361 prevent exit email thread by exception because of invalid email, add date to email log string 2021-04-02 11:47:58 +02:00
einhornimmond
42b9849a58 add comment 2021-04-01 11:59:52 +02:00
einhornimmond
fa48de44af fix bugs which came with merging into master 2021-03-31 19:04:36 +02:00
einhornimmond
910e33deff Merge branch 'master' into stage2 2021-03-31 18:06:57 +02:00
einhornimmond
436499458b fix login server that it can build again (after Ulfs rebase action) 2021-03-31 17:49:02 +02:00
einhornimmond
55334799cb replace \r\n with \n 2021-03-31 17:08:37 +02:00
einhornimmond
9946cc0e13 update stage2 docker build orientated on stage1 docker-build 2021-03-31 15:29:17 +02:00
einhornimmond
d1667e0ba9
Merge branch 'master' into api_password_reset 2021-03-31 12:38:52 +02:00
einhornimmond
7f3d146351
Merge pull request #101 from gradido/optimize_login_server_build
Optimize login server build
2021-03-31 12:29:09 +02:00
einhornimmond
363e04fbe5 put back depracted email tasks because I don't exactly know if I broke something if I remove it completly (especially model/session.cpp) 2021-03-30 18:42:07 +02:00