151 Commits

Author SHA1 Message Date
4a175f0ef8
removed github webhook, its now external 2022-01-12 21:21:27 +01:00
e378136106
correct config value for GITHUB_WEBHOOK, log every request for debugging purposes 2022-01-12 21:21:25 +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
145c1ffd9b Assure to have a resendTime in the config. 2021-12-22 12:28:36 +01:00
Hannes Heine
d1b97c4227
Update backend/src/config/index.ts
Co-authored-by: Moriz Wahl <moriz.wahl@gmx.de>
2021-12-22 12:12:44 +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
4bdcff8152
fixed save optin code problem,
corrected URL
2021-11-24 04:12:01 +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
9ea1edb010
Merge branch 'master' into login_hook_elopage 2021-11-23 12:43:24 +01:00
728aaa095f
first of several calls regarding password reset 2021-11-23 03:04:28 +01:00
33670f1575
WEBHOOK_ELOPAGE_SECRET 2021-11-17 16:56:32 +01:00
elweyn
fabcbca5a5 Merge master in this branch. 2021-11-10 10:38:15 +01:00
elweyn
195ea5ad89 Merge login_call_createUser to implementation of login. 2021-11-08 13:51:25 +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
22bdcae05b
proper encoding for the German special characters (was windows encoding, now is utf8) 2021-11-01 00:54:12 +01:00
6dfb671b14
different mnemonic word lists. It is unclear which to use for what. 2021-11-01 00:05:51 +01: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
Moriz Wahl
481bd63794 production from NODE_ENV, please test 2021-10-13 12:08:22 +02:00
Moriz Wahl
f2ec81e2b2 feat: In Production only Show one Community 2021-10-12 21:28:29 +02:00
einhornimmond
a622fe02cd linting 2021-10-07 13:24:47 +02:00
einhornimmond
2f67b5f5e2 Merge branch 'master' into apollo_createTransactions 2021-10-07 13:12:04 +02:00
einhornimmond
98e7f381ee add notification email 2021-10-07 13:10:41 +02:00
einhornimmond
425fed9835 add missing file and email config 2021-10-07 12:18:37 +02:00
ogerly
dde7bb292f first step of review, fix frotend and backend 2021-10-05 15:19:10 +02:00
ogerly
9a278a6869 final step seperated communities fix lint, fix locales 2021-10-05 14:14:02 +02:00
elweyn
6232810337 Community changes. 2021-10-05 10:19:11 +02:00
elweyn
c4840fc83d Implementation of a CommunityResolver. 2021-10-01 12:58:17 +02:00
elweyn
7084bcb9c0 Changed the error handling when klicktipp not accessible. 2021-09-16 14:10:57 +02:00
elweyn
b376c5639f Added the language to the graphql create query, Implemented a KlicktippController that has every methode to communicate with Klicktipp, added a Klicktipp config block. 2021-09-05 10:38:44 +02:00
elweyn
0ef60ab92c Merge mutation from master. 2021-08-30 17:17:31 +02:00
elweyn
2e85c84cb5 Changed Keys. 2021-08-25 08:40:39 +02:00
elweyn
e749db1a65 Merge branch 'master' into apollo-clicktipp-connector 2021-08-23 14:40:32 +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
elweyn
332729b361 Generic values for the klicktipp user and password. 2021-08-23 11:31:58 +02:00
elweyn
c4345489c5 Klicktipp has two single optin apikeys one for en and one for de so we need to get the information of the language in the creation query. 2021-08-23 11:25:53 +02:00
ogerly
a507f250c5 change default value of communty url 2021-08-20 14:00:19 +02:00
elweyn
037bf1815d Added some variables to the config file, translation of the KlicktippAPI to a ts file, send a API call to Klicktipp on creation method. 2021-08-20 11:15:32 +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
Hannes Heine
5c423f6c72 Changed the default config value so that the programm get the right config on localhost. 2021-07-29 07:27:59 +02:00
e1596ad78b
switched to apollo 2021-07-02 10:49:08 +02:00
fd54febd24
started login functionality & graphql schema 2021-06-29 12:27:02 +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
0063996512
get groups from login server, first running api call to login server 2021-06-29 12:25:39 +02:00
einhornimmond
2ccdf64312
try to get group list from login-server 2021-06-29 12:25:39 +02:00