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
Alejandro Alonso
943fa880a7
Merge remote-tracking branch 'origin/staging' into develop
2022-06-15 12:00:31 +02:00
Alejandro Alonso
667598a0eb
✨ Add project ids to create-file mutation for audit log
2022-06-15 07:49:05 +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
Alejandro Alonso
69cb626cab
Merge remote-tracking branch 'origin/staging' into develop
2022-06-14 09:14:07 +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
65e99cabbf
📎 Fix linter issues
...
Related to the linter update on devenv
2022-06-13 11:18:35 +02:00
Andrés Moya
f04859f8a6
⚡ Add script to fix broken objects
2022-06-06 12:56:37 +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
Alejandro Alonso
ea6c34f6b2
🐛 Fix github auth without public email
2022-05-26 11:16:09 +02:00
Pablo Alba
931759f468
🎉 Activate invitations validation
2022-05-25 12:03:05 +02:00
alonso.torres
18849307e9
🐛 Fix linting issue
2022-05-25 11:29:49 +02:00
Andrés Moya
ef37abcbbd
🐛 Allow debug load file with random uuid
2022-05-25 09:52:32 +02:00
Alejandro
38bc3b061a
Merge pull request #1940 from penpot/repair-idless-components
...
🔧 Add a function to manually repair components without :id
2022-05-25 09:04:19 +02:00
Andrés Moya
d52c4541ae
🔧 Preserve id when downloading file with dbg
2022-05-24 13:34:42 +02:00
Andrés Moya
b0c3b38cc5
🔧 Add a function to manually repair components without :id
2022-05-24 12:26:21 +02:00
Andrés Moya
13492f5ac7
🐛 Fix orphaned component instances
2022-05-20 09:17:55 +02:00
Pablo Alba
ce41a38098
🎉 Show an error page when the user uses a cancelled/invalid/expired invitation
2022-05-11 13:46:43 +02:00
alonso.torres
8cd7f61150
🐛 Fix problem with duplicated ids for thumbnails
2022-05-09 15:37:47 +02:00
Pablo Alba
7185199d05
🐛 Fix feedback crash
2022-05-05 09:24:21 +02:00
Andrey Antukh
b2607b28ff
🎉 Add build date and changelog to the bundle
2022-04-06 11:20:48 +02:00
Andrey Antukh
2af057a79f
⬆️ Update backend and docker dependencies
2022-04-06 09:54:40 +02:00
Andrey Antukh
fd9b442075
✨ Improve email console logging
...
And invitation console logging
2022-04-06 09:40:20 +02:00
Andrey Antukh
ca02999ae9
✨ Improve error reporting
2022-04-05 13:23:39 +02:00
Andrey Antukh
701a98fab6
✨ Improve backend and worker error handling
2022-04-05 13:23:39 +02:00
Andrey Antukh
c026d05bc3
✨ Set consistent max body size
...
And make it configurable
2022-04-05 13:23:39 +02:00
Andrey Antukh
602b736163
📎 Update default scripts
2022-04-05 13:23:39 +02:00
Andrey Antukh
20d3251a93
🎉 Add generic file object thumbnail abstraction
...
As replacement to the file frame thumbnail mechanism
2022-04-05 13:23:39 +02:00
Andrey Antukh
9140fc71b9
♻️ Refactor exportation process, make it considerably faster
2022-04-05 13:23:39 +02:00
Andrey Antukh
11c3b6cfe2
🐛 Fix issue with password persistence
2022-04-04 23:54:54 +02:00