0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-10 08:50:57 -05:00
Commit graph

2625 commits

Author SHA1 Message Date
Andrey Antukh
3d5e4370e0 Restructure vertx vendor package. 2020-02-05 23:42:29 +01:00
Andrey Antukh
b4790c89ce 🐛 Fix email sending. 2020-02-05 12:51:55 +01:00
Andrey Antukh
460019e01b 🐛 Minor fix on build params. 2020-02-04 22:04:22 +01:00
Andrey Antukh
c5149ec42c 📎 Minor changes on default configuration. 2020-02-04 20:23:04 +01:00
Andrey Antukh
d4758bc5b1 🔥 Remove unused import. 2020-02-04 16:13:37 +01:00
Andrey Antukh
146faf74a9 ♻️ Refactor profile and login. 2020-02-04 16:05:51 +01:00
Andrey Antukh
841ace3aa8 🐳 Update openjdk 11 -> 13 (docker). 2020-02-04 12:35:55 +01:00
Andrey Antukh
49f27066b8 Enable transit encoding parametrization. 2020-02-03 22:34:36 +01:00
Andrey Antukh
2a5fa4df0e 🎉 Add blocking helper to vertx.core. 2020-02-03 22:30:32 +01:00
Andrey Antukh
2cebbbc2f8 ♻️ Refactor images storage. 2020-02-03 22:29:59 +01:00
Andrey Antukh
b98d8519d4 Improve configuration loading.
Removing unnecesary code.
2020-02-03 09:54:18 +01:00
Juan de la Cruz
c1dee0dbf7 Fix library tabs styles 2020-02-01 11:54:33 +01:00
Andrey Antukh
62c6d85ed0 🔥 Remove unused file. 2020-02-01 11:09:17 +01:00
Andrey Antukh
065ed23c79 🎉 Add javascript variants of geom.point and geom.matrix.
Only for have them in backup, they are not in use right now
and we dont expect to use them in a near future.
2020-02-01 01:16:47 +01:00
Andrey Antukh
89f65a15de 📎 Add fontawesome file.
Just to have it on fonts directory and being
able to generate logs report with goaccess.
2020-02-01 01:15:27 +01:00
Andrey Antukh
cbffee1486 Normalize shape absolute resize implementation.
Making it more safe and less dynamic.
2020-02-01 01:14:30 +01:00
Andrey Antukh
566fa9cb91 Improvements on backend application initialization.
On repl and on production environment.
2020-02-01 01:13:50 +01:00
Andrey Antukh
f245656c0c Add a proper way to enable/disable assertions on clojure code. 2020-01-31 19:12:58 +01:00
Andrey Antukh
8057fb54a6 Add verify macro for true runtime spec asserts.
This commits mainly renames the old `assert` to `verify` and
adds new `assert` that laverages `:elide-asserts` on clojurescript
and *assert* value on clojure.

This approach enables an assert macro that does not performs
any runtime checks and compiles to more performant code in both
cases: development mode and production mode.
2020-01-31 19:12:48 +01:00
Andrey Antukh
391b926397 🐛 Fix circle dimensions update. 2020-01-31 11:16:30 +01:00
Andrey Antukh
dcc81c9275 📎 Add commented code related to undo/redo. 2020-01-31 10:52:34 +01:00
Andrey Antukh
8d99bd723b 🐛 Fix rotation of path and curve shapes. 2020-01-30 13:28:27 +01:00
Andrey Antukh
85f4d4824f 🐛 Fix circle shape rotation behavior. 2020-01-30 13:16:37 +01:00
Andrey Antukh
cdcae36b58 🐛 Add missing canvas impl for some geom operations. 2020-01-28 17:05:50 +01:00
Andrey Antukh
a0df97a2e5 🐛 Minor fix on commit-snapshot handler. 2020-01-28 13:02:30 +01:00
Andrey Antukh
2f589a49e9 🐛 Fix unexpected exception on websocket handler. 2020-01-28 12:52:48 +01:00
Andrey Antukh
590b68aa29 🐛 Fix unexpected operation ordering. 2020-01-28 12:48:09 +01:00
Andrey Antukh
75b64b71bf 🐛 Fix icons selection options widget. 2020-01-28 11:12:14 +01:00
Andrey Antukh
bfe6b98ee1 🚧 Minor changes on blocking calls for thumbnails generation. 2020-01-27 16:52:19 +01:00
Andrey Antukh
aaa8bfe67d 🐛 Process thumbnail creation in serie (less resource usage). 2020-01-27 16:38:43 +01:00
Andrey Antukh
121d300cf7 📚 Minor organization improvement on docs directory. 2020-01-27 16:08:43 +01:00
Andrey Antukh
47ab946f81 🎉 Add icon element options sidebar. 2020-01-27 15:33:21 +01:00
Andrey Antukh
bbd7e33059 🎉 Restore icons toolbox. 2020-01-27 15:24:35 +01:00
Andrey Antukh
03eb756551 Reduce the persist debounce window. 2020-01-27 13:27:01 +01:00
Andrey Antukh
de09217e30 🐛 Fix rotation transformation on image shape. 2020-01-27 13:25:36 +01:00
Andrey Antukh
866da08cab 🐛 Fix uploaded-at date formatting on images list. 2020-01-27 13:22:17 +01:00
Andrey Antukh
88d287bac0 🐛 Fix bug on uploading image. 2020-01-27 13:22:06 +01:00
Andrey Antukh
f491cf25fc 🎉 Add bin/repl script. 2020-01-27 13:09:30 +01:00
Andrey Antukh
8061ee7ca7 Minor changes on tasks subsystem. 2020-01-27 10:07:06 +01:00
Andrey Antukh
f2cb2c3791 Fix many reflection warnings. 2020-01-27 10:03:42 +01:00
Andrey Antukh
de233d6778 Improve random-path transformer perfornace (storages). 2020-01-25 17:23:49 +01:00
Andrey Antukh
b005c3905f 🎉 Add scheduled (cron based) tasks subsystem. 2020-01-25 17:23:21 +01:00
Andrey Antukh
9bcb91ceae 💄 Improve code of vertx timers ns. 2020-01-25 17:21:51 +01:00
Andrey Antukh
e4c9d29b69 🎉 Add helper for blocking executuion on vertx. 2020-01-25 17:21:22 +01:00
Andrey Antukh
f2eaa1b5d1 Minor improvements on sodi.prng namespace. 2020-01-25 17:20:50 +01:00
Andrey Antukh
22e558478a 🎉 Add new storage implementation (builtin in backend). 2020-01-24 16:45:18 +01:00
Andrey Antukh
a87d83e10e 🐛 Fix random-nonce function (wrong params). 2020-01-24 16:44:08 +01:00
Andrey Antukh
f099e0f90d 🐛 Fix unexpected behavior on selection controls on non-rect like shapes. 2020-01-24 12:39:48 +01:00
Andrey Antukh
c86b6b7b8f 🐛 Fix element option position update on all shape types. 2020-01-24 12:34:31 +01:00
Andrey Antukh
d4799ea1df 🐛 Fix colorpalette unexpected exceptions. 2020-01-24 12:13:44 +01:00