12998 Commits

Author SHA1 Message Date
5f8702c3c4
catch error for not existing users and test this 2023-02-27 15:44:14 +01:00
dec47d6dc5
Merge branch 'master' into combine_listTransactionLinks_and_listTransactionLinksAdmin 2023-02-23 22:07:08 +01:00
75d23c5daf
corrected return type of listTransactionLinks 2023-02-23 21:36:59 +01:00
clauspeterhuebner
63c5407517
Merge pull request #2729 from gradido/2728-devops-adapt-config-and-scripts-for-federation-modules
feat(federation): add dht-node to deployment scripts
2023-02-23 15:28:04 +01:00
Claus-Peter Hübner
b070ef5504 conditional dht-node start with message 2023-02-22 21:30:32 +01:00
Claus-Peter Hübner
9966a06630 conditional start of dht-node 2023-02-22 21:14:34 +01:00
clauspeterhuebner
fffb5fc9b3
Merge branch 'master' into 2728-devops-adapt-config-and-scripts-for-federation-modules 2023-02-22 14:11:31 +01:00
Alexander Friedland
02cdcf8751
Merge pull request #2718 from gradido/2708-button-for-chat-with-moderator-incorrect-fetch
fix(frontend): change fetchPolicy, add scripts.update
2023-02-22 09:12:21 +01:00
Alexander Friedland
05ad93a36e
Merge branch 'master' into 2708-button-for-chat-with-moderator-incorrect-fetch 2023-02-22 08:35:08 +01:00
Claus-Peter Hübner
e6291c7dd4 solve error returning ownApiList 2023-02-21 23:56:26 +01:00
Claus-Peter Hübner
d37714b468 config changes 2023-02-21 23:02:46 +01:00
Claus-Peter Hübner
93d07ca4d1 add dht-node to deployment scripts 2023-02-21 22:29:44 +01:00
Hannes Heine
bf9dff7d59
Merge pull request #2666 from gradido/refactor-listUnconfirmedContribution-to-adminListAllContribution
refactor(backend): list unconfirmed contribution to admin list all contribution
2023-02-21 15:01:23 +01:00
Hannes Heine
1e7d4a779a
Update backend/src/graphql/resolver/ContributionResolver.test.ts
Co-authored-by: Moriz Wahl <moriz.wahl@gmx.de>
2023-02-21 04:02:55 +01:00
Hannes Heine
2a12d03599
Merge branch 'master' into refactor-listUnconfirmedContribution-to-adminListAllContribution 2023-02-18 07:14:07 +01:00
elweyn
bf5cb142cc Remove unused In import. 2023-02-18 07:13:35 +01:00
da0679274f
Merge branch 'master' into combine_listTransactionLinks_and_listTransactionLinksAdmin 2023-02-17 23:38:59 +01:00
214970dde1
typo 2023-02-17 23:38:06 +01:00
cb058adde6
fix tests 2023-02-17 23:29:09 +01:00
c01a94aa24
potential frontend fix 2023-02-17 23:25:09 +01:00
16c3ba399e
some misssing changes 2023-02-17 23:21:37 +01:00
b887068226
remove user constant, not required 2023-02-17 23:12:11 +01:00
d21996a045
externalize transactionLinkList function into utils folder 2023-02-17 23:10:31 +01:00
12c128e072
do not requqery the user 2023-02-17 23:03:38 +01:00
elweyn
a61e66ffc4 Refactor the near functions to a single one. 2023-02-17 16:12:26 +01:00
elweyn
84c724daea Change to suggestion 2023-02-17 15:51:45 +01:00
elweyn
9ddef04f56 Change test name. 2023-02-17 15:46:53 +01:00
Moriz Wahl
7970c9410b
Merge pull request #2721 from gradido/refactor-community-routes
refactor(frontend): community routes
2023-02-17 15:46:18 +01:00
Moriz Wahl
dd984f6eba
Merge branch 'master' into refactor-community-routes 2023-02-17 15:10:28 +01:00
9de2149c8f
Merge branch 'master' into combine_listTransactionLinks_and_listTransactionLinksAdmin 2023-02-17 14:10:51 +01:00
40d08120e3
Merge pull request #2705 from gradido/authenticated_tests_for_TransactionLinkResolver
test(backend): authentication tests for TransactionLinkResolver
2023-02-17 14:10:37 +01:00
elweyn
ef5bd33245 Merge branch 'refactor-listUnconfirmedContribution-to-adminListAllContribution' of https://github.com/gradido/gradido into refactor-listUnconfirmedContribution-to-adminListAllContribution 2023-02-17 13:57:59 +01:00
elweyn
a54f171154 Remove console.log statement to test. 2023-02-17 13:57:02 +01:00
Hannes Heine
e2ac359386
Merge branch 'master' into refactor-listUnconfirmedContribution-to-adminListAllContribution 2023-02-17 13:56:18 +01:00
elweyn
17f17663f9 Merge branch 'refactor-listUnconfirmedContribution-to-adminListAllContribution' of https://github.com/gradido/gradido into refactor-listUnconfirmedContribution-to-adminListAllContribution 2023-02-17 13:54:49 +01:00
elweyn
62284bd016 Set test for adminListAllContributions at the end of the admin szenario. 2023-02-17 13:54:39 +01:00
elweyn
3476f680ed Remove QueryBuilder and rewrite it with ContributionEntity.findAndCount method. 2023-02-17 13:53:58 +01:00
Moriz Wahl
e1c0534866
Merge branch 'master' into refactor-community-routes 2023-02-17 12:59:11 +01:00
Moriz Wahl
625b4cb3d0 fix unit tests 2023-02-17 12:56:37 +01:00
0fed2002b4
Merge branch 'master' into authenticated_tests_for_TransactionLinkResolver 2023-02-17 12:25:24 +01:00
a22c1f0daf
Merge pull request #2679 from gradido/logger_errors
refactor(backend): use LogError on errors
2023-02-17 12:25:01 +01:00
Hannes Heine
95583bda1c
Merge branch 'master' into refactor-listUnconfirmedContribution-to-adminListAllContribution 2023-02-17 12:12:18 +01:00
09dc5ffdcb
merge conflict 2023-02-17 12:09:24 +01:00
d26c0bd78a
Merge branch 'master' into authenticated_tests_for_TransactionLinkResolver 2023-02-17 12:09:12 +01:00
5560163736
Merge branch 'master' into logger_errors 2023-02-17 12:08:45 +01:00
Moriz Wahl
9910e2e201 improve code, fix button highlight 2023-02-17 12:04:57 +01:00
610d97f258
Merge pull request #2678 from gradido/logger_encryptorUtils
refactor(backend): use LogError on encryptorUtils
2023-02-17 11:55:42 +01:00
1a8e98cce9
Merge branch 'master' into logger_encryptorUtils 2023-02-17 11:33:38 +01:00
Hannes Heine
a15b3265de
Merge branch 'master' into refactor-listUnconfirmedContribution-to-adminListAllContribution 2023-02-17 11:33:29 +01:00
2f020cf06c
Merge pull request #2677 from gradido/logger_creations
refactor(backend): use LogError on creations
2023-02-17 11:33:03 +01:00