Andrey Antukh
7a9172560d
♻️ Move teams queries and mutations to commands
2022-12-14 16:22:13 +01:00
Andrey Antukh
44e87e75e6
🐛 Fix unexpected redirect on invitation acceptation
2022-12-14 16:22:13 +01:00
luz paz
e30bea0b6f
🔧 Fix typos in source code
...
Found via `codespell -q 3 -S *.po,./frontend/yarn.lock -L childs,clen,fpr,inflight,ody,ot,ro,te,trys,ue`
2022-10-04 10:40:34 +02:00
Andrey Antukh
41134f22e9
📎 Update license header
2022-09-20 23:23:22 +02:00
Andrey Antukh
0b3d25a890
✨ Make frontend use new cmd based repo methods for comments queries
2022-08-08 09:51:11 +02:00
Andrey Antukh
aadb7cb1bf
✨ Don't call rp/command internal method
2022-07-07 13:12:38 +02:00
Alejandro
f7f9ba99f7
Merge pull request #2067 from penpot/niwinz-auth-improvements
...
♻️ Refactor auth code
2022-07-04 11:28:26 +02:00
Andrey Antukh
14d1cb90bd
♻️ Refactor auth code
2022-07-04 11:23:33 +02:00
alonso.torres
b38ffdcf30
♻️ Refactor workspace common
2022-06-30 13:09:35 +02:00
Andrey Antukh
cbc5811290
✨ Improve websockets impl
...
Make it more extensible and move all the websocket unrelated stuff
to the new hooks API. Also adds observability from repl.
2022-06-29 11:01:16 +02:00
Pablo Alba
115314e97c
✨ In view mode allow comment/inspect to non-team users (by shared link permissions)
2022-06-29 09:41:30 +02:00
Pablo Alba
0654741e28
🎉 Navigate to the original link after log in
2022-06-17 10:22:11 +02:00
Andrey Antukh
88292f2f3b
✨ Properly initialize options and profile forms
2022-04-04 22:57:27 +02:00
Eva
5e7e055539
🎉 Add newsletter subscription modal
2022-04-04 22:57:27 +02:00
Andrey Antukh
8acc9af1f5
📎 Add more events instrumentation
2022-03-22 14:48:10 +01:00
Alejandro Alonso
0e0fb68c38
🎉 Add assets exportation in bulk (multiple)
...
And adapt to the websocket changes on backend and
exporter.
2022-03-22 11:34:32 +01:00
Andrey Antukh
965148f3a6
📎 Port fixes from main branch
2022-03-08 12:59:56 +01:00
Andrey Antukh
f64b1d3651
🐛 Properly handle invitations on login
2022-02-28 12:08:31 +01:00
Eva
86e4826e48
✨ Add configurable nudge amount
2022-02-04 15:15:48 +01:00
Andrey Antukh
888ffa1bcd
Merge remote-tracking branch 'origin/staging' into develop
2021-12-22 16:10:24 +01:00
Andrey Antukh
eb1bcfba83
🎉 Backport questions form integration.
...
Among other related that need to be ported.
2021-12-20 16:16:29 +01:00
Andrey Antukh
19944202fb
✨ Handle properly the user redirect after login.
2021-11-30 09:44:03 +01:00
Andrey Antukh
2596ad27c3
♻️ Minor refactor of auth data-flow.
...
This fixes many issues related to using penpot on-premise
instances on different domain than localhost. This changes
ensures correct data flow of authenticated and not authenticated
sessions.
2021-11-30 09:44:03 +01:00
Andrey Antukh
b9ccb4e52c
🐛 Fix issues on login being logged.
2021-11-25 13:24:40 +01:00
Andrey Antukh
fe6a0ec5b8
📎 Fix linter issues.
2021-11-25 13:24:40 +01:00
Andrey Antukh
e7b4010eba
🐛 Fix undo on page relocate/sorting.
2021-11-25 13:24:40 +01:00
Andrey Antukh
8a8d677f85
🎉 Integrate questions form.
2021-11-25 13:24:40 +01:00
Josh Soref
589e646023
🐛 Fix typos in frontend
2021-11-15 09:51:34 -05:00
alonso.torres
f08894629d
♻️ Refactor routes
2021-10-18 09:40:47 +02:00
Andrey Antukh
cfbbb85254
🐛 Properly handle current team id assignation.
2021-09-17 14:34:14 +02:00
Andrey Antukh
85a1c61880
✨ Improve 404 and add broken link static page on viewer.
2021-09-08 13:52:11 +02:00
Andrey Antukh
19afc2274a
✨ Minor improvement on event syncronization on login after register.
2021-07-07 12:44:25 +02:00
Andrey Antukh
e90185b553
✨ Fix linter issues on frontend (part 1).
2021-06-18 11:20:25 +02:00
Andrey Antukh
9e3ba85b72
♻️ Refactor profile registration flow.
2021-06-18 09:42:52 +02:00
Andrey Antukh
344622b1c1
🐛 Fix many on handle some audit events.
2021-05-20 10:50:53 +02:00
Andrey Antukh
c70bc5baff
♻️ Refactor dashboard state management.
...
Mainly for performance, also affects backend endpoints.
2021-05-10 14:53:47 +02:00
Andrey Antukh
8ef49d2ec4
✨ Minor improvement on event ordering on signup.
2021-05-06 14:13:54 +02:00
Andrey Antukh
6dbabf2935
♻️ Refactor application initialization.
2021-05-06 14:13:54 +02:00
Andrey Antukh
bfbc715977
Merge remote-tracking branch 'origin/bugfixes' into develop
2021-04-13 14:14:03 +02:00
Andrey Antukh
99bcf0484a
🐛 Fix race conditions on profile and teams loading.
2021-04-13 14:07:06 +02:00
Andrey Antukh
f545e41d10
📎 Fix license header.
2021-04-12 16:49:43 +02:00
Andrey Antukh
d93fa72e48
🎉 Add release notes lightbox.
2021-04-06 12:05:39 +02:00
Andrey Antukh
2500486186
🐛 Properly redirect bad-gateway errors on login.
2021-03-29 18:01:40 +02:00
Andrey Antukh
e15d93e8a4
♻️ Reimplement workspace presence state.
...
Remove the use of the database for presence state.
2021-03-22 13:38:44 +01:00
alonso.torres
47e0c2c75b
🐛 Disables buttons in view mode for users without permissions
2021-03-10 10:35:02 +01:00
Andrey Antukh
31165c4ce6
🐛 Fix broken profile and profile options forms.
2021-03-08 11:27:42 +01:00
Andrey Antukh
299b29b66f
🎉 Add browser language detection.
2021-02-19 09:46:11 +01:00
Andrés Moya
41aede2b50
🐛 Have language change notification written in the new language
2021-02-16 16:09:33 +01:00
Andrey Antukh
afabd179fb
🐛 Use proper spec for profile photo upload.
2021-01-08 12:46:26 +01:00
Andrey Antukh
8487859fc2
🐛 Remove obsolete spec-attr on user spec.
2021-01-07 11:29:57 +01:00