9538 Commits

Author SHA1 Message Date
ogerly
31e8f11f79 change locales static 10 Minutes 2022-06-30 15:29:11 +02:00
Alexander Friedland
286c717a3a
Update frontend/src/locales/de.json
Co-authored-by: Wolfgang Huß <wolle.huss@pjannto.com>
2022-06-30 14:49:28 +02:00
Alexander Friedland
4134e7593e
Update frontend/src/locales/en.json
Co-authored-by: Wolfgang Huß <wolle.huss@pjannto.com>
2022-06-30 14:49:19 +02:00
Alexander Friedland
0fdccda597
Update frontend/src/store/store.test.js
Co-authored-by: Wolfgang Huß <wolle.huss@pjannto.com>
2022-06-30 14:20:17 +02:00
Alexander Friedland
ef373e6ae0
Update frontend/src/store/store.test.js
Co-authored-by: Wolfgang Huß <wolle.huss@pjannto.com>
2022-06-30 14:13:54 +02:00
Alexander Friedland
fa32054f96
Update frontend/src/components/SessionLogoutTimeout.spec.js
Co-authored-by: Wolfgang Huß <wolle.huss@pjannto.com>
2022-06-30 14:11:22 +02:00
elweyn
f19a6f1d15 Create model for Contribution and create function to query listContributions. 2022-06-30 13:58:21 +02:00
elweyn
f8b0d52afd Add ROLES and RIGHTS for users to query listContributions. 2022-06-30 13:57:30 +02:00
ogerly
0e3f6a4d73 change JWT_EXPIRES_IN to 10m 2022-06-30 13:51:40 +02:00
ogerly
7e0374586e delete mp3 in public/sound 2022-06-30 12:25:21 +02:00
Moriz Wahl
41c266b022 fix locales 2022-06-30 11:28:54 +02:00
Moriz Wahl
2cdaf97f05 remove emacs artifact 2022-06-30 11:20:51 +02:00
Moriz Wahl
81ee4a1011 Merge branch '1736-When-session-is-expired-redeem-link-is-not-transported' of github.com:gradido/gradido into 1736-When-session-is-expired-redeem-link-is-not-transported 2022-06-30 11:19:39 +02:00
Moriz Wahl
b2fff23b6b raise coverage, try to test timers 2022-06-30 11:19:19 +02:00
Claus-Peter Hübner
38fcb0e9cf next try writing event_protocol 2022-06-30 01:28:27 +02:00
Einhornimmond
88e789c53e tested and fixed 2022-06-29 16:09:31 +02:00
elweyn
ba88599ca7 Change mutation to query amount and memo, check in test that amount and memo have the right values. 2022-06-29 13:31:57 +02:00
Einhornimmond
ac18a11256 simplify code 2022-06-29 12:38:20 +02:00
elweyn
70b22f3dbe Remove unused import of FULL_CREATION_AVAILABLE const. 2022-06-29 12:00:35 +02:00
elweyn
c7ea879e36 Change return value of createContribution from Boolean to UnconfirmedContribution, add constructor to UnconfirmedContribution. 2022-06-29 11:56:18 +02:00
elweyn
6a9b4f7b9a Remove unused import. 2022-06-29 11:24:12 +02:00
elweyn
790b6fb906 Remove unused variable. 2022-06-29 11:23:12 +02:00
elweyn
329a6c5500 Fix linting. 2022-06-29 11:21:03 +02:00
elweyn
55cf4ffc5a Change method description to => notation. 2022-06-29 11:09:06 +02:00
elweyn
6a55a27f88 Removed tests with deleted user and user with unchecked email, add describe block for input not valid as well as valid input. 2022-06-29 11:06:25 +02:00
elweyn
001117527c Change import of getUserCreation in isContributionValid. 2022-06-29 10:52:36 +02:00
elweyn
6e5540b863 Move all util methods to isContributionValid file, add const file for Resolvers. 2022-06-29 10:49:53 +02:00
elweyn
237c01af1b Refactor CreateContributionArgs to ContributionArgs so that it can be used for updateContribution. 2022-06-29 10:13:08 +02:00
Claus-Peter Hübner
60fde3f688 rework EventProtocol 2022-06-29 02:07:58 +02:00
Claus-Peter Hübner
1d02795562 rework EventProtocol 2022-06-29 02:06:44 +02:00
Claus-Peter Hübner
1edea38fbb move EventProtocolType in event package 2022-06-29 02:06:16 +02:00
Dario bb
dbe2ec4845 implement code translated in js from c++ from gradido blockchain connector 2022-06-28 18:29:00 +02:00
Dario bb
9473d075fa Merge branch 'master' into archive_transform_valid_transactions 2022-06-28 16:48:35 +02:00
Einhornimmond
bf086e7866 add migration script begin 2022-06-28 16:41:43 +02:00
Moriz Wahl
fddaa99ada use vue-timers as recommended 2022-06-28 16:07:45 +02:00
Alexander Friedland
f179148ab7
Merge branch 'master' into 1736-When-session-is-expired-redeem-link-is-not-transported 2022-06-28 13:35:41 +02:00
elweyn
0c819522a1 Merge changes from master and this branch. 2022-06-28 11:17:06 +02:00
elweyn
5a51207895 Remove unused imports. 2022-06-28 09:59:25 +02:00
Claus-Peter Hübner
55f491694a lintting 2022-06-28 04:23:43 +02:00
Claus-Peter Hübner
0dbce63910 emit some first events 2022-06-28 04:13:26 +02:00
Claus-Peter Hübner
522233913e define EventEmitter with an EventHandler for each EventProtocolType 2022-06-28 04:08:25 +02:00
Claus-Peter Hübner
c706e0c292 Merge remote-tracking branch 'origin/master' into 1794-feature-event-protocol-1-implement-the-basics-of-the-business-event-protocol 2022-06-27 18:29:27 +02:00
elweyn
457016a7a7 Withdrew if contribution not valid statement since the method throws an exception if not valid. 2022-06-27 17:43:10 +02:00
elweyn
a56908b8f5 Adding some test for the ContributionToken. 2022-06-27 17:13:30 +02:00
elweyn
38e04b4979 Remove checks on users since the authorization token handels it. 2022-06-27 17:12:59 +02:00
Alexander Friedland
a8cdd55f6b
Merge pull request #1998 from gradido/1910-carousel-should-also-have-changing-texts
1910 separate text for the slideshow images.
2022-06-27 15:52:01 +02:00
Alexander Friedland
e6a408273a
change text 2022-06-27 15:43:31 +02:00
elweyn
4d4f6979da Change moderator so that it can be null. 2022-06-27 13:41:11 +02:00
elweyn
c03509c525 Change response value to boolean, add RIGHTS for createContribution, add new RIGHT in ROLES. 2022-06-27 13:40:36 +02:00
elweyn
6ac0106470 Change import for refactored methods. 2022-06-27 13:37:47 +02:00