Moriz Wahl
|
65318c4498
|
release: Version 1.12.1
|
2022-09-13 13:37:30 +02:00 |
|
Moriz Wahl
|
39d7de3d4b
|
release: v1.12.0
|
2022-09-12 10:47:07 +02:00 |
|
elweyn
|
ed0900b735
|
Add lint command to ignore console.log statement.
|
2022-09-07 11:34:08 +02:00 |
|
elweyn
|
e50b80997b
|
Fix imports.
|
2022-09-07 10:38:34 +02:00 |
|
elweyn
|
0fb1dcdb3e
|
Moved klicktipp.ts to src/util
|
2022-09-07 10:34:09 +02:00 |
|
elweyn
|
0f0cdab800
|
Merge master
|
2022-09-07 10:31:23 +02:00 |
|
Hannes Heine
|
4bb8ced489
|
Merge branch 'master' into add-is-moderator-to-contribution-message
|
2022-09-06 15:18:08 +02:00 |
|
elweyn
|
73db7707ce
|
Remove nullable from graphql Field isModerator.
|
2022-09-06 14:39:44 +02:00 |
|
elweyn
|
a41cd825e9
|
Add new database version to the index file.
|
2022-09-06 14:34:32 +02:00 |
|
elweyn
|
96015a9b1b
|
Add isModerator to the graphql ContributionMessage model.
|
2022-09-06 11:27:27 +02:00 |
|
elweyn
|
ecc42b49fa
|
Add isModerator to the createContributionMessage calls.
|
2022-09-06 11:23:57 +02:00 |
|
elweyn
|
aa9d60c78c
|
Add test that admin can not call adminCreateContributionMessage on own contribution
|
2022-09-06 11:07:23 +02:00 |
|
elweyn
|
ced14bd752
|
Change error message Admin can not answer on own contribution.
|
2022-09-06 10:59:32 +02:00 |
|
elweyn
|
04b96bac2f
|
Throw error if moderator tries to answer his own contribution in adminCreateContributionMessage.
|
2022-09-06 10:39:20 +02:00 |
|
Moriz Wahl
|
eb8a245c2d
|
fix resolver args
|
2022-09-01 16:26:57 +02:00 |
|
Moriz Wahl
|
de2bd1113e
|
refactor: Improve Statistics Query
|
2022-09-01 15:38:05 +02:00 |
|
elweyn
|
2177c501c3
|
Remove cleanDB in most afterAll so we don't need to seed contribution and contribution messages again in later tests.
|
2022-09-01 10:24:42 +02:00 |
|
elweyn
|
d402b871e4
|
Test that adminCreateContributionMessage, createContributionMessage & listContributionMessages gives the right values back.
|
2022-08-31 12:26:29 +02:00 |
|
elweyn
|
4ce8ec5bed
|
Change error message from createContributionMessage, remove describe block without tests.
|
2022-08-29 13:25:42 +02:00 |
|
elweyn
|
ac4f7dc04a
|
Add test with non existing contributionId.
|
2022-08-29 13:16:44 +02:00 |
|
elweyn
|
8b62696c91
|
Add test that listContributionMessages throws error for non authenticated user.
|
2022-08-29 13:07:24 +02:00 |
|
elweyn
|
7156f1afd5
|
Setup Test file for ContributionMessageResolver.
|
2022-08-29 12:58:01 +02:00 |
|
elweyn
|
423989777b
|
Remove leftJoin on user, changed ContributionMessage array to count of ContributionMessage.
|
2022-08-29 12:19:25 +02:00 |
|
elweyn
|
894140b418
|
Remove unused imports.
|
2022-08-26 08:50:08 +02:00 |
|
elweyn
|
e510c2ddbf
|
Change import for enum.
|
2022-08-25 15:27:12 +02:00 |
|
elweyn
|
ead31344f5
|
Remove leftJoin on user and remove messages from UnconfirmedContribution model added messageCount instead to the model.
|
2022-08-25 15:16:44 +02:00 |
|
elweyn
|
84ee364051
|
Revert "Fix imports."
This reverts commit f3f0c27063053bed076e76442f98cfc10973a18d.
|
2022-08-25 15:00:21 +02:00 |
|
elweyn
|
c27d64245b
|
Add moderatorId to the object.
|
2022-08-25 13:51:38 +02:00 |
|
elweyn
|
cdb306dc85
|
Change the query to get the messages and the user of a message.
|
2022-08-25 09:52:33 +02:00 |
|
elweyn
|
0163eac52f
|
Add contribution state and contribution messages to the model
|
2022-08-25 09:51:58 +02:00 |
|
elweyn
|
f3f0c27063
|
Fix imports.
|
2022-08-25 09:12:49 +02:00 |
|
elweyn
|
4b9bdb0f15
|
Add userId to the ContributionMessage model.
|
2022-08-25 09:11:24 +02:00 |
|
elweyn
|
3fbf8b6444
|
Query ContributionMessages for a specific contributionId.
|
2022-08-25 09:10:13 +02:00 |
|
elweyn
|
d2790588ba
|
Add new model ContributionMessageListResult.
|
2022-08-25 09:09:13 +02:00 |
|
elweyn
|
4dbcabf96d
|
Add where clause.
|
2022-08-24 16:52:42 +02:00 |
|
elweyn
|
057816e4c0
|
Change innerJoin to leftJoin, so that every contribution is shown not only the one with messages.
|
2022-08-24 16:43:32 +02:00 |
|
elweyn
|
a9c3dd25ed
|
Add RIGHTS.LIST_ALL_CONTRIBUTION_MESSAGES to the ROLES of Users.
|
2022-08-24 16:32:58 +02:00 |
|
elweyn
|
e0fcdb2cee
|
Add new RIGHT for LIST_ALL_CONTRIBUTION_MESSAGES.
|
2022-08-24 16:31:36 +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
|
0271a42741
|
Use user entity instead of user model.
|
2022-08-24 10:56:19 +02:00 |
|
elweyn
|
41fb0d2a9f
|
Change export name of ContributionMessageResolver class.
|
2022-08-23 13:46:55 +02:00 |
|
elweyn
|
e3e4b61c57
|
Rename export of ContributionArgs to ContributionMessageArgs.
|
2022-08-23 11:59:24 +02:00 |
|
elweyn
|
2c459a8fae
|
Changed the Contribution.find so that we can throw a specific error, added an GraphQL Model as return value instead of DbEntity.
|
2022-08-23 11:55:34 +02:00 |
|
elweyn
|
1c433e2d57
|
Add graphql object that will be returned instead of dbEntity.
|
2022-08-23 11:53:19 +02:00 |
|
elweyn
|
e70a18c6bb
|
Change thrown error message.
|
2022-08-23 11:09:41 +02:00 |
|
elweyn
|
27fd42f097
|
Change import for enum.
|
2022-08-22 12:27:46 +02:00 |
|
elweyn
|
5ca422c6d3
|
Change import for enum and arg.
|
2022-08-22 12:27:06 +02:00 |
|
elweyn
|
710d47b594
|
Add adminCreateContributionMessage.
|
2022-08-22 12:21:38 +02:00 |
|
elweyn
|
bca2f49483
|
Add admin right to create contribution message.
|
2022-08-22 12:17:11 +02:00 |
|