|
|
c21f7da5ce
|
lint fixes
|
2022-02-04 15:50:24 +01:00 |
|
|
|
c63a42009e
|
removed references and implemented implicit active record queries
|
2022-02-04 15:48:04 +01:00 |
|
|
|
a334c916fd
|
fixed business logic with only one user
|
2022-02-03 21:35:15 +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 |
|
|
|
65bc3479fa
|
rewrote elopage hook to handle actual elopage hook
|
2022-01-27 21:29:53 +01:00 |
|
|
|
791b05b481
|
typo on elopage hook
|
2022-01-19 14:45:06 +01:00 |
|
|
|
61b262472d
|
elopage hook, log full body
|
2022-01-17 11:21:09 +01:00 |
|
|
|
41ee819aba
|
remove trailing slash again, log when eopage hook was recieved
|
2022-01-12 21:21:25 +01:00 |
|
|
|
aea773167b
|
fixed elopage webhook
|
2022-01-12 21:21:22 +01:00 |
|
elweyn
|
1688ded788
|
Withdrew password argument of createUser.
|
2021-12-20 15:26:51 +01:00 |
|
ogerly
|
f6d42e7236
|
add eslint-disable,@typescript-eslint/no-explicit-any @typescript-eslint/explicit-module-boundary-types
|
2021-12-02 12:51:07 +01:00 |
|
|
|
e838af8d4b
|
elopage hook problem
|
2021-11-25 09:23:23 +01:00 |
|
|
|
a6e4e84c9b
|
do not generate a password for a user, but change the process to set the password later.
|
2021-11-19 01:51:13 +01:00 |
|
|
|
f6f6314eb1
|
save price as integer
|
2021-11-19 01:22:24 +01:00 |
|
|
|
ad82cda489
|
remove unused fields comments to reduce file lengrh
|
2021-11-19 01:12:01 +01:00 |
|
|
|
a44a3ee6d0
|
make language an optional parameter for createUser and do not set it on the elopage webhook
|
2021-11-19 01:08:53 +01:00 |
|
|
|
2aba37e60c
|
replace map with foreach since we don't need a return - thanks moriz
|
2021-11-19 01:00:55 +01:00 |
|
|
|
5335d12802
|
catch error on createUser and log them
|
2021-11-17 19:37:35 +01:00 |
|
|
|
e68f22ade0
|
implement the webhook
|
2021-11-17 16:57:04 +01:00 |
|