einhornimmond
|
77d2183d03
|
Merge branch 'master' into yarn_workspaces_turbo
|
2025-05-15 18:16:21 +02:00 |
|
clauspeterhuebner
|
29c08babcc
|
Merge remote-tracking branch 'origin/master' into
3466-introduce-community-selection-logic-in-transactionlink-page
|
2025-05-13 23:00:34 +02:00 |
|
einhornimmond
|
9efdf80498
|
Merge branch 'master' into yarn_workspaces_turbo
|
2025-04-30 11:17:56 +02:00 |
|
einhornimmond
|
987582c3ef
|
Revert "use root biome config for backend, add useImportType rule"
This reverts commit bb8132791557fb9dcbf117ff7c3622a83e2e3730.
|
2025-04-30 09:29:09 +02:00 |
|
einhornimmond
|
bb81327915
|
use root biome config for backend, add useImportType rule
|
2025-04-30 09:17:57 +02:00 |
|
einhornimmond
|
5173edbb39
|
update to yarn workspaces and turbo
|
2025-04-28 10:15:49 +02:00 |
|
einhornimmond
|
3ff399064b
|
auto applied changes from biome
|
2025-04-26 08:01:43 +02:00 |
|
clauspeterhuebner
|
31c362be0a
|
change user to senderUser
|
2025-04-17 18:03:41 +02:00 |
|
clauspeterhuebner
|
f1f46b2d80
|
first try of x-cross tx per link
|
2025-04-11 03:12:05 +02:00 |
|
einhornimmond
|
169b18731f
|
make config a own module, detect db version automatic
|
2025-01-19 20:01:54 +01:00 |
|
|
|
7a44a223e9
|
lint fixes
|
2023-03-31 12:51:51 +02:00 |
|
|
|
ae8405e8f6
|
merge
|
2023-03-31 12:48:09 +02:00 |
|
|
|
9407386de7
|
fix alphabetical sort
|
2023-03-30 17:57:15 +02:00 |
|
|
|
80ff97e72a
|
more lint fixes
|
2023-03-30 17:39:09 +02:00 |
|
|
|
b0c19eda47
|
fix import order
|
2023-03-30 17:28:03 +02:00 |
|
|
|
721ccecd12
|
fixes
|
2023-03-12 02:19:10 +01:00 |
|
|
|
827c829306
|
fixes based on the unit tests
|
2023-03-09 14:37:25 +01:00 |
|
|
|
3391b3a9ee
|
merge
|
2023-03-09 14:37:17 +01:00 |
|
|
|
66a5175dc1
|
combine logic for both listTransactionLinks and listTransactionLinksAdmin
|
2023-02-14 21:28:58 +01:00 |
|
elweyn
|
6588a636dd
|
Change the composition of the link from addition to replace.
|
2022-04-08 08:14:50 +02:00 |
|
elweyn
|
41b35f2c5e
|
Add link to the TransactionLink and change code by link in frontend.
|
2022-04-06 18:45:27 +02:00 |
|
elweyn
|
ff24798767
|
Add free line after import.
|
2022-04-06 11:10:09 +02:00 |
|
elweyn
|
e49892d69c
|
Changed the value of code so that it get's the configured COMMUNITY_URL and redeem/ from the backend.
|
2022-04-06 10:56:27 +02:00 |
|
ogerly
|
549a36cb56
|
add linkCount and linkList in query
|
2022-03-25 20:17:33 +01:00 |
|
Moriz Wahl
|
55455d0236
|
remove showEmail form model, args and resolver
|
2022-03-10 18:31:15 +01:00 |
|
Moriz Wahl
|
40aa617bcc
|
Merge branch 'master' into remove-showEmail
|
2022-03-10 18:26:35 +01:00 |
|
Moriz Wahl
|
80650e60b8
|
remove apollo log plugin hack, improve model
|
2022-03-10 18:00:47 +01:00 |
|
Moriz Wahl
|
91ffc16ed0
|
remove showEmail from transaction link model, alter database version
|
2022-03-10 17:35:15 +01:00 |
|
Moriz Wahl
|
fae9d91004
|
add comment to explain why set to null in constructor
|
2022-03-10 16:00:15 +01:00 |
|
Moriz Wahl
|
3436253bbe
|
transaction link repository, use raw query to get sum of hold available amount
|
2022-03-10 15:33:26 +01:00 |
|
Moriz Wahl
|
91fe38fe8f
|
use db values instead of null
|
2022-03-10 14:28:42 +01:00 |
|
Moriz Wahl
|
96dcdf0170
|
add deletedAt to constructor
|
2022-03-09 17:09:57 +01:00 |
|
Moriz Wahl
|
916fae91b3
|
Merge branch 'model-transaction-link' into create-transaction-link-mutation
|
2022-03-09 17:00:35 +01:00 |
|
Moriz Wahl
|
f961772854
|
add soft delete to transaction link model
|
2022-03-09 16:51:56 +01:00 |
|
Moriz Wahl
|
6d6f58a932
|
save hold available amount
|
2022-03-09 15:43:13 +01:00 |
|
Moriz Wahl
|
0f3d2719d5
|
Merge branch 'model-transaction-link' into create-transaction-link-mutation
|
2022-03-09 15:15:05 +01:00 |
|
Moriz Wahl
|
8bdd25cd01
|
add hold available amount to model
|
2022-03-09 15:09:01 +01:00 |
|
Moriz Wahl
|
c9d24c3b61
|
add constructor
|
2022-03-09 14:29:20 +01:00 |
|
Moriz Wahl
|
eb5b19e6d6
|
add code column to model and entity
|
2022-03-09 12:02:10 +01:00 |
|
Moriz Wahl
|
437da5eeda
|
feat: Transaction Link Model
|
2022-03-09 11:05:01 +01:00 |
|