3266 Commits

Author SHA1 Message Date
Moriz Wahl
f792d8e02b
Merge pull request #889 from gradido/hadnle-expired-jwt
feat: Redirect to Login when JWT has expired
2021-09-24 11:17:53 +02:00
Moriz Wahl
823b4a1efc
Merge pull request #863 from gradido/queries-to-mutations
refactor: Queries to Mutations
2021-09-23 20:46:04 +02:00
Moriz Wahl
0e61662119 feat: Redirect to Login when JWT has expired 2021-09-23 14:49:30 +02:00
einhornimmond
536e97f8a6
Merge pull request #881 from gradido/community_test_db
Community-Server Test with new db migration
2021-09-23 13:47:08 +02:00
einhorn_b
91d51ea7c3 fix 2 2021-09-23 13:25:38 +02:00
einhorn_b
9e7f74b176 add debugging 2021-09-23 13:12:36 +02:00
Moriz Wahl
7939202997 do not trigger submit after click, but only on submit 2021-09-23 12:51:43 +02:00
Moriz Wahl
2019422cb9 remove second import of vee-validate 2021-09-23 12:11:16 +02:00
Moriz Wahl
bd42480fc0 fix worng variable name 2021-09-23 12:09:34 +02:00
Moriz Wahl
25833f58b4 Merge branch 'master' into queries-to-mutations 2021-09-23 12:02:30 +02:00
Moriz Wahl
95a667046b fix misspelling 2021-09-23 11:56:12 +02:00
Moriz Wahl
1be5dd50b6 fix misspelling 2021-09-23 11:51:07 +02:00
f52a117a22
Merge pull request #871 from gradido/fix_database_not_reading_config
fix  database not reading config
2021-09-22 17:00:46 +02:00
Einhornimmond
a223509608 fix2 2021-09-22 13:04:01 +02:00
Einhornimmond
d18e41d389 fix 2021-09-22 12:50:24 +02:00
Einhornimmond
3e1f0dfa12 add database like login-server 2021-09-22 12:45:30 +02:00
Hannes Heine
5e0b052206
Merge pull request #880 from gradido/733-language-switch-toast-success
733 language switch toast success
2021-09-22 12:39:23 +02:00
elweyn
09e87526de Added a success message for language switch in profile. 2021-09-22 12:29:21 +02:00
Einhornimmond
0acb58c231 use database for migration test db, remove debug code 2021-09-22 12:28:36 +02:00
elweyn
3ca200bb96 Added a success message in case where language has been switched. 2021-09-22 12:12:28 +02:00
Hannes Heine
d87fd70784
Merge pull request #879 from gradido/858-correct-profil-language
UserProfil Language switch has an error & UserProfil Language switch don't show right language text
2021-09-22 11:46:36 +02:00
elweyn
a0b35dad23 Changed the method name to something a bit more meaningfull. 2021-09-22 11:36:30 +02:00
elweyn
8a5b552a11 In case of language switch success change language in store. 2021-09-22 11:32:46 +02:00
elweyn
a404be1cfb Added Email as parameter for the change language updateUserInfos. 2021-09-22 11:02:20 +02:00
f9a40be539
use another .env file, else things get too complicated since production and dev .env's are no longer compatible to eachother 2021-09-21 19:18:08 +02:00
einhornimmond
ce725b1032
Merge pull request #864 from gradido/docker_skeema_without_rebuild
docker skeema: mount sql files folder dynamic
2021-09-21 11:19:29 +02:00
einhornimmond
4d6964cf4e
Merge pull request #865 from gradido/login_disable_auto_resend_failed_transactions_restart
disable auto-resend of not finished transactions on login-server restart
2021-09-21 10:45:08 +02:00
cebf92c451
fixed migrations directory to default to the production version.
This is the downside of this patch - the .env file has to be different in dev and production version
2021-09-21 10:34:56 +02:00
94424f17a2
Fixed database tool to read .env config when built. 2021-09-21 10:24:43 +02:00
einhorn_b
39ef88d8e7 update skeema for working also in test and production 2021-09-20 19:21:33 +02:00
einhornimmond
102fc586e9 change variable name according to name in config 2021-09-20 18:51:05 +02:00
einhornimmond
ec1b01d5d3
Merge pull request #794 from gradido/frontend_commit_hash
add commit hash with link to github into frontend
2021-09-20 13:54:16 +02:00
Moriz Wahl
62142710f8 send coins as Mutations 2021-09-20 12:25:04 +02:00
einhornimmond
f0cbed81f3 disable auto-resend of not finished transactions on login-server restart 2021-09-20 12:22:56 +02:00
Moriz Wahl
5ded9f60be createUser as Mutation 2021-09-20 12:02:17 +02:00
Moriz Wahl
c401344193 fix: language can be changed in profile 2021-09-20 11:50:26 +02:00
einhorn_b
b196ef78b8 Merge branch 'master' into frontend_commit_hash 2021-09-20 11:40:49 +02:00
einhorn_b
3286835f44 mount sql files folder dynamic 2021-09-20 11:36:01 +02:00
Moriz Wahl
e6d386c598 refactor: Queries to Mutations 2021-09-20 11:22:00 +02:00
db15433cc2
Merge pull request #844 from gradido/mock_choose_community
mock_choose_community
2021-09-18 23:43:59 +02:00
8f07f9121a
Merge pull request #845 from gradido/issue_templates_remove_discord
Remove discord link for issue templates
2021-09-18 21:51:10 +02:00
c0b23623c1
- remove discord links from templates
- make the templates project agnostic
- link to the new repo https://github.com/ulfgebhardt/issue-templates to have it compatible
- rename refactor tickets into .. ticket
2021-09-18 20:30:04 +02:00
cde63bc5eb
mock_choose_community 2021-09-18 20:27:54 +02:00
einhornimmond
90d43555d6
Merge pull request #830 from gradido/docker_update
update docker files
2021-09-18 14:19:55 +02:00
einhornimmond
bd83cb4a76 update docker files 2021-09-17 20:33:58 +02:00
einhornimmond
675917a8c0 split test in two 2021-09-17 16:37:39 +02:00
einhornimmond
bde7b28571
Merge pull request #245 from gradido/login_add_publisher_id
added publisher_id field to user
2021-09-17 14:07:16 +02:00
einhornimmond
c8386e588b fix linting 2021-09-17 13:46:45 +02:00
einhornimmond
8ecd7a634b add publisher id to backend 2021-09-17 13:36:13 +02:00
einhornimmond
6a9a362578 fix missing lines 2021-09-17 13:28:09 +02:00