827c829306
fixes based on the unit tests
2023-03-09 14:37:25 +01:00
Moriz Wahl
553710ba6a
remove creations from user frontend
2023-01-11 22:26:43 +01:00
ogerly
b139834729
add methodes to update hide amounts
2023-01-10 10:07:47 +01:00
elweyn
2010a1b059
Add hideAmountGDD and hideAmountGDT to the login mutations and the verifyLogin queries
2023-01-03 12:24:49 +01:00
elweyn
4fdc492a6c
Change query logout to mutation, call of mutation instead of query.
2022-09-22 11:54:36 +02:00
elweyn
f63bfa871a
Change login call from query to mutation.
2022-09-22 11:47:48 +02:00
ogerly
8b063639f6
add apollo mutation createContributionMessage
2022-08-24 16:34:23 +02:00
mahula
2d80c7029e
including validation date infos to link copying after transaction link creation
...
- adapt transaction link creation mutation to get the validation date
- add validation date and text to link copy
- utilize mixins to avoid code doubling
2022-07-28 13:06:42 +02:00
ogerly
9ef150cc3a
add mutation deleteContribution, add apollo deleteContribution
2022-07-20 14:25:20 +02:00
ogerly
f3390b7de1
add updateContribution updateContributionForm
2022-07-18 18:10:29 +02:00
ogerly
4cc1642988
add mutations createContribution
2022-07-08 21:26:18 +02:00
ogerly
32f8e43c90
remove files and code from coinanimation settings
2022-05-29 12:08:28 +02:00
febe57ce13
remove code from graphql query, just use code
2022-04-21 13:28:21 +02:00
elweyn
41b35f2c5e
Add link to the TransactionLink and change code by link in frontend.
2022-04-06 18:45:27 +02:00
Moriz Wahl
a0eb707375
change name of mutation which was wrongly called as query
2022-03-30 18:21:52 +02:00
ogerly
15e0186381
add redeemCode on register process for createUser
2022-03-21 10:54:56 +01:00
Moriz Wahl
e9357198c0
change parameter name to code
2022-03-20 18:58:20 +01:00
ogerly
980d3ee527
change parameter id to code
2022-03-20 11:26:22 +01:00
Moriz Wahl
7f6b7482b0
Int as arg type for ID
2022-03-19 12:35:34 +01:00
Alexander Friedland
ffb5ff73ce
Merge branch 'master' into 1588-frontend-show-link-information
2022-03-18 19:54:35 +01:00
Moriz Wahl
8040da7a66
Merge branch 'master' into seed-transaction-links
2022-03-18 15:01:42 +01:00
ogerly
e1f67df794
add redeem modal and start function redeemLink()
2022-03-18 11:19:18 +01:00
Moriz Wahl
1182b94075
createUser returns User object, adopt mutations, reduce db calls in seed
2022-03-17 08:40:02 +01:00
ogerly
601f74c58c
add mutation deleteTransactionLink in frontend/src/graphql/queries.js
2022-03-15 15:50:51 +01:00
ogerly
0aef35c7b2
review fixed
2022-03-14 22:34:17 +01:00
elweyn
d99dc6d20a
Mutation to call generateLink written in frontend.
2022-03-09 17:53:56 +01:00
5f0cb6dbfe
fixed sendcoins
2022-02-28 01:29:53 +01:00
148bd6286c
cleaned frontend
2022-02-07 05:20:40 +01:00
30079e2039
fix createUser call
2021-11-24 03:56:42 +01:00
d5b2356caf
setPassword in frontend
...
remove resetPassword
2021-11-23 12:08:23 +01:00
fe7d7dc5f8
implemented most of updateUserInfos on Apollo
...
also removed publisherId from updateUserInfos since this is now part of the login call.
2021-11-10 20:18:49 +01:00
elweyn
db9b5fa965
Change the publisherId to nullable.
2021-10-15 12:57:37 +02:00
elweyn
ad11d482e0
Missing files..
2021-10-13 13:35:58 +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
Moriz Wahl
95a667046b
fix misspelling
2021-09-23 11:56:12 +02:00
Moriz Wahl
62142710f8
send coins as Mutations
2021-09-20 12:25:04 +02:00
Moriz Wahl
5ded9f60be
createUser as Mutation
2021-09-20 12:02:17 +02:00
Moriz Wahl
c401344193
fix: language can be changed in profile
2021-09-20 11:50:26 +02:00
Moriz Wahl
e6d386c598
refactor: Queries to Mutations
2021-09-20 11:22:00 +02:00
elweyn
0d0c463c48
Lint fixe remove.
2021-09-16 13:15:14 +02:00
elweyn
2b73bd3019
Changed the unsubscribed mutation since we don't need language hier.
2021-09-16 13:03:20 +02:00
Moriz Wahl
d3af552339
refactor newsletter component and tests
2021-09-16 12:13:23 +02:00