47 Commits

Author SHA1 Message Date
Dario
875632e892 update session manager get session by email verification code to work with better new email verification object 2020-07-10 11:22:52 +02:00
Dario
a897ac6c8b fix problems with new user in new register process 2020-07-02 19:02:10 +02:00
Dario
30ba3d7f78 use controller::User for login in Session, for direct register without showing passphrase direct and using new KeyPairEd25519, AuthenticatedEncryption and Passphrase classes 2020-06-25 15:58:05 +02:00
Dario
939e1dd9d0 update session generate keys, move call into function 2020-06-18 07:48:46 +02:00
Dario
57cada7252 Handle new direct register after check email, instead forward to show passphrase, only success message and link to dashboard 2020-06-16 11:34:43 +02:00
Dario
c009a12f45 add createUserDirect and missing functions for that in related classes 2020-06-09 20:34:27 +02:00
Dario
1aeb506cd3 make it more modular 2020-06-01 19:13:38 +02:00
Dario
9c067ae8d8 add page for creating new passphrase and transfer funds 2020-03-29 19:11:28 +02:00
Dario
c72b37c7e9 finish passphrase update with mithril js 2020-02-21 20:08:37 +01:00
Dario
c0e40f715d Update passphrase page 2020-02-20 17:01:22 +01:00
Dario
35d762541e add admin register 2020-01-27 14:02:28 +01:00
Dario
28900e04fe adding code for loading user role 2020-01-15 09:16:59 +01:00
Dario
d8e3728201 redirect to last extern referer 2020-01-14 11:10:27 +01:00
Dario
33927473ad implement task observer 2020-01-10 17:29:31 +01:00
Dario
c2c4071180 remove errors, restructure 2020-01-08 14:49:58 +01:00
Dario
5842f21e89 adding missing files, reset Password check if already an email was send and show link for support email 2020-01-06 17:12:22 +01:00
Dario
abef0b1ef1 update cmake for using multiprocessor build with visual studio, work on reset password and new db access classes 2020-01-06 15:12:18 +01:00
Dario
feb3067f3a adding new email system, work in progress 2020-01-02 12:47:32 +01:00
Dario
a8c4acd81d restructure 2019-12-30 17:17:55 +01:00
Dario
f890cac00d update model structure 2019-12-30 13:12:23 +01:00
Dario
eb1391f003 adding json request (currently not used), removing cakephp cookie by login, adding no email option in properties for testing 2019-12-13 11:11:50 +01:00
Dario
75038be86a update threading lock to find dead lock trigger 2019-12-06 15:29:46 +01:00
Dario
436765ed63 update support for multiple transactions with one request 2019-12-05 16:18:11 +01:00
Dario
8dac5e9a73 using news style for login page, header and footer, adding first translations 2019-11-16 09:53:43 +01:00
Dario
6bae595aa2 move some files to lib folder, adding memory management for often used binary memory blocks to prevent memory fragmentation 2019-11-03 12:22:35 +01:00
Dario
ecee2f079f check transaction for signing 2019-10-28 14:44:50 +01:00
Dario
cd6dcacda3 work on check transaction 2019-10-26 19:19:52 +02:00
Dario
afdee88dec adding transaction handling classes 2019-10-25 18:55:06 +02:00
Dario
8ba13bbebe adding json interface running on another port 2019-10-22 14:53:40 +02:00
Dario
33e6fea15c fix syntax error 2019-10-18 12:51:16 +02:00
Dario
c29064b3b1 adding names for speed log 2019-10-18 12:47:53 +02:00
Dario
e74271def7 update register process to prevent to many session destroys 2019-10-15 10:27:24 +02:00
Dario
76448b7e26 create a new structure for db models, for less duplicate code, finish elopage webhook 2019-10-11 16:29:59 +02:00
Dario
1840f08ca9 hopefully fix server crash bug with mutex in user and task release and duplicate 2019-10-10 12:27:18 +02:00
Dario
ca2cdf80a6 adding last name for user, update data mysql header for using local header 2019-10-10 11:04:43 +02:00
Dario Rekowski on RockPI
ea9c34035d try to fix crash while create keys, new since user is autoPtr 2019-10-09 15:41:56 +00:00
Dario
9177398f48 fix bug which crashed server after to fast logout 2019-10-08 11:34:14 +02:00
Dario Rekowski on RockPI
676c1c2505 more updates for building on linux 2019-10-03 10:27:00 +00:00
Dario
cb47fe568e complete session timeout, found bug with session manager mutex and fix, found bug with long email verification code and fixed 2019-10-03 11:33:15 +02:00
Dario
3de1e21259 more exact error message for password validation 2019-10-02 16:46:55 +02:00
Dario
d6e9cc19ab save keys (encrypt privkey) done, work on login 2019-10-02 11:55:03 +02:00
Dario
9a60d49cb5 adding passphrase and code for saveKeys. TODO: Continue generate and save keys logic, login, test everything 2019-10-01 18:21:26 +02:00
Dario
9866dea242 email verification work 2019-10-01 11:14:38 +02:00
Dario
2a1938165c register and send verification email 2019-09-30 14:26:25 +02:00
Dario
c44656da5c work on register 2019-09-27 21:29:55 +02:00
Dario
f7744ee2c1 adding many new files, mostly from old projects, register handling with validation, loading and connect to mysql 2019-09-26 11:26:39 +02:00
Dario
e7ca744da0 remove curl 2019-09-26 11:26:24 +02:00