171 Commits

Author SHA1 Message Date
Moriz Wahl
8dfafaea89 Merge branch 'master' into admin-open-creations-query 2023-03-10 14:49:32 +01:00
Moriz Wahl
73fb123036 admin open creations query 2023-03-10 11:55:24 +01:00
becabb861c
fix types 2023-03-09 14:41:35 +01:00
3391b3a9ee
merge 2023-03-09 14:37:17 +01:00
elweyn
747c146bbf Add to database query relation messages 2023-03-08 12:33:15 +01:00
Moriz Wahl
e4a9533802 refactor(backend): use find contributions helper in list contributions 2023-02-28 20:36:23 +01:00
Moriz Wahl
6e88068a88 Merge branch 'master' into remove-adminCreateContributions 2023-02-21 15:20:45 +01:00
Moriz Wahl
3cc5494736 refactor(backend): remove admin create contributions 2023-02-20 14:24:42 +01:00
elweyn
bf5cb142cc Remove unused In import. 2023-02-18 07:13:35 +01:00
elweyn
a61e66ffc4 Refactor the near functions to a single one. 2023-02-17 16:12:26 +01:00
elweyn
3476f680ed Remove QueryBuilder and rewrite it with ContributionEntity.findAndCount method. 2023-02-17 13:53:58 +01:00
elweyn
b1b3a060cb Merge master in refactor adminListContributions. 2023-02-17 11:20:43 +01:00
Moriz Wahl
7c2bf9da7a
Merge branch 'master' into 2594-contributions-list-frontend 2023-02-14 17:59:34 +01:00
Moriz Wahl
ddbdbe4224 Merge branch 'master' into 2594-contributions-list-frontend 2023-02-14 17:05:11 +01:00
9101c3f74d
save moderator & user_id for EVENT_ADMIN_CONTRIBUTION_DENY 2023-02-14 15:39:41 +01:00
elweyn
6851ef3f62 Merge master in here. 2023-02-14 10:22:51 +01:00
2a1cb037c7
log moderator who denies contribution instead of user 2023-02-14 01:47:07 +01:00
9aa5da5c8f
Merge branch 'master' into event_protocol_rework 2023-02-13 13:24:58 +01:00
Alexander Friedland
362a702579
Merge branch 'master' into 2594-contributions-list-frontend 2023-02-10 15:29:29 +01:00
f9b6b887e0
things are working properly 2023-02-10 03:37:48 +01:00
2ac133c41a
rework - initial work 2023-02-10 02:06:39 +01:00
Hannes Heine
4c03deccd3
Merge branch 'master' into refactor-listUnconfirmedContribution-to-adminListAllContribution 2023-02-09 17:37:37 +01:00
Hannes Heine
def51614d4
Merge branch 'master' into logger_contributionResolver 2023-02-09 17:20:52 +01:00
894cf7f3ab
Merge branch 'master' into 2624-bug-emails-for-deny-and-delete-contribution 2023-02-09 15:31:23 +01:00
c1b126296d
Merge branch 'master' into logger_contributionResolver 2023-02-09 14:07:29 +01:00
Moriz Wahl
036d335426
Merge branch 'master' into refactor-last-transaction 2023-02-08 15:51:05 +01:00
Moriz Wahl
f5d9866644 remove accessLayer folder 2023-02-08 10:33:53 +01:00
mahula
01cca65dea finish denyContribution method in contribution resolver 2023-02-08 08:46:36 +01:00
mahula
2fc2ecf5af WIP add elements to get contribution denying working in backend 2023-02-07 21:46:44 +01:00
Hannes Heine
e12da8be1a
Merge branch 'master' into refactor-listUnconfirmedContribution-to-adminListAllContribution 2023-02-07 08:13:00 +01:00
Alexander Friedland
8cffe8ed0d
Merge branch 'master' into 2594-contributions-list-frontend 2023-02-07 07:50:22 +01:00
1dd2a369e2
Merge branch 'master' into refactor_event_protocol 2023-02-06 23:48:39 +01:00
741d0c2b97
choose todo over coverage 2023-02-06 22:38:45 +01:00
bf24d15d96
unify checks on adminCreateContribution and adminUpdateContribution 2023-02-06 22:37:38 +01:00
225652ecc7
refactor adminCreateContribution to check for deleted users 2023-02-06 22:30:23 +01:00
Moriz Wahl
cb748d8c50 refactor(backend): get last transaction by only one function 2023-02-06 18:47:58 +01:00
elweyn
ad16aff1ea Change listUnconfirmedContributions to adminListAllContributions. 2023-02-06 15:06:58 +01:00
elweyn
8c00fcd6cc Merge new unit tests for ContributionResolver. 2023-02-06 14:34:40 +01:00
a8c6534347
fix logger on contributionResolver 2023-02-03 01:17:15 +01:00
Alexander Friedland
0f449de4a0
Merge branch 'master' into 2594-contributions-list-frontend 2023-02-02 16:57:30 +01:00
ogerly
0298bbd740 add pagination on contributions lists 2023-02-02 16:26:26 +01:00
elweyn
471685bbd7 Change statusFilters to statusFilter. 2023-02-02 11:22:47 +01:00
ab2535abea
simplify writeEvent 2023-02-02 03:55:47 +01:00
elweyn
681a23a113 Change the definition of statusFilter remove 2023-01-31 11:50:25 +01:00
elweyn
a1ece2f171 Change definition of the parameter statusFilter so that the ContributionStatus item can't be null. 2023-01-31 11:39:44 +01:00
elweyn
70649b968f Change statusFilter from default null to optional. 2023-01-31 11:11:18 +01:00
elweyn
311fb97467 Refactor filter method. 2023-01-28 08:10:50 +01:00
elweyn
12703a33f9 Remove unused i18n import. 2023-01-26 07:06:57 +01:00
elweyn
8b3423b91b Remove i18n, change state to status. 2023-01-25 16:40:32 +01:00
Hannes Heine
14c546627a
Merge branch 'master' into 2594-filter-query-all-contributions 2023-01-24 16:14:21 +01:00