41 Commits

Author SHA1 Message Date
0565c0c255
default value for JWT expire is 30m instead of 10m
Read value for JWT expire in `.env.template`
new config version v4
2022-04-06 13:55:49 +02:00
79013f3aa8
fixed config dist version to properly reflect new password reset url 2022-04-05 12:22:52 +02:00
Moriz Wahl
5b10a87071 update env template 2022-03-30 13:59:55 +02:00
Moriz Wahl
8d1eff0765 new config version 2022-03-29 19:57:52 +02:00
Moriz Wahl
9eda41b24a Merge branch 'optin-valid-time' into show-valid-time-of-link-in-email 2022-03-29 00:59:47 +02:00
Moriz Wahl
0c0ce1b579 add new env variable to define email optin request time delay 2022-03-24 14:05:23 +01:00
Moriz Wahl
34d3893f1c Merge branch 'master' into optin-valid-time 2022-03-24 14:00:41 +01:00
20318546a8
Merge branch 'master' into enforce_config_version 2022-03-23 20:33:23 +01:00
eaed95cdf8
Merge branch 'master' into enforce_config_version 2022-03-23 19:56:36 +01:00
Moriz Wahl
3d613e72f5 add link to forgot-password 2022-03-23 16:48:35 +01:00
Moriz Wahl
2faad50919 set email code valid time to 24h 2022-03-23 13:33:07 +01:00
Moriz Wahl
807922a8d5 redeem code in email link config 2022-03-23 09:17:15 +01:00
Moriz Wahl
767387bb7c change {code} to {optin} to avoid confusion when redeem code is provided 2022-03-23 09:05:39 +01:00
677581b76e
enforce config on backend 2022-03-18 03:13:00 +01:00
elweyn
ac3340ec1c Change RESEND_TIME config name to EMAIL_CODE_VALID_TIME. 2022-03-14 12:49:34 +01:00
cc78849a46
typo 2022-01-27 01:30:57 +01:00
61c9073712
update configs and parameterize klicktipp options 2022-01-27 01:24:51 +01:00
e98113240d
fix docker setup by changing the default value for logging path
make the path configurable for the bare metal deployment and deploy old default value as default for bare metal deployment
2022-01-18 13:39:15 +01:00
90effb41b5
changed syntax again due to shell replacing $variables 2022-01-14 18:49:35 +01:00
5217b347be
replace all $1 url variables with something meaningfull, since $1 is replaced in scripting 2022-01-14 10:24:47 +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
acd04b3432
removed /vue from tests, configs and references 2022-01-12 21:21:21 +01:00
elweyn
7f650b9755 Adding a configurable resend_time in minutes. 2021-12-17 11:01:23 +01:00
Hannes Heine
5cbdbcb7c9
Merge branch 'master' into login_call_resetPassword 2021-11-25 10:22:15 +01:00
e0ac39ab87
removed community url 2021-11-24 02:58:03 +01:00
5169a6ada9
removed login URL 2021-11-24 02:57:07 +01:00
52b6026ed8
missing .env.dist value 2021-11-17 16:58:04 +01:00
0f89cf1c96
send emails to activate account 2021-11-06 01:56:47 +01:00
elweyn
45e82c1aff
Merge branch 'master' into login_call_createUser 2021-11-06 00:41:21 +01:00
2bd63985b2
externalize login server secrets, now configurable 2021-11-04 02:18:19 +01:00
einhornimmond
2f67b5f5e2 Merge branch 'master' into apollo_createTransactions 2021-10-07 13:12:04 +02:00
einhornimmond
425fed9835 add missing file and email config 2021-10-07 12:18:37 +02:00
elweyn
6232810337 Community changes. 2021-10-05 10:19:11 +02:00
elweyn
29bd6620d0 Default KlickTipp configuration empty, possibility to set a develop mode on klickTipp so that we get a correct user even without response. 2021-09-16 15:42:47 +02:00
8cf8cc0751
added dotenv package requirement
removed typeorm package + orm config file
added mysql2 package
new config options for the database
cleaned .env.dist
2021-08-23 13:59:00 +02:00
einhornimmond
44bce32853 add call for list gdt entries 2021-08-02 21:06:44 +02:00
einhornimmond
b018ae894b try with nginx, add Balance Model 2021-07-29 11:33:31 +02:00
Moriz Wahl
8443888e96 login resolver returns data that the frontend could use without major changes 2021-07-13 18:34:50 +02:00
05be9a79d5
implement config options for graphiql & port
separate graphiql from graphql interface
disabled api calls for user & group - we are not yet that far
ignore .env, adjust .env.dist accordingly
2021-06-29 12:25:41 +02:00
einhornimmond
9cd14d1304
add User Model and Resolver 2021-06-29 12:25:38 +02:00