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
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
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
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
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
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
2470d6de9c
Merge branch 'master' into login_update_json
2021-06-08 16:04:33 +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
einhorn_b
43b6e1830b
removed all files belonging to hedera or old outdated code
2021-06-01 20:56:06 +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
einhornimmond
c838e16c04
fix bug with missing default values
2021-04-27 23:25:27 +02:00
einhornimmond
5ac4d7661a
added publisher_id field to user
...
- it can be retrieved with getUserInfos
- it can be changed with updateUserInfos
2021-04-27 13:54:06 +02:00
einhornimmond
fb1449a69b
add language as fields which will be returned with user-object
2021-04-27 13:14:38 +02:00
einhornimmond
8a6acd67f7
fix crash occuring by successful transfered transactions
2021-04-14 11:32:43 +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
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
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
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
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
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
fa7082fd59
Merge commit 'd344551c834efd503ff5b86aa2863d1dae10effa' into stage2_login_server
2021-03-17 22:08:16 +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