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

278 commits

Author SHA1 Message Date
Andrey Antukh
ba2ffb9c0a 🐛 Add default styles on canvas shape on fixtures. 2020-01-08 10:31:07 +01:00
Andrey Antukh
1e058463b2 ♻️ Refactor: shape data structure, dashboard data loading... 2020-01-07 09:35:38 +01:00
Andrey Antukh
9f8936ea40 🐛 Dont return duplicated files on dashboard. 2019-12-20 23:15:30 +01:00
Andrey Antukh
fee2eea87c 🐛 Properly send 403 on not authorized request. 2019-12-20 22:54:58 +01:00
Andrey Antukh
e05fe318e3 📚 Add a draft of collaborative edition protocol documentation. 2019-12-19 19:22:34 +01:00
Andrey Antukh
758c70f7c3 🚧 More work on collaborative edition (in real time). 2019-12-19 13:13:32 +01:00
Andrey Antukh
34291fc4b4 Add projects with multiple users to fixtures. 2019-12-19 13:13:32 +01:00
Andrey Antukh
34d33a2d83 Include project name on files queries.
Just for convenience.
2019-12-18 23:47:29 +01:00
Andrey Antukh
51058dd83a 🚧 Continue working on websocket communication. 2019-12-18 23:13:31 +01:00
Andrey Antukh
9d93b0d3fb 🚧 Initial work on websocket communication. 2019-12-18 18:15:25 +01:00
Andrey Antukh
05ec4560b9 Improve project page related queries and mutations. 2019-12-17 22:10:52 +01:00
Andrey Antukh
0a9ef0d345 🎉 Add websockets abstraction initial example code. 2019-12-17 22:09:49 +01:00
Andrey Antukh
3eff27b5c5 Add better handling on lagged ops on page-update. 2019-12-15 21:53:57 +01:00
Andrey Antukh
5d7fba1955 🚧 Add basic tests for project-page-update mutation. 2019-12-14 23:07:00 +01:00
Andrey Antukh
db768f356b 🚧 Initial work on ops based page data updates. 2019-12-14 21:24:38 +01:00
Andrey Antukh
5b96e1e9fd 🎉 Add common directory tree for code sharing between front and back. 2019-12-14 21:23:54 +01:00
Andrey Antukh
ca3a42f680 🐛 Add missing postgresql_init.sql file. 2019-12-14 21:21:50 +01:00
Andrey Antukh
87d41700fc 🐛 Properly filter removed objects (backend). 2019-12-11 16:34:57 +01:00
Andrey Antukh
6a74f88e6c 🐛 Fix files query (invalid pages aggregate ordering). 2019-12-11 16:10:39 +01:00
Andrey Antukh
e3cd0d132b Minor improvements on project and files renaming. 2019-12-11 14:26:19 +01:00
Andrey Antukh
44e120d382 Implement recent files (back and front). 2019-12-11 12:15:06 +01:00
Andrey Antukh
4dad6bef40 🐛 Fix cookie elimination issues. 2019-12-11 12:14:39 +01:00
Andrey Antukh
449ca770c1 Improve error stack trace reporting. 2019-12-11 12:14:15 +01:00
Andrey Antukh
932d5bb004 🎉 Add :project-file query. 2019-12-10 21:49:19 +01:00
Andrey Antukh
183f0a5400 ♻️ Refactor services (for add the project-file concept.
And fix many tests.
2019-12-09 16:27:01 +01:00
Andrey Antukh
af62d949d8 ♻️ Major refactor of page data structure.
In preparation to future collaborative edition.
2019-12-04 20:13:35 +01:00
Andrey Antukh
b4336f7ceb Minor improvements on projects_roles table. 2019-12-01 17:47:42 +01:00
Andrey Antukh
b66bc02098 ♻️ Restructure the services directory. 2019-12-01 16:48:41 +01:00
Andrey Antukh
eeb5482d36 🔥 Remove unused code. 2019-12-01 12:44:08 +01:00
Andrey Antukh
f21ac8afbe 🚧 Add project roles table. 2019-12-01 12:07:51 +01:00
Andrey Antukh
04464da1c8 🚧 Implement page history query using new sql builder. 2019-11-29 12:55:43 +01:00
Andrey Antukh
efe94f8b44 🎉 Add new dynamic sql builder (for selects only). 2019-11-29 12:55:20 +01:00
Andrey Antukh
50b54683c4 Properly handle page history. 2019-11-29 12:54:24 +01:00
Andrey Antukh
45cc4e0d27 Improve dispatcher impl usability. 2019-11-29 12:52:29 +01:00
Andrey Antukh
761a3c102f Improve pages fetching on dashboard. 2019-11-27 19:54:25 +01:00
Andrey Antukh
59bab376cd 🐛 Fix wrong exception handling on pgsql bundled client. 2019-11-27 15:33:10 +01:00
Andrey Antukh
d79161aee0 Improve the projects query. 2019-11-27 15:32:50 +01:00
Andrey Antukh
69e9247fb6 🎉 Add a query impl for retrieve a single page by id. 2019-11-27 15:32:29 +01:00
Andrey Antukh
3fcbb204cf 🎉 Add ordering field to pages (for make it easy sorting on sql). 2019-11-27 15:31:27 +01:00
Andrey Antukh
ba96edc620 💄 Minor cosmetic changes. 2019-11-26 14:17:10 +01:00
Andrey Antukh
d1b000dcc6 Improved error handling and add specs to emails. 2019-11-26 13:34:37 +01:00
Andrey Antukh
44a893b46e 🐛 Fix icon collection filtering. 2019-11-25 17:08:26 +01:00
Andrey Antukh
4a395ec761 🐛 More test fixes. 2019-11-25 15:56:49 +01:00
Andrey Antukh
d546d1fdca 🐛 Fix many bugs in email sending namespaces. 2019-11-25 12:34:35 +01:00
Andrey Antukh
6e062afc67 🔥 Remove unused uxbox.locks namespace. 2019-11-22 18:30:46 +01:00
Andrey Antukh
e2c664300c 🐛 Disable email sending by default. 2019-11-22 18:30:46 +01:00
Andrey Antukh
f6db00a444 📎 Minor fixes. 2019-11-22 18:30:42 +01:00
Andrey Antukh
8809c5238f ♻️ Rewrite all the async jobs subsystem and async email sending. 2019-11-22 18:08:27 +01:00
Andrey Antukh
3d4808e024 ♻️ Refactor the CLI media loader. 2019-11-22 18:06:45 +01:00
Andrey Antukh
14f634f9ea ⬆️ Update bundled vertx. 2019-11-22 18:04:38 +01:00