ad4b6e0d79
refactor(webapp): remove email normalization ( #8580 )
...
* remove email normalization from webapp
* missing change
* fix error when email is not defined
* fix lint
* remove obsolete test
* remove obsolete tests
* fix password reset
---------
Co-authored-by: Wolfgang Huß <wolle.huss@pjannto.com>
2025-05-25 15:58:41 +02:00
Max
fb12a139bc
fix(webapp): better settings ux ( #8347 )
...
* Scroll to notification settings when opened (for mobile)
* scroll to settings content when clicking on menu entry
* Scroll to settings content on mobile and fix weird loading state
* Add fail-safety
* Fix linting
2025-04-14 17:56:29 +00:00
Moriz Wahl
7d459fcea5
get settings pages mostly running
2023-02-13 21:09:24 +01:00
Wolfgang Huß
aa454893ce
Refactor pageParams, third step
...
- Implement emails.js in backend as well.
- Move backend links.js into emails.js, because code is not a duplicate of webapp anymore.
2021-08-05 14:44:54 +02:00
fc176e28a4
coverage my-email-address/index.spec.js
2021-04-24 02:08:50 +02:00
roschaefer
3a216226bc
Paramterize all emails
2020-06-05 14:15:42 +02:00
roschaefer
276ea79e8f
Update prettier to v2
2020-03-24 21:11:11 +01:00
Raphael Beer
d465e94596
Refactor: use #shorthand for default v-slot attributes
2020-03-12 23:49:27 +01:00
Raphael Beer
5626cb2771
Revert "Refactor: replace default slots"
...
This reverts commit f1e308074bc33e6762431f90f335ed849776f4d9.
Let's take this one at a time...
2020-03-12 23:49:01 +01:00
Raphael Beer
c3cf682fdf
Refactor: replace default slots
2020-03-12 23:49:01 +01:00
Alina Beck
408b77a3e7
use base-card on post page
2020-02-11 18:19:40 +01:00
Alina Beck
9895c32b0b
replace remaining instances of ds-card with base-card
2020-02-11 17:45:32 +01:00
Alina Beck
34006a25e2
rename primary to filled
2020-01-09 13:25:12 +05:30
Alina Beck
ea612bdf78
replace another batch of ds-buttons with base-buttons (wip)
2019-12-19 12:19:58 +05:30
roschaefer
9e2baf25d2
Don't remove dots in emails
2019-11-28 11:22:09 +01:00
Alina Beck
77f4810ddc
set up global localVue
...
by setting up localVue with all required plugins (such as styleguide and vuex)
in a separate testSetup file we can avoid doing this individually in all component tests
the testSetup is executed before each test suite, so each test file gets a fresh
instance of localVue
2019-11-20 12:31:40 +03:00
roschaefer
20b47b873e
refactor: add new email, display server response
2019-11-05 15:23:31 +01:00
roschaefer
0cf59743ab
refactor: replace 'isemail' with 'validator'
...
..and use `normalizeEmail` everywhere in the webapp.
2019-11-05 00:24:12 +01:00
roschaefer
56ce95a6fd
refactor: follow review of @alina-beck + @mattwr18
2019-10-02 15:50:35 +02:00
mattwr18
263b7d0aea
Fix lint
2019-10-02 10:11:39 +02:00
roschaefer
4ac80b0d58
refactor: align submit buttons consistently
...
@alina-beck said we have most buttons left-aligned, so I went with that:
https://github.com/Human-Connection/Human-Connection/pull/1711#discussion_r329505767
Also this uses icon `envelope` for emails. This makes sense, because we
could use icon `at` for slugs.
2019-10-02 01:10:28 +02:00
roschaefer
01e583b45e
Translate backend error and avoid $toast
2019-10-02 00:54:01 +02:00
roschaefer
76841d27f1
Styling
2019-10-02 00:54:01 +02:00
roschaefer
573edce788
Show at least the error message in SSR
2019-10-02 00:54:01 +02:00
roschaefer
3e3452c7bc
Better help messages, styling
2019-10-02 00:54:01 +02:00
roschaefer
69cd41d3eb
Test email verification page
2019-10-02 00:54:01 +02:00
roschaefer
6a212fb668
Test verify-nonce page
2019-10-02 00:54:01 +02:00
roschaefer
f61441d3e6
Test my-email-address settings page
2019-10-02 00:54:01 +02:00
roschaefer
89cc6da5f1
Don't redirect if email change was not successful
2019-10-02 00:54:01 +02:00
roschaefer
9808e1c4f8
Validate different email address
2019-10-02 00:54:01 +02:00
roschaefer
69542617ac
Split routes in two
...
So, to get a direct link it's better to have one route that calls a
mutation as soon as it is visited.
2019-10-02 00:54:01 +02:00
roschaefer
0592f685f6
Basic email change works
2019-10-02 00:54:01 +02:00
roschaefer
80ce079920
Implement first page to change email address
2019-10-02 00:54:01 +02:00