Andrey Antukh
eaec46a67b
🐛 Fix incorrect team invitation redirect after login
2024-12-13 10:23:52 +01:00
Andrey Antukh
ca743cc7cb
🐛 Fix incorrect profile refresh after onboarding end step
...
and many other setting screens
2024-12-11 15:20:39 +01:00
Andrey Antukh
3e090b126e
♻️ Refactor application routing
...
Mainly removes an inconsistent use of path params and normalize
all routes to use query params for make it extensible without
breaking urls.
2024-12-03 18:23:41 +01:00
Andrey Antukh
838fb06039
♻️ Rename data.users to data.profile
2024-12-03 11:55:33 +01:00
Andrey Antukh
b17d7c0289
♻️ Refactor dashboard bootstrap
2024-12-03 11:55:31 +01:00
Alejandro Alonso
9b802e1c7d
Merge remote-tracking branch 'origin/staging' into develop
2024-09-24 14:27:20 +02:00
Pablo Alba
58593a9428
🐛 Fix bad redirect on new oops page with penpot login
2024-09-24 10:32:57 +02:00
Alejandro Alonso
a1fc785771
Merge remote-tracking branch 'origin/staging' into superalex-merge-conflicts-2
2024-09-23 10:08:06 +02:00
Andrey Antukh
c8caca77a3
✨ Add storage namespacing
...
Allows separate global properties from user specific properties
2024-09-13 11:30:55 +02:00
Pablo Alba
229eeae6db
🐛 Fix bad redirect on new oops page with social login
2024-09-12 16:35:49 +02:00
Pablo Alba
81b7972347
🎉 Test A/B for start in workspace
2024-09-04 17:19:39 +02:00
Andrey Antukh
93e8657f73
Merge remote-tracking branch 'origin/staging' into develop
2024-09-03 08:02:57 +02:00
Alejandro Alonso
78f4d9cc5d
🎉 Revert test A/B for starting with light theme
...
This reverts commit b0af94415fbdb2b5d27748663d74c9078e6c0c41.
2024-08-28 13:00:43 +02:00
Andrey Antukh
3026bd8aaf
Merge remote-tracking branch 'origin/staging' into develop
2024-08-23 10:59:14 +02:00
Alejandro Alonso
cd51f2f652
✨ Improve disabled registry flows
2024-08-20 08:20:46 +02:00
Pablo Alba
b0af94415f
🎉 Test A/B for starting with light theme
2024-08-19 08:20:31 +02:00
Pablo Alba
6169f5c2e8
🎉 New oops page with login and request access
2024-08-14 15:32:04 +02:00
Andrey Antukh
38c9e3e7cc
🐛 Fix error handling issue on login with oidc
...
happens when no oidc backend is configured on backend
2024-08-12 12:59:18 +02:00
Andrey Antukh
d2937a76d9
🐛 Fix error handling issue on login with oidc
...
happens when no oidc backend is configured on backend
2024-08-09 14:28:18 +02:00
Andrey Antukh
f187012469
♻️ Refactor naming and location of flash notifications
2024-08-07 15:04:52 +02:00
Andrey Antukh
5cf64c1440
Merge remote-tracking branch 'origin/staging' into develop
2024-07-31 12:46:47 +02:00
Andrey Antukh
52425a993a
🐛 Check complaints reports in the same way as bounces are checked
2024-07-31 12:02:42 +02:00
Eva Marco
2c5289d338
♻️ Remove duplicated color tokens
2024-07-29 11:05:14 +02:00
Eva Marco
af5a189d04
♻️ Replacing the old Pencil loader with the new Loader component
2024-07-24 17:06:13 +02:00
Andrey Antukh
0fa8aca6e2
✨ Add minor improvements to common.schema ns
2024-07-03 08:25:51 +02:00
Andrey Antukh
7be79c10fd
♻️ Refactor forms
...
Mainly replace spec with schema with better
and more reusable validations
2024-07-03 08:25:51 +02:00
Andrey Antukh
139dd7d80f
🎉 Add new translations management script
2024-07-02 15:11:56 +02:00
Andrey Antukh
f364666d48
🐛 Fix error handling on verify-token page
2024-06-27 16:10:26 +02:00
Alejandro Alonso
a59f31ebe5
✨ Refactor data-test attribute
2024-06-21 09:14:09 +02:00
Andrey Antukh
4057084981
✨ Improve how email is passed on post-signup page
2024-06-11 14:12:07 +02:00
Eva Marco
fda6deaa4f
✨ Update onboarding modals
2024-06-10 14:36:24 +02:00
Andrey Antukh
5aa62ef1dd
✨ Add email blacklist mechanism
2024-06-04 10:45:55 +02:00
Eva Marco
b74c5fc9b3
🐛 Fix demo account visible on login
2024-06-04 09:39:18 +02:00
Eva Marco
bd9ef6d221
🐛 Change login notification to error
2024-05-20 09:40:25 +02:00
Eva Marco
4a3a5f701f
🐛 Fix demo account text color
2024-05-17 12:15:18 +02:00
Andrey Antukh
90022041e6
✨ Improve error handling on ldap frontend code
2024-04-18 09:52:24 +02:00
Andrey Antukh
ce790d83fd
✨ Improve internal registration flow
2024-04-18 09:52:24 +02:00
Eva Marco
a75c32fa67
♻️ Refactor css
2024-03-25 09:19:33 +01:00
Eva Marco
30e1c3b4ff
♻️ Add tagline and some refactor to login page
2024-03-22 16:45:51 +01:00
Andrey Antukh
f697f32707
🐛 Add demo warning to login
2024-03-21 11:34:55 +01:00
Andrey Antukh
88f49cfbc9
🐛 Fix email field intrusive autocomplete on firefox
...
Firefox has a strange behavior because it ignores the autocomplete
attribute and just does not allow submit a form when an email type
field has invalid email (valid but surrounded with whitespace).
This fix is a workaround, setting up the input field as simple text
instead of semantic type 'email'.
2024-03-06 09:17:39 +01:00
Andrey Antukh
5b722a8608
🐛 Fix error handling on register page
2024-03-06 09:17:04 +01:00
Andrey Antukh
8cb550120a
🐛 Fix error handling on recovery request page
2024-03-06 09:16:45 +01:00
Pablo Alba
041224e44b
🐛 Fix incorrect message trying to login with bad credentials
2024-03-01 13:53:57 +01:00
Eva Marco
336cc98029
💄 Update some namespace abbreviations
2024-02-26 16:51:31 +01:00
Eva Marco
1af2ec0b79
♻️ Update notification component
2024-02-26 16:51:31 +01:00
Eva Marco
de0cd5aa04
♻️ Update colors for alerts
2024-02-26 16:51:31 +01:00
Andrey Antukh
90cb2c4518
🐛 Fix incorrect redirect on login with different user after logout
2024-02-19 09:20:47 +01:00
Eva
a882d0bf6d
♻️ Update basic color palette
2024-01-30 16:08:08 +01:00
Belén Albeza
3f23953f83
🐛 Fix accept privacy terms checkbox
2024-01-22 16:46:31 +01:00