0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-09 16:30:37 -05:00
Commit graph

278 commits

Author SHA1 Message Date
Vitaly Kornilov
712563a984 ⬆️ Replace outdated org.clojars.pntblnk/clj-ldap with puppetlabs/clj-ldap 2020-08-10 09:24:37 +02:00
Vitaly Kornilov
b475853922 🔧 Remove unused LDAP config spec
Co-authored-by: Mathieu Brunot <mathieu.brunot@monogramm.io>
2020-08-10 09:24:37 +02:00
Vitaly Kornilov
2d60ec9dee 🔧 LDAP authentication config with better default values
Co-authored-by: Mathieu Brunot <mathieu.brunot@monogramm.io>
2020-08-10 09:24:37 +02:00
Vitaly Kornilov
f2c4ff7518 🐛 System start and stop without LDAP connection 2020-08-10 09:24:37 +02:00
Vitaly Kornilov
272c27061d auth with LDAP handler and config 2020-08-10 09:24:30 +02:00
mathieu.brunot
764bc2074c 🐛 Pass whitelist domain to config
Signed-off-by: mathieu.brunot <mathieu.brunot@monogramm.io>
2020-08-10 09:21:33 +02:00
Andrés Moya
05d54e4bea ♻️ The big media refactor (frontend) 2020-08-10 09:13:15 +02:00
Andrés Moya
bd7114182f ♻️ The big media refactor (backend) 2020-08-10 09:13:15 +02:00
Andrés Moya
1dfab78686 🎉 Add shared libraries screen in dashboard 2020-08-05 12:50:35 +02:00
Andrés Moya
9fb821d6e0 🎉 Set files as shared libraries 2020-08-05 12:50:33 +02:00
Andrés Moya
d40f27e18c 🎉 Edit assets 2020-08-05 12:12:00 +02:00
Andrés Moya
af2c49dd16 Add images to libraries, and to files 2020-08-05 12:12:00 +02:00
Andrés Moya
49c57be84a 🎉 Convert libraries to file libraries 2020-08-05 12:12:00 +02:00
Andrés Moya
8c8b5887d6 🎉 Manage file images as assets 2020-08-05 11:20:21 +02:00
Andrés Moya
c6c5cc4e14 🐛 Ignore deleted files in dashboard search 2020-07-20 13:08:40 +02:00
Andrey Antukh
db7f17abdf ♻️ Minor refactor of persistence layer. 2020-06-26 15:31:01 +02:00
Andrey Antukh
0f99b1ab90 Minor improvement on http client. 2020-06-25 09:41:58 +02:00
Andrés Moya
85c8d544ed 🎉 Allow to drag images from browser to workspace 2020-06-25 09:20:40 +02:00
Andrés Moya
72c36660b9 🎉 Create add-file-image-from-url service 2020-06-25 09:20:40 +02:00
Andrés Moya
85bae6cf26 🎉 Create add-image-from-url service 2020-06-25 09:20:40 +02:00
Andrey Antukh
8330a001ae 🐛 Add missing require on prod app start. 2020-06-19 17:00:39 +02:00
Andrey Antukh
1dd1b9d987 🎉 Introduce ordered-set type and use it for workspace selected. 2020-06-15 12:40:04 +02:00
Andrey Antukh
93a967ed8f 💄 Remove unused operation on page update mutation. 2020-06-15 10:12:33 +02:00
Andrey Antukh
3e00d67504 Improve page data migrations. 2020-06-15 10:12:33 +02:00
Andrey Antukh
82f05f108f Minor changes on clojure transit handlers. 2020-06-10 09:10:30 +02:00
Andrey Antukh
bab73cf4eb 🐛 Fix internal error on ws connect on notification with not existing file. 2020-06-10 09:09:54 +02:00
Andrey Antukh
3f554df687 ♻️ Refactor thumbnail generation. 2020-06-09 15:56:15 +02:00
Andrey Antukh
e0a567551f Start use jpeg instead of webp for thumbnails.
Because Safari still does not supports WEBP :(
2020-06-04 16:00:35 +02:00
Andrey Antukh
3b0ea9b7fd 🐛 Fix unexpected internal error on password recovery request. 2020-06-04 11:57:15 +02:00
Andrés Moya
a3490ea36d Check actual image content for valid mime type 2020-06-03 13:24:36 +02:00
Andrey Antukh
9901f0a52b Remove backend-uri from all the codebase. 2020-06-03 10:50:40 +02:00
Andrey Antukh
fbd6e395a4 🎉 Add html emails. 2020-06-02 10:43:02 +02:00
Andrey Antukh
8fb70e9f8d 🐛 Reject anonymous user on websocket connections. 2020-05-27 12:43:44 +02:00
Andrey Antukh
a27828ed79 ♻️ Refactor frontend code for adapt to new banners. 2020-05-27 10:09:31 +02:00
Andrey Antukh
19cd84597d 🎉 Add authentication with google. 2020-05-26 13:03:54 +02:00
Andrey Antukh
7bda554889 Fix naming inconsistencies on migrations. 2020-05-26 13:03:54 +02:00
Andrey Antukh
7d5f9c1078 ♻️ Initial profile and auth refactor. 2020-05-26 13:03:54 +02:00
alonso.torres
593d1cdd39 Migrate pages in the backend 2020-05-25 11:19:08 +02:00
alonso.torres
e06d8e754f ♻️ Adds new properties to shapes 2020-05-25 07:51:44 +02:00
Andrey Antukh
c8e1925065 👷 Fix backend tests. 2020-05-18 14:20:33 +02:00
Andrey Antukh
1fd9a09e46 🎉 Add new color palettes. 2020-05-18 12:22:23 +02:00
Andrey Antukh
b532e74310 🎉 Add prometheus metrics. 2020-05-18 10:34:56 +02:00
Andrey Antukh
b8cc4314ce Minor improvements on notifications module. 2020-05-18 10:34:51 +02:00
Andrey Antukh
4bfa70853c ♻️ Improve tasks implementation. 2020-05-15 17:42:14 +02:00
Andrey Antukh
817c22dc3c 🎉 Add more reliable presence mechanism. 2020-05-15 08:09:20 +02:00
Andrey Antukh
4b31a147a9 💄 Minor cosmetic changes. 2020-05-15 08:09:20 +02:00
Andrey Antukh
5a03c13731 ♻️ Refactor backend.
Move from custom vertx to jetty9.
2020-05-15 08:09:20 +02:00
Andrey Antukh
b2b84de10e 🐛 Revert db pool size. 2020-05-12 08:20:07 +02:00
Andrey Antukh
1af87b9140 🐛 Fix bug on body decoding (backend). 2020-05-11 08:58:31 +02:00
Andrey Antukh
ba618eb51d 🐛 Fix strange bug on db connection handling.
This need investigation.
2020-05-11 08:58:31 +02:00