24 Commits

Author SHA1 Message Date
Moriz Wahl
d3ac556885 Merge branch 'master' into 2803-open-contribution-edit-button 2023-03-30 18:26:02 +02:00
9407386de7
fix alphabetical sort 2023-03-30 17:57:15 +02:00
Moriz Wahl
10022c2247 Merge branch 'master' into 2803-open-contribution-edit-button 2023-03-30 15:11:18 +02:00
721ccecd12
fixes 2023-03-12 02:19:10 +01:00
Moriz Wahl
21fede66ea Merge branch 'master' into 2803-open-contribution-edit-button 2023-03-10 15:08:56 +01:00
Moriz Wahl
ac2ce5e6b1 remove email from admin update contribution 2023-03-10 11:36:08 +01:00
elweyn
2146c98ee4 Add moderatorId for contribution object. 2023-03-09 20:42:07 +01:00
19adc53ed7
fix newly introduced errors 2023-03-09 14:37:25 +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
Moriz Wahl
f83c364d1d feat(admin): deleted contributions visible 2023-02-28 17:19:12 +01:00
elweyn
853bfabd57 Finish denie logic, add deniedAt IsNull() to queries. 2022-12-20 12:09:59 +01:00
elweyn
5aa499a073 Change the result for the FE so that we get datas from the contribution table instead of the transaction table. 2022-09-21 13:31:19 +02:00
elweyn
423989777b Remove leftJoin on user, changed ContributionMessage array to count of ContributionMessage. 2022-08-29 12:19:25 +02:00
elweyn
59df924e1d Add User to Contribution link, query the messages user in the listContributions query. 2022-08-24 16:27:28 +02:00
elweyn
bda04f87d2 Add messages and state to the contribution model. 2022-08-24 10:57:03 +02:00
elweyn
c8267cf774 Add contributionDate to the Contribution object. 2022-07-20 10:42:24 +02:00
elweyn
495fbfd05c Change linkCount to contributionCount and linkList to contributionList. 2022-07-18 11:31:04 +02:00
elweyn
fdea5f68ef Add confirmedBy and confirmedAt for the contribution query. 2022-07-14 16:43:20 +02:00
elweyn
c02f575780 Withdrew userid from contribution object. 2022-07-14 12:59:21 +02:00
elweyn
2f90bd9811 Withdrew User from Contribution object and replaced it with userId, firstName and lastName. 2022-07-14 12:58:01 +02:00
elweyn
7c698de325 Add constructor to ContributionListResult. 2022-07-14 12:25:45 +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