Andrey Antukh
741d2b3f3c
Merge remote-tracking branch 'origin/main' into develop
2022-02-12 17:33:28 +01:00
Andrey Antukh
c8bf319b39
Merge pull request #1567 from penpot/frame-snapshot-api
...
✨ Frame snapshot api
2022-02-12 16:09:03 +01:00
Pablo Alba
34df52be5f
🎉 Add frame thumbnail API
2022-02-12 16:08:46 +01:00
Pablo Alba
fc2399a885
✨ Rotation to snap to 15º intervals with shift
2022-02-11 12:42:43 +01:00
Andrés Moya
10598063d1
🔧 Provisional change menu to staging landing page
2022-02-11 12:32:57 +01:00
Eva Marco
db1e9574cd
Merge pull request #1568 from penpot/fix/gradient-problem
...
🐛 Fix problem with gradient handlers
2022-02-11 11:27:01 +01:00
Andrés Moya
af74a1575b
🐛 Clear authentication cookies when logged out
2022-02-11 10:07:03 +01:00
Eva
03242e1a9c
🐛 Fix ungroup typography when editing
2022-02-10 16:20:13 +01:00
Andrey Antukh
dcbd89ff7c
✨ Increase default max connection pool size to 60.
2022-02-10 15:12:35 +01:00
Andrey Antukh
2312561041
✨ Temporaly disable parallel uploading of files on import
2022-02-10 15:12:35 +01:00
Andrey Antukh
b591fbecf0
🎉 Add health check api endpoint
2022-02-10 15:12:35 +01:00
Andrey Antukh
3fbb440436
✨ Handle EOF on websocket write/ping operations
2022-02-10 15:12:35 +01:00
Andrey Antukh
d358185a04
💄 Minor cosmetic change on database logger processor
2022-02-10 15:12:35 +01:00
Andrey Antukh
8babb59f75
✨ Process audit log events only if profile-id is known
2022-02-10 15:12:35 +01:00
Andrey Antukh
3461ec2281
✨ Ignore EOF errors on writting streamed response
2022-02-10 15:12:35 +01:00
Andrey Antukh
3dd94bd362
🐛 Log correct deleted number value on recheck task
2022-02-10 15:12:35 +01:00
Andrey Antukh
827c2140b7
♻️ Refactor error reporting and logging context formatting
...
The prev approach uses clojure.pprint without any limit extensivelly
for format error context data and all this is done on the calling
thread. The clojure.pprint seems very inneficient in cpu and memory
usage on pprinting large data structures.
This is improved in the following way:
- All formatting and pretty printing is moved to logging thread,
reducing unnecesary blocking and load on jetty http threads.
- Replace the clojure.pprint with fipp.edn that looks considerably
faster than the first one.
- Add some safe limits on pretty printer for strip printing some
data when the data structure is very large, very deep or both.
2022-02-10 15:12:35 +01:00
Andrés Moya
5a5222a97a
🐛 Fix error getting file library
2022-02-10 13:17:57 +01:00
Andrés Moya
bea3699451
🐛 Fix error instantiating a component
2022-02-10 12:27:44 +01:00
alonso.torres
93174f54a3
✨ Change menu to add show/hide ui
2022-02-10 09:41:50 +01:00
Eva
e1348725c1
🐛 fix error when posting an empty comment
2022-02-10 09:28:05 +01:00
Andrey Antukh
528839cde2
Merge pull request #1569 from penpot/dashboard-user-menu
...
Dashboard user menu and session cookie
2022-02-09 23:51:14 +01:00
Andrés Moya
c5c331ee30
✨ Refactor user menu in dashboard
2022-02-09 15:52:04 +01:00
Eva Marco
69effa37a3
Merge pull request #1570 from penpot/fix/problem-with-typographies
...
🐛 Fix problem with typographies in assets
2022-02-09 15:48:34 +01:00
alonso.torres
4c7a781228
🐛 Fix problem with typographies in assets
2022-02-09 15:26:45 +01:00
Andrés Moya
62a67bdb94
🎉 Set a domain cookie to check for logged from landing page
2022-02-09 15:25:40 +01:00
alonso.torres
c5c0b36f28
✨ Improved mouse collision detection for groups and text shapes
2022-02-09 15:17:59 +01:00
Andrés Moya
0d48c758df
📚 Add new contributor change
2022-02-09 15:16:19 +01:00
Andrés Moya
4856413b24
Merge branch 'rhcarvalho-zopflipng' into develop
2022-02-09 15:13:53 +01:00
Rodolfo Carvalho
a1586280a9
⚡ Compress PNG images using zopflipng
...
Add a helper script and compress existing PNG images with zopflipng.
Before
552K total
After
428K total
Signed-off-by: Rodolfo Carvalho
2022-02-09 15:11:46 +01:00
Andrés Moya
00950b2c97
📚 Add new contributor change
2022-02-09 15:07:05 +01:00
Andrés Moya
79666bd51a
Merge branch 'rhcarvalho-remove-dangling-png' into develop
2022-02-09 14:48:07 +01:00
Rodolfo Carvalho
ca284a86a3
✨ Remove dangling images
...
Clean up images that are no longer in use.
Removed in 50eb744c3b
:
- frontend/resources/images/color-bar-library.png
- frontend/resources/images/color-bar-options.png
Removed in 0de4f9074d
:
- frontend/resources/images/color-gamma.png
Removed in 196b4dd89b
:
- frontend/resources/images/colorspecrum-400x300.png
Added in 35c172a06b
but maybe never used:
- frontend/resources/images/favicon-preview.png
Removed in d93fa72e48
:
- frontend/resources/images/pot.png
2022-02-09 13:55:19 +01:00
alonso.torres
ee5b341d0e
🐛 Fix problem with gradient handlers
2022-02-09 13:04:16 +01:00
Alejandro
85cab5031d
Merge pull request #1564 from penpot/fix/missing_translation
...
🐛 Fixed missing translation texts
2022-02-09 11:26:35 +01:00
Eva
2f7029516b
🐛 Fixed missing translation texts
2022-02-09 11:14:24 +01:00
Andrey Antukh
a1da4d4233
♻️ Refactor common.page.helpers namespace.
2022-02-08 15:30:13 +01:00
Andrey Antukh
24724e3340
📎 Add helpful require on user ns
2022-02-08 15:30:13 +01:00
Eva
048ab9a0fc
🐛 fix missing translace string
2022-02-08 15:17:40 +01:00
Eva
40b005f46e
🐛 fix color palette overflow
2022-02-08 15:11:06 +01:00
Alejandro
ae2a99acb0
Merge pull request #1558 from penpot/fix/problem-svg-import
...
🐛 Fix problem with svg icons
2022-02-08 12:49:52 +01:00
alonso.torres
a81b6db093
🐛 Fix problem with svg icons
2022-02-08 12:30:52 +01:00
alonso.torres
39b05f5f9f
🐛 Fix problem with selection rect
2022-02-08 12:11:56 +01:00
Andrey Antukh
979f61df99
Merge remote-tracking branch 'origin/main' into develop
2022-02-08 09:12:13 +01:00
Andrey Antukh
e665f4e285
🐛 Log correct deleted number value on recheck task
2022-02-08 00:18:48 +01:00
Andrey Antukh
2c25dfcf1b
📎 Add exec perms to build script
2022-02-07 23:42:26 +01:00
Andrey Antukh
0632028579
📎 Set version to 1.11.1-beta
2022-02-07 23:26:21 +01:00
Andrey Antukh
95b9085258
Merge pull request #1555 from penpot/fix/thumbnails_firefox_problem
...
🐛 Fix Firefox problem when rendering frames
2022-02-07 18:03:33 +01:00
alonso.torres
cdc91feb28
🐛 Fix Firefox problem when rendering frames
2022-02-07 17:48:51 +01:00
alonso.torres
4caf278da5
🐛 Fix problems with handoff layout
2022-02-07 16:34:31 +01:00