59 Commits

Author SHA1 Message Date
Dario Rekowski on RockPI
a29400722f fix another one 2021-05-28 11:10:04 +00:00
Dario Rekowski on RockPI
44899de4e9 fix 3 Controller Test Suites 2021-05-28 10:03:09 +00:00
Dario Rekowski on RockPI
d6ae92fc72 try to get all JsonRequestHandlerController Tests running with success, add page for creating raw transactions 2021-05-27 18:51:28 +00:00
Dario Rekowski on RockPI
23b3534a87 add dynamic error email if transaction failed 2021-05-17 18:20:46 +00:00
Dario Rekowski on RockPI
64ecf03841 truncate state balances for migration 2021-05-13 11:25:24 +00:00
Dario Rekowski on RockPI
97c570c08c use new function for balance overview in old frontend, update balance in session on every php-request 2021-05-13 09:54:38 +00:00
Dario Rekowski on RockPI
be26bf2758 tested and fixed bugs, update api docu 2021-05-10 17:59:34 +00:00
Dario Rekowski on RockPI
a22593925a more migrations 2021-05-10 15:37:39 +00:00
Dario Rekowski on RockPI
d9d78d1539 fill migration controller, update some other functions to using same result format 2021-05-10 15:21:02 +00:00
Dario Rekowski on RockPI
40a9a8c2b5 add migrations table for automatic table data migration 2021-05-10 14:14:48 +00:00
Dario Rekowski on RockPI
14324649c8 update auto-generated transactions/add function to produce a transaction with valid txhash 2021-05-06 14:52:59 +00:00
einhornimmond
7c63d8b149
Update community_server/src/Controller/AppRequestsController.php
you are right.

Co-authored-by: Ulf Gebhardt <ulf.gebhardt@webcraft-media.de>
2021-05-06 12:02:22 +02:00
Dario Rekowski on RockPI
9ef2c82bbc test for float instead of int 2021-05-05 16:48:57 +00:00
Dario Rekowski on RockPI
db33e2a2df expect gradido now as decimal 2021-05-05 16:24:55 +00:00
Dario Rekowski on RockPI
4e7c1fa490 layout for listTransactions 2021-05-05 15:39:09 +00:00
Dario Rekowski on RockPI
b10886a8d3 move gradido to float into view element 2021-05-05 15:30:24 +00:00
einhornimmond
39fff3e42a return also GDT as float instead of integer 2021-05-04 13:35:49 +02:00
einhornimmond
b88a7dd029 give balance as float value in GDD (not lpnger GDD cent) 2021-05-03 11:51:27 +02:00
einhornimmond
4d15cda899 change order of session_id 2021-04-29 20:09:37 +02:00
einhornimmond
41a5b269fc add some more 2021-04-27 19:33:44 +02:00
Dario Rekowski on RockPI
8ba26803bc fix bug with object instead of array 2021-04-27 14:19:12 +00:00
einhorn_b
8e1d1aa0ae fix handlung of empty transactions list 2021-04-22 17:00:20 +02:00
einhorn_b
33f9c58268 fix } which don't belong there 2021-04-22 16:52:14 +02:00
Dario Rekowski on RockPI
d19496ddca Merge branch 'community_15_04_2021' of github.com:gradido/gradido into community_15_04_2021 2021-04-21 10:41:22 +00:00
Dario Rekowski on RockPI
6263d68ef7 make new parameters optional 2021-04-21 10:41:13 +00:00
einhornimmond
2a8fad3a44
Update community_server/src/Controller/AppRequestsController.php
make it looking better

Co-authored-by: Ulf Gebhardt <ulf.gebhardt@webcraft-media.de>
2021-04-21 12:10:40 +02:00
Dario Rekowski on RockPI
dfdd34ea7a reimplement listTransactions with paging for frontend, move parts to Model/Tables resulting code seems to me a lot faster than previous 2021-04-16 13:51:19 +00:00
Dario Rekowski on RockPI
74c9aeabc3 add getBalance call to api 2021-04-16 11:49:42 +00:00
Dario Rekowski on RockPI
91f6e04dc5 update decay calculation once again 2021-04-15 11:54:50 +00:00
Dario Rekowski on RockPI
25d05ab539 fix decay in old view and force using intval for all balance calculations 2021-04-15 11:10:59 +00:00
Dario Rekowski on RockPI
3e9552f1e8 move update balance method in table where they belong to and delete not used functions from other balance calculation method 2021-04-15 10:10:43 +00:00
Dario Rekowski on RockPI
c5d4332339 fix function call 2021-04-14 15:36:15 +00:00
Dario Rekowski on RockPI
b5ad8ced68 success in testing updateBalances with: 'sudo -u www-data ./vendor/bin/phpunit --filter testAjaxGetBalance' 2021-04-14 15:02:17 +00:00
Dario Rekowski on RockPI
a99f727eab remove timestamp on_update because it didn't make sense. I don't know why I have make it so in the first place 2021-04-14 14:23:43 +00:00
Dario Rekowski on RockPI
4c025d348b fix order in which to check for session_id 2021-04-13 11:18:07 +00:00
Dario Rekowski on RockPI
af1696c358 check also session from post request 2021-04-13 11:09:39 +00:00
Dario Rekowski on RockPI
d2f63baa00 add createCoins api call, move double code in extra functions 2021-04-12 15:55:17 +00:00
Dario Rekowski on RockPI
a37d844c1d get gradido nodes from neu format 2021-04-09 15:24:35 +00:00
Dario Rekowski on RockPI
0dc07b6a36 update transaction models becaus gradido protocol has changed since stage1 2021-04-08 11:20:53 +00:00
einhornimmond
227809d5b5 add some group related code 2021-04-07 20:49:21 +02:00
Dario Rekowski on RockPI
7b8c5ff883 point frontend to new api route 2021-04-07 14:54:08 +00:00
Dario Rekowski on RockPI
d4145cf5c1 fix error with empty state_user_transactions 2021-04-07 14:53:33 +00:00
Dario Rekowski on RockPI
feb66dc670 transfer blockchain type to login server 2021-04-06 11:09:16 +00:00
Dario Rekowski on RockPI
6ca4fa7931 add blockchain types table and connect it with transactions table 2021-04-06 10:17:13 +00:00
Dario Rekowski on RockPI
6ba6bd7180 add send coins transactions how uses login-server endpoint from stage2 2021-03-31 18:02:54 +00:00
einhornimmond
910e33deff Merge branch 'master' into stage2 2021-03-31 18:06:57 +02:00
einhornimmond
55334799cb replace \r\n with \n 2021-03-31 17:08:37 +02:00
einhornimmond
f8d174049c
Merge branch 'master' into fix_lineendings 2021-03-30 18:29:04 +02:00
d4d9a22164
lineendings community server 2021-03-30 17:05:16 +02:00
Dario Rekowski on RockPI
6ea10e2572 remove calls to removed DRMakeStringHash function 2021-03-26 10:49:00 +00:00