954 Commits

Author SHA1 Message Date
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
25b344f6a6 fix bug with missing use table call 2025-11-28 19:00:52 +01:00
einhornimmond
2b9068560d move main seed into database 2025-11-28 19:00:31 +01:00
einhornimmond
5370218dc9 move enums into db which are used for seeding 2025-11-28 18:58:08 +01:00
einhornimmond
8e990314a1 fixed for future use of biome 2025-11-26 14:04:26 +01:00
einhornimmond
5803c34d7b remove not longer used module 2025-11-22 12:43:23 +01:00
einhornimmond
fc79874606 fix wrong version 2025-11-22 12:41:20 +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
einhornimmond
44720f25b4 chore: release v2.7.1 2025-11-21 16:22:39 +01:00
einhornimmond
6caddf05c0 fix migration mysql 2025-10-22 12:16:56 +02:00
einhornimmond
3d3780ab9e Merge branch 'release-2_7_0' into dlt_connector_direct_usage 2025-10-22 12:07:58 +02:00
einhornimmond
0b42a700d1 Merge branch 'federation_handshake_own_table' into release-2_7_0 2025-10-22 12:03:08 +02:00
einhornimmond
87cc9a5876
Merge branch 'master' into federation_handshake_own_table 2025-10-22 11:58:40 +02:00
einhornimmond
9b08ad36bf
Merge branch 'master' into use_bun_instead_of_yarn 2025-10-22 11:49:15 +02: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
c1be096bb8 use specific bun version also in Dockerfiles and deployement script 2025-10-22 09:53:19 +02:00
einhornimmond
1230799a2e Merge branch 'release-2_7_0' into dlt_connector_direct_usage 2025-10-20 16:02:07 +02:00
einhornimmond
4c55e8ae09 chore: release v2.7.0 2025-10-15 14:25:50 +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
f5f7f3c8f7 Merge branch 'use_bun_instead_of_yarn' into federation_handshake_own_table 2025-10-13 17:12:34 +02:00
einhornimmond
49010af54f use own class for buffer/string hex handling 2025-10-13 17:12:03 +02:00
einhornimmond
e9581e52e4 Merge branch 'upgrade_to_bun1.3' into use_bun_instead_of_yarn 2025-10-13 17:09:46 +02:00
einhornimmond
95d6b9175f change dotenv version 2025-10-13 17:09:13 +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
905388f1a0 Merge branch 'use_bun_instead_of_yarn' into federation_try_fix_oneTimeCode 2025-10-12 12:16:24 +02:00
einhornimmond
2fa0f01296 Merge branch 'upgrade_to_bun1.3' into use_bun_instead_of_yarn 2025-10-12 12:14:07 +02:00
einhornimmond
c54813a9e0 Merge branch 'upgrade_to_bun1.3' into federation_try_fix_oneTimeCode 2025-10-12 12:11:41 +02:00
einhornimmond
2a14879386 make update for bun 1.3 2025-10-12 11:29:05 +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
c5adb12977
Merge branch 'master' into use_bun_instead_of_yarn 2025-10-09 07:18: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
5c499e02ea Merge branch 'use_bun_instead_of_yarn' into dlt_connector_direct_usage 2025-10-08 13:49:08 +02:00
einhornimmond
7ae22cbbe5 switch to bun as turbo packet manager, at last since turbo now support bun, remove yarn from everywhere 2025-10-08 08:57:16 +02:00
einhornimmond
6b89e1d43c update npm packages and lint 2025-10-07 15:49:36 +02:00