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

429 commits

Author SHA1 Message Date
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
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
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
0d3ff63545 🐛 Fix incorrect usage of pool on rename-page mutation. 2020-01-09 16:31:31 +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
97d49e53b7 Improve file thumbnails. 2020-01-08 11:12:12 +01:00
Andrey Antukh
ab4171b8ec 🎉 Add file thumbnails on dashboard. 2020-01-08 10:34:02 +01:00
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
Juan de la Cruz
e0bd1098eb wip refactor dashboard 2019-12-19 12:50:58 +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
df03b03818 🐳 Improve devenv and build steps (jvm-opts and upgrades). 2019-12-18 10:54:28 +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
17aa744b52 Improve image build scripts (with many fixes). 2019-12-13 12:51:56 +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
94fe18b4ae 🚧 Improve build scripts. 2019-12-09 16:29:56 +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
8c4bdc3f31 🐛 Minor fix on pages migration. 2019-12-04 20:12:39 +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