|
|
77c2961912
|
Fast follows on 0.34 (#9034)
Co-authored-by: Weiko <corentin@twenty.com>
|
2024-12-12 15:46:48 +00:00 |
|
|
|
8f7ca6a0e3
|
Fix Google Auth displays Status: 401 on screen (#7659)
When the user presses the cancel button, the server sends the following
response:

{"statusCode": 401, "message": "Unauthorized"}
Now, when the user clicks the cancel button, they are redirected to the
home page for login.
Related Issue
Fixes #7584
---------
Co-authored-by: Charles Bochet <charles@twenty.com>
|
2024-10-18 00:21:57 +02:00 |
|
|
|
4fcdfbff7d
|
Fix unhandled exception (#5474)
Solves exception.getStatus is not a function error logs in twenty-server
Catch all errors in order to have no error log at all
|
2024-05-21 11:31:03 +02:00 |
|
|
|
afad993bb3
|
Fix main (#5435)
- fix lint issue
- fix Apply Cors exception handler (do not work when logged out)
|
2024-05-16 15:29:27 +02:00 |
|
|
|
fdf10f17e2
|
4655 batch endpoints on the rest api (#5411)
- add POST rest/batch/<OBJECT> endpoint
- rearrange rest api code with Twenty quality standard
- unify REST API error format
- Added PATCH verb to update objects
- In openapi schema, we replaced PUT with PATCH verb to comply with REST
standard
- fix openApi schema to match the REST api
### Batch Create

### Replace PUT by PATCH in open Api

### Error format unification



|
2024-05-16 14:15:49 +02:00 |
|