7150 Commits

Author SHA1 Message Date
Alexander Friedland
692b9e53de
Merge branch 'master' into 1594-Show-if-a-transaction-was-created-by-link 2022-03-14 23:13:27 +01:00
Alexander Friedland
84f9aaeb96
Merge pull request #1579 from gradido/frontend-generate-link-for-send-gdd
Frontend generate link for send gdd
2022-03-14 22:49:34 +01:00
ogerly
0aef35c7b2 review fixed 2022-03-14 22:34:17 +01:00
ogerly
f31ab41354 use SEND_TYPE for selected 2022-03-14 22:19:15 +01:00
Alexander Friedland
bde3e3bff6
Update frontend/src/locales/en.json
Co-authored-by: Ulf Gebhardt <ulf.gebhardt@webcraft-media.de>
2022-03-14 22:09:23 +01:00
Alexander Friedland
0fed52eda8
Update frontend/src/locales/en.json
Co-authored-by: Ulf Gebhardt <ulf.gebhardt@webcraft-media.de>
2022-03-14 22:09:04 +01:00
Alexander Friedland
0191c39852
Update frontend/src/locales/en.json
Co-authored-by: Ulf Gebhardt <ulf.gebhardt@webcraft-media.de>
2022-03-14 22:08:48 +01:00
Alexander Friedland
32602cbbeb
Update frontend/src/locales/en.json
Co-authored-by: Ulf Gebhardt <ulf.gebhardt@webcraft-media.de>
2022-03-14 22:08:30 +01:00
Alexander Friedland
1d9b4297de
Update frontend/src/locales/en.json
Co-authored-by: Ulf Gebhardt <ulf.gebhardt@webcraft-media.de>
2022-03-14 22:08:18 +01:00
Alexander Friedland
a7aabc325c
Update frontend/src/locales/de.json
Co-authored-by: Ulf Gebhardt <ulf.gebhardt@webcraft-media.de>
2022-03-14 22:08:00 +01:00
Alexander Friedland
9ee97c02bf
Update frontend/src/locales/de.json
Co-authored-by: Ulf Gebhardt <ulf.gebhardt@webcraft-media.de>
2022-03-14 22:07:45 +01:00
Alexander Friedland
e2bbb7bb38
Update frontend/src/locales/de.json
Co-authored-by: Ulf Gebhardt <ulf.gebhardt@webcraft-media.de>
2022-03-14 22:07:32 +01:00
Alexander Friedland
32b2261814
Update frontend/src/locales/de.json
Co-authored-by: Ulf Gebhardt <ulf.gebhardt@webcraft-media.de>
2022-03-14 22:07:22 +01:00
Alexander Friedland
496aec4fb9
Update frontend/src/pages/Send.spec.js
Co-authored-by: Ulf Gebhardt <ulf.gebhardt@webcraft-media.de>
2022-03-14 22:07:04 +01:00
Alexander Friedland
a1fdc62ea7
Update frontend/src/locales/en.json
Co-authored-by: Ulf Gebhardt <ulf.gebhardt@webcraft-media.de>
2022-03-14 22:06:39 +01:00
Alexander Friedland
72a39d7d27
Merge branch 'master' into frontend-generate-link-for-send-gdd 2022-03-14 21:15:08 +01:00
ogerly
4299f270e0 yarn locales --fix 2022-03-14 21:14:49 +01:00
ogerly
2cf6160718 unused selected remove, add locales 2022-03-14 21:13:50 +01:00
Alexander Friedland
1ae4aa4e85
Merge branch 'master' into 1594-Show-if-a-transaction-was-created-by-link 2022-03-14 18:06:14 +01:00
ogerly
0566cdb4f5 tests for Send.spec.js 2022-03-14 18:00:00 +01:00
Moriz Wahl
667d28ea05
Merge pull request #1617 from gradido/test-logout
feat: Test Logout in User Resolver
2022-03-14 17:59:50 +01:00
e706d99442
54% backend coverage 2022-03-14 17:48:00 +01:00
Moriz Wahl
e7b104c3b5
Update backend/src/graphql/directive/isAuthorized.ts
Co-authored-by: Ulf Gebhardt <ulf.gebhardt@webcraft-media.de>
2022-03-14 16:27:36 +01:00
Moriz Wahl
fe38cec4ac further improvement of isAuthorized 2022-03-14 16:22:57 +01:00
Moriz Wahl
afdaf038cc Merge branch 'test-logout' of github.com:gradido/gradido into test-logout 2022-03-14 16:17:27 +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
86096f9161
Merge branch 'master' into test-logout 2022-03-14 15:48:13 +01:00
057814e17a
Merge pull request #1612 from gradido/fix_logrotate
Fix: Logrotate & Log Dates & Save Update Log & Correct tag Checkout
2022-03-14 15:47:59 +01:00
Moriz Wahl
ed84a1dd56 no resetDB and test for inalienable rights first 2022-03-14 15:35:39 +01:00
b91237d2af
Merge branch 'master' into fix_logrotate 2022-03-14 15:20:38 +01:00
Moriz Wahl
a02111e07c
Merge branch 'master' into test-logout 2022-03-14 15:20:21 +01:00
Moriz Wahl
1a8ef0085b
Merge pull request #1616 from gradido/no-reset-db-in-unit-tests
refactor: No Reset DB in Backend Unit Tests
2022-03-14 15:20:07 +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
1b1510a70f
Update deployment/bare_metal/start.sh
Co-authored-by: Moriz Wahl <moriz.wahl@gmx.de>
2022-03-14 15:00:37 +01:00
Moriz Wahl
87bd89ec74
Update .github/workflows/test.yml
Co-authored-by: Ulf Gebhardt <ulf.gebhardt@webcraft-media.de>
2022-03-14 14:58:37 +01:00
Moriz Wahl
109853d257 reset token not exported 2022-03-14 14:21:40 +01:00
ogerly
dfc8aadce4 add enum SEND_TYPEP: send and link 2022-03-14 14:18:11 +01:00
Moriz Wahl
35cc38ba7c introduce reset token, comment isAuthorized 2022-03-14 14:15:24 +01:00
Moriz Wahl
095e6603ab Merge branch 'no-reset-db-in-unit-tests' into test-logout 2022-03-14 13:54:21 +01:00
Moriz Wahl
0aa9e290d9 wait for mariadb to start 2022-03-14 13:52:52 +01:00
Moriz Wahl
1dd9f52259 try to fix the token reset 2022-03-14 13:50:30 +01:00
ogerly
f1ae41147c enum TRANSACTION_STEPS in GddSend.vue and send.vue 2022-03-14 13:45:40 +01:00
Moriz Wahl
9e7440e75d
Merge branch 'master' into no-reset-db-in-unit-tests 2022-03-14 13:05:48 +01:00
Moriz Wahl
60e83b56d1 feat: Test Logout 2022-03-14 12:56:58 +01:00
a78ad24c7e
Merge branch 'master' into fix_logrotate 2022-03-14 12:41:33 +01:00
e97bcd4d20
Update deployment/bare_metal/start.sh
Co-authored-by: Moriz Wahl <moriz.wahl@gmx.de>
2022-03-14 12:41:25 +01:00
3a52a3892a
Update deployment/bare_metal/start.sh
Co-authored-by: Moriz Wahl <moriz.wahl@gmx.de>
2022-03-14 12:41:19 +01:00
3e25268c32
Update deployment/bare_metal/start.sh
Co-authored-by: Moriz Wahl <moriz.wahl@gmx.de>
2022-03-14 12:41:13 +01:00
fef247ed53
Merge pull request #1611 from gradido/coverage_backend
Test: Require 53% backend coverage
2022-03-14 12:38:50 +01:00
ogerly
7893a5d09c test Send.spec.js, two apollo querys 2022-03-14 11:17:26 +01:00