Commit Graph
2228 Commits
Author SHA1 Message Date
martmull d05ea1a82e Fix test 2024-02-08 17:27:58 +01:00
martmull 1a84877796 Fix test 2024-02-08 16:44:57 +01:00
martmull b090637ce8 Remove useless query 2024-02-08 16:31:22 +01:00
martmull 6716fc785f Fix test 2024-02-08 16:04:05 +01:00
martmull b05ccd3ba1 Fix storybook 2024-02-08 15:37:11 +01:00
martmull 6c0e6b5119 Merge branch 'main' into 3628-timebox-separate-user-creation-from-workspace-creation 2024-02-08 15:28:00 +01:00
6ee179442a Add one to many relation between opportunity and attachment (#3866)
* Add one to many relation between opportunity and attachment

* Fix opportunity type

---------

Co-authored-by: Thomas Trompette <thomast@twenty.com>
2024-02-08 15:22:52 +01:00
martmull ef67c54c45 Fix tests 2024-02-08 15:20:26 +01:00
Charles BochetandGitHub 7eaf56f566 Fix IconPicker broken storybook tests (#3884) 2024-02-08 15:14:22 +01:00
martmull 903bf6f745 Fix ci 2024-02-08 14:49:50 +01:00
bcc62596f6 Add defaultAvatarUrl to core user (#3883)
* Add defaultAvatarUrl to core user

This reverts commit 1701c30eb1.

* Fix

---------

Co-authored-by: Charles Bochet <charles@twenty.com>
2024-02-08 14:46:37 +01:00
Lucas BordeauandGitHub e2db6a994d Fixed drawer not closing on task creation on Show Page (#3867)
Fixed close dropdown
2024-02-08 14:12:23 +01:00
martmullandGitHub 00a46b21dc 3272 add a page to create and edit webhook (#3859)
* Reorganize files

* Add new webhook form

* Reorganize files

* Add Webhook update

* Fix paths

* Code review returns
2024-02-08 13:02:37 +01:00
Jeet DesaiandGitHub ddc5165178 Added skeleton loader on page load (#3740)
* #3722 added skeleton loader on page load

* #3740 Resolved comment in loader
2024-02-08 12:52:28 +01:00
martmull b1561e6f8a Merge branch 'add-default-avatar-url-to-core-user' into 3628-timebox-separate-user-creation-from-workspace-creation 2024-02-08 12:49:26 +01:00
martmull eee638fca2 Add defaultAvatarUrl to core user
This reverts commit 1701c30eb1.
2024-02-08 12:45:49 +01:00
martmull 478a37acc8 Add defaultAvatarUrl to core user
This reverts commit 1701c30eb1.
2024-02-08 12:44:28 +01:00
martmull 1701c30eb1 Remove defaultAvatarUrl from user 2024-02-08 12:43:33 +01:00
martmull fa466a4f64 Rename createWorkspaceSchema to activateWorkspace 2024-02-08 12:35:32 +01:00
Charles Bochet ef12e5bf31 Fixes 2024-02-08 12:06:08 +01:00
Charles Bochet d71841d067 Fix 2024-02-08 11:45:21 +01:00
Charles Bochet dad5bb6d6d Try without state 2024-02-08 11:25:02 +01:00
martmull b9b9f0a4be Merge branch 'main' into 3628-timebox-separate-user-creation-from-workspace-creation 2024-02-08 10:50:49 +01:00
7001ca83d1 3491 launch cleaning cron (#3872)
* Add command to delete incomplete workspaces

* Inject command dependencies

* Fix command

* Do not delete core.workspace

* Reorganize files

* Delete src/workspace/cron

* Fix

---------

Co-authored-by: Charles Bochet <charles@twenty.com>
2024-02-07 18:52:48 +01:00
Jérémy MandGitHub 6e3a8e3461 Feat/workspace health core fix (#3863)
* feat: add deletion support on sync metadata command

* fix: remove debug

* feat: wip workspace health command add --fix option

fix: remove test

* feat: core of --fix option for workspace-health
2024-02-07 18:27:35 +01:00
850eab8f8f Add rate limiting in the server using built in Nest.js capability (#3566)
* Add rate limiting in the server using built in Nest.js capability

* Generatekey based on ip address when an http request is sent

* Update env var types to number for ttl and limit

* Remove unused env variables

* Use getRequest utility function

* fix: remove dist from path

* fix: adding .env variables

* fix: remove unused functions

* feat: throttler plugin

* Fix according to review

---------

Co-authored-by: Jérémy Magrin <jeremy.magrin@gmail.com>
Co-authored-by: Charles Bochet <charles@twenty.com>
2024-02-07 18:11:32 +01:00
bosiraphaelandGitHub 3831ddc002 3803 use email visibility to display only the shared information backend (#3871)
* update dto

* wip

* compute thread visibility

* fix bugs

* fix bug

* improve typing

* working

* update according to comments

* use string
2024-02-07 16:35:19 +01:00
Jérémy MandGitHub a908353955 feat: add deletion support on sync metadata command (#3826)
* feat: add deletion support on sync metadata command

* fix: remove debug
2024-02-07 15:38:23 +01:00
b119dd8e9c Added sanitize funtion to normalize the link input (#3543)
* Added sanitize funtion to sanitize the link input of the companies record

* Enabled Eslint

* FIXED: Sanitize www. and query params

Added logic to sanitize both www  and query params in the link input.

* fix: fix useSpreadsheetPersonImport tests

* Refactored sanitizeLink function at packages/twenty-front/src/modules/object-record/utils/sanitizeLinkRecordInput.ts

Co-authored-by: Thaïs <guigon.thais@gmail.com>

---------

Co-authored-by: Thaïs <guigon.thais@gmail.com>
2024-02-07 06:09:25 -03:00
9f59ddc059 Rename recordPosition into position (#3864)
* Rename recordPosition into position

* Fix according to review

---------

Co-authored-by: Thomas Trompette <thomast@twenty.com>
Co-authored-by: Charles Bochet <charles@twenty.com>
2024-02-07 09:40:35 +01:00
martmullandGitHub eb54401afe Fix bug and remove useless stuff (#3861) 2024-02-06 18:06:15 +01:00
brendanlaschkeandGitHub 7b8fffc3b8 Custom object import csv (#3756)
* poc custom object import csv

* fix fullname

* lint

* add relation Ids, fix label full name, add simple test

* mock missing fields?

* - fix test

* validate uuid, fix key in column dropdown, don't save non set composite fields, allow only import relations where toRelationMetadata
2024-02-06 16:22:39 +01:00
martmull 6bac722c29 Use AppPath when possible 2024-02-06 12:33:52 +01:00
martmull 5422c00619 Code review returns 2024-02-06 12:27:08 +01:00
martmull dc792e830d Rename createWorkspace to createWorkspaceSchema 2024-02-06 10:12:27 +01:00
martmull 77772c948e Create a recoil value for is workspaceSchema created 2024-02-06 10:00:55 +01:00
martmull 700bbfe5b1 Fix tests 2024-02-06 09:42:38 +01:00
martmull ada4522c0c Merge branch 'main' into 3628-timebox-separate-user-creation-from-workspace-creation 2024-02-05 18:06:23 +01:00
martmull 0f631dce3e Set currentWorkspace at login 2024-02-05 17:56:39 +01:00
WeikoandGitHub 0096e60489 [messaging] add cronjob for workspaces messages partial sync (#3800)
* [messaging] add cronjob for workspaces messages partial sync

* run cron every 10 minutes

* use logger
2024-02-05 17:15:11 +01:00
martmull d62ef74271 Simplify create workspace request 2024-02-05 15:29:25 +01:00
martmull 9e187eed02 Remove useless recoil set 2024-02-05 15:19:48 +01:00
a802338996 fix: options value can't contain special characters (#3738)
* fix: options value can't contain special characters

* add tests for formatFieldMetadataItemInput util

* fix test

* fix: add emoji test

---------

Co-authored-by: corentin <corentin@twenty.com>
2024-02-05 15:12:08 +01:00
Jeet DesaiandGitHub d74b8b7fe8 Added placeholder in task list (#3785)
#3769 added placeholder in task list
2024-02-05 15:11:09 +01:00
Jeet DesaiandGitHub ee7e8b9ab2 Hide default selected icon from search (#3752)
* #3748 hide default selected icon from search

* change the type of icon array

* #3752 resolved comment in icon picker
2024-02-05 15:08:11 +01:00
brendanlaschkeandGitHub 3a9007b2d4 Member card fix email display (#3555)
* member card fix email display

* lint

* on signup save userEmail
2024-02-05 15:02:57 +01:00
brendanlaschkeandGitHub 230e957119 blocknote update 0.11.2 (#3766) 2024-02-05 15:02:33 +01:00
Félix MalfaitandGitHub a5989a470c Improve Documentation (#3795)
* Begin docs improvement

* Keep improving documentation

* Upgrade Docusarus

* Fix broken links
2024-02-05 15:01:37 +01:00
Jeet DesaiandGitHub 6748dfebc4 Added loader in sign-in-up button (#3801)
#3375 added loader in sign-in-up button
2024-02-05 14:59:37 +01:00
martmull 887f002b6e Clean code 2024-02-05 14:56:54 +01:00