3370 Commits

Author SHA1 Message Date
Einhornimmond
11d61dde2e implement listTransactions and neccessary changes for it 2021-10-06 11:53:25 +02:00
Einhornimmond
b02c38d635 work on implementing 2021-10-06 11:52:48 +02:00
Einhornimmond
a42fce5e1f add more typeorm models 2021-10-06 11:52:48 +02:00
Einhornimmond
aa0e84fbf6 linting and use db for db Models 2021-10-06 11:52:48 +02:00
Einhornimmond
7613db5060 listTransactions in apollo
;
2021-10-06 11:52:48 +02:00
Moriz Wahl
4ab08460a3 throw errors instead of returning them, define interface for jwt payload 2021-10-06 11:52:48 +02:00
Moriz Wahl
96def721ff refactor: Provide pubKey in context to avoid API calls 2021-10-06 11:52:48 +02:00
Moriz Wahl
9863bb804f load correct docker container 2021-10-06 11:52:48 +02:00
Moriz Wahl
8fb4fbeb93 CI for backend unit tests and coverage 2021-10-06 11:52:48 +02:00
Moriz Wahl
c7a5d2456a Add coverage report 2021-10-06 11:52:48 +02:00
Moriz Wahl
cd2b6257f6 feat: Setup Unit Tests for Backend 2021-10-06 11:52:43 +02:00
8924edfab2 removed LOGIN_API_URL & COMMUNITY_API_URL from .env.dist 2021-10-06 11:51:41 +02:00
8606d96bc5 removed LOGIN_API_URL & COMMUNITY_API_URL from frontend config 2021-10-06 11:51:41 +02:00
Einhornimmond
92179fc558 change from datamapper to active pattern (we mix it now) 2021-10-06 11:51:41 +02:00
einhorn_b
e6c3974748 fix linting 2021-10-06 11:51:41 +02:00
einhorn_b
02ad383930 update login-server to return user object on user create 2021-10-06 11:51:41 +02:00
einhorn_b
1177c69217 save user on create user in community server db 2021-10-06 11:51:41 +02:00
Alexander Friedland
47119fe01a
Merge pull request #908 from gradido/816-Refactor-Register-Page-Buttons
register process simplified
2021-09-28 16:53:14 +02:00
Alexander Friedland
6883fc3778
Update Register.spec.js 2021-09-28 16:40:47 +02:00
Alexander Friedland
78db69592b
Merge branch 'master' into 816-Refactor-Register-Page-Buttons 2021-09-28 15:20:26 +02:00
ogerly
fd2ae0f242 remove select 'null' in LanguageSwitchSelect.vue 2021-09-28 14:55:14 +02:00
Alexander Friedland
3220548ae7
Merge pull request #905 from gradido/902-arranging-the-settings-translations
Cleaned up locales for settings and adjusted texts in files
2021-09-28 13:50:21 +02:00
ogerly
a8faa7b51b add test - enable disable button on submit register 2021-09-28 13:47:22 +02:00
ogerly
1a42aa17e4 register process simplified, reset function removed, submit button replaced with disable function 2021-09-28 12:29:45 +02:00
ogerly
f5915d0ada setting changed to settings, remove delete rows 2021-09-28 09:41:07 +02:00
Moriz Wahl
8548b36a61
Merge pull request #903 from gradido/correct-type-for-balance
fix: Warnings in Gdd Transaction List Spec
2021-09-27 23:08:45 +02:00
Moriz Wahl
01ea24099a warnings throw errors when running unit tests 2021-09-27 21:26:07 +02:00
16ec10948d
Merge pull request #868 from gradido/docu_release_plan
docu release plan
2021-09-27 21:01:35 +02:00
einhornimmond
5eb40c4819
Merge pull request #890 from gradido/login_update_password
update password check, allow every special char
2021-09-27 18:02:06 +02:00
Moriz Wahl
33e4f40f4f Merge branch 'login_update_password' of github.com:gradido/gradido into login_update_password 2021-09-27 16:47:28 +02:00
ogerly
4dec84321a Cleaned up locales for settings and adjusted texts in files 2021-09-27 15:35:17 +02:00
einhornimmond
5afe8fe741 add \r to js regexp 2021-09-27 13:35:39 +02:00
Moriz Wahl
342649ae1e no white space rule in password 2021-09-27 13:34:58 +02:00
einhornimmond
b9854f494c Merge branch 'login_update_password' of github.com:gradido/gradido into login_update_password 2021-09-27 13:32:12 +02:00
einhornimmond
d53ef3fc28 entferne 'ein' 2021-09-27 13:31:56 +02:00
einhornimmond
9ef5f1e811 exclude space, tab, newline from special chars 2021-09-27 13:30:18 +02:00
einhornimmond
8a7acbf3ce remove unnecessary .* from regexp 2021-09-27 13:09:01 +02:00
Moriz Wahl
362f439aaf fix: Warnings in Gdd Transaction List Spec 2021-09-27 12:58:56 +02:00
Moriz Wahl
77b5f9939e fix wrong German translation 2021-09-27 12:30:32 +02:00
Moriz Wahl
decf4d5013 implement at least one special char rule for password in frontend 2021-09-27 12:24:19 +02:00
einhornimmond
9211f52d7f
Merge pull request #897 from gradido/bugfix_apollo
fix error with apollo, typeorm and build
2021-09-24 17:00:29 +02:00
einhornimmond
dfab363f35
Merge branch 'master' into bugfix_apollo 2021-09-24 16:51:05 +02:00
Dario Rekowski on RockPI
fb39441f41 fix for working alos with build 2021-09-24 14:48:05 +00:00
31c2bb3990
Merge pull request #894 from gradido/db_check_with_typeorm
Db check with typeorm
2021-09-24 16:18:51 +02:00
Alexander Friedland
9f87fb69b3
Merge pull request #895 from gradido/Bug-remove-col-error-in-console
fix bug col to cols on <b-col>
2021-09-24 15:00:22 +02:00
Alexander Friedland
2bd88ce4f1
Merge pull request #896 from gradido/825-Some-entries-on-GDT-List-cannot-be-opened
bug fix givenType 2,3,5,6 change to givenType 1
2021-09-24 14:58:16 +02:00
einhornimmond
62940bd583
Merge pull request #891 from gradido/apollo_listGDTTransactions
Apollo list gdt transactions
2021-09-24 14:52:34 +02:00
ogerly
c9839dce21 bug fix givenType 2,3,5,6 change to givenType 1 2021-09-24 14:47:59 +02:00
e092af22e3
removed some logic from index 2021-09-24 14:44:18 +02:00
66324fe1ca
fix connection error for case database not running 2021-09-24 14:42:07 +02:00