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

29 commits

Author SHA1 Message Date
Andrey Antukh
ec04bb4160 🎉 Add backend code for viewer page. 2020-04-06 12:30:29 +02:00
Andrey Antukh
a6adae4f28 🐛 Don't change modified_at on rename projects and files. 2020-03-17 12:35:21 +01:00
Andrey Antukh
3ce9c8820f ♻️ Rename collections to libraries.
And make them team dependent.
2020-02-25 16:21:58 +01:00
Andrey Antukh
7a5145fa37 ♻️ Big refactor of the default data model.
Introduce teams.
2020-02-17 09:49:04 +01:00
Andrey Antukh
146faf74a9 ♻️ Refactor profile and login. 2020-02-04 16:05:51 +01:00
Andrey Antukh
2cebbbc2f8 ♻️ Refactor images storage. 2020-02-03 22:29:59 +01:00
Andrey Antukh
b005c3905f 🎉 Add scheduled (cron based) tasks subsystem. 2020-01-25 17:23:21 +01:00
Andrey Antukh
bd5fd97fb7 Minor usability improvements on async tast subsystem. 2020-01-24 11:58:47 +01:00
Andrey Antukh
170d815620 🔥 Remove old emails tables. 2020-01-23 20:42:02 +01:00
Andrey Antukh
3433aa0c5b Add improvements to async tasks subsystem. 2020-01-23 20:38:21 +01:00
Andrey Antukh
c6f7ded125 ♻️ Refactor async tasks implementation.
And migrate the previous unrelated subsystems such that gc and
email sending to the new subsystem.
2020-01-23 17:53:26 +01:00
Andrey Antukh
3e8b570c6b Add support for multiple emails for profile. 2020-01-23 17:50:00 +01:00
Andrey Antukh
e42ccf932e 🎉 Add the ability to create demo user on demand. 2020-01-14 13:13:10 +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
db768f356b 🚧 Initial work on ops based page data updates. 2019-12-14 21:24:38 +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
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
f21ac8afbe 🚧 Add project roles table. 2019-12-01 12:07:51 +01:00
Andrey Antukh
cd43a6c90e 🐛 Add missing version field on pages table. 2019-11-29 12:52:52 +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
8809c5238f ♻️ Rewrite all the async jobs subsystem and async email sending. 2019-11-22 18:08:27 +01:00
Andrey Antukh
e9b00339a5 🚧 Major refactor of backend code.
Relevant changes:

- ring -> vertx
- suricatta -> vertx-pgsql
- emails improvements
- logging
- hybrid sync/async -> full async execution model
- database layout refactor
2019-11-18 12:35:41 +01:00
Andrey Antukh
691c359985
Improve history handling on backend. 2017-03-25 19:35:28 +01:00
Andrey Antukh
e150afc00b
Fix sql syntax error in previous commit. 2017-01-22 17:05:14 +01:00
Andrey Antukh
1efd25a0e5
Exclude from unique index users marked for delete. 2017-01-22 17:00:56 +01:00
Andrey Antukh
de57630c14
Import backend code inside the repository. 2016-11-20 20:04:52 +01:00