Sacha Al Himdani
324f4ce793
Add task priority enum and rename priority to rank
...
The existing integer priority field represents positional ordering
within a state, not semantic importance. Rename it to rank and
introduce a new priority field with enum values URGENT, HIGH,
MEDIUM and LOW across the entire stack.
Rank is now scoped to (state, priority) so tasks are ordered
within each priority group. A generated priority_rank column
combines both fields into a single sortable integer for cursor
pagination.
Dragging a task across priority groups updates its priority
automatically based on the drop position neighbors. The backend
first moves the task to the new group then repositions it at the
target rank.
The migration defaults existing rows to MEDIUM priority and
backfills ranks per (state, priority) group.
Signed-off-by: Sacha Al Himdani <sacha@getprobo.com >
2026-04-02 13:35:39 +02:00
Bryan Frimin
a2f0a37b7b
Add UNKNOWN and NOT_IMPLEMENTED measure states
...
Introduce two new measure states across the full stack: database
migration, Go coredata, GraphQL schema, MCP specification, and
frontend UI (labels, badge variants, and colors).
Signed-off-by: Bryan Frimin <bryan@getprobo.com >
2026-04-02 10:59:25 +02:00
Émile Ré
821f66cc20
Review fixes
...
Signed-off-by: Émile Ré <emile@getprobo.com >
2026-04-01 19:53:25 +04:00
Émile Ré
aac4d9d12e
Fix mermaid rounded corners in edit mode
...
Signed-off-by: Émile Ré <emile@getprobo.com >
2026-04-01 18:04:37 +04:00
Émile Ré
84adb5409d
Make mermaid toolbar invisible in preview mode
...
Signed-off-by: Émile Ré <emile@getprobo.com >
2026-04-01 18:04:36 +04:00
Émile Ré
9bbcba68c0
Add mermaid tiptap extension
...
Signed-off-by: Émile Ré <emile@getprobo.com >
2026-04-01 18:04:36 +04:00
Émile Ré
8a25ca27b6
Do not display editor block placeholder when disabled
...
Signed-off-by: Émile Ré <emile@getprobo.com >
2026-04-01 18:04:36 +04:00
Émile Ré
3d1d794a84
Fix first rendering save
...
Signed-off-by: Émile Ré <emile@getprobo.com >
2026-04-01 18:04:36 +04:00
Émile Ré
d73263f7e8
Handle disabled editor after version publishing
...
Signed-off-by: Émile Ré <emile@getprobo.com >
2026-04-01 18:04:35 +04:00
Émile Ré
37e17c370f
Support all headings in tiptap
...
Signed-off-by: Émile Ré <emile@getprobo.com >
2026-04-01 18:03:26 +04:00
Émile Ré
0a0b01fa05
Fix menu shadows
...
Signed-off-by: Émile Ré <emile@getprobo.com >
2026-04-01 18:03:24 +04:00
Émile Ré
96168cbfb0
Fix listeners cleaning on unmount
...
Signed-off-by: Émile Ré <emile@getprobo.com >
2026-04-01 18:03:24 +04:00
Émile Ré
f3b0842206
Fix bubble menu positioning when scrolling
...
Signed-off-by: Émile Ré <emile@getprobo.com >
2026-04-01 18:03:23 +04:00
Émile Ré
62d13a1539
Handle table selection style with an overlay element
...
Signed-off-by: Émile Ré <emile@getprobo.com >
2026-04-01 18:03:23 +04:00
Émile Ré
cc93378996
Split menu components for better responsibility handling
...
Signed-off-by: Émile Ré <emile@getprobo.com >
2026-04-01 18:03:23 +04:00
Émile Ré
0b02171e4a
Fix link menu z-index
...
Signed-off-by: Émile Ré <emile@getprobo.com >
2026-04-01 18:03:23 +04:00
Émile Ré
7897871659
Refactor actions using builtin editor methods
...
Signed-off-by: Émile Ré <emile@getprobo.com >
2026-04-01 18:03:23 +04:00
Émile Ré
cf5ffc319a
Fix review
...
Signed-off-by: Émile Ré <emile@getprobo.com >
2026-04-01 18:03:23 +04:00
Émile Ré
aef0da4c52
Refactor duplicated code
...
Signed-off-by: Émile Ré <emile@getprobo.com >
2026-04-01 18:03:22 +04:00
Émile Ré
48fbca6b04
Add split cells action
...
Signed-off-by: Émile Ré <emile@getprobo.com >
2026-04-01 18:03:22 +04:00
Émile Ré
935e650991
Fix style of the drop cursor
...
Signed-off-by: Émile Ré <emile@getprobo.com >
2026-04-01 18:03:22 +04:00
Émile Ré
525f1e4473
Fix lit item paragraph must be full size
...
Signed-off-by: Émile Ré <emile@getprobo.com >
2026-04-01 18:03:21 +04:00
Émile Ré
d0592df676
Ensure caret is always visible
...
Signed-off-by: Émile Ré <emile@getprobo.com >
2026-04-01 18:03:21 +04:00
Émile Ré
67273fe1b6
Fix table dragging
...
Signed-off-by: Émile Ré <emile@getprobo.com >
2026-04-01 18:03:21 +04:00
Émile Ré
48206cbc36
Add header row / column option
...
Signed-off-by: Émile Ré <emile@getprobo.com >
2026-04-01 18:03:21 +04:00
Émile Ré
4840dd510d
Select all column / row cells on menu trigger click
...
Signed-off-by: Émile Ré <emile@getprobo.com >
2026-04-01 18:03:21 +04:00
Émile Ré
d75edca6b1
Add TableRowMenu
...
Signed-off-by: Émile Ré <emile@getprobo.com >
2026-04-01 18:03:21 +04:00
Émile Ré
c89c437074
Add table column menu
...
Signed-off-by: Émile Ré <emile@getprobo.com >
2026-04-01 18:03:20 +04:00
Émile Ré
9a3077b320
Fix drag
...
Signed-off-by: Émile Ré <emile@getprobo.com >
2026-04-01 18:03:20 +04:00
Émile Ré
74380f78d9
Add table cell menu
...
Signed-off-by: Émile Ré <emile@getprobo.com >
2026-04-01 18:03:20 +04:00
Émile Ré
70ebdd771d
Add table extension
...
Signed-off-by: Émile Ré <emile@getprobo.com >
2026-04-01 18:03:20 +04:00
Émile Ré
3afdb0b5b8
Fix placeholder not displayed in table and lists
...
Signed-off-by: Émile Ré <emile@getprobo.com >
2026-04-01 18:03:20 +04:00
Émile Ré
fc0c71ea7d
Fix block and options menu triggers alignment with hovered block
...
Signed-off-by: Émile Ré <emile@getprobo.com >
2026-04-01 18:03:20 +04:00
Émile Ré
c81769b926
Use slash to display menu and filter commands
...
Signed-off-by: Émile Ré <emile@getprobo.com >
2026-04-01 18:03:19 +04:00
Émile Ré
9c810eb1dc
Fix bug on hovered hr options menu click
...
Signed-off-by: Émile Ré <emile@getprobo.com >
2026-04-01 18:03:19 +04:00
Émile Ré
7c5d8a8cc5
Add link handling in floating ui instead of prompt
...
Signed-off-by: Émile Ré <emile@getprobo.com >
2026-04-01 18:03:19 +04:00
Émile Ré
9ce510caa7
Add phosphor icons and improve menus UI
...
Signed-off-by: Émile Ré <emile@getprobo.com >
2026-04-01 18:03:19 +04:00
Émile Ré
34d64ecb75
Add side actions for insertin new / editing blocks
...
Signed-off-by: Émile Ré <emile@getprobo.com >
2026-04-01 18:03:18 +04:00
Émile Ré
21eb2e5197
Add document node styling + extensions to handle clicking links with ctrl or cmd
...
Signed-off-by: Émile Ré <emile@getprobo.com >
2026-04-01 18:03:18 +04:00
Émile Ré
6d18c7fce7
Remove outline on rich editor focus
...
Signed-off-by: Émile Ré <emile@getprobo.com >
2026-04-01 18:03:18 +04:00
Émile Ré
eede0b72f1
Make rich editor full height
...
Signed-off-by: Émile Ré <emile@getprobo.com >
2026-04-01 18:03:17 +04:00
Émile Ré
b84eab4698
Disable RichEditor on non draft version
...
Signed-off-by: Émile Ré <emile@getprobo.com >
2026-04-01 18:03:17 +04:00
Émile Ré
3a054c70ba
Implement debounced auto save
...
Signed-off-by: Émile Ré <emile@getprobo.com >
2026-04-01 18:03:17 +04:00
Émile Ré
a9f4ecacfa
Install tip tap
...
Signed-off-by: Émile Ré <emile@getprobo.com >
2026-04-01 18:03:17 +04:00
Émile Ré
bd3869e0f0
Remove gif from allowed image types
...
Signed-off-by: Émile Ré <emile@getprobo.com >
2026-03-31 19:05:46 +04:00
Émile Ré
687148e2c1
Unify dropzone accept prop with accept helpers
...
Signed-off-by: Émile Ré <emile@getprobo.com >
2026-03-31 19:05:46 +04:00
Sacha Al Himdani
851e585b9b
Add ISC license headers to Go, TypeScript, and SQL files
...
Add ISC license headers to all .go, .ts, .tsx, and .sql files
using each file's git history to determine the correct copyright
year or year range. Trademarked icons (brand logos, vendor logos,
compliance framework logos) are excluded.
Signed-off-by: Sacha Al Himdani <sacha@getprobo.com >
2026-03-31 13:31:30 +02:00
Sacha Al Himdani
999171a626
Add document approval workflow
...
Introduce a complete approval system for document publishing. Document
versions can now require approval from selected reviewers before being
published, with automatic publishing once all approvers have approved.
- Add approval quorum and decision tables with backfill migration
- Implement request approval, approve, and reject flows with electronic
signature support for approve decisions
- Add employee approvals page with dedicated tab and pending approvals view
- Add changelog field to publish and request approval flows
- Pre-select previous version's approvers in the publish dialog
- Show quorum approvers in document list with 100 approver hard limit
- Expose approval workflow through GraphQL, MCP, and CLI
- Remove legacy default approvers feature entirely
- Add comprehensive e2e test coverage for approval workflows
Signed-off-by: Sacha Al Himdani <sacha@getprobo.com >
2026-03-27 19:43:20 +01:00
Sacha Al Himdani
a8f733706b
Fix npm audit vulnerabilities
...
Bump @n8n/node-cli to ^0.24.1 and remove stale form-data override.
Add overrides for transitive sub-dependencies with no upstream fix:
- brace-expansion ^5.0.5 (ReDoS / process hang)
- minimatch@9 ^9.0.9 (ReDoS in 9.0.0-9.0.6)
- langsmith ^0.5.0 (SSRF via tracing header injection)
- handlebars 4.7.9 (prototype pollution / XSS)
- @langchain/community ^1.1.25 (SSRF bypass)
Signed-off-by: Sacha Al Himdani <sacha@getprobo.com >
2026-03-27 11:23:41 +01:00
Bryan Frimin
36d517e8ce
Fix n8n sub-dep CVE
...
Signed-off-by: Bryan Frimin <bryan@getprobo.com >
2026-03-27 08:10:57 +01:00