47 Commits

Author SHA1 Message Date
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
14a4243478
fix 2021-05-14 16:41:50 +02:00
einhornimmond
22ff220729
add try catch blocks to prevent login-server from crashing 2021-05-14 16:41:50 +02:00
einhornimmond
e9b2ec1c9d :P 2021-05-13 19:19:30 +02:00
einhornimmond
b7dfc5e7cd again 2021-05-13 19:14:02 +02:00
einhornimmond
955214b1f4 fix again 2021-05-13 18:56:33 +02:00
einhornimmond
2d665299c7 use setBaseUrl function instead of hacking getLink function 2021-05-11 11:32:39 +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
c1a89d69c4 fix error with password reset email 2021-05-03 14:56:55 +02:00
einhornimmond
d14e9b3e74 bugfix 2021-05-03 11:59:09 +02:00
einhorn_b
7f7b363c9c fix empty reply by empty group_id 2021-04-23 17:21:23 +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
b63cf744fe Merge branch 'master' into stage2 2021-04-12 17:56:04 +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
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
d659dfb886 forward blockchain type to TransactionBody 2021-04-06 13:10:50 +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
d1667e0ba9
Merge branch 'master' into api_password_reset 2021-03-31 12:38:52 +02:00
f09a0017f9
lineendings login_server 2021-03-30 17:06:41 +02:00
einhornimmond
1e4ba146ac
Merge branch 'master' into api_password_reset 2021-03-29 19:24:12 +02:00
einhornimmond
edd7797da8 add check session state json function and doc 2021-03-26 14:12:51 +01:00
einhornimmond
a0c51c6524 fix bug with access rights 2021-03-24 17:56:28 +01:00
einhornimmond
913db036f0 update field name 2021-03-24 16:37:58 +01:00
einhornimmond
b73bb64089 add send email function in API for password reset and admin email verification code resend
Describe new function in detail in docu/login_server.api.md.

Made some changes in existing code to have the option to use a custome email text,
not only the pre-formulated texte.

Use a new state for returned json, state = warning.
If function does what expected but still have a error message.
Add the new state in frontend/src/apis/loginAPI.js.
2021-03-24 14:17:58 +01:00
0886979d09
Merge pull request #63 from gradido/update_doc
Update doc
2021-03-23 17:48:38 +01:00
einhornimmond
3d83f18ad7 fix linux build error 2021-03-23 14:19:51 +01:00
einhornimmond
fadae2abc7 remove function which didn't make sense 2021-03-23 13:49:39 +01:00
einhornimmond
69153e4109 update docu, add some function to able to make email verification and password reset from vue-client 2021-03-23 11:33:03 +01:00
einhornimmond
8368fadc1b remove old notation for transaction counter, commit missing doc update 2021-03-23 09:12:18 +01:00
einhornimmond
db99a1077e add optional paramater account state to user search to able to search users which haven't activated there account yet 2021-03-22 19:53:57 +01:00
einhornimmond
d46f9d73d9 bug fixes for stage0 production version 2021-03-19 14:00:42 +01:00
einhornimmond
98859461bc additional error check, return correct field name for transaction count 2021-03-18 12:54:44 +01:00
fa7082fd59
Merge commit 'd344551c834efd503ff5b86aa2863d1dae10effa' into stage2_login_server 2021-03-17 22:08:16 +01:00
194aea6ede
Merge commit 'da1dd17887f7ca1b0af9a3bb785abff2476785dd' into monorepo_login_server 2021-03-17 22:07:03 +01:00
ac99a7097e Add 'login_server/' from commit 'ca71af1817a801db9a108c205bc298250d498c4b'
git-subtree-dir: login_server
git-subtree-mainline: 09ebb40de21084bb10ee466429d900a5e757d349
git-subtree-split: ca71af1817a801db9a108c205bc298250d498c4b
2021-03-17 22:05:25 +01:00