Andrey Antukh
bc27d9aab2
🎉 Add helpers to frontend debug entry point
2023-08-04 08:28:01 +02:00
Andrey Antukh
13d68a53c0
🎉 Add rpc method for working with file snapshots
2023-08-04 08:28:01 +02:00
Andrey Antukh
d1128a6b1e
🎉 Add helpers for take file snapshots
2023-08-03 17:51:34 +02:00
Andrey Antukh
f039b904f2
✨ Add the ability to skip some rpc methods from api doc
2023-08-03 17:51:34 +02:00
Alejandro
f3bf04e1c9
Merge pull request #3488 from penpot/niwinz-staging-bugfixes-5
...
✨ Add better error reporting on response encoding middleware
2023-08-03 16:46:05 +02:00
Andrey Antukh
1190cf837b
✨ Add an internal approach to prevent xlog gc to remove file changes
2023-08-03 16:40:42 +02:00
Alejandro Alonso
79e3aadfcf
🐛 Fix undo change for multiple shapes
2023-08-03 16:38:21 +02:00
Andrey Antukh
0527c55398
✨ Add better exception handling on json content type handling
2023-08-03 16:31:35 +02:00
Andrey Antukh
54bb89b2bb
⬆️ Upgrade yetti to v9.16 (fixes exception unwrapping)
2023-08-03 16:31:35 +02:00
Andrey Antukh
9334f935eb
✨ Add better error reporting on response encoding middleware
2023-08-03 16:10:41 +02:00
Andrey Antukh
804addfa66
📎 Add srepl helper for process files
2023-08-03 11:49:14 +02:00
Alejandro
fed31d366f
Merge pull request #3480 from penpot/azazeln28-bugfixing-1
...
🐛 Bug fixing
2023-08-03 07:28:28 +02:00
Aitor Moreno
55b7bba944
Merge pull request #3484 from penpot/superalex-fix-duplicate-board
...
🐛 Fix duplicate board
2023-08-02 18:27:18 +02:00
Alejandro Alonso
3ff13f1d8f
🐛 Fix duplicate board
2023-08-02 18:22:46 +02:00
Aitor
4b28685a6d
🐛 Fix prototype selects preventing ctrl-z
2023-08-02 16:15:08 +02:00
Alejandro
53001921d5
Merge pull request #3481 from penpot/niwinz-staging-hotfix-4
...
🐛 Bugfixes & Improvements
2023-08-02 16:08:12 +02:00
Andrey Antukh
046f501152
✨ Improve error reporting context
2023-08-02 14:51:12 +02:00
Andrey Antukh
00f7c94377
✨ Improve database error reporter
2023-08-02 13:43:53 +02:00
Andrey Antukh
eae5dfc828
🐛 Don't send empty changes on fix broken shape links
2023-08-02 13:43:53 +02:00
Andrey Antukh
88261c2ec3
✨ Increase network timeout on exporter dockerfile
2023-08-02 13:43:53 +02:00
Andrey Antukh
1bfc28f63d
✨ Add missing index on server_error_report table
2023-08-02 13:43:53 +02:00
Alejandro Alonso
e7a82579c1
🐛 Fix paste groups without shapes attr
2023-08-02 11:17:20 +02:00
Alejandro
30c786741f
Merge pull request #3478 from penpot/niwinz-staging-hotfix-4
...
🐛 Fix broken shape relations on workspace initialization
2023-08-02 11:13:39 +02:00
Pablo Alba
1bb3a3a084
🐛 Add script for fix files with bad shape-ref
2023-08-02 10:46:06 +02:00
Andrey Antukh
3eb2569465
✨ Add better exception reporting on commit-changes
2023-08-02 10:45:11 +02:00
Andrey Antukh
7efeeec9b1
✨ Add workspace initialization fix for broken shape references
...
Is the code that executes at workspace initialization that checks all
the shape children for broken references and proceed to emit a special
event that fixes the shape children references.
2023-08-02 10:45:11 +02:00
Aitor
67f56dd0f8
🐛 Fix color picker not working when using shortcut
2023-08-02 10:18:40 +02:00
Alejandro
2ec5a3ba6a
Merge pull request #3476 from penpot/niwinz-staging-hotfix-4
...
✨ Improve ws-conn handling on session expiration
2023-08-01 14:41:15 +02:00
Andrey Antukh
958931d264
✨ Improve ws-conn handling on session expiration
2023-08-01 13:09:51 +02:00
Alejandro Alonso
e3f69bcc98
🐛 Fix path validation
2023-08-01 12:39:33 +02:00
Alejandro
9c53a33bac
Merge pull request #3472 from penpot/niwinz-staging-hotfix-3
...
🐛 Ensure :shapes attr on importing an svg with an empty group
2023-07-31 16:33:06 +02:00
Andrey Antukh
f72206bba3
🐛 Ensure :shapes attr on importing an svg with an empty group
...
This commit should not not be backported to, because the affected
code is already refactored and the issue is already fixed on develop
branch
2023-07-31 16:26:03 +02:00
Alejandro
37a19aa6b5
Merge pull request #3471 from penpot/niwinz-staging-hotfix-3
...
🐛 Hot Fixes
2023-07-31 16:20:47 +02:00
Andrey Antukh
17ea8300ed
🐛 Accept nil values for :fill-color-gradient attr
2023-07-31 15:58:32 +02:00
Andrey Antukh
aac044fa0a
🐛 Fix incorrect schema on bool-content
2023-07-31 15:49:42 +02:00
Alejandro
e935ccae76
Merge pull request #3469 from penpot/niwinz-staging-hotfix-2
...
🐛 Allow nil values for x,y,width and height on paths
2023-07-31 13:41:22 +02:00
Andrey Antukh
13312dc467
🐛 Allow nil values for x,y,width and height on paths
2023-07-31 13:36:28 +02:00
Alejandro Alonso
0ec49e5e95
🐛 Fix remove content from boolean
2023-07-31 13:02:52 +02:00
Andrey Antukh
228b09c340
Merge remote-tracking branch 'origin/staging' into develop
2023-07-31 12:33:54 +02:00
Alejandro
a49999186f
Merge pull request #3466 from penpot/niwinz-staging-hotfix-1
...
🐛 Remove limits that can cause unexpected exceptions
2023-07-31 12:09:58 +02:00
Andrey Antukh
fc416ee4af
🐛 Make grid params type optional
2023-07-31 12:06:31 +02:00
Andrey Antukh
37bd537bfd
🐛 Remove limits that can cause unexpected exceptions
2023-07-31 11:54:29 +02:00
Andrey Antukh
a64cb47afb
Merge remote-tracking branch 'origin/staging' into develop
2023-07-31 11:13:40 +02:00
Alejandro
17798dbf40
Merge pull request #3459 from penpot/niwinz-staging-bugfixes
...
🐛 Bugfixes & Enhancements
2023-07-31 10:20:44 +02:00
Alejandro
4e1dfcce32
Merge pull request #3453 from penpot/azazeln28-fix-thumbnail-rendering-flashing
...
🐛 Fix thumbnail rendering flashing
2023-07-31 09:21:55 +02:00
Aitor
c28da17515
🐛 Fix thumbnail rendering flashing
2023-07-31 09:03:33 +02:00
Alejandro
9f0e65a042
Merge pull request #3450 from penpot/azazeln28-fix-ctrl-z-select-issue
...
🐛 Fix CTRL+Z in workspace select
2023-07-31 08:46:51 +02:00
Aitor
f1cf5d8ba8
🐛 Fix ctrl+z in workspace select issue
2023-07-31 08:38:48 +02:00
Eva Marco
cc682a382f
Merge pull request #3455 from penpot/azazeln28-fix-layers-scroll-breaking-new-css-system
...
Fix layers scroll breaking new css system
2023-07-31 08:03:34 +02:00
Andrey Antukh
b616a20b28
⚡ Add performance oriented refactor to the outline component
2023-07-28 16:38:28 +02:00