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 |
|
elweyn
|
2e85c84cb5
|
Changed Keys.
|
2021-08-25 08:40:39 +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
|
088f61c6ac
|
remove model for LoginResponse
|
2021-08-24 17:18:19 +02:00 |
|
Moriz Wahl
|
d1cd8fe724
|
login response is JWT as string
|
2021-08-24 17:17:23 +02:00 |
|
|
|
41482aab1a
|
Merge pull request #770 from gradido/database_migrations
database_migrations
|
2021-08-23 17:04:15 +02:00 |
|
elweyn
|
e749db1a65
|
Merge branch 'master' into apollo-clicktipp-connector
|
2021-08-23 14:40:32 +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 |
|
|
|
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
|
b3c33674d7
|
Changed the loginAPI name to HttpRequest since it only has two methods apiPost and apiGet.
|
2021-08-23 11:52:51 +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 |
|
|
|
89064e750d
|
updated changelog & backend package.json
|
2021-08-20 16:59:02 +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 |
|
Moriz Wahl
|
1571a8ba9c
|
remove transactionId field
|
2021-08-16 18:25:02 +02:00 |
|
Moriz Wahl
|
3a40b5104f
|
gdt transaction list is working
|
2021-08-16 18:23:38 +02:00 |
|
Moriz Wahl
|
6bf2c286a9
|
another try to get GDT transactions working
|
2021-08-16 18:11:09 +02:00 |
|
Moriz Wahl
|
b633c7006c
|
try to get gdt transactionlist working
|
2021-08-16 17:36:10 +02:00 |
|
elweyn
|
594030eb9a
|
Changes to the graphql query and the datas needed for the gdtTransactions.
|
2021-08-16 16:13:18 +02:00 |
|
Hannes Heine
|
a1697f1b79
|
Withdrew change that destroyed the gdd transaction list. Changed the Gdtinputs to Int instead of Number, Changed the test description to the reviewed fixes.
|
2021-08-16 12:30:35 +02:00 |
|
Hannes Heine
|
f93e62e412
|
Withdrew the community gdt call in apollo server and client definitions.
|
2021-08-13 14:52:07 +02:00 |
|
Hannes Heine
|
8b28177f11
|
Withdrew console.log
|
2021-08-12 21:30:24 +02:00 |
|
Hannes Heine
|
d82eb9f081
|
Merged master into apollo-client branch. Withdrew the communityAPI call for the gdtTransactionList and replaced it with the apollo query.
|
2021-08-12 21:00:31 +02:00 |
|
Moriz Wahl
|
0371c911cb
|
fix linting
|
2021-08-06 18:48:58 +02:00 |
|
Moriz Wahl
|
572abb9e3f
|
transaction list query in graphql, include decayStartBlock in model, transactionId optional
|
2021-08-06 18:28:12 +02:00 |
|
einhornimmond
|
4d2eb5b216
|
Merge pull request #699 from gradido/apollo_community_calls
Apollo sendCoins via Login-Server
|
2021-08-06 10:43:57 +02:00 |
|
einhornimmond
|
57a1a39a80
|
Merge pull request #686 from gradido/apollo_gdt
Apollo gdt
|
2021-08-05 15:51:43 +02:00 |
|
einhornimmond
|
dbd509cfe9
|
login-server expects amount in GDD Cent form (10,00 GDD => 100000)
|
2021-08-05 15:50:20 +02:00 |
|
einhornimmond
|
afdf112a9c
|
call createTransaction directly from login-server
|
2021-08-05 14:54:40 +02:00 |
|
einhornimmond
|
69cb870444
|
optimize
|
2021-08-05 14:31:17 +02:00 |
|
Moriz Wahl
|
8ad64d85a0
|
remove remains of GetUserInfo
|
2021-08-04 11:58:15 +02:00 |
|
Moriz Wahl
|
403826a6d9
|
final changes before merge
|
2021-08-04 11:51:50 +02:00 |
|
Moriz Wahl
|
729aa02035
|
fix update user infos
|
2021-08-03 18:54:31 +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 |
|
einhornimmond
|
d2b4254015
|
fix bugs
|
2021-08-03 14:22:44 +02:00 |
|
Moriz Wahl
|
800e4e04fd
|
remove eom directives
|
2021-08-03 13:59:22 +02:00 |
|
Moriz Wahl
|
628f0a541f
|
sendCoins implemented
|
2021-08-03 13:35:44 +02:00 |
|
Moriz Wahl
|
68d46edcf6
|
transaction lists are working
|
2021-08-03 13:16:29 +02:00 |
|
Moriz Wahl
|
ca4998318f
|
Merge branch 'backend_setup' of github.com:gradido/gradido into backend_setup
|
2021-08-03 10:56:02 +02:00 |
|
Moriz Wahl
|
873996487d
|
Model for transactions and decay
|
2021-08-03 10:55:43 +02:00 |
|
Hannes Heine
|
f757cd2b76
|
Withdrew state and errors from the UpdateUserInfosResponse object.
|
2021-08-03 10:47:21 +02:00 |
|
Hannes Heine
|
99a37ddb0a
|
Implementation of the Response classes, and logic for the update user prozess.
|
2021-08-03 10:28:49 +02:00 |
|
einhornimmond
|
44bce32853
|
add call for list gdt entries
|
2021-08-02 21:06:44 +02:00 |
|
Hannes Heine
|
aa22d9154d
|
Changed structure of the models, now they are not all in one file.
|
2021-08-02 16:03:33 +02:00 |
|
Moriz Wahl
|
f77364e053
|
merge changes from HH
|
2021-08-02 15:46:40 +02:00 |
|
Moriz Wahl
|
2a258319e7
|
changePAssword query
|
2021-08-02 14:13:49 +02:00 |
|
Hannes Heine
|
8639f15aa1
|
Withdrew the debuging log entries.
|
2021-07-29 17:36:39 +02:00 |
|