15726 Commits

Author SHA1 Message Date
einhorn_b
7b2ca22f01 fix test 2024-01-05 16:54:51 +01:00
einhorn_b
c97a6310c8 remove log.txt correct this time 2024-01-05 16:49:32 +01:00
einhorn_b
ed4e46a14a move translation logic from backend into dlt-connector, refactor 2024-01-05 15:54:02 +01:00
einhorn_b
75a7481a1b adjust backend to moving logic into dlt-connector 2024-01-05 15:53:23 +01:00
einhornimmond
6505e1f0cb
Merge branch 'master' into dlt_connector_try_dci 2024-01-05 10:37:13 +01:00
einhornimmond
c1e7d07054
Merge pull request #3266 from gradido/linked_moderator
feat(backend): fill linked_user_id for creation transactions
2024-01-05 10:36:48 +01:00
einhorn_b
5de2160952 update config for new db version 2024-01-04 11:45:22 +01:00
einhorn_b
2ea5df0fcf lint 2024-01-04 11:34:47 +01:00
einhorn_b
d882c52bb5 fix lint 2024-01-04 11:33:03 +01:00
Dario MatrixX VirtualBox
44720aee90 update usage of linked_user_id for creation transactions 2024-01-04 11:21:26 +01:00
Einhornimmond
9cfd0f973d lint 2023-12-30 09:17:14 +01:00
Einhornimmond
6b64f2036c changes for review suggestions 2023-12-30 09:02:58 +01:00
einhorn_b
4c178ec92a update transaction_id to not nullable 2023-12-29 15:16:43 +01:00
einhorn_b
374f3cd7eb make backendTransactionId unique 2023-12-29 14:43:35 +01:00
einhorn_b
3b6240de1f split DltConnectorClient into multiple files similar to gms client 2023-12-28 19:24:01 +01:00
einhorn_b
ba13144ad3 add backendTransaction table, update dltConnectorClient code and test 2023-12-22 15:19:21 +01:00
einhorn_b
bcaae7002c update DltConnectorClient to set user correct 2023-12-22 12:52:10 +01:00
einhornimmond
6b976673f6
Merge branch 'master' into dlt_connector_try_dci 2023-12-21 12:18:38 +01:00
clauspeterhuebner
9e11c66ee4
Merge pull request #3260 from gradido/3258-feature-create-gms-usecase-docu
docs(other): 3258 feature create gms usecase docu
2023-12-20 15:37:32 +01:00
einhorn_b
5c11f2e85d update name for balances 2023-12-19 19:57:27 +01:00
einhorn_b
712e6f61cb more comments for removed tables 2023-12-19 19:42:12 +01:00
einhorn_b
ca6d688344 add comments to explain local imports 2023-12-19 16:30:04 +01:00
einhorn_b
0567a3ddf0 add lint rule for sorted import like in backend, sort imports, refactor enums, remove KeyManager 2023-12-19 15:07:53 +01:00
clauspeterhuebner
06ec26f871
Merge branch 'master' into 3258-feature-create-gms-usecase-docu 2023-12-18 17:40:53 +01:00
clauspeterhuebner
7add77903a
Merge branch 'master' into dlt_connector_try_dci 2023-12-18 17:38:57 +01:00
einhorn_b
c5c073bff4 db update 2023-12-17 16:31:54 +01:00
einhorn_b
3d245dc3af add error message column for invalid transaction 2023-12-15 19:21:52 +01:00
Claus-Peter Huebner
da4c4466d4 change path of images 2023-12-14 20:00:00 +01:00
Claus-Peter Huebner
fe32131944 first version of usecase docu 2023-12-14 19:42:57 +01:00
Claus-Peter Huebner
fcf94f429d first draft of docu usecase migrate user to gms 2023-12-14 00:49:19 +01:00
einhornimmond
029ecc7873
Merge pull request #3259 from gradido/fix_memo_edit_text_frontend
fix(frontend): update moderatorChangedMemo
2023-12-12 17:19:06 +01:00
einhorn_b
00a6e861ef change not null to null 2023-12-12 13:17:02 +01:00
einhorn_b
cb5c5e476a remove console.log 2023-12-11 14:45:26 +01:00
einhorn_b
b8ee84b7be update community field names in transactions table, fix bug in DataSource 2023-12-11 14:36:10 +01:00
einhorn_b
bcb4aa0314 sort fr 2023-12-11 11:44:47 +01:00
Einhornimmond
1a1840e8c6 fix order 2023-12-10 12:27:04 +01:00
Einhornimmond
99d5ee3b09 sort 2023-12-10 12:18:05 +01:00
Einhornimmond
952f4e42ad update moderatorChangedMemo for de and en, add it for other languages 2023-12-10 11:58:49 +01:00
einhorn_b
443a7308a1 update filename according to class name change, update imports 2023-12-08 13:49:59 +01:00
einhorn_b
ca95bf4ff1 fix lint 2023-12-08 13:42:51 +01:00
einhorn_b
0e10dc5353 add Account.test, increase coverage by 1% 2023-12-07 21:25:40 +01:00
einhorn_b
35670ded96 refactor db 2023-12-07 14:46:35 +01:00
einhorn_b
c113d95a3c fix test, remove not longer used files 2023-12-07 13:56:43 +01:00
einhorn_b
c961ddaf21 Merge branch 'dlt_connector_try_dci' of github.com:gradido/gradido into dlt_connector_try_dci 2023-12-07 13:44:23 +01:00
einhorn_b
bf71f91bc3 fix linting and build error 2023-12-07 13:44:18 +01:00
einhornimmond
78bd52824c
Merge branch 'master' into dlt_connector_try_dci 2023-12-07 13:42:15 +01:00
Einhornimmond
7a9f52e440 update entity and migration 2023-12-06 22:42:47 +01:00
Einhornimmond
c3d72cb8df add missing init call for key manager 2023-12-06 21:50:30 +01:00
Einhornimmond
3b1d490040 use enum instead hardcoded 2023-12-06 21:39:36 +01:00
Einhornimmond
51a76f6407 fix git add error 2023-12-06 21:36:21 +01:00