11878 Commits

Author SHA1 Message Date
Hannes Heine
d440b38d83
Merge branch 'master' into add_hide_amount_to_users 2023-01-06 11:06:59 +01:00
Alexander Friedland
b69a59bd6d
Merge pull request #2297 from gradido/2290-New-Design
style(frontend): new Design
2023-01-06 10:56:58 +01:00
e59d2f0a0e
skip last failing test 2023-01-05 19:08:46 +01:00
1e1efd885e
ŕeduce coverage requirement to 89% 2023-01-05 18:55:09 +01:00
d2f929e887
skip failing tests 2023-01-05 18:53:15 +01:00
a2a2fee9b0
fix ContributionForm.spec.js tests all low hanging fruits 2023-01-05 18:36:53 +01:00
ogerly
a6273e79cb page vergessen 2023-01-05 16:59:48 +01:00
ogerly
99b69373d9 fix lint, locales, stylelint 2023-01-05 16:55:29 +01:00
ogerly
183d670c2a review changed from ulf 2023-01-05 16:38:19 +01:00
Hannes Heine
85744a100e
Merge branch 'master' into add_hide_amount_to_users 2023-01-05 14:07:17 +01:00
ogerly
4c097a34a3 resolve conflicts 2023-01-05 13:22:22 +01:00
mahula
67bae52fc2 add unit tests for right side contribution info component 2023-01-05 11:00:02 +01:00
mahula
b3f206fe83 fix amount related issue in transaction form component 2023-01-05 00:23:36 +01:00
mahula
e9b6120698 fix amount normalization condition in input amout component 2023-01-04 23:36:50 +01:00
mahula
cc4173d096 add unit tests for input textarea component 2023-01-04 22:26:58 +01:00
ogerly
6812baad22 tests for inputs, add data-test 2023-01-04 22:19:34 +01:00
mahula
19ec650496 complete unit tests for input email component 2023-01-04 20:27:42 +01:00
mahula
6ad6e0e4fa make normalization test for input amount component more precise 2023-01-04 19:43:37 +01:00
mahula
abecbf77c2 add unit tests for input email component 2023-01-04 19:25:59 +01:00
ogerly
ec2f06f9f6 fix update edit a contributions 2023-01-04 16:24:47 +01:00
ogerly
89bb9e8bef disabled email if balance 0 / 5 2023-01-04 12:03:24 +01:00
ogerly
4a993d9f08 disabled email if balance 0 / 4 2023-01-04 12:01:32 +01:00
ogerly
c1abcb699e disabled email if balance 0 / 3 2023-01-04 11:54:19 +01:00
ogerly
83bfc84f4f disabled email if balance 0 / 2 2023-01-04 11:49:45 +01:00
ogerly
429f029fa3 disabled email if balance 0 2023-01-04 11:48:35 +01:00
ogerly
21d3c0c483 remove unused code 2023-01-04 10:37:50 +01:00
mahula
043bf37471 fix unit tests for transaction form 2023-01-03 17:19:00 +01:00
Alexander Friedland
c478ea5304
Merge branch 'master' into 2290-New-Design 2023-01-03 15:33:53 +01:00
ogerly
11a222749d add test InputHour.spec.js 2023-01-03 15:07:36 +01:00
ogerly
e31214b1e1 fix test 2023-01-03 14:46:37 +01:00
a1a12e68d1
fixed infostatistic tests 2023-01-03 14:41:00 +01:00
Wolfgang Huß
200851322e
Merge pull request #2504 from gradido/2502-adjust-some-texts-and-translations
refactor(other): adjust some texts and translations
2023-01-03 13:29:03 +01:00
b36c9a41dc
Merge branch 'master' into 2502-adjust-some-texts-and-translations 2023-01-03 13:07:48 +01:00
34bf160291
Merge pull request #2505 from gradido/fix_footer_year_test
test(other): fix tests breaking with the new year
2023-01-03 13:06:20 +01:00
f83b9a762c
also fix backend month test 2023-01-03 12:41:42 +01:00
elweyn
2010a1b059 Add hideAmountGDD and hideAmountGDT to the login mutations and the verifyLogin queries 2023-01-03 12:24:49 +01:00
ogerly
bf2e8ca754 skip test frontend/src/pages/Community.spec.js 2023-01-03 12:06:51 +01:00
ogerly
58c8f91d13 fix test ContributionMessagesListItem.spec.js 2023-01-03 11:41:30 +01:00
elweyn
e936e2bf40 Add new fields hideAmount... to the communityUser. 2023-01-03 11:28:20 +01:00
elweyn
ce909108a9 Add migration for the new fields. 2023-01-03 11:22:26 +01:00
elweyn
84afbf9a9e Fix imported User path. 2023-01-03 11:21:25 +01:00
elweyn
3d8e28e16c Add comment to update hideAmountGDT. 2023-01-03 10:42:54 +01:00
ogerly
2a3489ed9e remnove skip from TransactionForm.spec.js 2023-01-03 10:16:21 +01:00
ogerly
2b8b65d35b fix test for Navbar.spec.js Footer 2023-01-03 10:15:41 +01:00
elweyn
465dc469b0 Add hideAmount to updataUserInfos args & change updateUserInfo method.
Co-authored-by: ogerly <fridolin@tutanota.com>
2023-01-03 10:13:01 +01:00
elweyn
643de6144a Co-authored-by: ogerly <fridolin@tutanota.com>
Add new database version to backend.
2023-01-03 10:09:58 +01:00
elweyn
53757893fd Co-authored-by: ogerly <fridolin@tutanota.com> Add hideAmountGDD & hideAmountGDT to users table. 2023-01-03 10:06:00 +01:00
ogerly
db304211aa fix test for Overview.spec.js 2023-01-03 08:08:45 +01:00
77bfa5b5ef
expect current(local) year to be visible in the footer. 2023-01-02 17:46:39 +01:00
Alexander Friedland
e930aa9d4f
Merge branch 'master' into 2290-New-Design 2023-01-02 17:17:58 +01:00