2999 Commits

Author SHA1 Message Date
22bdcae05b
proper encoding for the German special characters (was windows encoding, now is utf8) 2021-11-01 00:54:12 +01:00
2a764eef3b
optimization: additional check for passphrase to actually have enought words, various other stuff 2021-11-01 00:16:40 +01:00
d4dd8e5e21
optimization: always save passphrase 2021-11-01 00:12:09 +01:00
c4df818456
optimization: dont assign unused variable 2021-11-01 00:10:39 +01:00
c2ffc9b5f4
todo 2021-11-01 00:10:02 +01:00
d642bff683
optimization: save private key always 2021-11-01 00:08:53 +01:00
6dfb671b14
different mnemonic word lists. It is unclear which to use for what. 2021-11-01 00:05:51 +01:00
a9e16708a4
implemented:
- PassphraseGenerate
- KeyPairEd25519Create
- generateKeys
for createUser in order to generate the privateKeys
(unoptimized)
2021-10-31 23:59:39 +01:00
77d89d55db
implemented create user in apollo
- Pubkey generation still missing
2021-10-31 04:59:07 +01:00
472391a8d2
corrected typescript type (not graphql) 2021-10-31 02:13:29 +01:00
9540ab3208
reduced checkUsername response to a boolean 2021-10-31 02:01:02 +01:00
973fad7ea9
cleaned graphql checkUsername Response 2021-10-31 02:01:02 +01:00
d1ae8a9537
cleaned graphql checkUsername Args 2021-10-31 02:01:02 +01:00
af2a77c30f
implemented checkUsername resolver 2021-10-31 02:01:02 +01:00
elweyn
512a4bd4f9 Reintroduced build as eslintignore, withdrew an assigned value that was never used. 2021-10-28 06:46:38 +02:00
elweyn
2255974eed Withdrew proto folder. 2021-10-27 16:10:19 +02:00
elweyn
beb7661c3c Withdrew TransactionSignature from the transaction creation. 2021-10-27 16:03:57 +02:00
ogerly
4de667067d fix lint 2021-10-26 17:50:59 +02:00
ogerly
9a7bc97777 change getCustomRepository to createUser function 2021-10-26 17:37:28 +02:00
elweyn
af43222736 Withdrew the code that signed the transactions. 2021-10-22 16:04:23 +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
7729f44ba1
updated backend required database version 2021-10-21 05:13:45 +02:00
Moriz Wahl
ae5b37d94d
Merge pull request #1021 from gradido/fix-decay-ceil
fix: Decay Rounded to Ceil
2021-10-20 20:21:09 +02:00
089732862c
fix workflow
- run test environment
- use start instead of dev to enforce restarts
- migrate database
- log database connection errors
2021-10-20 02:55:48 +02:00
Moriz Wahl
1def630e3b hack to close the dn connection after tests 2021-10-19 18:48:21 +02:00
Moriz Wahl
7e48e4f850 full test for communities, another try for docker compose 2021-10-19 00:08:52 +02:00
Moriz Wahl
4be256575f new try with docker compose 2021-10-18 23:42:47 +02:00
Moriz Wahl
cffadab4af fix: Decay Rounded to Ceil 2021-10-18 21:50:42 +02:00
Moriz Wahl
10b65487ee createServer for application and tests 2021-10-18 20:17:17 +02:00
Moriz Wahl
77eb01b01b Merge branch 'master' into setup-tests-for-resolvers 2021-10-18 19:20:50 +02:00
f59bbef4de
more error logging for debugging purposes 2021-10-18 15:39:43 +02:00
3c0c4a4a5d
errors on failed connection to help debugging, entities from database project in typeorm connection 2021-10-18 15:39:43 +02:00
6cc46bf2d4
Update backend/src/typeorm/getDBVersion.ts
Co-authored-by: einhornimmond <dario.rekowski@gmx.de>
2021-10-18 15:38:43 +02:00
7e33f74be1
this seems to work quite good locally with both node_modules downloaded 2021-10-18 15:38:43 +02:00
dd21918b0b
corrected all entity imports 2021-10-18 15:38:42 +02:00
41b30ca183
0002-add_settings entities 2021-10-18 15:38:42 +02:00
f7071ed945
0001-init_db entities 2021-10-18 15:38:42 +02:00
einhornimmond
0e7236e9ef change symbol name and < 2021-10-15 12:29:56 +02:00
einhornimmond
2f3ad854d5 fix fix fix 2021-10-15 12:25:05 +02:00
einhornimmond
dece5f357b fix 2021-10-15 12:15:18 +02:00
einhornimmond
4cd7efe184 fix to checko for 2 after comma instead of 4 2021-10-15 12:05:06 +02:00
Hannes Heine
cc9e3b54c9
Revert "deliver a decay block every time" 2021-10-15 12:02:14 +02:00
einhornimmond
72b45ce5b3 move in correct branch 2021-10-15 11:49:58 +02:00
einhornimmond
33796181d6 update first name, last name and username in community server db on change 2021-10-15 11:40:25 +02:00
einhornimmond
870d029cd3 deliver a decay block every time 2021-10-15 11:26:48 +02:00
Moriz Wahl
e58c5726cb
Merge pull request #968 from gradido/community-production
refactor: In Production only Show one Community
2021-10-14 14:56:48 +02:00
Moriz Wahl
96564394d8
Update backend/src/graphql/resolver/UserResolver.ts
Co-authored-by: Ulf Gebhardt <ulf.gebhardt@webcraft-media.de>
2021-10-13 20:02:25 +02:00
Moriz Wahl
0e75826b28
Update backend/src/graphql/resolver/UserResolver.ts
Co-authored-by: Ulf Gebhardt <ulf.gebhardt@webcraft-media.de>
2021-10-13 20:02:13 +02:00
elweyn
58182d73c6 Added the publisherId to the login & createUser calls, adjusted the tests to the new code. 2021-10-13 13:26:46 +02:00
Moriz Wahl
481bd63794 production from NODE_ENV, please test 2021-10-13 12:08:22 +02:00