Hannes Heine
|
d5a2c24d7e
|
Merge branch 'master' into 2000-contribution-delete
|
2022-07-19 12:25:12 +02:00 |
|
elweyn
|
da3574edb8
|
Fix merge conflict and reviewed name changes.
|
2022-07-18 12:35:42 +02:00 |
|
elweyn
|
7a337f027d
|
Fix merge conflict.
|
2022-07-18 12:32:24 +02:00 |
|
elweyn
|
ae04024dd3
|
Remove unused import.
|
2022-07-18 11:39:17 +02:00 |
|
elweyn
|
93c2d6814a
|
Change the listContribution query to give back ContributionListResult object with linkCount.
|
2022-07-18 11:27:44 +02:00 |
|
elweyn
|
5f5c19e6ba
|
Change find to much more efficient code.
|
2022-07-15 14:14:15 +02:00 |
|
elweyn
|
ed75dce369
|
Merge branch 'master' into 2051-list-all-confirmed-contribution
|
2022-07-15 13:46:46 +02:00 |
|
Alexander Friedland
|
8f742ce1d1
|
Merge branch 'master' into 2051-list-contribution-add-deleted
|
2022-07-15 07:37:37 +02:00 |
|
elweyn
|
b86ddbf8b0
|
Fix linting.
|
2022-07-14 18:08:51 +02:00 |
|
elweyn
|
22602c45b9
|
Merge master into this branch.
|
2022-07-14 17:40:58 +02:00 |
|
elweyn
|
cbbe0ffad2
|
Change the method name from listAllConfirmedContributions to listAllContributions.
|
2022-07-14 16:45:19 +02:00 |
|
elweyn
|
8c6ec08e88
|
Gives a list of allCreations and calls the User one time in the creation.
|
2022-07-14 16:42:55 +02:00 |
|
elweyn
|
99c4e83670
|
Add deleted contribution to the list of contribution.
|
2022-07-13 11:26:18 +02:00 |
|
elweyn
|
46206c4752
|
Handled the merge conflict so that we can continue to work.
|
2022-07-12 10:01:26 +02:00 |
|
elweyn
|
339b32a02f
|
Change FindOperator<any> to <number>
|
2022-07-11 17:16:31 +02:00 |
|
elweyn
|
70db65044c
|
Fix linting.
|
2022-07-11 14:09:40 +02:00 |
|
elweyn
|
f8cdad7e58
|
Change the where clause to a defined object.
|
2022-07-11 14:07:57 +02:00 |
|
elweyn
|
2113061629
|
Change the imports to the standard.
|
2022-07-11 14:05:57 +02:00 |
|
elweyn
|
ae52b520dd
|
Withdrew where clause to an variable with inline condition.
|
2022-07-11 12:04:46 +02:00 |
|
elweyn
|
a2eccb12ed
|
Change the variable name contribution to contributions.
|
2022-07-11 11:42:39 +02:00 |
|
elweyn
|
18ff51aacf
|
Merge master into this branch.
|
2022-07-06 10:51:35 +02:00 |
|
Hannes Heine
|
e834d06704
|
Merge branch 'master' into 2000-contribution-list
|
2022-07-06 10:48:28 +02:00 |
|
Hannes Heine
|
e2b7c9dece
|
Merge branch 'master' into 2000-contribution-delete
|
2022-07-06 10:15:03 +02:00 |
|
elweyn
|
103928518c
|
Change utils file isContributionValid to contributions and changed method isContributionValid to validateContribution.
|
2022-07-05 11:35:50 +02:00 |
|
elweyn
|
9bd5710933
|
Add check if user is owner of the contribution before deleting.
|
2022-07-05 09:37:41 +02:00 |
|
elweyn
|
62e7abe76e
|
Add mutation to soft delete a contribution.
|
2022-07-05 09:22:32 +02:00 |
|
elweyn
|
8e7476ecb0
|
Refactor return value so that their is only one return value.
|
2022-07-05 09:07:29 +02:00 |
|
elweyn
|
7b38fe7f93
|
Function for updateContribution.
|
2022-07-04 07:41:41 +02:00 |
|
elweyn
|
3ce80fc081
|
Remove unused imports.
|
2022-06-30 16:47:44 +02:00 |
|
elweyn
|
f19a6f1d15
|
Create model for Contribution and create function to query listContributions.
|
2022-06-30 13:58:21 +02:00 |
|
elweyn
|
c7ea879e36
|
Change return value of createContribution from Boolean to UnconfirmedContribution, add constructor to UnconfirmedContribution.
|
2022-06-29 11:56:18 +02:00 |
|
elweyn
|
6e5540b863
|
Move all util methods to isContributionValid file, add const file for Resolvers.
|
2022-06-29 10:49:53 +02:00 |
|
elweyn
|
237c01af1b
|
Refactor CreateContributionArgs to ContributionArgs so that it can be used for updateContribution.
|
2022-06-29 10:13:08 +02:00 |
|
elweyn
|
5a51207895
|
Remove unused imports.
|
2022-06-28 09:59:25 +02:00 |
|
elweyn
|
457016a7a7
|
Withdrew if contribution not valid statement since the method throws an exception if not valid.
|
2022-06-27 17:43:10 +02:00 |
|
elweyn
|
38e04b4979
|
Remove checks on users since the authorization token handels it.
|
2022-06-27 17:12:59 +02:00 |
|
elweyn
|
c03509c525
|
Change response value to boolean, add RIGHTS for createContribution, add new RIGHT in ROLES.
|
2022-06-27 13:40:36 +02:00 |
|
elweyn
|
2d90fdd64e
|
New Resolver for Contribution, createContribution method.
|
2022-06-24 12:19:02 +02:00 |
|