75 Commits

Author SHA1 Message Date
c0466745cc
update eslint dependencies and fix resulting errors 2023-03-12 03:01:52 +01:00
95ac9a8cc6
eslint-plugin-n + fixes 2023-03-12 02:27:24 +01:00
448bc55b7f
refine some rules 2023-03-12 02:19:10 +01:00
9febdbf81b
eslint-plugin-import 2023-03-12 02:19:09 +01:00
c8b9de35d8
eslint-plugin-jest 2023-03-10 13:08:57 +01:00
7b6637cfcc
eslint-plugin-type-graphql 2023-02-25 02:24:39 +01:00
Claus-Peter Hübner
7379084838 remove @hyperswarm/dht package 2023-02-02 22:07:00 +01:00
clauspeterhuebner
0a2a02a784
Merge branch 'master' into 2501-feature-federation-implement-a-graphql-client-to-request-getpublickey 2023-01-13 00:28:20 +01:00
Moriz Wahl
23ce6f62c1 fix(other): update browser list 2023-01-11 13:26:29 +01:00
Claus-Peter Hübner
4afa24ed18 add graphql-client for requestGetPublicKey 2022-12-30 02:35:18 +01:00
bf2e7fb79d
await semaphore package 2022-12-06 11:24:51 +01:00
Wolfgang Huß
88b7e5ee78 Merge branch 'master' of github.com:gradido/gradido into 1288-email-templates
# Conflicts:
#	backend/package.json
#	backend/yarn.lock
2022-11-14 13:55:46 +01:00
Moriz Wahl
0ac2a4d2c8 Merge branch 'master' into setup-hyperswarm 2022-10-27 06:42:57 +02:00
Moriz Wahl
69c0c214b9 update browser list 2022-10-12 17:03:51 +02:00
Wolfgang Huß
ad719dde43 Implement translation, very first approach 2022-10-10 11:54:09 +02:00
Wolfgang Huß
a02d8d0edb Get email-template to work the first time 2022-10-05 11:07:16 +02:00
Wolfgang Huß
d0881744b5 Upgrade Node in backend from v12.19.0 to v14.20.0 2022-08-24 11:05:25 +02:00
Claus-Peter Hübner
14229edf59 install uuid package 2022-08-09 20:52:07 +02:00
Moriz Wahl
fc01c2d398 update hyperswarm to 6.2.0 2022-07-19 14:46:58 +02:00
Moriz Wahl
b78ad2fb00 Merge branch 'master' into setup-hyperswarm 2022-07-19 14:43:19 +02:00
Moriz Wahl
e2efd0da9d add env and config for dht topic as switch 2022-05-04 19:28:18 +02:00
Moriz Wahl
58fb934a28 use log4js 2022-04-29 13:39:39 +02:00
Moriz Wahl
78ff58f9b6 use winston as logger, start creating own apollo logger 2022-04-29 11:50:39 +02:00
Claus-Peter Hübner
061b27eaa3 fix cross-env for windows 2022-04-22 02:16:44 +02:00
Moriz Wahl
affd8a6859 update browser list for unit tests 2022-04-05 14:50:08 +02:00
5fe1e05ca4
use tsconfig-paths package to resolve paths
link build and src paths for the external database package
2022-03-18 01:35:01 +01:00
Moriz Wahl
99c0ef1cf5 add faker, seed 100 random users 2022-03-15 17:05:55 +01:00
7644bf1834
backend compiles 2022-02-26 03:42:20 +01:00
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