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
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
b5fffc392d
Merge pull request #138 from gradido/fix_compose_bug
...
Fix compose bug
2021-04-07 09:11:27 +02:00
einhornimmond
ec97e2adb0
add back lost vue entry in nginx.conf and set /vue as default VUE_PATH if no .env is present
2021-04-06 17:51:21 +02:00
einhornimmond
6c7bddb8bc
make login-server successfully logging start to Docker Console
2021-04-06 17:50:14 +02:00
Moriz Wahl
669aa1454d
Merge pull request #113 from gradido/test-login-form
...
feat: Test Login Form
2021-04-06 17:24:43 +02:00
einhornimmond
7787863c23
fix compose bug
2021-04-06 17:05:07 +02:00
einhornimmond
2e711ed554
Merge pull request #134 from gradido/production_email_not_send_fix
...
at last, fix email-bug
2021-04-06 16:45:39 +02:00
einhornimmond
d659dfb886
forward blockchain type to TransactionBody
2021-04-06 13:10:50 +02:00
einhornimmond
9ea97bfb4d
Merge branch 'stage2' of github.com:gradido/gradido into stage2
2021-04-06 13:09:44 +02: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
Moriz Wahl
1b229169c2
linting
2021-04-05 21:12:28 +02:00
Moriz Wahl
45d5c5e274
testing input fields. To do: test submit button
2021-04-05 19:30:15 +02:00
87fc75f62d
added darios comment
2021-04-02 17:36:26 +02:00
einhornimmond
8538a42361
prevent exit email thread by exception because of invalid email, add date to email log string
2021-04-02 11:47:58 +02:00
2fc45c94ef
cleaned login_server.api.md to be more precise and well structured
2021-04-01 21:05:51 +02:00
einhornimmond
42b9849a58
add comment
2021-04-01 11:59:52 +02:00
3c0999f163
cleaned community-server.api.md and unified it
2021-04-01 04:25:19 +02:00
0fc0e84dd8
README.md to have an overview
2021-04-01 04:25:06 +02:00
d702ed9f5d
moved graphic files into subfolder
...
updated neue-struktur graphic
2021-04-01 04:24:46 +02: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
Dario Rekowski on RockPI
3a10d1f429
update parameters to use with different blockchain-types
2021-03-31 18:02:23 +00:00
einhornimmond
fa48de44af
fix bugs which came with merging into master
2021-03-31 19:04:36 +02:00
Moriz Wahl
dbb583e958
linting
2021-03-31 18:09:38 +02:00
Moriz Wahl
ee250451eb
rules of vee-validate can be tested
2021-03-31 18:08:20 +02:00
einhornimmond
910e33deff
Merge branch 'master' into stage2
2021-03-31 18:06:57 +02:00
einhornimmond
436499458b
fix login server that it can build again (after Ulfs rebase action)
2021-03-31 17:49:02 +02:00
einhornimmond
55334799cb
replace \r\n with \n
2021-03-31 17:08:37 +02:00
einhornimmond
9946cc0e13
update stage2 docker build orientated on stage1 docker-build
2021-03-31 15:29:17 +02:00
einhornimmond
663c11e3c2
Merge pull request #82 from gradido/api_password_reset
...
Api password reset
2021-03-31 12:54:08 +02:00
einhornimmond
d1667e0ba9
Merge branch 'master' into api_password_reset
2021-03-31 12:38:52 +02:00
einhornimmond
7f3d146351
Merge pull request #101 from gradido/optimize_login_server_build
...
Optimize login server build
2021-03-31 12:29:09 +02:00
einhornimmond
ab53188659
Merge pull request #111 from gradido/update_markdown
...
markdown of login server api
2021-03-31 12:28:35 +02:00
einhornimmond
242dfa7154
Merge pull request #112 from gradido/fix_lineendings
...
Fix lineendings
2021-03-31 12:28:17 +02:00
einhornimmond
0e76f5a8a8
remove \r from config
2021-03-31 12:25:24 +02:00
Alexander Friedland
d891994885
Merge pull request #117 from gradido/background-color-change
...
Background color change
2021-03-31 12:21:49 +02:00
Alexander Friedland
855d1180c1
Merge pull request #116 from gradido/delete-unused-files
...
Delete unused files
2021-03-31 12:21:34 +02:00
Alexander Friedland
2a493332b7
Merge pull request #115 from gradido/work-components-tests
...
store aufräumen teil 1
2021-03-31 12:20:54 +02:00
ogerly
e6067b0b38
background color entfernt
2021-03-31 08:54:40 +02:00
ogerly
363de9b3c2
nicht verwendete files gelöscht
2021-03-31 08:35:18 +02:00