Andrey Antukh
bc20598b3d
✨ Don't persist file on several read operations
...
after applying migrations
2025-05-08 19:15:28 +02:00
Andrey Antukh
9de8ebb52c
✨ Add read-only option for files/get-file
2025-05-08 19:12:50 +02:00
Andrey Antukh
9c4896d72b
Merge remote-tracking branch 'origin/staging' into develop
2025-04-24 09:00:13 +02:00
Andrey Antukh
80308ceafa
🐛 Make http cache aware of missing file data migrations
2025-04-23 18:15:33 +02:00
Andrey Antukh
40fe6369cb
Merge remote-tracking branch 'origin/staging' into develop
2025-04-23 08:59:33 +02:00
Andrey Antukh
1dd23a3f47
🐛 Invalidate http cache on apply migrations to file on read operation
2025-04-23 07:57:56 +02:00
Andrey Antukh
05fac41534
🐛 Remove feature checking from get-file-data-for-thumbnail rpc method
...
The prev code has feature resolution race condition and it
in reallity does not need that check.
2025-04-22 21:38:40 +02:00
Alejandro
033ca0d56b
🐛 Fix error when an external user tries to export a shape on viewer ( #6252 )
2025-04-09 16:48:49 +02:00
Andrey Antukh
bc957893f4
⚡ Make feature resolved on team load
...
That simplifies features retrieval to simple get
2025-04-07 07:50:40 +02:00
Andrey Antukh
b8107ee497
✨ Ensure workspace page loading and intialization process
2025-04-07 07:42:09 +02:00
Andrey Antukh
5cb39874a2
✨ Add better error hints on auth ns
2025-04-07 07:10:40 +02:00
Andrey Antukh
3ec797f56e
🐛 Validate and decode params on export-binfile
2025-04-01 19:16:35 +02:00
Eva Marco
cbb3f6672f
🐛 Fix asset name on inspect tab ( #6173 )
...
Signed-off-by: Eva Marco <eva.marco@kaleidos.net>
2025-03-28 10:38:35 +01:00
Andrey Antukh
e4c9b736f7
Merge remote-tracking branch 'origin/staging' into develop
2025-03-14 11:19:47 +01:00
Andrey Antukh
05d6d2fcd4
🐛 Fix several corner cases that causes race conditions on workspace and dashboard loading
...
* 🐛 Fix several race conditions on workspace and dashboard code
It also fixes a corner case that happens when penpot workspace
is loaded in a background tab on firefox.
* 🐛 Add missing team-id prop to several file returning endpoints
2025-03-14 09:55:41 +01:00
Andrey Antukh
b676ea7127
Merge remote-tracking branch 'origin/staging' into develop
2025-02-25 12:56:05 +01:00
Marina López
8f06fa1026
🎉 Add AB test descriptive board tooltip ( #5936 )
...
* 🎉 Add AB test descriptive board tooltip
* 📎 Add changes from feedback
2025-02-25 12:50:16 +01:00
Andrey Antukh
1187d64f69
Merge remote-tracking branch 'origin/staging' into develop
2025-02-24 12:49:04 +01:00
Andrey Antukh
3074fc9ab5
♻️ Remove deprecated with-atomic and refactor tx-run! ( #5915 )
...
* ♻️ Remove deprecated with-atomic and refactor tx-run!
* ✨ Do not hold open connection for the whole clone-template operation
2025-02-24 11:15:44 +01:00
Andrey Antukh
15d09eb0d4
🐛 Fix incorrect data id assignation on creating a snapshot ( #5934 )
...
* 📎 Set proper name to relink-refs mechanism function
* 🐛 Fix incorrect id assignation on snapshot file resolution
* ♻️ Use uniform api for file retrieval on file snapshot code
2025-02-24 11:05:16 +01:00
Andrey Antukh
ae718c3328
🐛 Fix incorrect data returned on viewer subapp bundle
2025-02-24 09:03:57 +01:00
Andrey Antukh
479f39338b
🐛 Don't send invitation email to profiles that explicitly disallow that
...
* 🐛 Don't send invitation email to profiles that explicitly disallow that
* 📎 Add changes post feedback
* 📎 Fix typo on changelog
2025-02-20 09:20:28 +01:00
Andrey Antukh
60530a80d9
Merge remote-tracking branch 'origin/staging' into develop
2025-02-20 09:15:00 +01:00
Andrey Antukh
cb8e31e7f8
🐛 Add correct handling of features on clone-template
2025-02-19 22:47:54 +01:00
Andrey Antukh
a391d71b60
🐛 Add correct feature handling on binfile import
2025-02-19 22:47:40 +01:00
Andrey Antukh
d79fac7729
Merge remote-tracking branch 'origin/staging' into develop
2025-02-19 17:17:54 +01:00
Andrey Antukh
4744085426
🐛 Fix incorrect handling request access with deleted profiles
...
* 📎 Add minor improvements to team tests
* 🐛 Fix incorrect handling request access with deleted profiles
* 🐛 Fix redirect loop on empty route
Happens when the current profile is deleted from team
* 🐛 Fix urls on request access emails
* 📎 Revert url changes on emails
2025-02-19 11:04:19 +01:00
Andrey Antukh
c41f86f0a4
Merge remote-tracking branch 'origin/staging' into develop
2025-02-17 15:20:33 +01:00
Belén Albeza
cad7d75590
🐛 Fix libraries context menu ( #5854 )
...
* ✨ Add integration test for Bug #10421
* 🐛 Fix dashboard library item menu
* ✨ Fixup integration test
2025-02-14 14:34:54 +01:00
María Valderrama
59a57d6c3f
✨ Mark all notifications as read from dashboard ( #5805 )
...
* ✨ Mark all notifications as read from dashboard
* ♻️ Mark all notifications as read code review
* ♻️ Mark all notifications as read code review II
2025-02-14 11:48:24 +01:00
Alejandro
f8820695cc
🐛 Fix incorrect numbering files when new team ( #5835 )
2025-02-13 11:55:59 +01:00
luisδμ
7fd0ca2243
🐛 Fix allow a comment length of 750 chars and show error text if exceeded ( #5810 )
2025-02-10 15:03:07 +01:00
Andrey Antukh
f871f88f30
♻️ Refactor file data migrations subsystem ( #5692 )
...
* ♻️ Refactor file data migrations subsystem
* 📎 Add backend scripts/run helper script
2025-01-31 13:37:41 +01:00
luisδμ
0bd4a7d0fc
🐛 Fix bugs in comments ( #5734 )
...
* 🐛 Fix could not remove or update new comments without closing and reopening the thread
* 🐛 Fix scroll over long comments using the mouse wheel
2025-01-31 11:57:35 +01:00
Andrey Antukh
541ed6282f
✨ Normalize file retrieving and persistence on binfile, file-gc and helpers
2025-01-27 12:38:10 +01:00
Andrey Antukh
74bdd72d2f
Merge remote-tracking branch 'origin/staging' into develop
2025-01-27 12:12:46 +01:00
Andrey Antukh
471699960f
🐛 Update media references after instantiation of a component ( #5652 )
...
🐛 Update media references after instantiation of a component
2025-01-27 11:58:13 +01:00
Andrey Antukh
dae7b7cd74
Merge remote-tracking branch 'origin/staging' into develop
2025-01-23 12:53:03 +01:00
Andrey Antukh
efd4a11ae2
🐛 Add support for multiple formats on clone-template
2025-01-23 08:09:23 +01:00
Andrey Antukh
83bd479176
Merge remote-tracking branch 'origin/staging' into develop
2025-01-21 18:40:28 +01:00
Andrey Antukh
066b1235a6
🐛 Pass correct default options on db/plan fn
2025-01-20 23:23:31 +01:00
Andrey Antukh
6ef6a50a1c
Merge remote-tracking branch 'origin/staging' into develop
2025-01-20 17:34:21 +01:00
Andrey Antukh
667b5fb6ee
🐛 Fix missing methods reference from api docs page
2025-01-20 12:30:20 +01:00
Alejandro Alonso
423c237d42
🐛 Fix reply to comment
2025-01-17 11:57:44 +01:00
Andrey Antukh
85746e7cb2
♻️ Refactor state locality
...
The main purpose of this refactor is reduce
a custom state from different pages and unify
them under common access patterns
2025-01-16 15:31:18 +01:00
alonso.torres
920638a149
✨ Open comments from email with parameter
2025-01-14 16:28:48 +01:00
Andrey Antukh
54e7551d56
🐛 Backport comments decoding from develop
...
Mainly for backward compatibility with database
layout on comments tables from develop / v2.5
2025-01-10 12:20:53 +01:00
alonso.torres
6e3f9db744
🐛 Fix problem in firefox comments
2025-01-09 12:10:31 +01:00
Andrey Antukh
8239b9666b
💄 Use correct frontend url on comment related emails
2025-01-09 11:55:53 +01:00
Andrey Antukh
45d5253915
✨ Add better reusability for comment related queries
2025-01-09 11:55:53 +01:00