Moriz Wahl
|
997ef9d72a
|
query only required fields on balance
|
2022-04-12 21:34:04 +02:00 |
|
|
|
d5d90c7050
|
remove decayStartBlock from all component interfaces
|
2022-04-06 15:24:17 +02:00 |
|
Moriz Wahl
|
a0eb707375
|
change name of mutation which was wrongly called as query
|
2022-03-30 18:21:52 +02:00 |
|
Moriz Wahl
|
03da5aa343
|
change transaction list query to new balance object
|
2022-03-29 01:29:08 +02:00 |
|
ogerly
|
62831a71df
|
add transactionLinkId on query
|
2022-03-25 21:46:38 +01:00 |
|
Moriz Wahl
|
67ea4e61f8
|
query linked user email in transaction
|
2022-03-21 20:31:12 +01:00 |
|
Alexander Friedland
|
8bbe9401b0
|
Merge branch 'master' into 1588-frontend-show-link-information
|
2022-03-21 13:08:48 +01:00 |
|
|
|
c83959fc58
|
Merge branch 'master' into 1319-email-optin
|
2022-03-21 12:30:57 +01:00 |
|
Alexander Friedland
|
ffb5ff73ce
|
Merge branch 'master' into 1588-frontend-show-link-information
|
2022-03-18 19:54:35 +01:00 |
|
Moriz Wahl
|
303ab94ba3
|
Merge branch 'master' into user-entity-in-context
|
2022-03-18 15:13:11 +01:00 |
|
ogerly
|
37d7c9bf53
|
add show textbox for deleted link and redeemed link
|
2022-03-18 11:19:18 +01:00 |
|
ogerly
|
6be14e83b7
|
add no redeem - You can't redeem your own link!
|
2022-03-18 11:19:18 +01:00 |
|
ogerly
|
5dc1d1e67c
|
add id to query queryTransactionLink, add locales for redeem amount, check auth
|
2022-03-18 11:19:18 +01:00 |
|
Moriz Wahl
|
577ca00c46
|
refactor transaction list query, do not allow user id an only creations as args any more. this query only return the transactions of the logged in user
|
2022-03-17 10:46:29 +01:00 |
|
ogerly
|
90ce74a98c
|
add variables pageSize
|
2022-03-16 12:09:26 +01:00 |
|
Hannes Heine
|
e5217640e5
|
Merge branch 'master' into 1319-email-optin
|
2022-03-16 05:11:12 +01:00 |
|
ogerly
|
a67c66baf5
|
add id in listTransactionLinks in frontend/src/graphql/queries.js
|
2022-03-15 15:48:37 +01:00 |
|
ogerly
|
17ba78cc01
|
add query: listTransactionLinks
|
2022-03-15 11:37:10 +01:00 |
|
Hannes Heine
|
507b9975a3
|
Merge branch 'master' into 1319-email-optin
|
2022-03-15 08:28:17 +01:00 |
|
Alexander Friedland
|
692b9e53de
|
Merge branch 'master' into 1594-Show-if-a-transaction-was-created-by-link
|
2022-03-14 23:13:27 +01:00 |
|
ogerly
|
0aef35c7b2
|
review fixed
|
2022-03-14 22:34:17 +01:00 |
|
elweyn
|
21504e8005
|
Add query to the queries file, add method that checks if optin code is valid else push to password reset page.
|
2022-03-14 12:33:57 +01:00 |
|
Moriz Wahl
|
fde2a7f7bf
|
also query linkCount in transactionList
|
2022-03-14 08:36:28 +01:00 |
|
elweyn
|
281be67ceb
|
Add query to getTransactionInformation to the queries of the frontend.
|
2022-03-09 17:15:42 +01:00 |
|
ogerly
|
ae75ba7487
|
interim status of the revised transaction list
|
2022-03-01 21:33:02 +01:00 |
|
|
|
e35275cd55
|
fixed query to run successfully
|
2022-02-28 13:11:35 +01:00 |
|
|
|
50d13b10ab
|
Merge branch 'combine_transaction_tables2' into refactor_arithmetic
# Conflicts:
# backend/src/config/index.ts
# backend/src/graphql/model/Transaction.ts
# backend/src/graphql/resolver/AdminResolver.ts
# backend/src/graphql/resolver/TransactionResolver.ts
# database/entity/Transaction.ts
# database/src/interface/TransactionContext.ts
# database/src/seeds/helpers/user-helpers.ts
|
2022-02-28 12:58:23 +01:00 |
|
|
|
50ef39d1a4
|
fixed transaction query in frontend
|
2022-02-27 03:12:25 +01:00 |
|
Alexander Friedland
|
533de795df
|
Merge branch 'master' into 1106-first-transaction-cannot-be-expanded
|
2022-02-07 13:04:50 +01:00 |
|
ogerly
|
e76bae4585
|
Add firstTransaction to transactionList transactions query.
|
2022-02-07 12:01:39 +01:00 |
|
|
|
148bd6286c
|
cleaned frontend
|
2022-02-07 05:20:40 +01:00 |
|
elweyn
|
75cbea2321
|
Change the transactionList query so we can get only creation and get the list for specific users.
|
2021-12-20 15:15:51 +01:00 |
|
Hannes Heine
|
5cbdbcb7c9
|
Merge branch 'master' into login_call_resetPassword
|
2021-11-25 10:22:15 +01:00 |
|
|
|
0c8e79bc74
|
cleanup ResetPassword & deleted unused queries
|
2021-11-24 03:57:07 +01:00 |
|
|
|
636c4c8df3
|
implement verifyLogin
|
2021-11-23 14:05:02 +01:00 |
|
|
|
41d6a7ba45
|
implemented isAdmin from backend
|
2021-11-23 12:48:59 +01:00 |
|
|
|
d1dfda81ce
|
removed password from createUser & implement setPassword
|
2021-11-23 12:00:14 +01:00 |
|
|
|
728aaa095f
|
first of several calls regarding password reset
|
2021-11-23 03:04:28 +01:00 |
|
|
|
9540ab3208
|
reduced checkUsername response to a boolean
|
2021-10-31 02:01:02 +01:00 |
|
elweyn
|
ad11d482e0
|
Missing files..
|
2021-10-13 13:35:58 +02:00 |
|
elweyn
|
2d218e86ce
|
Asking for hasElopage in login.
|
2021-10-12 16:50:26 +02:00 |
|
elweyn
|
06b7778f11
|
Made the community resolver work again & changes in frontend merged with 803-community-selection-page-of-registration-process
|
2021-10-05 10:13:28 +02:00 |
|
elweyn
|
5462e8b606
|
Merge master in this and resolve merge conflicts.
|
2021-10-05 08:06:09 +02:00 |
|
|
|
d78585309a
|
lint fixes
|
2021-10-02 17:15:36 +02:00 |
|
einhorn_b
|
2630de425d
|
update GDT to use enums and switch-case
|
2021-10-02 16:41:21 +02:00 |
|
Einhornimmond
|
b5a7af16e7
|
bring load and save coinanimation to live
|
2021-10-02 13:54:09 +02:00 |
|
|
|
16d530489d
|
fixed query transactionsQuery
|
2021-10-02 12:34:03 +02:00 |
|
|
|
69bb8b7ea7
|
unify pagination to use currentPage, pageSize and order as values
|
2021-10-01 22:00:37 +02:00 |
|
elweyn
|
b66e0243ed
|
Implementation of the Community in the backend.
|
2021-10-01 12:58:47 +02:00 |
|
Moriz Wahl
|
62142710f8
|
send coins as Mutations
|
2021-09-20 12:25:04 +02:00 |
|