Andrey Antukh
50f30eb12f
✨ Add the ability to embed assets on export binfile
2022-07-06 16:01:21 +02:00
Andrey Antukh
dd130615a1
✨ Improve _doc endpoint output format
2022-07-05 11:04:37 +02:00
Andrey Antukh
356ff4683d
Revert " 📎 Allow set statement timeout on db module"
...
This reverts commit 70028e1371
.
2022-07-04 14:04:56 +02:00
Andrey Antukh
70028e1371
📎 Allow set statement timeout on db module
2022-07-04 13:34:17 +02:00
Andrey Antukh
a3580a5ab9
📎 Update log4j2 default configuration
2022-07-04 12:41:55 +02:00
Andrey Antukh
f2140a1421
🐛 Fix cron scheduler locking mechanism
...
And add improved logging to the worker/cron code
2022-07-04 11:32:36 +02:00
Alejandro
f7f9ba99f7
Merge pull request #2067 from penpot/niwinz-auth-improvements
...
♻️ Refactor auth code
2022-07-04 11:28:26 +02:00
Andrey Antukh
14d1cb90bd
♻️ Refactor auth code
2022-07-04 11:23:33 +02:00
Alejandro
8f22c421de
Merge pull request #2064 from penpot/palba-signin-register-from-shared-link
...
✨ Signin/Signup from shared link
2022-07-01 08:17:57 +02:00
Pablo Alba
288dab3fe7
✨ Signin/Signup from shared link
2022-07-01 07:39:57 +02:00
Andrey Antukh
d021ac0226
🐛 Fix share link migration for backward compatibilty
2022-06-29 12:30:17 +02:00
Andrey Antukh
cbc5811290
✨ Improve websockets impl
...
Make it more extensible and move all the websocket unrelated stuff
to the new hooks API. Also adds observability from repl.
2022-06-29 11:01:16 +02:00
Andrey Antukh
73f1418c95
🐛 Normalize return value from parse-client-ip function
2022-06-29 10:59:50 +02:00
Pablo Alba
115314e97c
✨ In view mode allow comment/inspect to non-team users (by shared link permissions)
2022-06-29 09:41:30 +02:00
Eva
0f04398e61
💄 Improve shared link modal
2022-06-29 09:31:41 +02:00
Andrés Moya
6f94745aed
♻️ Rename specs -> types
...
NO FUNCTIONALITY IS CHANGED in this commit, only moving things around
2022-06-29 06:25:06 +02:00
Alejandro
4d19ceff8d
Merge pull request #2016 from penpot/niwinz-experiments-custom-export-import
...
Experimental support for binary file format for exportation/importation of penpot files
2022-06-27 13:23:06 +02:00
Andrey Antukh
b944d977bb
🎉 Add binfile import/export internal functionality
2022-06-27 11:12:00 +02:00
Alejandro Alonso
07881eed65
Merge remote-tracking branch 'origin/staging' into develop
2022-06-27 09:28:54 +02:00
Andrey Antukh
b08b1a546a
🐛 Fix region spec on s3 storage backend
...
This allows users use different region
2022-06-24 10:58:42 +02:00
Andrey Antukh
5e2ff2cf6f
📎 Minor update on telemetry task
2022-06-23 14:17:26 +02:00
Andrey Antukh
c211e84498
🐛 Fix incorrect register-profile audit log handling
2022-06-23 14:17:26 +02:00
Andrey Antukh
46d075611d
♻️ Adapt media & fonts handling to new tmp service
...
And storage backend changes
2022-06-22 11:39:57 +02:00
Andrey Antukh
ebcb385593
♻️ Minor refactor on storages
...
Fix many issues on FS & S3 backend; removes the unused and broken
DB backend. Normalize operations on bytes and byte streams on a
separated namespace: app.util.bytes
2022-06-22 11:37:45 +02:00
Andrey Antukh
3a55f07f45
🐛 Remove duplicate work on storing already existing files in storage
2022-06-20 14:17:31 +02:00
alonso.torres
529fb350fa
🐛 Fix thumbnails in viewer thumbnails
2022-06-17 14:39:07 +02:00
alonso.torres
1bde183c50
🐛 Fix thumbnails in viewer thumbnails
2022-06-17 14:24:37 +02:00
alonso.torres
45b690ed05
✨ Fix shadows and thumbnails
2022-06-17 13:15:27 +02:00
alonso.torres
ca326ac231
✨ Fix dashboard thumbnails for nested frames
2022-06-17 12:54:51 +02:00
Alejandro
65b6d1e07b
Merge pull request #2001 from penpot/niwinz-telemetry-enhacements-2
...
Minor improvements
2022-06-15 12:29:04 +02:00
Andrey Antukh
adf2d82a52
🎉 Add proper logging reports on audit-log-archive task
2022-06-15 12:21:23 +02:00
Andrey Antukh
dce479bc4b
✨ Make the pool initialization process and defaults reusable
...
And add the ability to skip pool initialization if no enough data is
provided. Mainly for initialize pools based on configuration for not
essential/dynamic services.
2022-06-15 12:19:16 +02:00
Andrey Antukh
199360efa6
📎 Update default repl script
2022-06-15 12:18:39 +02:00
Alejandro Alonso
943fa880a7
Merge remote-tracking branch 'origin/staging' into develop
2022-06-15 12:00:31 +02:00
Alejandro Alonso
5e2a7e76f3
Merge remote-tracking branch 'origin/main' into staging
2022-06-15 12:00:14 +02:00
Alejandro Alonso
667598a0eb
✨ Add project ids to create-file mutation for audit log
2022-06-15 07:49:05 +02:00
Alejandro
58a1060ed8
Merge pull request #1997 from penpot/niwinz-make-s3-storace-region-optional
...
✨ Make the region param optional on s3 storage backend
2022-06-14 13:33:10 +02:00
Andrey Antukh
20f357d75d
✨ Make the region param optional on s3 storage backend
...
Defaulting to the eu-central-1
2022-06-14 12:13:47 +02:00
Andrey Antukh
9ae5528355
⬆️ Update im4java version to our internal fork version
...
It fixes the v7 compatibility issues. Now, adding the -Dim4java.useV7=true
property to the java command when executing the penpot backend bundle it
switches to use the `magick` (ImageMagick v7 CLI) instead of `convert`
and `identify`.
2022-06-14 11:09:48 +02:00
Alejandro Alonso
69cb626cab
Merge remote-tracking branch 'origin/staging' into develop
2022-06-14 09:14:07 +02:00
Alejandro Alonso
7f9d070692
Merge remote-tracking branch 'origin/main' into staging
2022-06-14 09:13:33 +02:00
Alejandro Alonso
6b5ee24010
✨ Add team and project ids to update-file mutation for audit log
2022-06-14 09:08:06 +02:00
Andrey Antukh
65753cdc17
⬆️ Update yetti dep (fix multipart field size validation params handling)
2022-06-13 13:42:32 +02:00
Andrey Antukh
65e99cabbf
📎 Fix linter issues
...
Related to the linter update on devenv
2022-06-13 11:18:35 +02:00
Andrey Antukh
97bf20dd4c
⬆️ Update dependencies
2022-06-13 11:18:02 +02:00
alonso.torres
9eba666c31
Merge remote-tracking branch 'origin/main' into develop
2022-06-06 15:23:22 +02:00
Andrés Moya
f04859f8a6
⚡ Add script to fix broken objects
2022-06-06 12:56:37 +02:00
alonso.torres
23d3e88214
Merge remote-tracking branch 'origin/main' into develop
2022-05-31 11:15:10 +02:00
Alejandro Alonso
c356ae6de8
🐛 Fix github auth without name
2022-05-31 10:26:13 +02:00
Pablo Alba
0416988913
Set invitations expiration to 7 days
2022-05-30 10:41:23 +02:00