Sacha Al Himdani
cf1dadc0b5
Add implemented state and justification to controls
...
Introduce `implemented` enum (IMPLEMENTED/NOT_IMPLEMENTED) and
`not_implemented_justification` (nullable text) fields on the Control
entity across all API surfaces (GraphQL, MCP, CLI), database, frontend,
and SOA export.
The database stores implementation state as a PostgreSQL enum
`control_implementation_state`. Controls default to IMPLEMENTED during
migration. The SOA list and PDF export show implementation status
alongside applicability, with "-" for non-applicable controls.
Justification columns are renamed for clarity: "Justification for
non-applicability" and "Justification for non-implementation".
Signed-off-by: Sacha Al Himdani <sacha@getprobo.com >
2026-03-17 11:01:04 +01:00
Bryan Frimin
7ffb2d5e94
Add document viewer with proper 404 handling for trust center
...
Move document download/view to a dedicated viewer page with PDF preview,
access request flow, and a proper 404 error boundary when documents are
not found. The backend now returns NOT_FOUND instead of INTERNAL for
missing documents and reports.
Signed-off-by: Bryan Frimin <bryan@getprobo.com >
2026-03-16 19:13:21 +01:00
Sacha Al Himdani
dc8e6d0817
Add validation to mailman service
...
Signed-off-by: Sacha Al Himdani <sacha@getprobo.com >
2026-03-16 17:46:32 +01:00
Bryan Frimin
807213d384
Stop tracking generated files
...
Run make generate in CI lint and test jobs since generated files are
now gitignored. Also include Relay codegen for frontend apps in the
generate target.
Signed-off-by: Bryan Frimin <bryan@getprobo.com >
2026-03-16 16:19:47 +01:00
Sacha Al Himdani
0b7c0e0806
Add validation to mailman service
...
Signed-off-by: Sacha Al Himdani <sacha@getprobo.com >
2026-03-16 14:37:34 +01:00
Bryan Frimin
7a4101185b
Add per-folder CLAUDE.md for key packages
...
Signed-off-by: Bryan Frimin <bryan@getprobo.com >
2026-03-15 15:04:27 +01:00
Bryan Frimin
ef76a8d2e1
Remove deadcode
...
Signed-off-by: Bryan Frimin <bryan@getprobo.com >
2026-03-13 17:18:02 +01:00
Sacha Al Himdani
d5c62a9383
Run go fmt/fix
...
Signed-off-by: Sacha Al Himdani <sacha@getprobo.com >
2026-03-13 14:48:13 +01:00
Émile Ré
6055033cb1
Fix date
...
Signed-off-by: Émile Ré <emile@getprobo.com >
2026-03-13 16:58:11 +04:00
Émile Ré
6db862b470
Add missing log
...
Signed-off-by: Émile Ré <emile@getprobo.com >
2026-03-13 16:58:11 +04:00
Émile Ré
6ad808c966
Move and rename EnsureAccess method in trust.Service
...
Signed-off-by: Émile Ré <emile@getprobo.com >
2026-03-13 16:58:10 +04:00
Émile Ré
ea8253ea78
Add membership provisioning middleware to compliance page
...
Signed-off-by: Émile Ré <emile@getprobo.com >
2026-03-13 16:58:10 +04:00
Sacha Al Himdani
c493e31745
Fix documents UI
...
- Fix redirection after document deletion in detail page
- Fix refetch after publication
- Return proper error when trying to update a published document
Signed-off-by: Sacha Al Himdani <sacha@getprobo.com >
2026-03-13 12:01:57 +01:00
Émile Ré
85ed5296e7
Fix safe ssoLoginURL params after activation + resolver error
...
Signed-off-by: Émile Ré <emile@getprobo.com >
2026-03-12 17:24:27 +04:00
Émile Ré
1d54f22cd9
Add ssoLoginURL in activate account outputs
...
Signed-off-by: Émile Ré <emile@getprobo.com >
2026-03-12 17:24:27 +04:00
Sacha Al Himdani
b8ba213fcb
Compliance updates should be public
...
Signed-off-by: Sacha Al Himdani <sacha@getprobo.com >
2026-03-12 13:46:19 +01:00
Sacha Al Himdani
85ec106cd6
Send mailing list emails
...
Signed-off-by: Sacha Al Himdani <sacha@getprobo.com >
2026-03-11 15:34:37 +01:00
Sacha Al Himdani
aa01c40184
Remove with tenant from mailman
...
Signed-off-by: Sacha Al Himdani <sacha@getprobo.com >
2026-03-11 15:34:36 +01:00
Sacha Al Himdani
4d2cb793b6
Add compliance page mailing list base
...
Signed-off-by: Sacha Al Himdani <sacha@getprobo.com >
2026-03-11 15:34:36 +01:00
Émile Ré
af17afeffb
Catch account already activated error and redirect
...
Signed-off-by: Émile Ré <emile@getprobo.com >
2026-03-11 17:08:43 +04:00
Émile Ré
355e6b81b8
Add an account activation step in the signing request flow when needed
...
Signed-off-by: Émile Ré <emile@getprobo.com >
2026-03-11 17:08:42 +04:00
Émile Ré
0a532f17c5
Remove legacy document signing endpoints
...
Signed-off-by: Émile Ré <emile@getprobo.com >
2026-03-11 17:08:42 +04:00
Bryan Frimin
467973e9b6
Fix mcp tools
...
Signed-off-by: Bryan Frimin <bryan@getprobo.com >
2026-03-11 13:09:03 +01:00
Bryan Frimin
0974488fa3
Generate golang code
...
Signed-off-by: Bryan Frimin <bryan@getprobo.com >
2026-03-11 13:09:02 +01:00
Bryan Frimin
e393411333
Move kind to string
...
Signed-off-by: Bryan Frimin <bryan@getprobo.com >
2026-03-11 13:09:02 +01:00
Bryan Frimin
dd3885ac54
Fix MS365 attributes handling
...
Signed-off-by: Bryan Frimin <bryan@getprobo.com >
2026-03-11 13:09:01 +01:00
Sacha Al Himdani
fe241fc136
Add social links
...
Signed-off-by: Sacha Al Himdani <sacha@getprobo.com >
2026-03-11 12:10:57 +01:00
Émile Ré
17c9f2eded
Fix profiles default filter
...
Signed-off-by: Émile Ré <emile@getprobo.com >
2026-03-10 18:19:16 +04:00
Bryan Frimin
d4b3025463
Use go 1.26 syntax
...
Signed-off-by: Bryan Frimin <bryan@getprobo.com >
2026-03-06 15:00:42 +01:00
Émile Ré
97e957f394
Implement guard on empty full name before NDA is signed
...
Signed-off-by: Émile Ré <emile@getprobo.com >
2026-03-05 17:07:58 +04:00
Émile Ré
e1fb61979b
Remove create trust center access mutation from console api
...
Signed-off-by: Émile Ré <emile@getprobo.com >
2026-03-05 15:02:49 +04:00
Émile Ré
0d1bcd21aa
Rework people list and trust center access list + edit dialog
...
Signed-off-by: Émile Ré <emile@getprobo.com >
2026-03-05 14:32:28 +04:00
Émile Ré
e856817d2b
Remove full name input from nda page
...
Signed-off-by: Émile Ré <emile@getprobo.com >
2026-03-05 11:19:19 +04:00
Émile Ré
323cd602a1
Update business logic
...
Signed-off-by: Émile Ré <emile@getprobo.com >
2026-03-05 10:36:08 +04:00
Émile Ré
909beeb606
Migrate some trust_center_access columns to profiles
...
Signed-off-by: Émile Ré <emile@getprobo.com >
2026-03-05 10:36:08 +04:00
Émile Ré
9e106a8875
Add fullName to magic link form
...
Signed-off-by: Émile Ré <emile@getprobo.com >
2026-03-05 10:36:07 +04:00
Émile Ré
54e0353833
Fix typo
...
Signed-off-by: Émile Ré <emile@getprobo.com >
2026-03-04 20:38:56 +04:00
Émile Ré
1af887e4d1
Respond with unauthenticated on compliance page missing membership
...
Signed-off-by: Émile Ré <emile@getprobo.com >
2026-03-04 20:25:58 +04:00
Sacha Al Himdani
3bf6e67729
Fix style
...
Signed-off-by: Sacha Al Himdani <sacha@getprobo.com >
2026-03-04 16:55:36 +01:00
Sacha Al Himdani
7a48ba65a0
Add missing file
...
Signed-off-by: Sacha Al Himdani <sacha@getprobo.com >
2026-03-04 16:46:06 +01:00
Sacha Al Himdani
0483d7b343
Fix compliance graphql schema
...
Signed-off-by: Sacha Al Himdani <sacha@getprobo.com >
2026-03-04 16:44:23 +01:00
Sacha Al Himdani
c17c53e80f
Add compliance frameworks
...
Signed-off-by: Sacha Al Himdani <sacha@getprobo.com >
2026-03-04 10:19:39 +01:00
Sacha Al Himdani
4d882e37b0
Return proper error not found during deletion
...
Signed-off-by: Sacha Al Himdani <sacha@getprobo.com >
2026-03-04 08:54:02 +01:00
Émile Ré
8dc5fffa58
Fix misc bugs
...
Signed-off-by: Émile Ré <emile@getprobo.com >
2026-03-04 11:04:47 +04:00
Émile Ré
a160dc1f47
Fix request mutations on complete store updates
...
Signed-off-by: Émile Ré <emile@getprobo.com >
2026-03-03 22:07:02 +04:00
Émile Ré
5703bccc9a
Remove unused gql field
...
Signed-off-by: Émile Ré <emile@getprobo.com >
2026-03-03 22:07:02 +04:00
Émile Ré
c4b06ddc7d
Add compliange page base URL in context and use it to validate redirect URLs
...
Signed-off-by: Émile Ré <emile@getprobo.com >
2026-03-03 22:07:01 +04:00
Émile Ré
823fc64c37
Implement nda check as a directive
...
Signed-off-by: Émile Ré <emile@getprobo.com >
2026-03-03 22:07:01 +04:00
Émile Ré
23491a7976
Remove saferedirect check
...
Signed-off-by: Émile Ré <emile@getprobo.com >
2026-03-03 22:07:01 +04:00
Émile Ré
9da8cc2e3d
Add nda signature middleware
...
Signed-off-by: Émile Ré <emile@getprobo.com >
2026-03-03 22:07:01 +04:00