18321 Commits

Author SHA1 Message Date
einhornimmond
f6187be015 chore: release v2.7.5 2026-03-10 12:05:44 +01:00
einhornimmond
9a7f8a2ba5 update changelog 2026-03-10 12:05:44 +01:00
einhornimmond
98c1b6ed10
Merge pull request #3607 from gradido/migrate_with_zig
feat(dlt): migrate production db to blockchain
2026-03-10 12:03:47 +01:00
einhornimmond
3559f6525d update gradido blockchain js version, fix migration name because other pr already used the 97 2026-03-10 11:38:03 +01:00
einhornimmond
243475008f Merge branch 'master' into migrate_with_zig 2026-03-10 11:05:40 +01:00
einhornimmond
3536039a38
Merge pull request #3609 from gradido/refactor_drizzle_orm_for_project_branding
refactor(database): use drizzelOrm in project branding
2026-03-10 11:04:09 +01:00
einhornimmond
757139c3ca check version of gradido node, fix lint 2026-03-10 10:48:50 +01:00
einhornimmond
5bae90a236
Merge branch 'master' into migrate_with_zig 2026-03-09 17:40:51 +01:00
einhornimmond
1dd6110844 removed tmp files from drizzle 2026-03-09 17:34:00 +01:00
einhornimmond
f1264f63b9 update projectBranding code in UserResolver 2026-03-09 17:26:38 +01:00
einhornimmond
de4d83433f Merge branch 'refactor_drizzle_orm_for_project_branding' of github.com:gradido/gradido into refactor_drizzle_orm_for_project_branding 2026-03-09 15:36:26 +01:00
einhornimmond
750563ca7d use drizzleOrm and zod schema for projectBranding Code 2026-03-09 15:34:23 +01:00
einhornimmond
db9c380bec
Merge branch 'master' into refactor_drizzle_orm_for_project_branding 2026-03-09 12:50:48 +01:00
einhornimmond
aff9e5f816 trigger timeout transactions directly from typeScript 2026-03-06 08:39:17 +01:00
einhornimmond
9f4fa9f5b2 add hieroTopicId to publicCommunityInfo query 2026-03-06 08:37:51 +01:00
clauspeterhuebner
d9703fb847
Merge pull request #3606 from gradido/3605-correct-disbursement-email-to-sender-of-tx-link
fix(backend): remove sending email after disbursement, because it is done in core...processXComSendCoins
2026-03-04 18:14:05 +01:00
clauspeterhuebner
7189b69d70 email-test-modus auf false 2026-03-04 18:04:09 +01:00
einhornimmond
f9e1be946e explicit disable email test modus in e-email test 2026-03-03 12:20:21 +01:00
einhornimmond
22b73712b9 fix lint of updated tests, fix wrong import 2026-03-03 11:35:35 +01:00
einhornimmond
fd061e3de4 run core text core test separate 2026-03-03 10:16:29 +01:00
einhornimmond
bf438b8b36 fix tests 2026-03-03 10:07:10 +01:00
einhornimmond
e9350e82ed
Merge branch 'master' into migrate_with_zig 2026-03-03 09:38:26 +01:00
einhornimmond
f7e1f55a5b fix lint 2026-03-03 09:36:41 +01:00
einhornimmond
60799554f1 update inspector 2026-03-03 09:35:30 +01:00
einhornimmond
941cc5421e update version of used gradido node and gradido blockchain js 2026-03-03 09:34:06 +01:00
clauspeterhuebner
5ad6947da2 change recipient.email to recipient.community.name on
sendTransactionLinkRedeemedEmail
2026-03-02 23:47:45 +01:00
einhornimmond
9adf5166ce add community id to dlt-connector GradidoTransactionBuilder Calls 2026-02-28 09:53:45 +01:00
einhornimmond
94436bfc54 fix lint 2026-02-27 16:32:58 +01:00
einhornimmond
b94d6ae89a fix some issues with seeded datas, and fix cross group balance 2026-02-27 16:31:51 +01:00
einhornimmond
bfa53d9604 removed debug log 2026-02-26 11:07:03 +01:00
einhornimmond
81d6f6dbf5 removed not used zig/c stuff, fix problem with gradido node runtime path 2026-02-26 11:06:13 +01:00
einhornimmond
f54463b2bf update lockfile with new gradido-blockchain-js version 2026-02-26 09:34:29 +01:00
einhornimmond
31766b83ef fix linting 2026-02-26 09:08:29 +01:00
einhornimmond
4025175cea update inspector to newest version 2026-02-26 09:01:22 +01:00
einhornimmond
b6b00aa746 update gradido-blockchain-js version 2026-02-25 17:29:16 +01:00
einhornimmond
81f712fb05 Merge branch 'migrate_with_zig' of github.com:gradido/gradido into migrate_with_zig 2026-02-25 17:10:42 +01:00
einhornimmond
36890d7420 update gradido node default version 2026-02-25 17:10:35 +01:00
clauspeterhuebner
8aa67de124 change throw new LogError to throw new Error 2026-02-25 17:01:41 +01:00
clauspeterhuebner
2dfff70e00 add recipient community.name instead of missing recipient email as
detailed info
2026-02-25 16:30:20 +01:00
einhornimmond
10334f5a46 add option, fix type errors because of changes regarding need of communityId on some places 2026-02-25 16:05:14 +01:00
einhornimmond
f45705e714 give communitId with txs for blockchain 2026-02-25 16:04:25 +01:00
einhornimmond
3ef4c25ae8 adapt to GradidoNode Changes 2026-02-25 12:12:58 +01:00
einhornimmond
14f7e91fdc add call for getting authorized communities 2026-02-25 12:12:27 +01:00
clauspeterhuebner
2ca74ec2e1 remove sending email after disbursement, because it is don't in
core...processXComSendCoins
2026-02-25 02:25:13 +01:00
clauspeterhuebner
b2ab427e22
Merge pull request #3594 from gradido/3214-feature-x-com-sendcoins-4-activate-email-and-event-actions-in-federation-modul
feat(backend): send emails after x-com-tx
2026-02-23 22:40:46 +01:00
clauspeterhuebner
ed3761f457 remove mailto command from mail-template 2026-02-23 22:10:25 +01:00
clauspeterhuebner
3ce4b92d0f linting 2026-02-19 02:30:53 +01:00
clauspeterhuebner
a4d5fef185 Merge remote-tracking branch 'origin/master' into 3214-feature-x-com-sendcoins-4-activate-email-and-event-actions-in-federation-modul 2026-02-19 02:05:49 +01:00
clauspeterhuebner
d13f87b964 correct log output 2026-02-19 01:53:47 +01:00
clauspeterhuebner
365bc9b7ac correct result processing of execute method 2026-02-19 01:32:54 +01:00