martmull
|
27fdb00d07
|
4586 fix workspace member feature (#4680)
* Fix import
* Handle delete workspace member consequences
* Add a patch to request deleted workspace member's userId
* Remove useless relations
* Handle delete workspace + refactor
* Add missing migration
* Fix test
* Code review returns
* Add missing operation in migration file
* Fix code review return update
* Fix workspaceMember<>ConnectedAccount relation
|
2024-03-28 17:59:48 +01:00 |
|
Weiko
|
41bed57be9
|
[backend] add cache storage module (#4320)
* [backend] add cache storage module
* update docs
* update default TTL to a week
|
2024-03-07 14:07:01 +01:00 |
|
Thaïs
|
ec20117e80
|
chore: make twenty-server nest command scripts depend on twenty-email… (#4055)
chore: make twenty-server nest command scripts depend on twenty-emails build
Closes #4013
|
2024-02-20 14:35:09 +01:00 |
|
Thaïs
|
a654205dbc
|
chore: set up twenty-emails config so build isn't needed in development (#3619)
* chore: set up twenty-emails config so build isn't needed in development
* fix: fix script dependency
* chore: use @vitejs/plugin-react-swc
* Remove useless dependancy
* Fix typing
* chore: use baseUrl in twenty-emails
* chore: fix docker server prod build
* refactor: optimize Docker file and tsconfig
* fix: fix WORKDIR in docker
---------
Co-authored-by: martmull <martmull@hotmail.fr>
|
2024-01-29 06:17:12 -03:00 |
|
martmull
|
e358d677f9
|
Move emails to dedicated package (#3542)
* Add new package
* Add twenty-emails package
* Use generated files from twenty-emails in twenty-server
* Fix deleted file
* Import emails templates properly
|
2024-01-22 16:21:56 +01:00 |
|
martmull
|
b3d9bed91d
|
Enforce email templating (#3355)
* Add react-email
* WIP
* Fix import error
* Rename services
* Update logging
* Update email template
* Update email template
* Add Base Email template
* Move to proper place
* Remove test files
* Update logo
* Add email theme
* Revert "Remove test files"
This reverts commit fe062dd051 .
* Add email theme 2
* Revert "Revert "Remove test files""
This reverts commit 6c6471273a .
* Revert "Revert "Revert "Remove test files"""
This reverts commit f851333c24 .
* Revert "Revert "Revert "Revert "Remove test files""""
This reverts commit 7838e19e88 .
* Fix theme
|
2024-01-11 20:29:20 +01:00 |
|
Thaïs
|
8483cf0b4b
|
POC: chore: use Nx workspace lint rules (#3163)
* chore: use Nx workspace lint rules
Closes #3162
* Fix lint
* Fix lint on BE
* Fix tests
---------
Co-authored-by: Charles Bochet <charles@twenty.com>
|
2024-01-03 23:07:25 +01:00 |
|
Charles Bochet
|
5bdca9de6c
|
Migrate to a monorepo structure (#2909)
|
2023-12-10 18:10:54 +01:00 |
|