17884 Commits

Author SHA1 Message Date
MateuszMichalowski
ccc04dd706
fix(frontend): fix postmigration fix (#3382)
* feat(frontend): migration fixes

* feat(admin): post migration fixes

* feat(admin): revert docker change

* feat(admin): update tests

* feat(frontend): add feedback fixes
2024-11-09 00:11:02 +01:00
einhornimmond
4ab8d6b83a expand dltTransaction to integrate also user and transactionLink 2024-11-07 18:25:45 +01:00
einhornimmond
93883ae9f2 fix and refactor dlt 2024-11-07 17:35:37 +01:00
einhornimmond
772ff51581 fix empty variables field on graphql request when updating user naming format 2024-11-07 10:08:26 +01:00
einhornimmond
1a7796ac08 fix broken circles 2024-11-05 19:35:51 +01:00
einhornimmond
5d341afbf9
Merge branch 'master' into increase_initialien_count 2024-11-03 08:41:56 +01:00
einhornimmond
f20ffba19d
Merge pull request #3373 from gradido/update_community_news
feat(frontend): update text
2024-11-03 08:41:23 +01:00
MateuszMichalowski
a58ba48604
feat(frontend): fix postmigration fix (#3378)
* feat(frontend): migration fixes

* feat(admin): post migration fixes

* feat(admin): revert docker change

* feat(admin): update tests
2024-10-31 18:05:48 +01:00
einhornimmond
56acc5846f filter invalid humhub chars from username, fix export users 2024-10-22 14:07:10 +02:00
MateuszMichalowski
60d91927a5
feat(frontend): map feature in vue 3 (#3376)
* feat(frontend): Map feature update

* feat(frontend): Fix linting
2024-10-18 14:59:22 +02:00
MateuszMichalowski
ba91f8d6fe
feat(frontend): links and emails in messages (#3377)
* feat(frontend): Transform links and mails in transaction messages into clickable links and mailto links.

* feat(frontend): Lint fix
2024-10-18 14:58:58 +02:00
einhornimmond
675b3868a1 add test, update code 2024-10-17 16:01:41 +02:00
MateuszMichalowski
b69d2273ae
feat(frontend): add transaction link in latest transactions (#3375)
* fix(frontend): post migration fixes

* fix(frontend): align with stylelint

* fix(frontend): fix tests and dashboard layout

* feat(frontend): add link to transactions

* feat(frontend): remove unused code

* feat(frontend): let dynamic keys in translations

* feat(frontend): fix stylelint

* feat(frontend): add missing styles for breadcrumb

---------

Co-authored-by: einhornimmond <dario.rekowski@gmx.de>
2024-10-15 16:06:34 +02:00
MateuszMichalowski
ec964020c4
fix(frontend): fix logout issue (#3374)
* fix(frontend): post migration fixes

* fix(frontend): add network-only option so transactions are refetched properly on another user login.

* feat(frontend): remove not needed await on mounted

---------

Co-authored-by: einhornimmond <dario.rekowski@gmx.de>
2024-10-15 15:08:14 +02:00
MateuszMichalowski
71f19d366f
fix(frontend): post migration fixes (#3372)
* fix(frontend): post migration fixes

* fix(frontend): align with stylelint

* fix(frontend): fix tests and dashboard layout

---------

Co-authored-by: einhornimmond <dario.rekowski@gmx.de>
2024-10-10 09:46:12 +02:00
einhornimmond
e802bac152 initial and alias and initial 2024-10-07 18:50:30 +02:00
einhornimmond
5b58617d93 update text 2024-10-07 13:28:41 +02:00
einhornimmond
d6b3ce66c3 use first character upper case, second character lower case 2024-10-03 14:07:27 +02:00
einhornimmond
e49cfa883b increase publish name initalien two 2024-09-24 10:43:55 +02:00
einhornimmond
4dc4451b2f adjustments 2024-09-23 19:11:00 +02:00
einhornimmond
e1cc58381e fix db version, remove olddated tests 2024-09-22 17:29:12 +02:00
einhornimmond
c4697a010a remove dlt-database 2024-09-22 17:06:17 +02:00
einhornimmond
a826eaf838 cleanup not longer needed code 2024-09-22 17:01:59 +02:00
einhornimmond
2727b6ebe9 add new send to iota interaction 2024-09-22 16:35:15 +02:00
einhornimmond
68cb7b368b refactor dlt connector usage, reduce complexity 2024-09-21 15:49:32 +02:00
einhornimmond
d269fb4799 add dlt_users table analog to dlt_transactions 2024-09-21 09:42:44 +02:00
einhornimmond
bd414de600 Merge branch 'master' into dlt_use_gradido_blockchain_js 2024-09-21 09:22:55 +02:00
einhornimmond
0bb04a845a refactor with gradido-blockchain-js 2024-09-20 17:22:41 +02:00
einhornimmond
e208f80345
Merge branch 'master' into fix_clear_yarn_cache 2024-09-16 06:31:08 +02:00
einhornimmond
db13f92f13
Merge pull request #3365 from gradido/monterail_vue3_migration
feat(frontend): vue3 migration
2024-09-16 06:30:47 +02:00
MateuszMichalowski
b8df97068f
fix(frontend): fix index.html (#3368) 2024-09-13 13:01:41 +02:00
MateuszMichalowski
0840834276
Merge branch 'master' into monterail_vue3_migration 2024-09-12 21:11:05 +02:00
MateuszMichalowski
45f4207537
build(frontend): merged code from master (#3367)
* fix

* fix test

* update docker compose call

* update e2e test

* change docker-compose to docker compose in all workflows

* use mariadb container with enabled external_network

* add sleep to test_database

* add maybe new parameter --service-ports needed for docker compose run else there weren't any open ports

* try another approach

* save change (._.);

* fix(frontend): fix e2e setup & add additional check in validation rules.

* fix(frontend): fix e2e setup

---------

Co-authored-by: einhornimmond <info@einhornimmond.de>
Co-authored-by: einhornimmond <dario.rekowski@gmx.de>
2024-09-12 21:00:08 +02:00
MateuszMichalowski
e8277861ec
fix(frontend): vue3 migration pre deploy setup (#3366)
* fix(admin): update test files predeploy

* fix(admin): update test files predeploy

* fix(admin): update test files predeploy
2024-09-12 18:53:40 +02:00
einhornimmond
d30b3c966d
Merge pull request #3363 from gradido/fix_broken_tests
fix(workflow): fix broken tests
2024-09-09 19:58:54 +02:00
einhornimmond
78562f1487 save change (._.); 2024-09-09 18:52:02 +02:00
einhornimmond
f1ef364719 try another approach 2024-09-09 18:48:54 +02:00
einhornimmond
cfabe5dc91 add maybe new parameter --service-ports needed for docker compose run else there weren't any open ports 2024-09-09 18:29:01 +02:00
einhornimmond
8cf0615195 add sleep to test_database 2024-09-09 18:13:37 +02:00
MateuszMichalowski
b3f031fff4
fix(frontend): style fixes, admin fix (#3364) 2024-09-04 14:01:33 +02:00
einhornimmond
72f3e92954 use mariadb container with enabled external_network 2024-09-04 13:08:36 +02:00
einhornimmond
cded7acb7a change docker-compose to docker compose in all workflows 2024-09-04 12:37:54 +02:00
einhornimmond
00397454da update e2e test 2024-09-04 12:27:36 +02:00
einhornimmond
38b2ac01c0 update docker compose call 2024-09-04 12:02:56 +02:00
einhornimmond
a5356d260a try to fix broken p2p test, broken because of default workrunner update 2024-09-04 11:51:19 +02:00
einhornimmond
5fd87d139e add line to clear also ~/.cache/yarn 2024-09-04 11:47:35 +02:00
MateuszMichalowski
a994b4b75f
fix(frontend): gdt test (#3361)
* fix(frontend): fixes after feedback

* fix(frontend): fixes after feedback

* fix(frontend): fixes after feedback

* fix(frontend): fixes after feedback and iternal tests

* fix(frontend): User bigger icon in Transaction component

* fix(frontend): Test gdt transaction open.

* fix(frontend): Fix sidebar navigation info

* fix(frontend): lint fix
2024-08-26 17:41:35 +02:00
MateuszMichalowski
fa35a64d75
fix(frontend): style fixes (#3360)
* fix(frontend): fixes after feedback

* fix(frontend): fixes after feedback

* fix(frontend): fixes after feedback

* fix(frontend): fixes after feedback and iternal tests

* fix(frontend): User bigger icon in Transaction component
2024-08-26 16:43:16 +02:00
MateuszMichalowski
0f134c8a15
fix(frontend): migration feedback fixes (#3359)
* fix(frontend): fixes after feedback

* fix(frontend): fixes after feedback

* fix(frontend): fixes after feedback
2024-08-26 08:41:28 +02:00
MateuszMichalowski
57e54d60dc
fix(frontend): scss changes and fixes (#3358) 2024-08-21 09:10:17 +02:00