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
andrés gonzález
a7ec9d7d1f
Merge pull request #2790 from iprithvitharun/2789-inconsistent-casing-fixes
...
✨ Fixes wrong casing
2023-01-17 08:58:03 +01:00
Alejandro Alonso
7f9911f164
Merge remote-tracking branch 'origin/staging' into develop
2023-01-16 17:14:56 +01:00
Eva Marco
01ba68fd6f
Merge pull request #2786 from penpot/alotor-fix-text-loop
...
Fix problem with text hanging the application
2023-01-16 17:14:01 +01:00
alonso.torres
1ab669cc7b
🐛 Fix problems with texts looping
2023-01-16 17:05:34 +01:00
Prithvi Tharun
0e07617877
Fixes wrong casing
...
several casings fixed
Signed-off-by: Prithvi Tharun <ptrithu8@gmail.com>
2023-01-16 21:04:50 +05:30
Alejandro Alonso
c78cb89943
Merge remote-tracking branch 'origin/staging' into develop
2023-01-16 16:21:35 +01:00
Pablo Alba
0faa0b21a4
Merge pull request #2776 from penpot/superalex-justify-text-is-stretched
...
🐛 Fix justify text is stretched
2023-01-16 07:09:24 +01:00
Alejandro Alonso
4ca6a89e6f
🐛 Fix justify text is stretched
2023-01-13 16:55:00 +01:00
Alejandro Alonso
6c0a8afba2
Merge remote-tracking branch 'origin/staging' into develop
2023-01-13 15:00:30 +01:00
Eva Marco
ab5fd68689
Merge pull request #2777 from penpot/alotor-polishing-4
...
Polishing
2023-01-13 14:58:38 +01:00
Alejandro Alonso
19bac6bd10
Merge remote-tracking branch 'origin/staging' into develop
2023-01-13 14:37:06 +01:00
Alejandro
275eb993ce
Merge pull request #2775 from penpot/niwinz-bugfixes-1
...
🐛 Several backend bugfixes
2023-01-13 14:33:46 +01:00
Alejandro
88143cfb8b
Merge pull request #2778 from penpot/palba-filter-gfonts-variants
...
🐛 Filter gfonts variants for figma exporter plugin
2023-01-13 14:33:32 +01:00
alonso.torres
5f0f3abeae
🐛 Fix problem when dropping indices in flipped frames
2023-01-13 14:23:11 +01:00
alonso.torres
b203c87dbb
🐛 Fix problem with rotated texts inside flex layout
2023-01-13 14:23:11 +01:00
alonso.torres
7a796bc83f
🐛 Fix problem with thumbnails when duplicating artboards
2023-01-13 14:23:11 +01:00
alonso.torres
196e193281
🐛 Fix error message when the thumbnail fails to be added
2023-01-13 14:23:11 +01:00
alonso.torres
d0a15cda96
🐛 Fix issue when mirroring artboard
2023-01-13 14:23:11 +01:00
Pablo Alba
c3733ed2e1
🐛 Filter gfonts variants for figma exporter plugin
2023-01-13 14:19:57 +01:00
Pablo Alba
379623d629
Merge pull request #2773 from penpot/azazeln28-fix-library-list-spacing
...
🐛 Fix library list spacing
2023-01-13 13:32:13 +01:00
Pablo Alba
cb2553a8ca
Merge pull request #2772 from penpot/azazeln28-fix-cannot-move-vertical-scroll-in-viewer
...
🐛 Fixes vertical scroll in viewer (code mode)
2023-01-13 13:30:10 +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
Eva
57a569a07a
🐛 Fix alignment on justify content space between
2023-01-13 11:43:05 +01:00
Andrey Antukh
a5006b1687
🐛 Remove www-form encoding from webhooks
...
It is broken by design, so we just do not support it
2023-01-13 10:34:56 +01:00
Aitor
24dc40a1b0
🐛 Fix library list spacing
2023-01-13 10:34:02 +01:00
Andrey Antukh
b4fc39f73c
📎 Disable quotes by default
2023-01-13 10:23:00 +01:00
Andrey Antukh
095dc2ad11
✨ Do not merge path params into params
...
makes conflict with possible params coming from user
2023-01-13 10:19:39 +01:00
Andrey Antukh
fcbbe8e5c7
🐛 Fix incorrect logging context setup
2023-01-13 10:19:39 +01:00
Andrey Antukh
bafe3ec087
⏪ Revert some changes related to admin that are no longer necessary
2023-01-13 10:19:39 +01:00
andrés gonzález
1f5fb43454
Merge pull request #2771 from iprithvitharun/2770-update-position-x-y-tooltips
...
✨ Improves tooltip
2023-01-13 09:48:52 +01:00
Aitor
5d44d75465
🐛 Fixes vertical scroll in viewer (code mode)
2023-01-12 16:57:15 +01:00
Prithvi Tharun
cd3f1d5ded
✨ Improves tooltip
...
X and Y position tooltips updated to communicate more info
Signed-off-by: Prithvi Tharun <ptrithu8@gmail.com>
2023-01-12 20:57:46 +05:30
Alejandro Alonso
47c983ed88
Merge remote-tracking branch 'origin/staging' into develop
2023-01-12 13:33:23 +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
Eva Marco
cae436f365
Merge pull request #2766 from penpot/alotor-polishing-3
...
Polishing
2023-01-12 13:24:04 +01:00
alonso.torres
e6d80e34b9
✨ Drawing shapes over flex layout checks its drop index
2023-01-12 13:18:38 +01:00
Alejandro Alonso
c39c58198d
Merge remote-tracking branch 'origin/staging' into develop
2023-01-12 13:14:25 +01:00
Alejandro
fbec07bd48
Merge pull request #2767 from penpot/azazeln28-fix-ignore-file-library-sync-status
...
🐛 Fix ignore file library sync status
2023-01-12 13:13:54 +01:00
Pablo Alba
a555028ee2
🐛 Fix undo ungroup (shift+g) scrambles positions
2023-01-12 12:54:07 +01:00
Aitor
d91e8c349e
🐛 Fix ignore file library sync status
...
- Adds missing `update` of `:features` using `db/decode-pgarray`
2023-01-12 12:38:26 +01:00
alonso.torres
abe26007d7
🐛 Fix problem with measures for frames
2023-01-12 12:35:20 +01:00
alonso.torres
2da421bb7a
🐛 Fix error on path editing
2023-01-12 12:35:20 +01:00
alonso.torres
7d48b86e46
❇️ Debugging panel for development
2023-01-12 12:35:20 +01:00
alonso.torres
28663b5ff6
⚡ Improved performance of svg paths
2023-01-12 12:29:02 +01:00
Alejandro Alonso
651d4f794b
🐛 Fix copy paste line break
2023-01-12 12:28:05 +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
Eva
8df861faaa
🐛 Fix some undo while actions in flex
2023-01-12 12:17:26 +01:00
Eva
4f81f9636a
♻️ Change uuid/next for js/Symbol on undo-id for transactions
2023-01-12 12:17:26 +01:00