roschaefer
276ea79e8f
Update prettier to v2
2020-03-24 21:11:11 +01:00
Alina Beck
34006a25e2
rename primary to filled
2020-01-09 13:25:12 +05:30
Alina Beck
ee11f4e366
replace even more ds-buttons with base-buttons (wip)
2019-12-19 11:39:39 +05:30
ogerly
a5bbb06f77
fix Spec + lint
2019-12-03 18:27:05 +01:00
ogerly
38c58af1f3
add confirm checkboc No Comercial account
2019-12-03 17:57:30 +01:00
Alexander Friedland
bfb3923023
locale
...
change language to locale
2019-10-18 11:50:42 +02:00
ogerly
54465c04a3
Fix Jest tests
2019-10-17 08:26:15 +02:00
ogerly
dd2efad937
fix lint
2019-10-16 15:02:17 +02:00
ogerly
97dad41b27
Set language will be saved in the database of the user during registration
2019-10-16 15:01:07 +02:00
ogerly
d7dc0646e0
Confirm, privacy policy, minimum age at registration
2019-10-15 19:21:05 +02:00
roschaefer
01252b3584
refactor: follow @mattwr18 code review
...
https://github.com/Human-Connection/Human-Connection/pull/1814#pullrequestreview-299434476
2019-10-11 00:54:19 +02:00
roschaefer
b1e01cb65a
refactor: better errors, introduce email constants
2019-10-11 00:54:19 +02:00
roschaefer
4c7cc0a9cf
refactor: DRY template in pages, fix signup flow
2019-10-11 00:54:19 +02:00
roschaefer
bafc530366
Bugfix create user page - missing submit buttons
2019-09-23 22:15:53 +02:00
roschaefer
353b846124
Fix #1631
...
I don't have time to really test this right now, feel free to do that
before merge.
2019-09-23 15:04:33 +02:00
mattwr18
fa3053dca7
Tidy up, follow @roschaefer , @Tirokk PR suggestions
...
- Fix tests by stubbing LocaleSwitch/client-only
- Add portuguese translations
- Add back to login link
- Use span over   following @alina-becks PR review on another PR
2019-09-11 16:40:39 +02:00
Brent Vardy
ca49c2296c
improved class names for current component
2019-09-11 16:40:39 +02:00
Brent Vardy
53408f4bf4
refactor create-user-account to have no header
...
- also added locale switch to card
2019-09-11 16:40:39 +02:00
roschaefer
b656b5aeb9
Check that about actually gets saved
2019-09-10 15:39:34 +02:00
ogerly
c64ff67a55
Fixed constant for terms and conditions created in folder for constant
2019-09-04 07:03:56 +02:00
ogerly
877b0ea77e
Terms and conditions are handed over cleanly during registration
2019-08-23 13:17:54 +02:00
ogerly
53532025d6
Fix translation add backend test case todo
2019-08-23 11:36:41 +02:00
ogerly
592a682bd7
Temporary commit
2019-08-23 11:02:24 +02:00
Alexander Friedland
048c4a2502
Merge pull request #1224 from Human-Connection/A-1208-Registration-without-user-condition-confirmation
...
🍰 Registration confirmation of terms of use added II
2019-08-14 18:09:07 +02:00
roschaefer
58a7e1ce2d
Simplifycomponent, improve texts
...
@ogerly there is a difference between read and confirm: You can read but
don't have to confirm the terms and conditions. Therefore it's quite
important that the user also confirms the terms and conditions.
2019-08-14 16:38:35 +02:00
ogerly
397b41377a
delete console.log
2019-08-14 14:31:47 +02:00
ogerly
a5f448036c
Suggestions implemented II
2019-08-14 14:27:44 +02:00
Robert Schäfer
5d57f7b376
No global import - Thank you @JorgenVatle! ❤️
...
In version `v4.2.0` of `vue-sweetalert-icons` the local import is back, see:
https://github.com/JorgenVatle/vue-sweetalert-icons/issues/3#issuecomment-519497796
2019-08-09 13:21:54 +02:00
ogerly
d1830f5bed
add ceckbox, confirmed terms of use
2019-08-08 17:46:04 +02:00
Robert Schäfer
27163b8d79
Install vue-sweetalert-icon globally
...
Updating the package to `v4.0.0` still gives me this warning:
```
WARN Compiled with 1 warnings
WARN in ./components/PasswordReset/ChangePassword.vue?vue&type=script&lang=js&
"export 'SweetalertIcon' was not found in 'vue-sweetalert-icons'
```
According to this thread https://github.com/JorgenVatle/vue-sweetalert-icons/issues/3
I copy+pasted the example configuration:
https://github.com/JorgenVatle/vue-sweetalert-icons-preview/blob/master/nuxt.config.js
https://github.com/JorgenVatle/vue-sweetalert-icons-preview/blob/master/plugins/vue-sweetalert-icons.js
And now the compile warnings are gone. I'm going to ask the maintainer if the
local import is not possible with `v4.0.0` anymore.
2019-08-06 11:03:12 +02:00
Robert Schäfer
4207aee09d
DRY up password validations
2019-07-09 22:12:40 +02:00
Robert Schäfer
90aa1822b5
Disable the form button with a slot scope
2019-07-09 22:12:40 +02:00
Robert Schäfer
29bbeaa0fa
Fix tests by calling wrapper.html() once more
...
I really don't understand why, but apparently `wrapper.html()` does some
re-rendering which in our cases fixes the tests, because we reach the
new sub component in the DOM tree.
2019-07-09 22:12:40 +02:00
Robert Schäfer
d76923c471
Copy all relevant files changed from branch signup
2019-07-09 22:12:40 +02:00