Andrey Antukh
db689d151e
♻️ Refactor profile and session handling
...
- makes the profile access more efficient (replace in-app joins to a
simple select query on profile table
- add partial support for access-tokens (still missing some RPC methods)
- move router definitions to specific modules and simplify the main http
module definitions to simple includes
- simplifiy authentication code related to access-tokens and sessions
- normalize db parameters with proper namespaced props
- more work on convert all modules initialization to use proper specs
with fully-qualified keyword config props
2023-01-18 10:51:58 +01:00
Eva Marco
ab5fd68689
Merge pull request #2777 from penpot/alotor-polishing-4
...
Polishing
2023-01-13 14:58:38 +01:00
Alejandro
275eb993ce
Merge pull request #2775 from penpot/niwinz-bugfixes-1
...
🐛 Several backend bugfixes
2023-01-13 14:33:46 +01:00
alonso.torres
5f0f3abeae
🐛 Fix problem when dropping indices in flipped frames
2023-01-13 14:23:11 +01:00
alonso.torres
d0a15cda96
🐛 Fix issue when mirroring artboard
2023-01-13 14:23:11 +01:00
Aitor
1b7ea6ed53
✨ Adds method to-fixed
to math
...
Changes matrix/toString to use `to-fixed`
2023-01-13 11:43:50 +01:00
Andrey Antukh
fcbbe8e5c7
🐛 Fix incorrect logging context setup
2023-01-13 10:19:39 +01:00
Alejandro
44102050ee
Merge pull request #2768 from penpot/palba-more-undo-tuning
...
🐛 Fix undo ungroup (shift+g) scrambles positions
2023-01-12 13:31:59 +01:00
Pablo Alba
a555028ee2
🐛 Fix undo ungroup (shift+g) scrambles positions
2023-01-12 12:54:07 +01:00
alonso.torres
58aa6b3666
🐛 Fix problem with gap-row/gap-column
2023-01-12 12:17:26 +01:00
Eva
131c2f331e
🐛 Fix gap
2023-01-12 12:17:26 +01:00
Aitor Moreno
f2fd380979
✨ Improves matrix serialization
2023-01-11 15:03:18 +01:00
Pablo Alba
987b7f44f4
🐛 Fix layer orders messed up on move, group, reparent and undo
2023-01-10 16:45:08 +01:00
alonso.torres
b5c1199f4d
🐛 Fix problem with texts randomly moving
2023-01-10 11:02:40 +01:00
Alejandro
b132837432
Merge pull request #2743 from penpot/niwinz-enhancements-2
...
🐛 Bugfixes
2023-01-10 09:56:45 +01:00
Andrey Antukh
853be27780
🐛 Fix issues on database logger
2023-01-09 11:43:26 +01:00
alonso.torres
1fdf09a692
🐛 Fix problem with snap-pixel for very big shapes
2023-01-09 11:06:09 +01:00
alonso.torres
c459c56f37
⚡ Improved performance of snap to distances
2023-01-05 16:20:37 +01:00
Andrés Moya
5e1cabc857
🐛 Fix text content sync and touched detection in shape displacement
2023-01-05 10:23:34 +01:00
Andrés Moya
985d5cc20c
🐛 Fix group/ungroup shapes inside a component
2023-01-05 09:21:42 +01:00
alonso.torres
10439934d4
⚡ Use the function hypot
for distances
2023-01-04 16:21:41 +01:00
alonso.torres
837b52aea1
⚡ Improved performand for hug content in layout
2023-01-04 16:12:12 +01:00
alonso.torres
98698cf2db
⚡ Improved modifiers lens
2023-01-04 16:12:12 +01:00
alonso.torres
e926b11fef
✨ Changes to the margin-item and min/max width/height
2023-01-04 09:24:42 +01:00
alonso.torres
40da1c302a
✨ Support hidden elements in flex layout
2023-01-04 09:24:35 +01:00
alonso.torres
ade13d3bca
🐛 Fix problem with auto-height text resize
2023-01-02 11:25:53 +01:00
alonso.torres
32d39c35e4
🐛 Fix problem with flipped shapes
2023-01-02 11:12:59 +01:00
Alejandro
b1d99232a9
Merge pull request #2718 from penpot/niwinz-bugfixes
...
🐛 Bugfixes
2023-01-02 09:23:39 +01:00
Andrey Antukh
73a3e0c0ae
🎉 Add usage quotes
2022-12-31 11:22:36 +01:00
Andrey Antukh
d68be0869b
✨ Improve error report on point constructor
2022-12-31 11:11:22 +01:00
Pablo Alba
ede07e4f44
🐛 Fix incorrect color in properties of multiple bool shapes
2022-12-30 08:05:26 +01:00
Pablo Alba
9f6a3cbc23
🐛 Fix selection stroke missing in properties of multiple texts
2022-12-29 13:53:35 +01:00
Andrey Antukh
dcf95a7502
⬇️ Downgrade promesa library
...
Causes incorect release build for some unknown reasons
2022-12-28 13:15:35 +01:00
Andrey Antukh
4164c8f012
⬆️ Update dependencies
2022-12-28 09:10:06 +01:00
Andrey Antukh
2840cb893e
🎉 Add login-with-password flag
...
As replacement to `login` flag
2022-12-22 16:42:45 +01:00
Andrey Antukh
53d9b547c3
🐛 Fix several rpc events not emiting webhooks
2022-12-22 16:42:45 +01:00
alonso.torres
1fe1a352c3
🐛 Fix problem with auto-width and transforms
2022-12-16 13:11:20 +01:00
Andrés Moya
16f30316c0
🐛 Fix component sync when shape is converted to path
2022-12-16 12:57:10 +01:00
Andrey Antukh
84bee9fb93
🐛 Fix minor issue on logging when cause is nil
2022-12-16 10:31:48 +01:00
Andrey Antukh
710878a667
✨ Improve webhook URI validation
2022-12-16 10:31:13 +01:00
Alejandro Alonso
76a83bece9
Merge remote-tracking branch 'origin/staging' into develop
2022-12-16 10:29:42 +01:00
Alejandro Alonso
e88d6d88a8
🐛 Fix strage cursor behaviour after clicking viewport with text pool
2022-12-16 10:09:20 +01:00
Alejandro
c9ad82edc3
Merge pull request #2642 from penpot/niwinz-backend-webhooks-4
...
🎉 Add webhooks processing & errors UI integration
2022-12-14 15:53:11 +01:00
alonso.torres
2ce36ce052
Merge remote-tracking branch 'origin/staging' into develop
2022-12-14 13:01:23 +01:00
alonso.torres
7507a3b74f
🐛 Fix problem with auto-width/auto-height + lock-proportions
2022-12-14 12:47:12 +01:00
alonso.torres
03228a9801
🐛 Fix problem with snap pixel
2022-12-13 17:45:47 +01:00
alonso.torres
2fbd1d8078
🐛 Fix problem with hug and item margins
2022-12-13 17:45:47 +01:00
alonso.torres
029efefb62
✨ Import/export layout data
2022-12-13 16:43:28 +01:00
Andrey Antukh
9debfa3b27
📎 Minor cange on exception formating
2022-12-13 16:17:31 +01:00
Andrey Antukh
fb0cf6fcbc
📎 Revert some hacky code from previous commit
2022-12-13 13:14:44 +01:00