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

2671 commits

Author SHA1 Message Date
Andrey Antukh
c217f65677 ⬆️ Update default nodejs version. 2020-03-02 16:18:39 +01:00
Andrey Antukh
9ec90c8bd9 🐛 Fix unexpected exception on logout handler. 2020-03-02 10:08:54 +01:00
Andrey Antukh
9319520043 🐛 Fix broken reference to icon. 2020-02-25 21:01:56 +01:00
Andrey Antukh
4c99280c4a 🐛 Set proper shape vertical ordering. 2020-02-25 21:01:42 +01:00
Andrey Antukh
a84080ddfa 🐛 Fix text shape edition on-blur interaction. 2020-02-25 21:01:18 +01:00
Andrey Antukh
1d0eb1d26f 🔥 Remove unused macro. 2020-02-25 21:00:48 +01:00
Andrey Antukh
4cce1d5b23 🐛 Fix broken link to icon on framework.css file. 2020-02-25 21:00:34 +01:00
Andrey Antukh
ecde4493e0 ♻️ Icons and Styles build refactor. 2020-02-25 16:24:40 +01:00
Andrey Antukh
83e33ed00b Add colors to sample media. 2020-02-25 16:21:58 +01:00
Andrey Antukh
61cfebb7ba Add color libraries importer. 2020-02-25 16:21:58 +01:00
Andrey Antukh
555210175e Add clj-kondo dependency for linting. 2020-02-25 16:21:58 +01:00
Andrey Antukh
87d355f705 ♻️ Adapt media loader to new library database layout. 2020-02-25 16:21:58 +01:00
Andrey Antukh
3ce9c8820f ♻️ Rename collections to libraries.
And make them team dependent.
2020-02-25 16:21:58 +01:00
mathieu.brunot
0ad2b13d76 🐳 Move EXTERNAL_UID closer to its use (perf)
Signed-off-by: mathieu.brunot <mathieu.brunot@monogramm.io>
2020-02-25 14:38:22 +01:00
Andrey Antukh
90c0bce9aa 💄 Remove unused code. 2020-02-20 17:52:18 +01:00
Andrey Antukh
a0a76f6b65 Add cursor tooltips. 2020-02-20 17:18:44 +01:00
Andrey Antukh
6988f0a35e 🐛 Fix wrong behavior on shape/canvas hide/show options. 2020-02-20 12:08:06 +01:00
Andrey Antukh
8f77a59a97 Improved canvas displacement on options. 2020-02-20 11:50:43 +01:00
Andrey Antukh
35e50dc47c 🐛 Fix unexpected exception after logout. 2020-02-20 09:41:30 +01:00
Andrey Antukh
5d1b358179 Replace snappy with lz4 for blobs compression. 2020-02-19 22:53:45 +01:00
Andrey Antukh
ff43df6822 🐛 Many bugfixes. 2020-02-19 19:20:13 +01:00
Andrey Antukh
86a55fd292 Add proper impl for deleting selected objects. 2020-02-19 12:05:27 +01:00
Andrey Antukh
3ec037cdf4 Improve performance of concat operation. 2020-02-19 12:04:55 +01:00
Andrey Antukh
86ba4fd083 🎉 Reimplement canvas as svg (instead of g+rect). 2020-02-18 17:11:17 +01:00
Andrey Antukh
63a339dd31 ♻️ Add undo/redo.
Reimplement :mov-shape change type operation.
2020-02-17 17:44:43 +01:00
Andrey Antukh
7a5145fa37 ♻️ Big refactor of the default data model.
Introduce teams.
2020-02-17 09:49:04 +01:00
Andrey Antukh
6379c62e37 Minor improvement on default logging configuration. 2020-02-17 09:43:43 +01:00
Andrey Antukh
cb0ff7b82f 🚧 Adapt backend code to vertx changes. 2020-02-17 09:43:09 +01:00
Andrey Antukh
fd6362e463 ♻️ Replace interceptors with middleware on vertx package. 2020-02-17 09:41:00 +01:00
Andrey Antukh
3507c4acb6 ⬆️ Update pom.xml file on vertx vendor package. 2020-02-08 23:21:46 +01:00
Andrey Antukh
a63aff560f Minor improvements on websocket impl. 2020-02-08 21:26:01 +01:00
Andrey Antukh
0cc5c7f7bb ♻️ Reimplement websockets using streams. 2020-02-08 15:39:26 +01:00
Andrey Antukh
044f8487e2 🎉 Add ping message on websocket communication.
Every 30seconds (for reset the default nginx proxy timeout).
2020-02-07 13:12:05 +01:00
Andrey Antukh
e805515767 ♻️ Refactor websockets subsystem. 2020-02-07 12:15:38 +01:00
Andrey Antukh
f37c9a5adb Enable context handling on tests.
This makes the test exection more similar to the real
environment. Each test is executed in the eventloop
thread pool.
2020-02-06 09:46:24 +01:00
Andrey Antukh
da29f8db86 Finish 'remove-demo-profile' async task implementation. 2020-02-06 09:20:07 +01:00
Andrey Antukh
4f8e427db9 Improve tasks reporting. 2020-02-06 09:19:42 +01:00
Andrey Antukh
e2d4d121d8 Enable edn writter for duration type. 2020-02-06 09:18:46 +01:00
Andrey Antukh
9373296fd4 🔥 Remove unused jobs code (obsolete). 2020-02-05 23:52:57 +01:00
Andrey Antukh
358136b840 Initial work on remove-media and remove-demo-profile tasks. 2020-02-05 23:52:17 +01:00
Andrey Antukh
1ac6e466ce ♻️ Refactor dispatcher implementation.
Simplify code and probabluy improve performance.
2020-02-05 23:49:26 +01:00
Andrey Antukh
cd8a907a86 Adapt websockets code to the vertx module changes. 2020-02-05 23:45:38 +01:00
Andrey Antukh
72c010374f 🔥 Remove unused context handling on http sessions. 2020-02-05 23:45:13 +01:00
Andrey Antukh
c0b3618331 🔥 Remove ratelimit (delegate this task to nginx). 2020-02-05 23:44:44 +01:00
Andrey Antukh
1a82fc28d3 ⬆️ Update promesa dependency to 5.1.0. 2020-02-05 23:43:29 +01:00
Andrey Antukh
ddf4550d22 📎 Update .gitignore file. 2020-02-05 23:43:11 +01:00
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