0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-24 23:49:45 -05:00
Commit graph

2537 commits

Author SHA1 Message Date
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
Andrey Antukh
b441ffc20f 💄 Minor cosmetic changes on project and file naming. 2020-01-14 13:35:31 +01:00
Andrey Antukh
43d60e238a 🐛 Fix project and file creation on empty user. 2020-01-14 13:27:30 +01:00
Andrey Antukh
d578a7c96a 💄 Other cosmetic changes on login css. 2020-01-14 13:16:36 +01:00
Andrey Antukh
625ad7f4b7 💄 Minor cosmetic changes on vertx.core ns. 2020-01-14 13:13:35 +01:00
Andrey Antukh
e42ccf932e 🎉 Add the ability to create demo user on demand. 2020-01-14 13:13:10 +01:00
Andrey Antukh
b0ca6493e3 🐛 Disable smtp by default. 2020-01-14 10:37:02 +01:00
Andrey Antukh
6165a49c10 🚧 More work on register/recovery refactor. 2020-01-14 10:35:43 +01:00
Andrey Antukh
9e68041326 🚧 Initial work on password recovery and register refactor. 2020-01-13 23:52:31 +01:00
Andrey Antukh
bd5f25eabf Move vertx as vendor package. 2020-01-13 16:50:44 +01:00
Andrey Antukh
8663f5a136 🔥 Remove unused code. 2020-01-13 15:14:29 +01:00
Andrey Antukh
2420f7de9e 🎉 Add ratelimit for login handler.
Will prevent DOS on executing resource demanding handler such
as login.
2020-01-13 15:12:38 +01:00
Andrey Antukh
a8f84aa93d Update .gitignore. 2020-01-13 10:53:35 +01:00
Andrey Antukh
c3186ac32e 🐛 Add missing pom.xml file. 2020-01-13 10:53:16 +01:00
Andrey Antukh
6a99345475 Replace buddy-hashers with sodi.pwhash. 2020-01-12 19:00:18 +00:00
Andrey Antukh
19529408f4 💄 Rename 'test' directory to 'tests'. 2020-01-12 18:59:35 +00:00
Andrey Antukh
fe2c3aa8ad 🎉 Add "sodi" vendor library for crypto primitives.
Will replace buddy-core, buddy-hashers and buddy-sign.
2020-01-12 18:58:00 +00:00
Andrey Antukh
193c2026ba ⬆️ Update frontend deps. 2020-01-11 21:12:32 +01:00
Andrey Antukh
1cc64ae4d2 🐛 Fix conform function on uxbox.common.spec. 2020-01-11 21:11:18 +01:00
Andrey Antukh
74f1f93732 ⬆️ Update backend deps. 2020-01-11 21:11:04 +01:00
Andrey Antukh
c88602c7ab ♻️ Migrate to common spec namespace. 2020-01-11 20:26:10 +01:00
Andrey Antukh
32131c5aa7 ⬆️ Update backend dependencies. 2020-01-11 20:25:18 +01:00
Andrey Antukh
6957a49752 ♻️ Add spec ns on shared code (and adapt frontend code to use it). 2020-01-11 19:56:48 +01:00
Andrey Antukh
9a184d1c7a Fix translation text on sidebar layers. 2020-01-11 18:49:03 +01:00
Andrey Antukh
8dc13aa0d9 🔥 Remove old locale namespaces (replaced with new system). 2020-01-11 18:43:56 +01:00
Andrey Antukh
41b465f444 Tempory enable full rerender on lang change.
Until all components starts using i18n/use-translations hook.
2020-01-11 18:41:27 +01:00
Andrey Antukh
f7838601e6 Improve the shape changes protocol.
Enabling skiping local reaply of changes after
save round-trip.
2020-01-11 18:40:36 +01:00
Andrey Antukh
f2a926d22d ⬆️ Update npm dependencies. 2020-01-11 15:59:31 +00:00
Andrey Antukh
f2d475d3d3 ♻️ Refactor all i18n subsystem. 2020-01-11 16:28:54 +01:00
Andrey Antukh
b13488404e 🐛 Minor fixes related to translations. 2020-01-09 16:33:01 +01:00
Andrey Antukh
4f9b3ad8cb Adapt to new ux the page creation/renaming on workspace. 2020-01-09 16:32:36 +01:00
Andrey Antukh
0d3ff63545 🐛 Fix incorrect usage of pool on rename-page mutation. 2020-01-09 16:31:31 +01:00
Andrey Antukh
2a7d516306 Improve shape movement with keyboard.
Make fast movement align with grid.
2020-01-09 15:01:32 +01:00
Andrey Antukh
9af76ad86c 💄 Minor naming changes. 2020-01-09 15:01:14 +01:00
Andrey Antukh
733bf7f4fb Improve grid performance (now using svg patterns). 2020-01-09 13:42:34 +01:00
Andrey Antukh
83894f9954 💄 Make the text edition textarea transparent. 2020-01-09 13:42:13 +01:00
Andrey Antukh
c8298c72ea Improve page options handling. 2020-01-09 13:41:52 +01:00
Andrey Antukh
9c68877328 Include page options into the data field.
And remove unused `metadata` field.
2020-01-08 23:05:37 +01:00
Andrey Antukh
904664319a Adapt zoom widget to new state layout. 2020-01-08 19:18:43 +01:00
Andrey Antukh
1e57de2d6e 💄 Minor improvements on text edition shape. 2020-01-08 19:06:31 +01:00
Andrey Antukh
9f5151e87f ♻️ Refactor text options. 2020-01-08 18:22:44 +01:00
Andrey Antukh
863c26a056 💄 Cosmetic changes on text shape component. 2020-01-08 17:05:00 +01:00
Andrey Antukh
b0da06bad4 ♻️ Refactor text shape. 2020-01-08 15:01:39 +01:00
Andrey Antukh
020625392a 🐛 Fix wrong reference to component. 2020-01-08 11:12:59 +01:00