4757 Commits

Author SHA1 Message Date
einhornimmond
9e049d8477 update notifications to also have copy errors to email, instead of move, update protocol, run transactions with enough signatures and without result on startup from pending_tasks table 2021-04-09 20:11:24 +02:00
Dario Rekowski on RockPI
c5e849c79d update protocol and transaction models to work with new protocol 2021-04-09 18:09:19 +00:00
Dario Rekowski on RockPI
a37d844c1d get gradido nodes from neu format 2021-04-09 15:24:35 +00:00
Alexander Friedland
1d81c7e472
Merge pull request #153 from gradido/90-Show-release-version-in-frontend
90 show release version in frontend
2021-04-09 14:36:09 +02:00
Alexander Friedland
5e35cc09d5
Merge pull request #159 from gradido/docu-pdf-menu-struktur-frontend
docu frontend menu page structur
2021-04-09 14:14:52 +02:00
einhornimmond
5974473276 update pending task save and load param and result
also:
- fix base64ToBin using strlen instead of encodedSize len (by encodedSize php decoder failed)
- insertIntoDB remove async, return also by second attempt true if succed, else false
2021-04-09 14:14:12 +02:00
einhornimmond
a9975d4bac compare extern referer with actual host instead of default url, check by login if user came from correct community server 2021-04-09 14:09:51 +02:00
ogerly
b7a346b1eb fix-lint 2021-04-09 09:18:28 +02:00
Alexander Friedland
5006e65969
Update frontend/src/config/index.js
Co-authored-by: Ulf Gebhardt <ulf.gebhardt@webcraft-media.de>
2021-04-09 08:32:14 +02:00
Alexander Friedland
4bf3a10a83
Merge pull request #157 from gradido/ogerly-patch-1
userstorry_button.txt example
2021-04-08 16:25:32 +02:00
Alexander Friedland
62b6a097a7
Update frontend/.env.dist
Co-authored-by: Ulf Gebhardt <ulf.gebhardt@webcraft-media.de>
2021-04-08 16:17:06 +02:00
ogerly
2e9e9e372e docu frontend menu page structur 2021-04-08 16:10:30 +02:00
Alexander Friedland
f1fa7d5d1e
Merge pull request #147 from gradido/fix_get_balance
fix getBalance API call
2021-04-08 16:05:46 +02:00
Alexander Friedland
5fc96a2233
Merge pull request #119 from gradido/locale-clear-list-merge-master
Locale clear list merge master
2021-04-08 16:04:30 +02:00
Alexander Friedland
ad6bac14cd
Merge pull request #152 from gradido/125_Link_to_Member_area
fix-125-link-to-community
2021-04-08 16:03:19 +02:00
Alexander Friedland
4eb8397aa0
change 2021-04-08 16:01:44 +02:00
Alexander Friedland
bab017054a
change 2021-04-08 15:53:45 +02:00
Moriz Wahl
f802972938
Merge pull request #154 from gradido/test-dashboard-layout
feat: Test Dashboard Layout
2021-04-08 15:46:47 +02:00
Alexander Friedland
f1e7c50654
userstorry_button.txt example
erstellen einer userstorry_button
2021-04-08 15:18:46 +02:00
Moriz Wahl
ed32e70010
Merge pull request #156 from gradido/coverage-report
feat: Activate Coverage Report For Unit Tests In Frontend
2021-04-08 15:04:37 +02:00
Moriz Wahl
6d4d606d9e activate coverage report for unit tests in frontend 2021-04-08 14:41:50 +02:00
ogerly
ce7ff4776c menu-membersarea 2021-04-08 13:59:58 +02:00
Moriz Wahl
68c6d09e43 linting 2021-04-08 13:59:35 +02:00
einhornimmond
79332c58e4 fix bug (deleted object but pointer not set to null) 2021-04-08 13:58:31 +02:00
Moriz Wahl
f61a92998f undo changes to docker-compose 2021-04-08 13:51:37 +02:00
Moriz Wahl
4f0e785c43 skipped router lik tests. to do: FIX them! 2021-04-08 13:42:02 +02: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
f1f4b81da0 add defaultGroup for easier integration with stage1 2021-04-08 12:51:29 +02:00
einhornimmond
d4bfa7d20f update CMakeFile, it seems that by merging old bugs reappear 2021-04-08 12:50:25 +02:00
Dario Rekowski on RockPI
0de4ea971b add composer.lock to repository 2021-04-08 09:22:55 +00:00
ogerly
c75e90a3a7 fix position, change code, yarn lint fix 2021-04-08 11:17:02 +02:00
ogerly
5a56143fb0 fix-90 2021-04-08 11:00:10 +02:00
ogerly
9bffdd7334 app version step 1 2021-04-08 09:50:10 +02:00
einhornimmond
7e03c6204c fix login server build speed 2021-04-07 20:49:42 +02:00
einhornimmond
227809d5b5 add some group related code 2021-04-07 20:49:21 +02:00
einhornimmond
590fd05d31 Merge branch 'master' into stage2 2021-04-07 19:50:02 +02:00
einhornimmond
13cfbb32ec split runSendTransaction in Hedera and Mysql Version
use a much shorter version for runSendTransactionMysql as initially in SigningTransaction was used
2021-04-07 19:44:05 +02:00
einhornimmond
3cffee31ce extends classes with additional access functions needed for next step 2021-04-07 19:41:02 +02:00
einhornimmond
c13c39e42b move logging into logging folder
- so this special log files are also easy accessable with docker
- by the way update default logging channels to use FileChannel and compress and archive rotated logfiles
- use logging system from Poco rather than raw FILE for hedera transaction logging
2021-04-07 19:37:55 +02:00
einhornimmond
9d3ebb1a75 removed submodule 2021-04-07 17:21:08 +02:00
einhornimmond
d5e60af3a1 add auto_sign parameter and bring into live
if set to true, transaction will be directly signed and if get enough signes, sended afterwards (but asynchron)
2021-04-07 17:16:42 +02:00
Dario Rekowski on RockPI
65471ddc35 Merge branch 'stage2' of github.com:gradido/gradido into stage2 2021-04-07 14:54:20 +00: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
ogerly
5899237545 fix-125-link-to-community 2021-04-07 14:45:23 +02:00
7b42a2e278
Merge pull request #120 from gradido/docu
Docu
2021-04-07 13:06:32 +02:00
einhornimmond
ad147cd8da add parameter json string to pending task for saving additional infos like blockchain type in db
- add set and getter functions for param in controller::PendingTask and model::table::PendingTask
- call it inside transactions to save blockchainType as param and in load Transaction from db
2021-04-07 12:37:02 +02:00
6630c2c6dc
fix getBalance API call
make docker-compose debug setup listen to local changes of community server
2021-04-07 11:14:14 +02:00
b5fffc392d
Merge pull request #138 from gradido/fix_compose_bug
Fix compose bug
2021-04-07 09:11:27 +02:00
Moriz Wahl
1cdeccc68c get docker-compose running again 2021-04-06 23:24:31 +02:00