84 Commits

Author SHA1 Message Date
einhornimmond
28e4fa1bda fix message 2021-12-07 11:41:01 +01:00
einhornimmond
a5ed8580fe allow only 2 month in the past for creation transactions 2021-12-06 17:16:22 +01:00
95ab503626
- missing semicolon
- missing table name parameter
2021-10-21 05:25:37 +02:00
3e726fbe82
- changed login server database to community database
- adjusted table names in login server queries
- removed roles model code since its is unused/empty
2021-10-21 05:10:45 +02:00
einhornimmond
80228ef842 fix 2021-10-15 15:59:52 +02:00
einhornimmond
4c732b20e0 fix isExitInDb 2021-10-15 15:50:43 +02:00
elweyn
3fdb503ea6 Merge branch 'master' into 804-elopage-registration 2021-10-12 17:08:06 +02:00
einhornimmond
29de8e224f
Merge pull request #960 from gradido/add_autocorrect_keys
Add autocorrect keys
2021-10-12 17:00:36 +02:00
elweyn
36e6a459a4 Fixe small error. 2021-10-12 16:49:14 +02:00
einhorn_b
3b487ab2cb fix field name 2021-10-12 16:17:19 +02:00
einhornimmond
1486476571 add auto correct keys to apollo, copy also disabled field of user 2021-10-12 15:24:14 +02:00
einhornimmond
546d371139 check always for hasElopage
- put check into async task to let it run at the same time as the password check
2021-10-10 15:25:01 +02:00
einhornimmond
b3b603b59e bring alive 2021-10-07 16:29:28 +02:00
einhornimmond
cc8a4fcd5b add api call to check is user has an elopage account to login-server and to apollo-server 2021-10-07 16:08:14 +02:00
einhornimmond
102fc586e9 change variable name according to name in config 2021-09-20 18:51:05 +02:00
einhornimmond
f0cbed81f3 disable auto-resend of not finished transactions on login-server restart 2021-09-20 12:22:56 +02:00
einhornimmond
6a9a362578 fix missing lines 2021-09-17 13:28:09 +02:00
einhornimmond
5c60aa2c40 Merge branch 'master' into login_add_publisher_id 2021-09-17 13:22:57 +02:00
einhornimmond
92aa1061f6
Merge pull request #643 from gradido/login_fix_email_text
Make E-Mail Text 100% German
2021-07-15 14:13:25 +02:00
einhornimmond
4c9713f8fe
Merge pull request #641 from gradido/login_fix_crash
Login fix crash
2021-07-15 14:06:40 +02:00
einhornimmond
bdda5ca766 Make E-Mail Text 100% German 2021-07-15 13:53:51 +02:00
einhornimmond
61448747d5 fix missing path component in email verification link 2021-07-15 13:38:57 +02:00
einhornimmond
cf7f6996da make destructor from all model::table protected to prevent misuse because of reference counting 2021-07-15 12:26:45 +02:00
einhorn_b
21eea736e7 don't remove transaction direct from pending task manager, because than add group member don't work 2021-07-15 12:26:45 +02:00
einhornimmond
28d651a2fb change timeout for email resend to 10 Minutes 2021-07-14 11:46:48 +02:00
einhornimmond
9981574a8c
Merge pull request #579 from gradido/login_email_encoding
Update Password Reset E-Mail Subject Encoding
2021-06-28 11:07:02 +02:00
einhornimmond
9f1f8e7c09 Change Subject from reset password E-Mail from using u8 (ü) in c++-code to using translation file 2021-06-21 13:50:59 +02:00
einhornimmond
0d4b1cb1c6 remove transaction after sending not only form Pending Task Manager, but also from pending_tasks table 2021-06-21 13:16:30 +02:00
einhorn_b
f3275bfc22 changes for hoepfully fixing Session deadlock problems 2021-06-16 15:19:20 +02:00
einhorn_b
0093ae8834 things to get more infos for debugging 2021-06-16 12:49:58 +02:00
einhornimmond
091ce48011 remove transaction from pending task manager directly 2021-06-15 16:52:21 +02:00
einhornimmond
a3fd334674 change 100 to 10 seconds timeout for double transaction 2021-06-14 14:12:29 +02:00
einhornimmond
840729fb94 compare with last transaction sended 2021-06-11 15:34:19 +02:00
einhornimmond
61501b2a78
Merge branch 'master' into community_transfer_confirmation_email 2021-06-08 16:56:26 +02:00
einhornimmond
2470d6de9c
Merge branch 'master' into login_update_json 2021-06-08 16:04:33 +02:00
einhornimmond
2fc3fe94a0 add warning to able to forward warnings from community server to client 2021-06-07 17:20:11 +02:00
einhornimmond
0489ab0746 add new API Call checkUsername
with that it is possible
- to check if username exist already in a given Group
- if a group_id exist in db
- which group_id a group_alias has
2021-06-04 17:20:48 +02:00
einhorn_b
dedcebdb95 fix bug, update dockerfiles to use dependencies without grpc 2021-06-04 12:27:19 +02:00
einhornimmond
9e47ae36a4 add username and description to api (+ doc) 2021-06-02 13:05:38 +02:00
einhornimmond
b7ba462a5d make transactions caming from vue client synchron, return after finished 2021-06-02 12:13:53 +02:00
einhorn_b
43b6e1830b removed all files belonging to hedera or old outdated code 2021-06-01 20:56:06 +02:00
einhornimmond
d951812d9e
Merge pull request #455 from gradido/require_memo_in_send
Require memo in send
2021-05-20 14:09:13 +02:00
einhornimmond
d33962736d translate german html encoded error messages to english and use gettext for automatic translation
- translate german error messages for password validation into english
- update LOCAL files with the german password validation error messages
- update all calls to pwdValidation, adding LanguageCatalog, create if not exist
- change filename of UpdateUserPasswordPage to UserUpdatePasswordPage to have the same filename as the class name and the cpsp file name
2021-05-18 12:27:07 +02:00
einhornimmond
4ecbea80b5 add check for memo also in login-server 2021-05-18 11:32:54 +02:00
einhornimmond
9d0c1da9ad Merge branch 'master' into login_build_alpine 2021-05-12 13:04:20 +02:00
einhornimmond
8574c07e90 Merge branch 'master' into login_build_alpine 2021-05-04 12:27:02 +02:00
einhorn_b
928cc0044d update parse proto with cmake, only if not exist or newer, change folder, update includes 2021-05-03 16:49:19 +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
Moriz Wahl
cf41895459 Merge remote-tracking branch 'origin/login_group_add_host' into dynamic-balance 2021-04-29 17:06:37 +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