63 Commits

Author SHA1 Message Date
clauspeterhuebner
bf19ccee9b next try with deepcopy instead of shallow copy 2025-04-30 15:42:15 +02:00
clauspeterhuebner
90471ca06d next try 2025-04-29 23:12:16 +02:00
clauspeterhuebner
1c58fbaea8 next try 2025-04-29 21:58:15 +02:00
clauspeterhuebner
e7db4b1ef5 set redeemJwtLink.recipientUser after login 2025-04-29 17:58:18 +02:00
clauspeterhuebner
9cc5bc0848 change setTransactionLink as linkData without shallowcopy 2025-04-28 15:28:28 +02:00
clauspeterhuebner
b40546a9e3 next try 2025-04-25 22:53:00 +02:00
clauspeterhuebner
edc4fedb43 next try for VALID criteria 2025-04-25 21:55:11 +02:00
clauspeterhuebner
9c63bf66ab correct criteria for VALID state 2025-04-25 21:34:38 +02:00
clauspeterhuebner
3beafd29b2 changes after renamings 2025-04-25 21:09:08 +02:00
clauspeterhuebner
5de301105e changes after renamings 2025-04-25 20:28:52 +02:00
clauspeterhuebner
e386a79e48 corrections after renaming to RedeemJwtLink 2025-04-25 19:42:27 +02:00
clauspeterhuebner
c2294611bd changes to distingue between redeemJWT and disburseJWT 2025-04-25 19:19:17 +02:00
clauspeterhuebner
6241058027 next try for validLink 2025-04-25 02:26:36 +02:00
clauspeterhuebner
778c61c2dc change criteria to detect self-redeeming 2025-04-25 00:33:58 +02:00
clauspeterhuebner
b0a9da74c4 use shallow copy to set recepientUser after login/registration 2025-04-24 23:06:14 +02:00
clauspeterhuebner
d74819a86d next try to set linkData.recepientUser 2025-04-24 22:32:11 +02:00
clauspeterhuebner
4604f3e77b log validLink setting and set recepientUser by setDisbursementLink after
Login/Registration of recepient
2025-04-24 22:12:08 +02:00
clauspeterhuebner
7104de0254 introduce validUntil in redeem-jwt-token payload 2025-04-24 17:26:14 +02:00
clauspeterhuebner
322e4ca37f treat validUntil as Date in case of DisbursementLink too 2025-04-24 14:34:26 +02:00
clauspeterhuebner
f133cb15bc next try 2025-04-24 01:38:44 +02:00
clauspeterhuebner
0ef80978e0 change dialogue in case of disbursementLink 2025-04-23 00:37:54 +02:00
clauspeterhuebner
04407cdcfd change access on result.value in setDisbursementLinkInformation 2025-04-22 23:50:50 +02:00
clauspeterhuebner
13ede8f287 change access on result.value 2025-04-22 23:24:26 +02:00
clauspeterhuebner
7705af3c6f next try 2025-04-22 22:55:58 +02:00
clauspeterhuebner
9239df58e4 onResult log analyse 2025-04-22 18:03:27 +02:00
clauspeterhuebner
738f101da7 grrr next try 2025-04-17 23:28:31 +02:00
clauspeterhuebner
921c89bc71 next try onResult access 2025-04-17 23:19:04 +02:00
clauspeterhuebner
d1137c861a next try onResult access 2025-04-17 23:02:23 +02:00
clauspeterhuebner
872a7b6d96 change onResult access to result.queryTransaciontLink 2025-04-17 22:50:41 +02:00
clauspeterhuebner
de93505edc onResult shows strange behaviour with !result || !result.value 2025-04-17 18:23:22 +02:00
clauspeterhuebner
11eb0c45a7 overwork transactionLink and disbursementLink 2025-04-17 17:48:03 +02:00
clauspeterhuebner
fddfe69bad first try with disbursement result from queryTransactionLink 2025-04-17 16:00:47 +02:00
clauspeterhuebner
0e41e6518c remove check against referrer and in case of invalid signing use simply
decoded payload
2025-04-16 01:39:24 +02:00
clauspeterhuebner
28bd35ca2a next try for disbursementJwt mapping 2025-04-16 00:08:39 +02:00
clauspeterhuebner
a6e2efef19 sign jwt with senderCommunityUuid, search senderCom per decoded payload
and verify jwt with senderComUUid selected from db ensured against
referrer
2025-04-15 22:06:43 +02:00
clauspeterhuebner
f04d156e5c additional log and missing await at decode invocation 2025-04-14 15:42:11 +02:00
clauspeterhuebner
25c4c7362f now the jwt-token creation and community-switch works correctly, but
redeem with a jwt-token is still open
2025-04-11 16:40:36 +02:00
clauspeterhuebner
f1f46b2d80 first try of x-cross tx per link 2025-04-11 03:12:05 +02:00
MateuszMichalowski
e8277861ec
fix(frontend): vue3 migration pre deploy setup (#3366)
* fix(admin): update test files predeploy

* fix(admin): update test files predeploy

* fix(admin): update test files predeploy
2024-09-12 18:53:40 +02:00
MateuszMichalowski
57e54d60dc
fix(frontend): scss changes and fixes (#3358) 2024-08-21 09:10:17 +02:00
MateuszMichalowski
76e5994441
fix(frontend): migration remaining fixes (#3356)
* fix(frontend): fix password update validation, cleanup code, fix pipe operator in i18n issue, fixes to redeem via code.

* fix(frontend): fix transaction links

* fix(frontend): revert changes in admin components file

* fix(frontend): linters fixes
2024-08-19 10:11:17 +02:00
MateuszMichalowski
cdaca99b04
feat(frontend): migration setup (#3342)
* frontend - moved to vue 2.7 and vite

* frontend - moved to vue 3

* frontend - login page updates

* fix(frontend): WiP migration

* fix(frontend): WiP migration

* fix(frontend): WiP migration

* fix(frontend): WiP migration

* fix(frontend): WiP migration

* fix(frontend): fix eslint/stylelint issues

* fix(frontend): fix eslint/stylelint issues

* feature(frontend): update node in docker frontend

* feature(frontend): move send types out of Send file

* feature(frontend): add entry in package json to fix eslint issue

* feature(frontend): eslint fix

* replace docker-compose with docker compose

* update docker-compose test file

* feature(frontend): Creation fixes

* feature(frontend): Add missing updates for apollo scripts.

---------

Co-authored-by: einhornimmond <silas@einhornimmond.de>
2024-08-08 23:02:15 +02:00
ogerly
12265a79da changes reviews 2023-05-31 11:35:51 +02:00
Hannes Heine
204a2d2471
Merge branch 'master' into 2897-incorrect-errormessage-for-wrong-contribution-link 2023-05-19 10:34:02 +02:00
ogerly
00a6d15b51 error message for incorrect redemption link 2023-04-27 10:06:54 +02:00
Moriz Wahl
a8d9be1802 test for same user via gradido ID instead of email 2023-04-18 12:53:39 +02:00
Alexander Friedland
09c75bc204
Merge branch 'master' into 2592-Gradido-Logo-blurred 2023-02-16 14:30:49 +01:00
ogerly
147035bf5d logo inserted with better quality. 2023-02-01 10:49:08 +01:00
ogerly
b4841a760c style refactor mobil auth area 2023-01-31 16:26:35 +01:00
mahula
0b7313d216 add checking token expiration time to TransactionLink.vue 2022-10-06 18:05:04 +02:00