47 Commits

Author SHA1 Message Date
Moriz Wahl
03e67604ba remove moment 2022-02-22 15:50:42 +01:00
Moriz Wahl
a201cad0db use lodash clonedeep to copy objects 2022-02-14 12:57:24 +01:00
5bc23a4857
remove typeorm from backend project and reference the one installed in database. This way the default connection of the enteties can be used - this was not possible before since the connection waa created in the backend typeorm, but the entities are defined in the database installation.
We now remove the typeorm from backend and rely solely on the database typeorm. We now can use both activeRecord and dataMapper pattern.
2022-02-01 04:14:54 +01:00
da63312f65
some basic apollo logging 2022-01-16 10:42:46 +01:00
4a175f0ef8
removed github webhook, its now external 2022-01-12 21:21:27 +01:00
1e39f5049b
first implementation of github webhook 2022-01-12 21:21:25 +01:00
f4c26151a7
fix bodyparser json deprecated - using express instead 2022-01-12 21:21:22 +01:00
Hannes Heine
c801d7c07c Adding moment package to backend in yarn lock. 2021-11-25 08:56:21 +01:00
f362032b38
add body parser 2021-11-17 16:56:13 +01:00
95265fe989
removed @types/libsodium-wrapper package 2021-11-06 00:55:27 +01:00
elweyn
45e82c1aff
Merge branch 'master' into login_call_createUser 2021-11-06 00:41:21 +01:00
Moriz Wahl
ee12eb15a4 Merge branch 'master' into apollo_createTransactions_without_signation 2021-11-04 13:57:19 +01:00
elweyn
8bfc538824 Added random-bigint library for verificationCode, store EmailOptIn data in DB. 2021-11-04 12:57:28 +01:00
5736d3ba0b
removed bigint-conversion,
fixed keygeneration to be aligned 100% with login_server
trailing space on passphrase
bigint to hash conversion
2021-11-03 02:08:10 +01:00
c6af40d1bd
we connot use those types, they are wrong 2021-11-03 00:51:26 +01:00
c489921313
- removed libsodium-wrappers and installed sodium-native since we need the esoteric functions aswell
- added conversion library from bigint to buffer
2021-10-31 23:55:33 +01:00
elweyn
b3ec92faf4 Withdrew type long and protobuf. 2021-10-27 15:56:27 +02:00
elweyn
557ccf5da3 Merge master into this branch, comment out the protobuf encryption module to see if the structure would work without it. 2021-10-22 14:55:06 +02:00
Moriz Wahl
8344ee06c8 Merge branch 'master' into setup-tests-for-resolvers 2021-10-20 20:24:48 +02:00
Moriz Wahl
77eb01b01b Merge branch 'master' into setup-tests-for-resolvers 2021-10-18 19:20:50 +02:00
c3b7eefdfd
aligned typeorm versions of backend and database 2021-10-12 01:27:46 +02:00
febd997db3
this seems to work quite good locally with both node_modules downloaded 2021-10-11 12:07:57 +02:00
Einhornimmond
f6cba24c00 merge with master 2021-10-10 15:44:11 +02:00
Einhornimmond
6646722652 fix protobuf with build and start command 2021-10-08 15:31:26 +02:00
einhornimmond
b4ed516a8e use protobuf models as static modules, first approach didn't work 2021-10-07 20:00:46 +02:00
einhornimmond
98e7f381ee add notification email 2021-10-07 13:10:41 +02:00
Moriz Wahl
2696a7eb5b feat: Setup Unit Tests for Resolvers 2021-10-07 00:11:23 +02:00
Einhornimmond
7e2de83d56 changes 2021-10-06 12:43:07 +02:00
einhornimmond
a531b4671f Merge branch 'master' into apollo_saveUserOnCreate 2021-10-06 12:15:20 +02:00
einhornimmond
c40441dec4 Merge branch 'apollo_saveUserOnCreate' of github.com:gradido/gradido into apollo_saveUserOnCreate 2021-10-06 12:08:40 +02:00
Moriz Wahl
cd2b6257f6 feat: Setup Unit Tests for Backend 2021-10-06 11:52:43 +02:00
Einhornimmond
92179fc558 change from datamapper to active pattern (we mix it now) 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
Einhornimmond
6c42d20edd
merge with master 2021-10-02 13:52:38 +02:00
einhorn_b
e84b96a1f9 merge with master 2021-10-02 12:38:17 +02:00
Einhornimmond
e963a34b36 add settings as key value approach 2021-10-01 18:42:48 +02:00
Einhornimmond
bf5913b363 change from datamapper to active pattern (we mix it now) 2021-09-30 18:40:15 +02:00
Moriz Wahl
fc0cf9d63e feat: Setup Unit Tests for Backend 2021-09-29 20:34:40 +02:00
einhorn_b
9f515f48da update login-server to return user object on user create 2021-09-28 16:30:57 +02:00
einhorn_b
7d723986ce update yarn.lock 2021-09-23 14:24:08 +02:00
8cf8cc0751
added dotenv package requirement
removed typeorm package + orm config file
added mysql2 package
new config options for the database
cleaned .env.dist
2021-08-23 13:59:00 +02:00
Moriz Wahl
ae4edf4605 clean up, use inputs 2021-07-13 19:18:17 +02:00
e1596ad78b
switched to apollo 2021-07-02 10:49:08 +02:00
05be9a79d5
implement config options for graphiql & port
separate graphiql from graphql interface
disabled api calls for user & group - we are not yet that far
ignore .env, adjust .env.dist accordingly
2021-06-29 12:25:41 +02:00
34b30b216b
linting, server is working 2021-06-29 12:25:38 +02:00
43f7cf8767
server stack seems to work. Graphql does not load properly yet 2021-06-29 12:25:37 +02:00
fdf0979830
initial commit, base packages 2021-06-29 12:25:37 +02:00