6562 Commits

Author SHA1 Message Date
ogerly
9d79e35f36 Refactor hasElopageBuys method to a utility method. 2022-02-07 10:34:54 +01:00
7c20c981d8
removed node server (was never used) 2022-02-07 08:15:56 +01:00
c6e2d2cf1c
updated version string 2022-02-07 07:57:14 +01:00
3f0aa00dc3
fix frontend tests 2022-02-07 07:51:50 +01:00
8e922a6d1a
unsaved file 2022-02-07 07:38:38 +01:00
296c56ff3b
include .env.bak in gitignore 2022-02-07 07:37:53 +01:00
4d258ee4a5
removed todo - thats now done 2022-02-07 07:33:07 +01:00
31c5627598
quotes not needed 2022-02-07 07:28:33 +01:00
9676672a34
.env-template needs quotes?
adjusted start.sh and install.sh
2022-02-07 07:17:20 +01:00
4e87e5a7bf
different approach 2022-02-07 07:13:39 +01:00
68d67366d6
quotes are not working 2022-02-07 06:47:29 +01:00
068aa1cec0
quote the whole thing 2022-02-07 06:45:20 +01:00
b8a500f60f
\n delimiter 2022-02-07 06:44:27 +01:00
0406b24001
another try 2022-02-07 06:43:28 +01:00
510ae1ecd8
try -0 for xargs delimiter 2022-02-07 06:41:45 +01:00
ea320c825a
different loading approach 2022-02-07 06:38:51 +01:00
8e8f1097b2
more debug symbols for community name & description 2022-02-07 06:36:07 +01:00
43bcc8b8f2
try xargs \n delimiter 2022-02-07 06:30:16 +01:00
6ef64bd2a9
removed debug symbols 2022-02-07 06:25:02 +01:00
5024ca726a
more fixes 2022-02-07 06:22:26 +01:00
b9a29a67ae
more fixes 2022-02-07 06:20:50 +01:00
065c9d6294
debugging more bash 2022-02-07 06:15:10 +01:00
6c7ab4e8ab
fix bash function calls 2022-02-07 06:12:41 +01:00
4bd5942917
typo 2022-02-07 06:11:04 +01:00
7433b4fed8
try to read only specific variables 2022-02-07 06:08:18 +01:00
95d9ec255c
load backend/.env to get secrets and regenerate .env configs 2022-02-07 05:43:23 +01:00
9e2be73163
corrected .env.dist 2022-02-07 05:41:18 +01:00
148bd6286c
cleaned frontend 2022-02-07 05:20:40 +01:00
817e462698
fixed backend according to migration 2022-02-07 05:01:49 +01:00
e255896fdc
fix seed 2022-02-07 04:57:13 +01:00
c0156d4a29
migration 20 2022-02-07 04:56:19 +01:00
44c0adb0c8
Merge branch 'master' into remove_unnecessary_repositories 2022-02-07 04:07:34 +01:00
Hannes Heine
80956bcee9
Merge branch 'master' into 1401-Admin-interface-does-user-have-member-area 2022-02-05 17:23:02 +01:00
Alexander Friedland
ff00e5e9ae
Merge branch 'master' into 1389-TransactionsTabs-are-not-well-designed 2022-02-05 00:07:30 +01:00
Alexander Friedland
e109406b43
Merge branch 'master' into 1400-No-GDD-value-when-reloading-User-Profile 2022-02-05 00:07:14 +01:00
Alexander Friedland
a1f73514dd
Merge pull request #1424 from gradido/1390-Display-Error-when-navigating-to-send-Form-without-any-GDD
1390 display error when navigating to send form without any gdd
2022-02-05 00:06:43 +01:00
Alexander Friedland
7d1e51d4ee
Update frontend/src/views/Pages/SendOverview/GddSend/TransactionForm.spec.js
Co-authored-by: Moriz Wahl <moriz.wahl@gmx.de>
2022-02-04 19:37:14 +01:00
Alexander Friedland
c4a64ebee0
Update frontend/src/views/Pages/SendOverview/GddSend/TransactionForm.spec.js
Co-authored-by: Moriz Wahl <moriz.wahl@gmx.de>
2022-02-04 19:37:08 +01:00
Alexander Friedland
75bb45a847
Update frontend/src/views/Pages/SendOverview/GddSend/TransactionForm.spec.js
Co-authored-by: Moriz Wahl <moriz.wahl@gmx.de>
2022-02-04 19:37:00 +01:00
Alexander Friedland
fd21680072
Update frontend/src/views/Pages/SendOverview/GddSend/TransactionForm.spec.js
Co-authored-by: Moriz Wahl <moriz.wahl@gmx.de>
2022-02-04 19:36:53 +01:00
Alexander Friedland
99b0fdadb4
Update frontend/src/views/Pages/SendOverview/GddSend/TransactionForm.spec.js
Co-authored-by: Moriz Wahl <moriz.wahl@gmx.de>
2022-02-04 19:36:48 +01:00
Alexander Friedland
4c51fa9803
Update frontend/src/views/Pages/SendOverview/GddSend/TransactionForm.spec.js
Co-authored-by: Moriz Wahl <moriz.wahl@gmx.de>
2022-02-04 19:36:42 +01:00
Alexander Friedland
86fdb62aef
Update frontend/src/locales/en.json
Co-authored-by: Moriz Wahl <moriz.wahl@gmx.de>
2022-02-04 19:36:36 +01:00
Alexander Friedland
3fe94e31fb
Update frontend/src/views/Pages/SendOverview/GddSend/TransactionForm.spec.js
Co-authored-by: Moriz Wahl <moriz.wahl@gmx.de>
2022-02-04 19:36:28 +01:00
Alexander Friedland
5d119ee739
Update frontend/src/views/Pages/SendOverview/GddSend/TransactionForm.spec.js
Co-authored-by: Moriz Wahl <moriz.wahl@gmx.de>
2022-02-04 19:36:21 +01:00
Alexander Friedland
7d83a0ab15
Merge branch 'master' into 1389-TransactionsTabs-are-not-well-designed 2022-02-04 19:35:05 +01:00
ogerly
cf486b1b4b yarn lint --fix 2022-02-04 19:25:57 +01:00
ogerly
1dfbaa3a78 add border left and right on tab-content 2022-02-04 19:23:28 +01:00
ogerly
67d61383ea yarn lint --fix 2022-02-04 19:10:34 +01:00
ogerly
8a107fdf65 better style to better identify active tab 2022-02-04 19:09:59 +01:00