5567 Commits

Author SHA1 Message Date
elweyn
f7f0d98219 Optimise code, withdrew loop and integrated the logic in the second loop. 2021-11-03 09:41:57 +01:00
02ce432dc5
lint, removed console, removed todo 2021-11-03 05:08:05 +01:00
86fbe1d11c
generate email hash 2021-11-03 04:59:25 +01:00
8ed4ade3fe
finished todo 2021-11-03 04:44:42 +01:00
2381c3dd7a
generate password hash 2021-11-03 04:39:57 +01:00
30455fd220
missing todo 2021-11-03 03:08:53 +01:00
ff0388c82c
typo 2021-11-03 02:57:25 +01:00
d4e0815d00
cleaned the whole thing 2021-11-03 02:51:34 +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
2473f450c3
- require sodium because else problems occur
- fix key generation
2021-11-03 00:51:55 +01:00
c6af40d1bd
we connot use those types, they are wrong 2021-11-03 00:51:26 +01:00
7a36d97835
lint fixes,
disabled console lint, removed email todo since its logged - should be adequat
2021-11-02 21:17:00 +01:00
elweyn
5220874a07 Setup LoginUserBackupRepository. 2021-11-02 17:27:09 +01:00
elweyn
d286d68730 Create the LoginUserRepository. 2021-11-02 17:24:45 +01:00
elweyn
20c440c258 Changed the save methods used on entities to repository save entity methods. 2021-11-02 17:21:57 +01:00
einhornimmond
9ef96e4ff0
Merge pull request #1052 from gradido/1049-docu-create-admin-users-and-create-coins
Documentation on the coin creation and the steps to have the accounts…
2021-11-01 21:20:50 +01:00
einhornimmond
abad07ce54
Merge pull request #1072 from gradido/community_fix_server-users
fix open community server user account creation
2021-11-01 21:20:32 +01:00
Alexander Friedland
6fc9780b09
Merge pull request #1025 from gradido/1000-On-Register-flashing-of-Errortexts-when-clearing-the-form
when creating the register page, everything in the form is set to blank
2021-11-01 16:49:52 +01:00
Alexander Friedland
6328500de4
Merge pull request #1048 from gradido/1047-Please-correct-spelling-mistakes
Spelling error fixed 'Berechnungsformel'
2021-11-01 16:47:59 +01:00
Alexander Friedland
7e591d638c
Merge pull request #1051 from gradido/1050-checkEmail_vue-page-the-text-is-not-displayed-correctly
checkEmail.vue page text is displayed correctly now
2021-11-01 16:47:33 +01:00
Alexander Friedland
c8757b5063
Merge pull request #1058 from gradido/ogerly-patch-1
Adminarea old
2021-11-01 16:47:15 +01:00
einhornimmond
e1d9454645
Update docu/create-coins-as-admin.md
Co-authored-by: Ulf Gebhardt <ulf.gebhardt@webcraft-media.de>
2021-11-01 10:25:31 +01:00
41137626be
suggest some extensions 2021-11-01 03:45:46 +01:00
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
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
148ba6e0ae
LoginUserBackup typeorm entity definition 2021-10-31 23:54:26 +01:00
einhornimmond
ff5a7846fc add some lines 2021-10-31 20:57:42 +01:00
einhornimmond
5b6d73c8ee hotfix 2021-10-31 20:45:06 +01:00
Dario via Pythagoras
8232657718 fix defekt abort transaction button 2021-10-31 11:09:31 +01:00
Dario via Pythagoras
097f1a33f9 fix user search 2021-10-31 10:54:51 +01:00
77d89d55db
implemented create user in apollo
- Pubkey generation still missing
2021-10-31 04:59:07 +01:00
1de1187452
corrected model to utilize Node10 BigInt 2021-10-31 04:58:21 +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
582e5c4a4f
LoginUser Database Model 2021-10-31 02:01:02 +01:00
ca7ca3da73
Merge pull request #1031 from gradido/migrate_login_database
migrate_login_database
2021-10-30 00:37:41 +02:00
f3a1ebb66b
spelling 2021-10-29 22:46:16 +02:00
e375d45e02
updated readme:
- accurate software requirements
- arch linux install instructions
- service description
- troubleshooting
2021-10-29 22:37:46 +02:00
elweyn
3e1acb0d15 Change the register select community to test the community mixin. 2021-10-29 14:47:24 +02:00
elweyn
bb122f25b9 Test that the community calls work properly. 2021-10-29 14:09:32 +02:00