0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-21 14:12:36 -05:00
Commit graph

2680 commits

Author SHA1 Message Date
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
Andrey Antukh
bd5fd97fb7 Minor usability improvements on async tast subsystem. 2020-01-24 11:58:47 +01:00
Andrey Antukh
7355b91796 🐛 Add missing demo service in initialization. 2020-01-24 11:18:13 +01:00
Andrey Antukh
dcd797888c 🐛 Fix login and logout remo handlers. 2020-01-24 11:15:40 +01:00
Andrey Antukh
170d815620 🔥 Remove old emails tables. 2020-01-23 20:42:02 +01:00
Andrey Antukh
3433aa0c5b Add improvements to async tasks subsystem. 2020-01-23 20:38:21 +01:00
Andrey Antukh
6ba46673fa ⬆️ Update (and remove unused) deps on backend. 2020-01-23 17:57:43 +01:00
Andrey Antukh
c6f7ded125 ♻️ Refactor async tasks implementation.
And migrate the previous unrelated subsystems such that gc and
email sending to the new subsystem.
2020-01-23 17:53:26 +01:00
Andrey Antukh
70b4a2b4d4 🎉 Add duration helpers under uxbox.util.time ns. 2020-01-23 17:52:31 +01:00
Andrey Antukh
82500ca079 Start using normal pool (instead of thread local) for db. 2020-01-23 17:51:32 +01:00
Andrey Antukh
3e8b570c6b Add support for multiple emails for profile. 2020-01-23 17:50:00 +01:00
Andrey Antukh
282b170147 ⬆️ Update vertx-pg-client to 4.0.0-milestone4. 2020-01-23 17:47:46 +01:00
Andrey Antukh
de6fa83e96 🎉 Add high level schedule! function to vertx.timers. 2020-01-23 15:47:01 +01:00
Andrey Antukh
685dade614 Minor improvements on vertx.core ns. 2020-01-23 15:46:33 +01:00
Andrey Antukh
864081c31e ⬆️ Update vertx dependency to 4.0.0-milestone4 (vendor/vertx).` 2020-01-23 15:45:50 +01:00
Andrey Antukh
d034c6144c 📚 Add assertion documentation. 2020-01-22 00:15:57 +01:00
Andrey Antukh
b6f6ab490f 🔥 Remove old repo code.
And make closure-defnes parametrizable.
2020-01-21 23:09:28 +01:00
Andrey Antukh
1724f55cb2 💄 Minor cosmetic changes on message collection (i18n). 2020-01-21 21:31:43 +01:00
Andrey Antukh
24677a3266 ♻️ Rewrite translations messages collection using gramar based parser. 2020-01-21 21:28:29 +01:00
Andrey Antukh
abb19572b5 🔥 Remove unused code. 2020-01-21 17:42:17 +01:00
Andrey Antukh
1d726564df Simplify changes detection and commit.
With minor code cleaning.
2020-01-21 17:42:17 +01:00
Andrey Antukh
8dd6c8457f Use uuid1 instead of uuid4 on all the codebase. 2020-01-21 13:15:13 +01:00
Andrey Antukh
20cd5b1d9c 🎉 Add uuid v1 implementation. 2020-01-21 12:17:49 +01:00
Andrey Antukh
2390735164 🔥 Remove docker/backend and docker/frontend.
They are moved to uxbox-ansible repository that
will be open-sourced soon.
2020-01-20 16:20:10 +01:00
Andrey Antukh
5ac5142b67 🐛 Properly redirect to login when no route. 2020-01-20 14:30:52 +01:00
Andrey Antukh
245b5e3b79 🔥 Remove repeated code. 2020-01-20 13:26:37 +01:00
Andrey Antukh
c4c0daddd3 🐛 Add missing pom.xml file. 2020-01-20 13:26:37 +01:00
Andrey Antukh
f57ce57cb3 ♻️ Refactor on docker and build scripts.
- Migrate to from ubuntu to debian.
- Add new buildenv image.
- Remove production images building from this repo.
- Better comaptibility with other architectures (arm64).
- Improved config management.
2020-01-20 13:26:37 +01:00
Andrey Antukh
655c7ae023 Properly emit changes on rect dimensions are touched. 2020-01-16 20:00:48 +01:00
Andrey Antukh
55c2ad9644 Add canvas element options. 2020-01-16 19:46:43 +01:00
Andrey Antukh
fbefb3543e 💄 Other cosmetic change on dashboard-grid css. 2020-01-16 19:34:56 +01:00
Andrey Antukh
a94cb09677 💄 Minor cosmetic changes on dashboard-grid css. 2020-01-16 19:32:29 +01:00
Andrey Antukh
0e35e33607 Adapt code to i18n and date-fns changes. 2020-01-16 19:29:45 +01:00
Andrey Antukh
d16d506a78 ⬆️ Update vendor dependencies. 2020-01-16 19:29:13 +01:00
Andrey Antukh
595cdd66c7 Improve i18n module. 2020-01-16 19:28:19 +01:00
Andrey Antukh
76e19a4b41 Performance improvements. 2020-01-16 16:22:56 +01:00
Andrey Antukh
3ab5e11d5f 🐛 Fix unexpected warning when export empty page. 2020-01-16 16:21:53 +01:00
Andrey Antukh
e642639662 🔥 Remove unused code. 2020-01-16 16:21:31 +01:00
Andrey Antukh
ac7e5f723d 🐛 Add missing :curve shape type. 2020-01-16 16:21:12 +01:00
Andrey Antukh
72d92c419f 🚧 More work on rotation related stuff. 2020-01-15 17:59:55 +01:00
Andrey Antukh
79a91605d3 📎 Add deps to package.json for experimentation. 2020-01-15 17:58:41 +01:00
Andrey Antukh
338a0b97ac 🚧 Start working on shape rotation (with mouse handlers). 2020-01-15 00:15:23 +01:00
Andrey Antukh
747213dea3 🐛 Fix workspace initialization unexpected behavior. 2020-01-14 21:01:05 +01:00
Andrey Antukh
84df0c431b 🐛 Fix reactivity issue on workspace and file name change. 2020-01-14 15:50:03 +01:00
Andrey Antukh
e61cdc500c Normalize default page data structure. 2020-01-14 15:37:40 +01:00
Andrey Antukh
422536d4a1 🔥 Remove unused code. 2020-01-14 15:29:36 +01:00