Félix Malfait

Results 219 issues of Félix Malfait

We currently have many access tokens: ``` ACCESS_TOKEN_SECRET=replace_me_with_a_random_string_access LOGIN_TOKEN_SECRET=replace_me_with_a_random_string_login REFRESH_TOKEN_SECRET=replace_me_with_a_random_string_refresh FILE_TOKEN_SECRET=replace_me_with_a_random_string_refresh ``` I don't think it really improves security to have multiple tokens because if a bad actor gets access...

type: chore
good for experienced contributor
T

### Discussed in https://github.com/twentyhq/twenty/discussions/4113 Originally posted by **FelixMalfait** June 10, 2023 With the current setup it's easy to inadvertently erase a lot of records by mistake. We should show a...

scope: back+front
type: feature
size: days
T

I noticed we broke the ability to navigate with up/down arrow keys on Select / Multi-select fields.

type: bug
T

We have cron jobs to import email, we should setup Sentry monitoring for those. https://docs.sentry.io/product/crons/

Now that we've implemented a couple emails already (e.g. reset password), it should be easier to work on that issue so I'm recreating it. ## What We don't need too...

scope: back+front
good for experienced contributor

As part of the new TimelineActivity we introduced `BehavioralEvent` an object to push events from external platforms (e.g. Segment). If we spend half a day on this, we should be...

As of today if I go to a person's profile on LinkedIn and click on "Add to Twenty" this will fill all the person fields but this will not create...

scope: front

Twenty.com is currently managed through Framer for the homepage, and we display the number of Github stars there which we have to update manually. A naive solution would be to...

ready

### Current behavior ![image](https://github.com/twentyhq/twenty/assets/6399865/b64e7c82-7343-4e88-ab8d-1e09c4e57af7) ### Desired behavior It should be displayed in red (not only in setting, but also check that the behavior is implemented in the app)

We recently shipped the contributors page: #3745 It would be nice to have OG images which people can share on socials. We will use Vercel OG which we will deploy...

blocked: design needed