|
|
7e33f74be1
|
this seems to work quite good locally with both node_modules downloaded
|
2021-10-18 15:38:43 +02:00 |
|
Einhornimmond
|
e963a34b36
|
add settings as key value approach
|
2021-10-01 18:42:48 +02:00 |
|
|
|
e092af22e3
|
removed some logic from index
|
2021-09-24 14:44:18 +02:00 |
|
|
|
66324fe1ca
|
fix connection error for case database not running
|
2021-09-24 14:42:07 +02:00 |
|
|
|
255244fbec
|
have schema extern
have cors extern
have plugins exter
have context extern
|
2021-09-24 14:21:14 +02:00 |
|
|
|
4601c3df34
|
build schema in graphql folder not in index
|
2021-09-24 14:10:54 +02:00 |
|
|
|
91849b5130
|
externalize resolver import
|
2021-09-24 14:02:01 +02:00 |
|
|
|
d6dbc50c92
|
check db version with typeORM
|
2021-09-24 13:46:09 +02:00 |
|
einhorn_b
|
c9e04d1e6f
|
remove migration, update typeorm
|
2021-09-23 16:44:55 +02:00 |
|
Einhornimmond
|
3102082dbe
|
fix merge conflict
|
2021-09-21 12:37:27 +02:00 |
|
Einhornimmond
|
8b3653016b
|
get balance working with apollo
|
2021-09-20 18:42:04 +02:00 |
|
Einhornimmond
|
0c7bb13b4e
|
change state_users table to user and rename colums in camelCase, adapt
|
2021-09-17 21:13:14 +02:00 |
|
elweyn
|
ad1aa402f4
|
KlickTipp subscribe and unsubscribe, merge master.
|
2021-09-16 10:38:08 +02:00 |
|
elweyn
|
8e3f942bcb
|
Added a Resolver for KlickTipp so we get UserInformations, TagInformations and Subscribing over this.
|
2021-09-14 14:07:58 +02:00 |
|
Moriz Wahl
|
02a962c83b
|
JWT is updated in frontend from response header
|
2021-09-13 13:04:09 +02:00 |
|
Moriz Wahl
|
6811f45a1c
|
feat: New JWT in Every Authenticated Response
|
2021-09-09 11:43:14 +02:00 |
|
Moriz Wahl
|
7eec6faace
|
authorization with JWT seems to work
|
2021-08-26 22:49:33 +02:00 |
|
Moriz Wahl
|
6eea07d669
|
Merge branch 'master' into jwt-setup
|
2021-08-26 13:54:36 +02:00 |
|
|
|
996202a6bd
|
if the old migration table is present selecting fileName will result in an SQL error
|
2021-08-24 17:56:29 +02:00 |
|
Moriz Wahl
|
d1cd8fe724
|
login response is JWT as string
|
2021-08-24 17:17:23 +02:00 |
|
|
|
65fdc75a1f
|
database version check backend,
connect "singleton" for mysql
docker-compose backend depends on mariadb and restarts till the correct database version is found
|
2021-08-23 14:03:02 +02:00 |
|
einhornimmond
|
46eb857629
|
fix
|
2021-08-03 15:14:13 +02:00 |
|
einhornimmond
|
3834871071
|
Merge remote-tracking branch 'origin/backend_setup' into apollo_gdt
|
2021-08-03 15:12:00 +02:00 |
|
Moriz Wahl
|
68d46edcf6
|
transaction lists are working
|
2021-08-03 13:16:29 +02:00 |
|
Moriz Wahl
|
873996487d
|
Model for transactions and decay
|
2021-08-03 10:55:43 +02:00 |
|
einhornimmond
|
44bce32853
|
add call for list gdt entries
|
2021-08-02 21:06:44 +02:00 |
|
Hannes Heine
|
36c97b9089
|
Added the Resolver that takes care about the Transactions in a Community.
|
2021-07-29 07:30:00 +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
|
8e96aa02df
|
try to login user
|
2021-06-29 12:25:40 +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 |
|
|
|
34b30b216b
|
linting, server is working
|
2021-06-29 12:25:38 +02:00 |
|
|
|
4c0667d870
|
book resolvers, working server, example orm config
|
2021-06-29 12:25:38 +02:00 |
|
|
|
43f7cf8767
|
server stack seems to work. Graphql does not load properly yet
|
2021-06-29 12:25:37 +02:00 |
|