26 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
8f72c4282a
improve login & invite mechanics (#8574)
Co-authored-by: Wolfgang Huß <wolle.huss@pjannto.com>
2025-05-22 18:24:02 +00:00
Moriz Wahl
d4a9694657
feat(webapp): redirect to group after registration with invite to group (#8540) 2025-05-10 10:10:55 +00:00
Wolfgang Huß
56816f0d98 Simplify 'forceTargetBlank' in call of 'page-params-link' 2023-06-20 14:22:26 +02:00
Wolfgang Huß
53d3a921bf Force target '_blank' in registration 'terms and conditions', 'data privacy' links by 'PageParamsLink' 2023-06-14 13:20:56 +02:00
Wolfgang Huß
c5ec22a6f2 Change registration 'term and conditions', 'data privacy' link to use 'PageParamsLink' that external pages can be used 2023-06-14 12:08:36 +02:00
Wolfgang Huß
09cb120f92 Add 'ds-spaces' to the other registration slider components 2022-10-27 16:03:13 +02: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
Brandon Tripp
654372f609 Linting for the component. 2021-05-15 12:32:20 -06:00
Brandon Tripp
588385bf5a Implement the ShowPassword component in the registration slider. 2021-05-15 12:32:09 -06:00
Wolfgang Huß
e00de176e2
Cleanup in general 2021-03-30 04:51:45 +02:00
Wolfgang Huß
3fa7e04d48
Delete unnecessary code 2021-03-30 04:51:44 +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ß
720eb5a2ca Translate 'You are logged in!' 2021-03-22 10:26:43 +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ß
266ed76639 Implement 'inviteCode' in webapp calling Mutations 'Signup', 'SignupVerify'
- Replace in calls of 'setSliderValuesCallback' 'this.sliderData.sliders[this.sliderIndex].validated' by 'null', because validation does not change.
2021-03-09 11:09:32 +01:00
Wolfgang Huß
a9fc72b1bd Comment for adding 'nonce' in case 2021-03-03 14:53:53 +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