einhornimmond
b7dfc5e7cd
again
2021-05-13 19:14:02 +02:00
einhornimmond
955214b1f4
fix again
2021-05-13 18:56:33 +02:00
einhornimmond
a49f601abb
fix old password reset function
2021-05-13 18:42:34 +02:00
einhornimmond
4580bb15a0
move log folder into caller folder if called with additional config file
2021-05-13 15:45:09 +02:00
einhornimmond
201590db7d
fix user search function, adjust to new fields in db
2021-05-13 15:30:52 +02:00
staging new
b4481c1f4e
fix config
2021-05-13 14:38:30 +02:00
einhornimmond
3df94ee88b
use config command line parameter (needed if running more than one login server at one webserver)
2021-05-13 13:48:47 +02:00
ccbe61300d
Merge pull request #277 from gradido/login_check_user_send_themself_gradidos
...
add validation, check if user has tried to send themself gradidos
2021-05-11 15:16:11 +02:00
einhornimmond
2d665299c7
use setBaseUrl function instead of hacking getLink function
2021-05-11 11:32:39 +02:00
einhornimmond
73443e373b
fix link generation
2021-05-07 12:42:59 +02:00
832d380455
Merge pull request #273 from gradido/community_gdd_float_balance
...
give balance as float value in GDD (not longer GDD cent)
2021-05-06 15:51:49 +02:00
einhornimmond
511ace7a8e
Merge pull request #276 from gradido/login_fix_wrong_reset_password_email
...
fix error with password reset email
2021-05-06 14:22:06 +02:00
Moriz Wahl
ed554073dc
Merge branch 'master' into community_gdd_float_balance
2021-05-06 13:59:41 +02:00
einhornimmond
c709b9b284
compare pubkeys direct in json call
2021-05-04 13:51:49 +02:00
einhornimmond
397069c932
add validation, check if user has tried to send themself gradidos, correct wrong spelling in ENUM
2021-05-03 15:32:19 +02:00
einhornimmond
c1a89d69c4
fix error with password reset email
2021-05-03 14:56:55 +02:00
einhornimmond
d6420a990b
Merge branch 'master' into login_group_add_host
2021-05-03 12:01:02 +02:00
einhornimmond
d14e9b3e74
bugfix
2021-05-03 11:59:09 +02:00
Moriz Wahl
cf41895459
Merge remote-tracking branch 'origin/login_group_add_host' into dynamic-balance
2021-04-29 17:06:37 +02:00
einhornimmond
803faf3b95
Merge branch 'login_group_add_host' of github.com:gradido/gradido into login_group_add_host
2021-04-29 11:16:34 +02:00
einhornimmond
f00ccc72dd
move from unfinished version to refined version
2021-04-29 11:16:18 +02:00
einhorn_b
a295a0b399
some more bugfixes
2021-04-28 18:09:30 +02:00
einhornimmond
bacc254638
add host to group to allow login-server making json-request to community-server in docker environment
2021-04-28 16:53:19 +02:00
einhornimmond
c838e16c04
fix bug with missing default values
2021-04-27 23:25:27 +02:00
einhornimmond
fb1449a69b
add language as fields which will be returned with user-object
2021-04-27 13:14:38 +02:00
einhorn_b
7f7b363c9c
fix empty reply by empty group_id
2021-04-23 17:21:23 +02:00
einhorn_b
e3e968b24f
fix exception for unlock on false place, maybe from merging stage1 with stage2
2021-04-23 14:09:43 +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
e98b351020
add Ufls suggested change
2021-04-16 14:29: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
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
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
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