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

692 commits

Author SHA1 Message Date
Andrey Antukh
b3770963b0 🐛 Fix duplicate ids bug.
Caused by :mov-object bad frame-id assignation.
2020-04-16 10:08:00 +02:00
Andrey Antukh
527acac92e 🐛 Prevent out of order write on pages. 2020-04-16 10:08:00 +02:00
Andrés Moya
ce37b46de0 🐛 Retrieve complete information for files in dashboard search 2020-04-15 10:26:13 +02:00
Vitaly Kornilov
ea3e17f7fe 🎉 Add themes infraestructure. 2020-04-13 11:49:26 +02:00
Andrey Antukh
9649d67883 Unify uuid under uxbox.common.uuid. 2020-04-13 11:27:46 +02:00
Andrey Antukh
274a85186e Make :mov-objects change more universal.
With additional exhaustive tests.
2020-04-13 11:27:46 +02:00
Andrey Antukh
340faa3a27 🎉 Add helper for create custom more easy to read uuids (for testing). 2020-04-13 11:27:46 +02:00
alonso.torres
e6200aae4c Adds new method to move objects 2020-04-08 14:11:33 +02:00
Andrey Antukh
d737069ef9 Improve fixtures and media loader entry points. 2020-04-08 13:54:30 +02:00
Andrey Antukh
115ba72572 Make profile query work for unauthenticated users. 2020-04-08 10:38:54 +02:00
Andrey Antukh
4465db130d Integrate stoke add/del operation. 2020-04-08 10:27:34 +02:00
Andrey Antukh
4105692dee 🎉 Add backend code for share token handling. 2020-04-07 14:39:53 +02:00
Andrey Antukh
9492fe188d 💄 Rename internal view ns to viewer. 2020-04-07 14:39:53 +02:00
Andrey Antukh
25eba9de43 Fix almost all backend tests. 2020-04-07 14:39:53 +02:00
Andrey Antukh
49eb050423 🔥 Remove commented code. 2020-04-07 14:39:53 +02:00
Andrey Antukh
ec04bb4160 🎉 Add backend code for viewer page. 2020-04-06 12:30:29 +02:00
alonso.torres
1869e2b160 🔥 removed println 2020-03-27 08:26:49 +01:00
alonso.torres
57d633b1d2 🐸 integration with backend data 2020-03-26 15:37:15 +01:00
Andrey Antukh
340b1bc269 ⬆️ Update cuerdas to the latest version. 2020-03-26 14:34:16 +01:00
Andrey Antukh
8d6d839878 🐛 Fix media deletion on first profile photo change. 2020-03-26 11:24:35 +01:00
Andrey Antukh
1ed1c95e4d 🐛 Fix unexpected unhandled exception on 404 requests on media. 2020-03-26 11:23:41 +01:00
Andrés Moya
b210e84dd3 Project and files edition and deletion 2020-03-22 10:19:36 +01:00
Andrey Miskov
c663d54eb8 🎉 Add registration domain whitelist for emails
Signed-off-by: Andrey Miskov <amiskov@gmail.com>
2020-03-19 17:47:25 +01:00
alonso.torres
b2474fc3fb :neckbeard: retrieve data from backend 2020-03-18 11:40:15 +01:00
Andrés Moya
b2843ef1ce Implement search feaature in dashboard 2020-03-18 09:31:03 +01:00
Andrey Antukh
a6adae4f28 🐛 Don't change modified_at on rename projects and files. 2020-03-17 12:35:21 +01:00
Andrey Antukh
8aaffeeb17 🐛 Fix backend queries ordering. 2020-03-17 12:35:21 +01:00
alonso.torres
be9c9f8ce8 🔥 review changes 2020-03-12 14:09:48 +01:00
alonso.torres
561560ae04 🕐 adds recent opened files screen 2020-03-12 14:09:48 +01:00
Andrey Antukh
ba373573e0 ♻️ Initial refactor of page data structure (wip).
Still work in progress but is a necessary step for a future
(re)introduction of groups.
2020-03-08 12:46:09 +01:00
Andrey Antukh
9ec90c8bd9 🐛 Fix unexpected exception on logout handler. 2020-03-02 10:08:54 +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
Andrey Antukh
5d1b358179 Replace snappy with lz4 for blobs compression. 2020-02-19 22:53:45 +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