Andrés Moya
0b4fbc184d
♻️ Move generate-xx methods to logic module
2024-05-06 16:48:18 +02:00
Alejandro
013dbf1f76
Merge pull request #4499 from penpot/hiru-test-helpers
...
✅ Add helpers to build files for testing
2024-04-26 13:29:52 +02:00
Alejandro Alonso
cf62b083fe
Merge remote-tracking branch 'origin/staging' into develop
2024-04-26 12:50:43 +02:00
Andrés Moya
dde89e60dd
✅ Add new helper functions for common tests
2024-04-26 11:45:37 +02:00
Alejandro Alonso
a65282c01b
🐛 Fix update-temp-file audit_log stored data
2024-04-26 06:30:00 +02:00
Pablo Alba
37e68249aa
♻️ Components refactor: remove it usage on libraries_helpers
2024-04-25 14:22:37 +02:00
AzazelN28
47804429c0
Merge branch 'staging' into develop
2024-04-25 11:32:28 +02:00
AzazelN28
17fb5283cc
📎 Add provider to validate uri
2024-04-22 13:13:42 +02:00
Andrey Antukh
fd92437f7d
✨ Show error notificaton on oidc error redirect
2024-04-18 09:52:24 +02:00
Andrey Antukh
81b52d7170
✨ Disable oidc registration when registration
flag is disabled
2024-04-18 09:52:24 +02:00
Andrey Antukh
a969550aa4
✨ Trust oidc providers which provides email_verified claim
2024-04-18 09:52:24 +02:00
Andrey Antukh
7e20cf10c5
⬆️ Update dependencies
2024-04-18 09:52:24 +02:00
Andrey Antukh
90022041e6
✨ Improve error handling on ldap frontend code
2024-04-18 09:52:24 +02:00
Andrey Antukh
ce790d83fd
✨ Improve internal registration flow
2024-04-18 09:52:24 +02:00
Andrey Antukh
606aeeb38f
✨ Allow attach context to audit entry from metadata
2024-04-18 09:52:24 +02:00
Andrey Antukh
ef632bcae7
✨ Trigger email verification on OIDC register process
...
This will happen only if:
- the oidc provider properly reports that user has a non-verified email
- the oidc does not provides any way to know the email verification
status
2024-04-18 09:52:24 +02:00
Alejandro
8bd9c0d031
Merge pull request #4444 from penpot/palba-bugfixing-008
...
🐛 Bugfixing
2024-04-17 06:46:57 +02:00
Andrey Antukh
edd91f00af
✨ Add minor improvement to worker module logging
2024-04-16 23:27:00 +02:00
Andrey Antukh
16fa0b0330
✨ Improve email clean mechanism
2024-04-16 17:24:50 +02:00
Andrey Antukh
25001e5b80
📎 Add minor logging improvements on worker module
2024-04-16 16:42:44 +02:00
Andrey Antukh
c3a0db2431
✨ Add the ability to schedule storage object touching as a task
2024-04-16 16:42:44 +02:00
Andrey Antukh
e27c0b2086
✨ Add a task for asynchronous object update operation
2024-04-16 16:42:44 +02:00
Pablo Alba
ec8c847440
🐛 Fix wrong permissions on shared prototype for owners
2024-04-16 13:12:21 +02:00
Andrey Antukh
56ba32b66d
✨ Reduce lock contention on uploading file object thumbnail
2024-04-16 11:37:35 +02:00
Andrey Antukh
7948f565e3
✨ Make cron task schedule sync more lock resilent
2024-04-16 08:39:04 +02:00
Alejandro Alonso
f0eff95e18
🐛 Fix v2 components migration script
2024-04-15 20:26:51 +02:00
Andrey Antukh
0135b477ca
✨ Add improved traceability of climit module
2024-04-15 14:27:24 +02:00
Andrey Antukh
fa00fed694
🐛 Fix issue with v2 manual migration script
2024-04-11 13:29:33 +02:00
Alejandro
ac835bb655
Merge pull request #4389 from penpot/test
...
✨ Several improvements
2024-04-11 12:35:04 +02:00
Andrey Antukh
347276fb4e
🐛 Fix incorrect team features handling on onboarding team creation
2024-04-10 15:33:18 +02:00
Andrey Antukh
7d36cf1b5e
✨ Add missing jvm parameter on backend run.sh template
2024-04-10 15:31:49 +02:00
Andrey Antukh
c55ceb4bca
✨ Add automatic v2 migration process on startup
2024-04-10 15:31:49 +02:00
Andrey Antukh
79fbbe0bee
📎 Don't report invalid image validation errors
2024-04-10 15:31:49 +02:00
Andrey Antukh
9c25723ee3
📎 Add note about fragments on object-gc ns
2024-04-10 15:31:49 +02:00
Andrey Antukh
6b552fd8a9
🐛 Don't run file-gc on deleted files
2024-04-10 15:31:49 +02:00
Andrey Antukh
f18be26054
📎 Change log levels on webhooks loggers ns
2024-04-10 15:31:49 +02:00
Andrey Antukh
34534c924f
✨ Set smaller default deletion delay for devenv
...
And make the deletion delay configurable
2024-04-10 15:31:49 +02:00
Andrey Antukh
7b7820952c
✨ Update docker related files
2024-04-10 15:31:49 +02:00
Andrey Antukh
5924f3bc41
✨ Simplify v2 migration helpers on srepl ns
2024-04-10 15:31:49 +02:00
Andrey Antukh
036392af6e
✨ Add the logger info to mattermost reporter
2024-04-10 15:31:49 +02:00
Andrey Antukh
01a64dda2e
🐛 Fix json encoding issue on webhook event with custom object
...
This commit is a workaround. We will need to properly replace
jsonista with data.json because the data.json has more convenient
way for extending for custom data types.
2024-04-10 15:31:49 +02:00
Andrey Antukh
e8b29c3cfc
🐛 Fix incorrect grid calcultation condition on compv2 migration script
2024-04-08 17:29:58 +02:00
Andrey Antukh
7ebf8dd702
✨ Skip invalid graphics on migration post binfile import
2024-04-08 17:29:58 +02:00
Andrey Antukh
5f8d66e7eb
✨ Remove unnecesarry transaction wrapping on import-binfile
2024-04-08 13:23:59 +02:00
Andrey Antukh
37507c3697
📎 Update logging on worker module
2024-04-08 11:53:33 +02:00
Andrey Antukh
0965c71a08
📎 Update logging on webhook task handler
2024-04-08 11:42:01 +02:00
Andrey Antukh
d435b17452
🐛 Fix io exception incorrect reporting
2024-04-08 11:18:26 +02:00
Andrey Antukh
fd5b1c0341
✨ Enable by default components v2 feature
2024-04-08 11:05:16 +02:00
Andrey Antukh
6904cacd0c
🐛 Fix timeout error on large binfile import
2024-04-08 09:57:36 +02:00
Andrey Antukh
e01f8d6fdf
📎 Update migration scripts
2024-04-07 14:07:40 +02:00