50 Commits

Author SHA1 Message Date
einhornimmond
4860cc2670 use old humhub username on update for finding humhub user to prevent new user if user has changed email in humhub and alias in wallet 2025-04-24 13:05:16 +02:00
einhornimmond
d222f6739a fix tests 2025-03-18 13:32:32 +01:00
Moriz Wahl
642d2202bf try to get repository working again 2023-06-26 17:34:32 +02:00
Moriz Wahl
95e7888d90 try to get unit tests and seeds running again 2023-06-26 15:57:43 +02:00
49976b30b7
fix problems 2023-05-09 12:20:28 +02:00
8c76de3ee5
try fixing auth tests by reverting header token change 2023-05-03 13:07:54 +02:00
70cf72a4c1
Merge branch 'master' into eslint-disable-more-typesafety 2023-05-03 12:37:19 +02:00
657c171898
merge 2023-04-06 14:05:50 +02:00
56dbcd4f58
various more typesafety 2023-04-05 05:46:38 +02:00
e656a848fd
Merge branch 'master' into eslint-update-packages 2023-04-03 21:32:26 +02:00
f623cbaee0
Merge branch 'master' into cleanup-database 2023-04-03 12:50:52 +02:00
7a44a223e9
lint fixes 2023-03-31 12:51:51 +02:00
ae8405e8f6
merge 2023-03-31 12:48:09 +02:00
9407386de7
fix alphabetical sort 2023-03-30 17:57:15 +02:00
80ff97e72a
more lint fixes 2023-03-30 17:39:09 +02:00
b0c19eda47
fix import order 2023-03-30 17:28:03 +02:00
f2d53dfea6
Merge branch 'master' into cleanup-database 2023-03-29 11:22:20 +02:00
c0466745cc
update eslint dependencies and fix resulting errors 2023-03-12 03:01:52 +01:00
5d1311229f
more rules 2023-03-12 02:19:10 +01:00
c54e6fb8ae
new rules + fixes 2023-03-12 02:19:10 +01:00
721ccecd12
fixes 2023-03-12 02:19:10 +01:00
6a7dac0cc6
cleaned test helpers 2023-03-10 00:21:37 +01:00
3391b3a9ee
merge 2023-03-09 14:37:17 +01:00
330f85e04e
Merge branch 'master' into dissolve_admin_resolver
# Conflicts:
#	backend/src/graphql/resolver/AdminResolver.ts
2022-12-13 16:20:30 +01:00
Moriz Wahl
98742c0db1 Merge branch 'master' into test-validation-of-optin-codes 2022-12-13 14:57:15 +01:00
903fe56f60
Merge branch 'master' into dissolve_admin_resolver
# Conflicts:
#	backend/src/graphql/resolver/AdminResolver.test.ts
#	backend/src/graphql/resolver/AdminResolver.ts
#	backend/src/graphql/resolver/TransactionResolver.ts
#	backend/src/graphql/resolver/UserResolver.ts
2022-12-09 14:09:33 +01:00
a2c1b0ff96
separate AdminResolver.test into the corresponding parts 2022-11-23 22:52:22 +01:00
Moriz Wahl
ea62a7f710 fix(backend): email verification code never expired 2022-11-22 18:01:36 +01:00
Wolfgang Huß
98798d3322 Adjust test of 'sendAddedContributionMessageEmail' in 'ContributionMessageResolver.test.ts' 2022-11-22 17:24:36 +01:00
Wolfgang Huß
cd8c0b88ae Merge branch 'master' of github.com:gradido/gradido into 1288-email-templates
# Conflicts:
#	backend/src/graphql/resolver/UserResolver.ts
2022-11-17 13:54:50 +01:00
Moriz Wahl
b7cf290171 setup tests for client time zone offset 2022-11-15 14:09:33 +01:00
Wolfgang Huß
88b7e5ee78 Merge branch 'master' of github.com:gradido/gradido into 1288-email-templates
# Conflicts:
#	backend/package.json
#	backend/yarn.lock
2022-11-14 13:55:46 +01:00
Wolfgang Huß
c187b33a4d Test 'sendEmailTranslated' 2022-11-14 09:36:43 +01:00
Moriz Wahl
5e2d6c3bc9 fix: Timezone Problems on Change of Month 2022-11-10 19:01:16 +01:00
Wolfgang Huß
f8eea10371 Fix 'i18n' server integration for testing
- Fix the sending of the multiple times registrars name to the email owner.
- Clarify the logging of the multiple times registrars name and the email owners name.
2022-11-10 16:33:50 +01:00
Moriz Wahl
25e461188c ignore eslint rule no-empty-interface 2022-10-13 09:04:29 +02:00
Moriz Wahl
463f0a0601 feat: Global Jest Extension for Decimal Equal 2022-10-12 19:30:06 +02:00
Moriz Wahl
5cac5d9cfb loggers are created only once, unify logger for unit tests 2022-05-16 16:02:12 +02:00
Moriz Wahl
700f8ada07 allow test environment to be loaded with mocked logger 2022-05-10 16:51:37 +02:00
Moriz Wahl
e23ad723d0 set global timeout ver high 2022-03-15 12:41:26 +01:00
Moriz Wahl
004627ddcf create factory folder, move user creation in factory 2022-03-15 10:23:24 +01:00
Moriz Wahl
b30f4dfa5d copy queries and mutations from frontend and use them 2022-03-15 10:17:36 +01:00
Moriz Wahl
bc29e3d6a6 fix wrong db query in create user helper, improve isAuthorized, delete token to simulate unauthenticated 2022-03-14 16:17:11 +01:00
Moriz Wahl
ed84a1dd56 no resetDB and test for inalienable rights first 2022-03-14 15:35:39 +01:00
Moriz Wahl
e5215b56aa do not reset db on start of database in backend unit tests 2022-03-14 15:18:45 +01:00
Moriz Wahl
109853d257 reset token not exported 2022-03-14 14:21:40 +01:00
Moriz Wahl
60e83b56d1 feat: Test Logout 2022-03-14 12:56:58 +01:00
Moriz Wahl
85ca10f000 refactor: No Reset DB in Backend Unit Tests 2022-03-14 10:10:57 +01:00
Moriz Wahl
e60fc4e164 test login 2022-02-24 20:05:54 +01:00
Moriz Wahl
a3d697182d fix: Backend Unit Tests Running Again 2022-02-16 12:26:27 +01:00