Andrey Antukh
ed701fd9c5
♻️ Move management mutations to commands
2022-08-03 14:28:33 +02:00
Andrey Antukh
5336db4456
Merge pull request #2123 from andrewzhurov/3885-assets-library-not-showing-graphics
...
🐛 Fix svg upload
2022-08-01 16:42:17 +02:00
Andrey Antukh
abfca5c89a
📎 Add additional reformating to specs naming
2022-08-01 15:01:03 +02:00
Andrey Antukh
f25222e441
Merge remote-tracking branch 'origin/staging' into develop
2022-08-01 14:05:04 +02:00
Andrew Zhurov
a6ee1617ab
🐛 Fix svg upload
...
Signed-off-by: Andrei Zhurau <zhurov.andrew@gmail.com>
2022-08-01 11:23:08 +03:00
Eva
1c446a011e
✨ Move comments
2022-08-01 09:53:55 +02:00
Andrés Moya
0667089833
🔧 Some style enhancements and mini bug fix
2022-07-29 14:00:36 +02:00
Andrés Moya
a5bf1c03e7
🎉 Make components-v2 an optional feature
2022-07-29 09:29:25 +02:00
Andrés Moya
7da159d52a
🎉 Absorb components when deleting or unpublishing a library
2022-07-29 09:29:24 +02:00
Andrés Moya
54e0071c9c
🎉 Scaffolding to write unit tests of common types
2022-07-29 09:29:24 +02:00
Andrey Antukh
e3f878ef2f
♻️ Move doc ns from http to rpc ns
2022-07-28 11:14:59 +02:00
Andrey Antukh
05a86581a5
✨ Reorganize comments related rpc methods
...
Mutations becomes deprecated and queries moved to commands. The
old queries still maintained with deprecated flag.
2022-07-27 21:41:38 +02:00
Andrey Antukh
14d1cb90bd
♻️ Refactor auth code
2022-07-04 11:23:33 +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
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
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
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
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
Pablo Alba
0416988913
Set invitations expiration to 7 days
2022-05-30 10:41:23 +02:00
Pablo Alba
931759f468
🎉 Activate invitations validation
2022-05-25 12:03:05 +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
Andrey Antukh
fd9b442075
✨ Improve email console logging
...
And invitation console logging
2022-04-06 09:40:20 +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
11c3b6cfe2
🐛 Fix issue with password persistence
2022-04-04 23:54:54 +02:00
Andrey Antukh
1205bdcaae
✨ Make the update-profile operation atomic with prop update
2022-04-04 22:57:27 +02:00
Eva
5e7e055539
🎉 Add newsletter subscription modal
2022-04-04 22:57:27 +02:00
Andrey Antukh
36027583cd
📎 Minor change on create team instrumentation
2022-03-28 17:24:52 +02:00
Andrey Antukh
2832736826
🎉 Add garbage collection task for file thumbnails
...
And additionally, rename the current task to file-gc
to match the real purpose of the task.
2022-03-28 17:24:52 +02:00
Andrey Antukh
c876534c85
✨ Move the dashboard grid thumbnails to backend cache
2022-03-28 17:24:52 +02:00
Andrey Antukh
b91c42e186
⚡ Add performance improvements to file thumbnails
...
Mainly addresing unnecesary object transmission. The new code strips
unnecesary data to be transferred from back to front.
Additionally it removes some legacy code and simplifies other
parts of code.
2022-03-28 17:24:52 +02:00
Andrey Antukh
8acc9af1f5
📎 Add more events instrumentation
2022-03-22 14:48:10 +01:00
Andrey Antukh
f60d8c6c96
♻️ Refactor websockets subsystem (on backend)
...
- Refactor msgbus subsystem, simplifying many parts.
- Enable persistent websocket connection for the all session duration.
2022-03-22 11:34:32 +01:00
Andrey Antukh
741ad29d82
🎉 Add missing rlimit metadata and configuration
2022-03-18 17:12:12 +01:00
Andrey Antukh
fa33c5852c
✨ Add missing rlimits on team and profile rpc mutations
2022-03-18 09:59:10 +01:00
Andrey Antukh
33c3e86e66
✨ Add tests and improve impl of registration with invitation
2022-03-10 13:32:06 +01:00
Andrey Antukh
2d76364b09
✨ Enable login flag and disable demo-users by default
2022-03-10 13:32:06 +01:00
Andrey Antukh
36eaa18749
✨ Enable register by invitation when register is disabled
2022-03-10 13:32:06 +01:00
Andrey Antukh
1b444a42f2
♻️ Refactor http server layer
...
Make it fully asynchronous.
2022-03-09 17:18:06 +01:00
Andrey Antukh
965148f3a6
📎 Port fixes from main branch
2022-03-08 12:59:56 +01:00
Andrey Antukh
192b9213ac
Merge pull request #1655 from penpot/multiple-members-invitations
...
✨ Allow send multiple team invitations at once
2022-03-04 15:20:51 +01:00
Andrey Antukh
f638a2ff49
✨ Add revision fixes
2022-03-03 16:05:52 +01:00
Andrey Antukh
9e4a50fb15
♻️ Refactor backend to be more async friendly
2022-03-03 16:05:52 +01:00