ogerly
|
67393f50a7
|
reload after login fixed
|
2021-03-18 13:18:36 +01:00 |
|
Dario Rekowski on RockPI
|
18d479ced6
|
Merge branch 'master' of github.com:gradido/gradido
|
2021-03-18 11:55:21 +00:00 |
|
Dario Rekowski on RockPI
|
1dd063433e
|
fix transaction field name
|
2021-03-18 11:55:06 +00:00 |
|
einhornimmond
|
98859461bc
|
additional error check, return correct field name for transaction count
|
2021-03-18 12:54:44 +01:00 |
|
einhornimmond
|
db02002680
|
adding missing submodules from integrated subprojects
|
2021-03-18 12:25:28 +01:00 |
|
ogerly
|
6f8d39405a
|
fix merge login_server, login ok
|
2021-03-18 09:33:19 +01:00 |
|
|
|
02ec8501d8
|
new structure image to depict a possible transformation
|
2021-03-17 23:21:02 +01:00 |
|
|
|
1bdd56a31c
|
Merge branch 'stage2_login_server' into stage2
|
2021-03-17 22:17:49 +01:00 |
|
einhornimmond
|
0cf8c3e211
|
use vue-client with nginx, so no CORS problems shoud be occure
|
2021-03-17 22:15:10 +01:00 |
|
|
|
f34f8c5816
|
Merge branch 'master' into stage2_community_server
|
2021-03-17 22:12:11 +01:00 |
|
|
|
209f2f1061
|
Merge pull request #48 from gradido/monorepo_login_server
Monorepo login server
|
2021-03-17 22:09:35 +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 |
|
|
|
09ebb40de2
|
removed login_server from .gitmodules
|
2021-03-17 22:05:00 +01:00 |
|
|
|
d03ef37b64
|
removed login_server reference
|
2021-03-17 22:04:05 +01:00 |
|
einhornimmond
|
d344551c83
|
disable client ip check in login called from community server, get correct client ip when forwarded from nginx
|
2021-03-17 22:02:08 +01:00 |
|
einhornimmond
|
50631d1b47
|
fix bug with disabled users
|
2021-03-17 22:01:32 +01:00 |
|
einhornimmond
|
65d280e199
|
update db to insert hedera stuff
|
2021-03-17 22:01:32 +01:00 |
|
einhornimmond
|
f7f979507a
|
fix missing module urls and errors in CMakeLists.txt
|
2021-03-17 22:01:18 +01:00 |
|
einhornimmond
|
a58622b3dc
|
Merge branch 'stage2' of github.com:gradido/gradido_login_server into stage2
|
2021-03-17 22:00:34 +01:00 |
|
einhornimmond
|
a4d1b938fa
|
add sql script for filling login-server db with neccessary data to work with hedera testnet
|
2021-03-17 22:00:14 +01:00 |
|
einhornimmond
|
d14de915b2
|
add docker file, updated version from stage1
|
2021-03-17 22:00:13 +01:00 |
|
einhornimmond
|
4f8bbb1a31
|
not using shared libs any more because it don't work
|
2021-03-17 21:58:16 +01:00 |
|
einhornimmond
|
32a2b4d851
|
using password validation in login only for saving cpu time (fake sleep by invalid passwords instead of make hash calculation with argon2)
|
2021-03-17 21:58:15 +01:00 |
|
einhornimmond
|
d6b59d5dfd
|
take updates from stage1 for allow vue-client connecting
|
2021-03-17 21:56:06 +01:00 |
|
einhornimmond
|
e49802c9bc
|
fix naming (differ from community server), enable back request transactions from gn
|
2021-03-17 21:51:41 +01:00 |
|
einhornimmond
|
82f39c3add
|
fix deadlock, remove pending tasks if the contain state == "success" in result JSON, check every second
|
2021-03-17 21:51:41 +01:00 |
|
einhornimmond
|
c1e82dda94
|
change code style
|
2021-03-17 21:51:41 +01:00 |
|
einhornimmond
|
f4a67b476d
|
add result json to gradido transactions
|
2021-03-17 21:51:41 +01:00 |
|
einhornimmond
|
8489dfac8b
|
add test part timeout option for node server test
|
2021-03-17 21:51:41 +01:00 |
|
einhornimmond
|
1865e9e814
|
show both transaction json by sending cross group transaction
|
2021-03-17 21:51:41 +01:00 |
|
einhornimmond
|
95cb35129b
|
adjust for cross group transaction test and also fix false order for real version
|
2021-03-17 21:51:41 +01:00 |
|
einhornimmond
|
ae096e2d2e
|
check if update timestamps list is empty after removing all outdated entrys
|
2021-03-17 21:51:41 +01:00 |
|
einhornimmond
|
03f619fac1
|
wait before sending fourth transaction, gn seems to crash by more than 3 transaction at nearly the same time
|
2021-03-17 21:51:41 +01:00 |
|
einhornimmond
|
ecf2a3a407
|
remove debug printf and add transaction type to string function for both hedera and gradido transactions
|
2021-03-17 21:51:41 +01:00 |
|
einhornimmond
|
191222872d
|
updates to maybe prevent dead lock and warning
|
2021-03-17 21:51:41 +01:00 |
|
einhornimmond
|
89f424f707
|
Fix bug in CronManager, now the duration are like they should and removed some debug printf
|
2021-03-17 21:51:41 +01:00 |
|
einhornimmond
|
1c01594ef5
|
make better visible if timer work
|
2021-03-17 21:51:41 +01:00 |
|
einhornimmond
|
53e8249d4d
|
link poco dynamic
|
2021-03-17 21:51:41 +01:00 |
|
einhornimmond
|
cb3d5a6f0a
|
cross group transfer
|
2021-03-17 21:51:40 +01:00 |
|
einhornimmond
|
5bbc7cace5
|
update pages and session for using caller_url (for vue-client and maybe other later)
|
2021-03-17 21:51:07 +01:00 |
|
einhornimmond
|
01d00ae309
|
add config option for worker count
|
2021-03-17 21:47:55 +01:00 |
|
team-devstage
|
81aacdb58b
|
fix test
|
2021-03-17 21:47:55 +01:00 |
|
einhornimmond
|
324032961e
|
fix unix build issue
|
2021-03-17 21:47:55 +01:00 |
|
einhornimmond
|
5bf316483c
|
fix unix build issue
|
2021-03-17 21:47:55 +01:00 |
|
einhornimmond
|
260f6f3f6e
|
fix unix build issue
|
2021-03-17 21:47:55 +01:00 |
|
einhornimmond
|
350d2a770e
|
fix unix build issue
|
2021-03-17 21:47:54 +01:00 |
|
einhornimmond
|
3da83b638a
|
fixed bug in node server test page
|
2021-03-17 21:47:54 +01:00 |
|
einhornimmond
|
5af588f6bd
|
finish test page for node server test
|
2021-03-17 21:47:54 +01:00 |
|