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
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
76e5994441
fix(frontend): migration remaining fixes ( #3356 )
...
* fix(frontend): fix password update validation, cleanup code, fix pipe operator in i18n issue, fixes to redeem via code.
* fix(frontend): fix transaction links
* fix(frontend): revert changes in admin components file
* fix(frontend): linters fixes
2024-08-19 10:11:17 +02:00
Kamila
c80745fb1a
linter fixes
2024-08-09 08:14:18 +02:00
Kamila
0de05680b6
linter fixes
2024-08-09 08:08:34 +02:00
Mateusz Michałowski
38cde98591
fix(frontend): fix eslint/stylelint issues
2024-08-08 09:27:29 +02:00
Mateusz Michałowski
71bf1c7e0d
fix(frontend): WiP migration
2024-08-02 12:42:04 +02:00
Mateusz Michałowski
89b9b1a535
frontend - login page updates
2024-07-23 08:16:12 +02:00
Mateusz Michałowski
3cde113249
frontend - moved to vue 3
2024-07-12 13:08:00 +02:00
Moriz Wahl
e446ad7e6d
Update frontend/src/validation-rules.js
...
Co-authored-by: Ulf Gebhardt <ulf.gebhardt@webcraft-media.de>
2023-05-19 09:01:15 +02:00
Moriz Wahl
36b1a3fb72
Update frontend/src/validation-rules.js
...
Co-authored-by: Ulf Gebhardt <ulf.gebhardt@webcraft-media.de>
2023-05-19 09:01:07 +02:00
Moriz Wahl
e007c2a193
Update frontend/src/validation-rules.js
...
Co-authored-by: Ulf Gebhardt <ulf.gebhardt@webcraft-media.de>
2023-05-19 09:00:56 +02:00
Moriz Wahl
a9c35a4c12
Update frontend/src/validation-rules.js
...
Co-authored-by: Ulf Gebhardt <ulf.gebhardt@webcraft-media.de>
2023-05-19 09:00:46 +02:00
Moriz Wahl
8172a813d0
Update frontend/src/validation-rules.js
...
Co-authored-by: Ulf Gebhardt <ulf.gebhardt@webcraft-media.de>
2023-05-19 09:00:35 +02:00
Moriz Wahl
f5ab3a1e4f
Merge branch 'master' into refactor-receiver-in-send-coins
2023-05-18 20:39:50 +02:00
Moriz Wahl
41f15fc82c
no autocomplete on username input, improved regex for username validations
2023-05-17 10:30:38 +02:00
Moriz Wahl
5493cb06ff
fix gdd send unit tests
2023-05-16 06:36:06 +02:00
Moriz Wahl
b0fb6f8858
validate identifier
2023-05-16 06:09:30 +02:00
Moriz Wahl
c204ede28f
Merge branch 'send-coins-via-alias' into refactor-receiver-in-send-coins
2023-05-16 05:56:15 +02:00
Moriz Wahl
2320486d6c
identifier input field
2023-05-16 05:56:12 +02:00
Moriz Wahl
1fbebddd71
more tests for transactions and finding users by different identifiers
2023-05-16 05:00:06 +02:00
Moriz Wahl
4a5c82f10d
validate unique username
2023-05-16 01:36:29 +02:00
Moriz Wahl
c88e02e925
more username validation rules
2023-05-15 22:23:33 +02:00
ogerly
07dc5cf5d4
test first example
2023-01-17 10:56:17 +01:00
ogerly
de4431774b
badges AmountGDD and AmountGDT show and hide
2022-12-15 14:18:45 +01:00
ogerly
a5ae7f4419
add time in contribution form
2022-12-15 13:04:10 +01:00
ogerly
1eea07ac70
rightSide LastTransaction style, click name
2022-12-14 15:42:31 +01:00
ogerly
569ca948cc
add new input component, time, hour in contributions
2022-12-14 14:21:07 +01:00
e22bf6f497
additional checks,
...
fix dynamic $t values by ignoring our occurences
2022-03-15 03:11:35 +01:00
15981da64b
no more lint warnings
2022-03-15 02:53:59 +01:00
148bd6286c
cleaned frontend
2022-02-07 05:20:40 +01:00
9540ab3208
reduced checkUsername response to a boolean
2021-10-31 02:01:02 +01:00
Moriz Wahl
3d2e87470c
fix: Whitespace in Password Shows Validation Error
2021-09-27 23:07:02 +02:00
Moriz Wahl
342649ae1e
no white space rule in password
2021-09-27 13:34:58 +02:00
Moriz Wahl
decf4d5013
implement at least one special char rule for password in frontend
2021-09-27 12:24:19 +02:00
Hannes Heine
421aba22ff
Implementation of the FormUserMail Tests. And review changes.
2021-08-11 15:31:02 +02:00
Hannes Heine
8674e34e59
Changed the checkUsername methode of the loginAPI to the checkUsername query from apollo.
2021-08-10 16:50:05 +02:00
Moriz Wahl
ce68dc8528
remove all validation rule extends that are not needed
2021-07-06 15:18:00 +02:00
Moriz Wahl
b45b7cf03b
load all validation rules for unit tests
2021-07-06 14:28:34 +02:00
Moriz Wahl
4625e0d10b
refactor: Change Password
2021-07-01 04:47:56 +02:00