60 Commits

Author SHA1 Message Date
sebastian2357
b1c19d0c94
fix(webapp): optimize registration layout (#8630)
* - fixed nowrap for button
- restyled bullets for slider
- relocated back links
- removed icons

* - removed icon from RegistrationSlideEmail too

* - added media query for padding

* - fixed missing constants

* - fixed padding in no-header layout

* - fixed sticky footer in registration flow

* - removed icons from inputs

* - set fixed height for back link

* - fixed invite code placeholder

* - added auto submit to invite and email code forms
- fixed layout password inputs
- added layout to checkboxes (create)
- removed unnecessary texts
- moved backLink for password-reset
- tidied up create layout

* fixed margin

* - fixed nonceLength

* lint fixes

* corrected path

---------

Co-authored-by: Sebastian Stein <sebastian@codepassion.de>
Co-authored-by: Ulf Gebhardt <ulf.gebhardt@webcraft-media.de>
2025-06-11 16:45:03 +00:00
Moriz Wahl
df4275c5cd
feat(webapp): location on registration (#8608)
* feat(webapp): location on registration

* add location name to signup verification, allow location query

* location name can be prompted in regeistration

* default value null for locationName

* Prevent ds-select overflow

* Remove location name from label

* Add margin-bottom to location-select

* group location is not affected by REQUIRE_LOCATION, previous location is shown

* Update webapp/components/Registration/RegistrationSlideCreate.vue

Co-authored-by: Max <maxharz@gmail.com>

* Replace more '16px' by '$space-small' and remove class 'password-strength'

* Add class 'password-strength' again

* property for previous location

---------

Co-authored-by: Maximilian Harz <maxharz@gmail.com>
Co-authored-by: Wolfgang Huß <wolle.huss@pjannto.com>
2025-06-04 15:16:24 +02:00
Moriz Wahl
ba2e086b4b
feat(webapp): ask for real name (#8605)
* feat(webapp): ask for real name

* fix locales

* function to create name from given and surname

* mock env

* use x2004 to create name from given and surname
2025-05-28 18:41:10 +00:00
Moriz Wahl
da8af6ff42
feat(webapp): group invite after login (#8518) 2025-05-09 19:19:07 +00:00
Wolfgang Huß
e9189a3c58 Fix linting 2021-09-12 08:28:56 +02:00
somesh202
fa6d3bb95d centered-login-form 2021-09-11 11:30:30 +05:30
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
Wolfgang Huß
97fdb7cd5c Refactor pageParams 2021-08-03 15:30:58 +02:00
Wolfgang Huß
df1e622094 Implement internal page component, first step 2021-08-02 13:48:57 +02:00
Wolfgang Huß
2f72e4eba3 Follow @Mogge suggestions 2021-05-18 22:09:56 +02:00
Wolfgang Huß
ff6cc306af Refactor logos, first step 2021-05-18 17:04:48 +02:00
Moriz Wahl
c80b3a2128 slider jumps to enter-nonce when link contains invite-code, email and nonce and method is invite-code. Thanks @tirokk 2021-04-06 13:35:31 +02:00
Wolfgang Huß
d38cfd2d7d
Remove h2 title and replace the first slider title with its text 2021-03-30 04:51:45 +02:00
Wolfgang Huß
3856e10fbb Refactor locales for registration slider
- Activate validation hints for invite code and e-mail nonce again.
2021-03-22 13:34:06 +01:00
Wolfgang Huß
c658ddf7d2 Translate slider no public registration 2021-03-22 11:01:32 +01:00
Wolfgang Huß
9291fbf013 Cleanup refactoring create account checkboxes after Ulf's suggestions 2021-03-22 10:21:00 +01:00
Wolfgang Huß
3504bbb123 Refactor and reduce create account checkboxes after Ulf's suggestions 2021-03-22 10:15:04 +01:00
Wolfgang Huß
62ed50a73d Clean out commented 'about' field 2021-03-19 13:36:39 +01:00
Wolfgang Huß
b10f32b772 Comment out the 'about' field 2021-03-19 13:33:11 +01:00
Wolfgang Huß
943138df67 Implement 'EmailDisplayAndVerify.vue' 2021-03-19 10:54:32 +01:00
Wolfgang Huß
fc5b0f1b37 Refine and translate registration sliders with database handling and auto login 2021-03-17 18:30:46 +01:00
Wolfgang Huß
b6fb98acdc Translate texts, first step, and fix database call and handling 2021-03-16 17:32:57 +01:00
Wolfgang Huß
7e3c812ac5 Implement 'enter-nonce' db query 2021-03-02 19:06:52 +01:00
Wolfgang Huß
393a05c358 Implement 'no-public-registration' slider 2021-03-02 12:33:47 +01:00
Wolfgang Huß
e057bbe80e Rename registration sliders 2021-03-02 10:19:38 +01:00
Wolfgang Huß
993f980c46 Change nonce length to 5 in frontend too
- Fix a design issue by replacing 'registration-form' class again to 'login-form'.
2021-03-02 10:03:39 +01:00
Wolfgang Huß
eebacab7ea Implement registration with slider, first step 2021-03-01 18:08:40 +01:00
Wolfgang Huß
77c45529bd Refine small things 2021-02-28 16:49:26 +01:00
Wolfgang Huß
5b4724086c Remove 'locale' and agreed terms and conditions version from slider data collection 2021-02-27 19:28:21 +01:00
Wolfgang Huß
eeb5006e24 Cleanup 2021-02-27 18:16:01 +01:00
Wolfgang Huß
0022ea7365 Move in 'setSliderValuesCallback' 'slotOnNextClick' as 'buttonSliderCallback' into 'sliderSettings' 2021-02-27 18:04:23 +01:00
Wolfgang Huß
e3bf47679e Implement e-mail resend functionality 2021-02-27 17:02:55 +01:00
Wolfgang Huß
091ed52b54 Refactor to 'setSliderValuesCallback' 2021-02-27 15:39:05 +01:00
Wolfgang Huß
68f4c271af Fix lint 2021-02-25 20:58:25 +01:00
Wolfgang Huß
b747c1ca42 Cleanup 2021-02-25 20:56:08 +01:00
Wolfgang Huß
57fec436da Trigger email db mutation on click 'Send Mail' 2021-02-25 19:27:15 +01:00
Wolfgang Huß
1a9c8f22a6 Change to try to trigger email db mutation on click 'Send Mail' 2021-02-25 11:12:09 +01:00
Wolfgang Huß
d008eccf68 Implement enterEmail db request 2021-02-24 16:08:17 +01:00
Wolfgang Huß
ebef48ed99 Implement inviteCode db request 2021-02-11 15:00:35 +01:00
Wolfgang Huß
b09766a0a2 Fix linting and clean up 2021-02-10 18:23:33 +01:00
Wolfgang Huß
197e6ab6d7 Clean up 2021-02-10 14:55:25 +01:00
Wolfgang Huß
756def9cf9 Add explicit validations for preset values
- Show e-mail address.
2021-02-09 15:10:11 +01:00
Wolfgang Huß
9086f99862 Implement registration slider e-mail, nonce, and storybook with preset data 2021-02-09 13:31:59 +01:00
Wolfgang Huß
d9e65597ce Fix lint 2021-02-04 15:45:29 +01:00
Wolfgang Huß
a93d70b2d6 Add experimental own validators and set values on mounted 2021-02-04 15:33:17 +01:00
Wolfgang Huß
19180ed872 Study validation and errors watching 2021-02-04 10:04:59 +01:00
Wolfgang Huß
0aa3daf5c7 Add header, footer, and centered selection dots 2021-02-03 09:10:56 +01:00
Wolfgang Huß
4457b733d9 Removed method 'sliderIndexByName' 2021-02-03 08:30:56 +01:00
Wolfgang Huß
ab1b624eb2 Changed to central slider index and individual button icon 2021-02-03 08:27:01 +01:00
Wolfgang Huß
e50728e4db Refines slider functions
- Co-Authored-By: Mogge <moriz.wahl@gmx.de>
2021-02-03 08:01:53 +01:00