191 Commits

Author SHA1 Message Date
Einhornimmond
38f7ab87a5 fix module dependencies in correct category 2025-12-03 12:22:36 +01:00
einhornimmond
693bbf7c2a Merge branch 'master' into 3573-feature-introduce-distributed-semaphore-base-on-redis 2025-12-02 06:42:49 +01:00
einhornimmond
4eb8a87fdd revert not neccessary changes, to reduce review noise 2025-11-30 14:36:59 +01:00
einhornimmond
1b0d8324fb move seeding back into backend 2025-11-30 12:47:17 +01:00
einhornimmond
654eec3f85 use new seeding in database from backend 2025-11-30 12:30:33 +01:00
einhornimmond
27b4d81370 add roles to new seeding 2025-11-29 14:57:00 +01:00
einhornimmond
01b4f1ef66 fix to make compatible to gradido-blockchain 2025-11-29 14:33:13 +01:00
einhornimmond
15cd2a6e7f speed up seeding 2025-11-29 11:04:35 +01:00
einhornimmond
c87fc511c9 rewrite seed code with direct db usage 2025-11-28 19:01:28 +01:00
einhornimmond
5370218dc9 move enums into db which are used for seeding 2025-11-28 18:58:08 +01:00
clauspeterhuebner
4a00cdb6ce remove console.log 2025-11-27 22:29:44 +01:00
einhornimmond
e032ff7f18 wait on redis exit 2025-11-27 20:50:33 +01:00
clauspeterhuebner
60c3749119 Merge remote-tracking branch 'origin/master' into
3573-feature-introduce-distributed-semaphore-base-on-redis
2025-11-26 16:49:28 +01:00
einhornimmond
8e990314a1 fixed for future use of biome 2025-11-26 14:04:26 +01:00
clauspeterhuebner
1d8582ab40 invoke redis.quit in test.afterAll 2025-11-25 03:00:27 +01:00
einhornimmond
54c7f70976 change import to type, import actually entity later, speedup database test with bun 2025-11-22 12:40:05 +01:00
clauspeterhuebner
a2ee080ed5 introduce redis-semaphore along with a running docker redis server 2025-11-20 02:33:49 +01:00
einhornimmond
2ac59f99cf again revert 2025-10-22 11:36:30 +02:00
einhornimmond
5d4611f83f remove simple white space and order changes to make review less noisy 2025-10-22 11:22:24 +02:00
einhornimmond
1230799a2e Merge branch 'release-2_7_0' into dlt_connector_direct_usage 2025-10-20 16:02:07 +02:00
einhornimmond
c8eeac2c02 react to case, if both communities try to authenticate each other at the same time 2025-10-14 15:52:39 +02:00
einhornimmond
044ff3358c remove not used enum value 2025-10-14 14:57:17 +02:00
einhornimmond
1c347b7ff7 remove join from communityHandshakeState, await save direct, to prevent drag away errors 2025-10-14 12:32:57 +02:00
einhornimmond
0ce9eaab3d make server crash more visible in logs, try fixing bug with query builder 2025-10-14 10:53:07 +02:00
einhornimmond
49010af54f use own class for buffer/string hex handling 2025-10-13 17:12:03 +02:00
einhornimmond
a31ba3756a one time code default NULL 2025-10-13 13:09:51 +02:00
einhornimmond
6e13f5d8ab finish refactor authentication with states 2025-10-13 12:53:04 +02:00
einhornimmond
ced6f42fa0 refactor startOpenConnectionCallback 2025-10-13 10:11:27 +02:00
einhornimmond
ae23aafd87 update error handling for startCommunityAuthentication 2025-10-13 09:27:19 +02:00
einhornimmond
ed422fe293 startCommunityAuthentication refactored 2025-10-13 09:13:26 +02:00
einhornimmond
ebd43543c6 add enum to index 2025-10-13 07:42:14 +02:00
einhornimmond
b5b4e94c2a add entity to index 2025-10-13 07:41:47 +02:00
einhornimmond
d6d626c848 add community handshake states table and enum 2025-10-13 07:40:38 +02:00
einhornimmond
e8ef1bc310 try to make oneTimeCode more robust 2025-10-12 08:48:08 +02:00
einhornimmond
be62b62c6a Merge branch 'master' into dlt_connector_direct_usage 2025-10-09 13:23:55 +02:00
einhornimmond
671c7b238d actually we don't need to define default on CreateDateColumn and default and onUpdate on UpdateDateColumn, typeorm do this by his self 2025-10-09 06:32:43 +02:00
einhornimmond
d7aac639b5
Merge branch 'master' into frontend_openai_consider_thread_timeouts 2025-10-09 06:23:56 +02:00
einhornimmond
6b89e1d43c update npm packages and lint 2025-10-07 15:49:36 +02:00
einhornimmond
a890a8c895 add updatedAt to openai_threads table, better error handling, check for openai thread timeout 2025-10-07 11:11:42 +02:00
einhornimmond
48744c02bf Merge branch 'frontend_show_gradido_id' into dlt_connector_direct_usage 2025-10-01 16:30:03 +02:00
einhornimmond
f8ef8e111e log bug fix. use federated_communities.verified_at instead of communities.authenticated_at date for deciding reachable communities 2025-10-01 13:49:10 +02:00
einhornimmond
bf33cf9341 refactor community, rights and allow input community/user in frontend gdd send form 2025-09-30 13:39:35 +02:00
einhornimmond
4e3d119f12 direct sending transaction types to dlt 2025-09-24 16:25:43 +02:00
einhornimmond
9f22e5b16d Merge branch 'master' into dlt_connector_direct_usage 2025-09-20 15:27:47 +02:00
einhornimmond
b17c381f6c Merge branch 'master' into refactor_dlt_connector_modern_stack 2025-09-03 14:42:07 +02:00
clauspeterhuebner
bfd2e61d65 modify jest.mock for TRANSACTIONS_LOCK 2025-08-25 23:54:48 +02:00
clauspeterhuebner
a0cde876cd correct import of entities 2025-08-25 23:07:48 +02:00
clauspeterhuebner
0a23e11af3 Merge remote-tracking branch 'origin/master' into 3522-feature-introduce-security-in-disbursement-handshake 2025-08-25 15:17:26 +02:00
clauspeterhuebner
f6db4b633d introduce config_core 2025-08-21 22:10:16 +02:00
clauspeterhuebner
0c6d8b4ba1 save current work 2025-08-20 19:01:56 +02:00