Andrés Moya
b7e0619e9a
🐛 Fix order of undo operations
2022-04-04 14:05:01 +02:00
Andrey Antukh
13ca506015
✨ Improve migrate-data function (file data migrations)
...
This will enable the ability to apply some migration to a specific
file from the Server REPL.
2022-03-31 10:40:15 +02:00
Andrey Antukh
f303d3c45d
🐛 Fix wrong type hints
2022-03-31 10:40:15 +02:00
Andrey Antukh
6f7f74f7c6
🐛 Add migrations to fix wrongly migrated data
...
Also port the migration introduced in main branch
for the recent hotfix
2022-03-31 10:40:15 +02:00
Andrés Moya
f782a7027a
🐛 Fix error when deleting all children of a nested group
2022-03-30 16:46:29 +02:00
Andrés Moya
97e97d0984
🐛 Fix undo after rotating a group
2022-03-30 15:07:56 +02:00
alonso.torres
bee40ae35c
🐛 Fix issue with shift+select to deselect shapes
2022-03-30 13:06:54 +02:00
alonso.torres
af22fee0c1
🐛 Fix problem with boolean and children objects
2022-03-29 09:55:38 +02:00
alonso.torres
61c111d5ae
🐛 Some fixes to SVG imports
2022-03-29 09:55:38 +02:00
Andrey Antukh
2832736826
🎉 Add garbage collection task for file thumbnails
...
And additionally, rename the current task to file-gc
to match the real purpose of the task.
2022-03-28 17:24:52 +02:00
Andrey Antukh
1943877b21
✨ Simplify d/group-by impl
2022-03-28 17:24:52 +02:00
Andrey Antukh
b91c42e186
⚡ Add performance improvements to file thumbnails
...
Mainly addresing unnecesary object transmission. The new code strips
unnecesary data to be transferred from back to front.
Additionally it removes some legacy code and simplifies other
parts of code.
2022-03-28 17:24:52 +02:00
alonso.torres
5a591d2acd
🐛 Fix paste ordering for frames not being respected
2022-03-24 17:25:43 +01:00
Alejandro Alonso
a753037178
🐛 Fix migration of fills and strokes for components
2022-03-24 11:39:01 +01:00
alonso.torres
e6f8269c0b
🐛 Fix problem with inconsistency with border-radius
2022-03-22 15:01:16 +01:00
Andrey Antukh
bf6211903c
🐛 Fix issue on logging (backend)
2022-03-22 14:34:00 +01:00
Andrés Moya
ca56e08459
🎉 Add more test cases, and some fixes
2022-03-22 13:12:19 +01:00
Andrés Moya
5a33a002e4
🔧 Use changes-builder in library synchronization module
2022-03-22 13:12:19 +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
f60d8c6c96
♻️ Refactor websockets subsystem (on backend)
...
- Refactor msgbus subsystem, simplifying many parts.
- Enable persistent websocket connection for the all session duration.
2022-03-22 11:34:32 +01:00
alonso.torres
aec68c52ab
✨ Improved snap to grids
2022-03-16 17:46:38 +01:00
alonso.torres
b5e965cf1a
✨ Improved behaviour for horizontal/vertical lines
2022-03-16 17:46:38 +01:00
alonso.torres
640723a4e7
✨ Improved options input
2022-03-16 17:46:38 +01:00
alonso.torres
099d1259b2
✨ Pixel/half-pixel on path drawing
2022-03-16 17:46:38 +01:00
alonso.torres
e5206e65e7
✨ Pixel precision on modifiers
2022-03-16 17:46:38 +01:00
alonso.torres
9332d6f36c
✨ Improved resize/rotation handlers for shapes with tiny height/width
2022-03-16 17:46:38 +01:00
alonso.torres
f4be3aa9de
✨ Improvements over selrect generation
2022-03-16 17:46:38 +01:00
alonso.torres
0f54e85b36
♻️ Refactor selrec generation
2022-03-16 17:46:38 +01:00
alonso.torres
ed9400912c
✨ Fix problems with extreme values
2022-03-16 17:46:38 +01:00
Andrey Antukh
1e580638d2
Merge pull request #1656 from penpot/social-logins-redesign
...
Authentication page and OIDC flows improvements
2022-03-11 17:22:03 +01:00
Andrés Moya
7b81bb3fc2
💄 Change some code styles
2022-03-10 16:12:22 +01:00
Andrés Moya
e609670a41
🔧 Use changes-builder in many places
2022-03-10 15:37:10 +01:00
Andrés Moya
a7b455fb9a
🔧 Use changes-builder in workspace common operations
2022-03-10 15:21:58 +01:00
Andrés Moya
8ed857b4b9
🔧 Move :reg-objects operation to frontend
2022-03-10 15:21:58 +01:00
Andrey Antukh
57399aeab2
🎉 Add the ability to specify email attr on oidc integration
2022-03-10 13:35:23 +01:00
Andrey Antukh
2d76364b09
✨ Enable login flag and disable demo-users by default
2022-03-10 13:32:06 +01:00
Andrey Antukh
6bd2dcff2a
✨ Minor improvements on error reporting
2022-03-10 13:32:06 +01:00
Andrey Antukh
c84f8808cb
♻️ Refactor loki integration
...
Make it implemented as worker thread instead of async
process just for simplify it.
2022-03-09 17:18:06 +01:00
Andrés Moya
aa1e3f59ed
🔧 Small refactors
2022-03-08 15:17:02 +01:00
Andrés Moya
a13fb1f94f
🐛 Fix multiple edition
2022-03-08 15:10:23 +01:00
alonso.torres
9c00de047a
🐛 Fix problem with booleans and new fills/strokes
2022-03-08 09:52:20 +01:00
Andrey Antukh
192b9213ac
Merge pull request #1655 from penpot/multiple-members-invitations
...
✨ Allow send multiple team invitations at once
2022-03-04 15:20:51 +01:00
Andrey Antukh
9e4a50fb15
♻️ Refactor backend to be more async friendly
2022-03-03 16:05:52 +01:00
Andrey Antukh
a1c3789ec2
🎉 Add parse email helper function
2022-03-03 14:49:10 +01:00
Andrés Moya
087d896569
🔧 Fix multiple edition
2022-03-03 11:36:25 +01:00
alonso.torres
17fc15138a
✨ Add suport to export/import frames with radius
2022-03-03 11:36:25 +01:00
Eva
d4af28c52b
✨ Add border radius to artboards
2022-03-03 11:36:25 +01:00
alonso.torres
78d7fe3e10
✨ New focus mode in workspace
2022-03-02 10:41:13 +01:00
Andrey Antukh
03cb738e55
Merge remote-tracking branch 'origin/main' into develop
2022-03-01 15:10:33 +01:00
Andrey Antukh
f2e389593a
🐛 Fix graphic asset rename
2022-03-01 12:50:10 +01:00