Commit Graph

  • bdfd0413b4 feat(bases): card-to-card kanban drag with edge slotting Philipinho 2026-05-24 15:34:40 +01:00
  • a9c6051d12 feat(bases): add per-column '+ New' button to kanban Philipinho 2026-05-24 13:51:20 +01:00
  • 76ca68bec6 feat(bases): surface group-by picker in toolbar for kanban views Philipinho 2026-05-24 13:46:41 +01:00
  • c350308c03 feat(bases): add kanban empty state with group-by picker Philipinho 2026-05-24 13:42:35 +01:00
  • f36df26d75 feat(bases): dispatch kanban view through ViewRenderer Philipinho 2026-05-24 13:38:11 +01:00
  • ee4bf73c92 refactor(bases): rename KanbanColumn helper type to KanbanColumnData; clsx + font vars Philipinho 2026-05-24 13:36:12 +01:00
  • 68cdcd970c feat(bases): scaffold kanban renderer (no DnD yet) Philipinho 2026-05-24 13:27:25 +01:00
  • dfd6d3aee0 test(bases): pin resolveCardDrop catch-fallback behavior + fix comment Philipinho 2026-05-24 13:24:36 +01:00
  • ad0e65371b feat(bases): add resolveCardDrop helper for kanban drag mutations Philipinho 2026-05-24 13:20:31 +01:00
  • fd6f6a9341 fix(bases): always render kanban NO_VALUE column unless explicitly hidden Philipinho 2026-05-24 13:13:12 +01:00
  • a60de83e57 feat(bases): add useKanbanGroups partitioning hook Philipinho 2026-05-24 13:09:26 +01:00
  • f75779951e refactor(bases): split BaseTable into BaseView shell + ViewRenderer Philipinho 2026-05-24 13:00:20 +01:00
  • 6b3babb3de fix(bases): strip all property-id refs from view config on delete Philipinho 2026-05-24 12:52:05 +01:00
  • b8192e69d1 feat(bases): cascade-clean view configs when a property is deleted Philipinho 2026-05-24 12:41:14 +01:00
  • 46c5960e99 feat(base): clearer warning copy for url/email type conversions Philipinho 2026-05-24 12:37:56 +01:00
  • 38cdf1267a fix(base): always rewrite cells on type change so renderers see correct shape Philipinho 2026-05-24 12:37:52 +01:00
  • 9cec9b64c6 feat(bases): allow updateRow to set position atomically Philipinho 2026-05-24 12:31:36 +01:00
  • a793e65560 fix(base): suppress prosemirror dropcursor inside base-embed atom Philipinho 2026-05-24 12:31:08 +01:00
  • b9ab95af4e Revert "fix(base): isolate inline-embed drags from prosemirror dropcursor" Philipinho 2026-05-24 12:28:16 +01:00
  • a60febc92f feat(bases): add kanban view config fields to schema Philipinho 2026-05-24 12:26:36 +01:00
  • 3c62331826 fix(base): isolate inline-embed drags from prosemirror dropcursor Philipinho 2026-05-24 02:50:49 +01:00
  • b83b92bea6 fix(base): invalidate row cache on base:schema:bumped Philipinho 2026-05-24 02:43:16 +01:00
  • 651f799e3a chore(client): drop unused @dnd-kit packages Philipinho 2026-05-24 02:41:43 +01:00
  • 5f845ab4c3 feat(base): add i18n keys for property type-change UI Philipinho 2026-05-24 02:37:28 +01:00
  • d607e858d5 refactor(base): migrate choice editor reorder from dnd-kit to pragmatic-drag-and-drop Philipinho 2026-05-24 02:35:34 +01:00
  • 909b6a8f9c feat(base): show Converting badge in column header during type change Philipinho 2026-05-24 02:35:22 +01:00
  • 23ea060e54 feat(base): restore property type change with confirmation panel Philipinho 2026-05-24 02:32:43 +01:00
  • 73e626e3bc refactor(base): stabilize column-reorder dnd effect against WS-driven refetches Philipinho 2026-05-24 02:31:52 +01:00
  • c2dac69e70 feat(base): add conversion-warning lookup with unit tests Philipinho 2026-05-24 02:29:52 +01:00
  • e1f862967a feat(base): wire type field through UpdatePropertyInput + restore row invalidation Philipinho 2026-05-24 02:27:37 +01:00
  • a66d31178a fix(base): sync client SYSTEM_PROPERTY_TYPES with server (add formula) Philipinho 2026-05-24 02:26:13 +01:00
  • eeb84e97c9 refactor(base): migrate column reorder from dnd-kit to pragmatic-drag-and-drop Philipinho 2026-05-24 02:24:54 +01:00
  • 9c124f8851 feat(base): guard system-source/primary type changes; allow rename mid-conversion Philipinho 2026-05-24 02:24:37 +01:00
  • c8ce98347e feat(base): allow type on /properties/update, restricted to user types Philipinho 2026-05-24 02:21:47 +01:00
  • 64a1e22cb4 feat(base): add USER_PROPERTY_TYPES subset for type-change DTO Philipinho 2026-05-24 02:19:42 +01:00
  • 218b5755a9 feat(base): add drop-edge indicator component for pragmatic-dnd Philipinho 2026-05-24 02:18:31 +01:00
  • 911bf53924 Merge branch 'main' into base-formula Philipinho 2026-05-24 01:47:59 +01:00
  • d7c4f0551e fix: strip html styles on paste Philipinho 2026-05-22 19:00:30 +01:00
  • 61a91cd086 fix: remove duplicate storage key Philipinho 2026-05-22 14:54:52 +01:00
  • f010f6a83a fix: internal links Philipinho 2026-05-21 17:01:20 +01:00
  • 13a7f1372f fix: update pdf-inspector package v0.90.0 Philipinho 2026-05-21 13:44:11 +01:00
  • 4295ea09f6 feat(storage): add Azure Blob Storage driver (#2222) Philip Okugbe 2026-05-21 12:18:58 +01:00
  • d260353d59 feat(storage): add Azure Blob Storage driver feat/azure-storage-driver Philipinho 2026-05-21 12:07:44 +01:00
  • ed0501a864 fix passing wrong object Philipinho 2026-05-20 19:09:22 +01:00
  • aa0c37bd68 sync Philipinho 2026-05-20 18:41:23 +01:00
  • a5858bc470 fix: update packages (#2221) Philip Okugbe 2026-05-20 18:30:15 +01:00
  • 779f9604a7 update packages package-updates11 Philipinho 2026-05-20 18:28:04 +01:00
  • 0402420fbc fix visibility Philipinho 2026-05-20 18:20:52 +01:00
  • 2be5e0d4ee New Crowdin updates (#2220) Philip Okugbe 2026-05-20 18:20:02 +01:00
  • e02f0acc65 fix: add i18next_json type to crowdin Philipinho 2026-05-20 17:34:34 +01:00
  • adb1f27767 v0.90.0 Philipinho 2026-05-20 16:55:23 +01:00
  • 92c0e36e46 fix(a11y): WCAG 2.1 AA fixes (#2219) Philip Okugbe 2026-05-20 16:47:25 +01:00
  • 1c166c4736 feat(editor): add alt text support for images (#2097) Olivier Lambert 2026-05-20 17:45:59 +02:00
  • a8c0033ebb fix(a11y): WCAG 2.1 AA fixes a11y-fix Philipinho 2026-05-20 14:47:04 +01:00
  • 66a754c9eb Revert "fix: prevent browser tab fallback in editor (#2123)" (#2216) Philip Okugbe 2026-05-19 14:07:07 +01:00
  • 965c864221 Revert "fix: prevent browser tab fallback in editor (#2123)" revert-2123-fix/list-tab-fallback Philip Okugbe 2026-05-19 14:06:45 +01:00
  • 6cf8101ab3 feat(ee): templates (#2215) Philip Okugbe 2026-05-19 02:41:52 +01:00
  • 55537cd090 fix feat/templates Philipinho 2026-05-19 02:40:58 +01:00
  • cc691d1138 fix tree Philipinho 2026-05-19 02:37:14 +01:00
  • 1997610cb8 Merge branch 'main' into feat/templates Philipinho 2026-05-19 02:04:30 +01:00
  • bf9ea63247 feat(ee): templates Philipinho 2026-05-19 02:03:27 +01:00
  • 0d6538ab1a feat: iframe configuration Philipinho 2026-05-18 22:02:31 +01:00
  • 812d0765b5 types Philipinho 2026-05-18 16:58:52 +01:00
  • 234bd13453 fix(auth): clear page indexeddb databases on logout Philipinho 2026-05-18 01:59:43 +01:00
  • affd2e6740 feat(comment): enable text color in comments Philipinho 2026-05-18 00:14:59 +01:00
  • 37e652ade5 chore: bump ee submodule Philipinho 2026-05-18 00:14:56 +01:00
  • 38a847f305 fix(confluence-api-import): rename list endpoint to history Philipinho 2026-05-18 00:14:53 +01:00
  • 7c80688698 feat(confluence-api-import): show user count in import history Philipinho 2026-05-18 00:14:46 +01:00
  • 0320e07bb1 feat(confluence-api-import): add import mappings type Philipinho 2026-05-18 00:14:44 +01:00
  • 1982a0ed1e feat: encryption module Philipinho 2026-05-16 23:40:43 +01:00
  • fcb2b08cf3 docs(import): trim auto-embed comment Philipinho 2026-05-16 21:53:25 +01:00
  • e5ff58a73a fix(import): only auto-embed links when they're the sole content of their block Philipinho 2026-05-16 21:00:41 +01:00
  • d3bb105366 feat(import): add deterministic anchor nodeId helper Philipinho 2026-05-16 18:24:44 +01:00
  • bbb1b5eb26 feat(import): add Confluence emoji-id parser with tests Philipinho 2026-05-16 01:28:10 +01:00
  • 3e66aff1e2 feat(import): extract Confluence indent helper with auto-detect unit and tests Philipinho 2026-05-16 01:21:14 +01:00
  • 89442f5154 feat(import): add shared Confluence margin-left indent normalizer Philipinho 2026-05-16 01:10:28 +01:00
  • 12ef426541 Merge branch 'main' into confluence Philipinho 2026-05-15 13:26:33 +01:00
  • b7b99cb3b2 fix: code splitting and editor fixes (#2211) Philip Okugbe 2026-05-15 02:46:54 +01:00
  • 834b6f68f7 feat(webhooks): bump submodule for at-rest encryption of signing secret feat-webhooks Philipinho 2026-05-15 02:36:05 +01:00
  • 214daa1ec3 feat(webhooks): admin UI for managing webhooks and viewing deliveries Philipinho 2026-05-15 02:07:13 +01:00
  • 6af74eb3d4 feat(webhooks): dispatch domain events to webhook subscribers Philipinho 2026-05-15 01:59:02 +01:00
  • 58ada5a1b4 fix callout fix-873 Philipinho 2026-05-15 01:45:33 +01:00
  • e7fff3c9b5 feat(webhooks): backend module, dispatcher, processor, controller Philipinho 2026-05-15 01:44:58 +01:00
  • 63c1241125 feat(webhooks): scaffold feature flag, CASL subject, queue, and migration Philipinho 2026-05-15 01:36:05 +01:00
  • 0ae407839f fix codeblock/mermaid gap cursor Philipinho 2026-05-14 23:23:20 +01:00
  • d524073d86 fix: editor ready check Philipinho 2026-05-14 18:40:03 +01:00
  • 5c5fff517c fix code splitting Philipinho 2026-05-14 18:05:39 +01:00
  • 3115c5e097 fix table Philipinho 2026-05-14 18:04:25 +01:00
  • 03c1e8c4ed fix collab module Philipinho 2026-05-14 15:06:51 +01:00
  • e41518a93d fix type Philipinho 2026-05-14 14:49:02 +01:00
  • 932c1ad5b7 Better trash (#2190) Peter Tripp 2026-05-14 09:41:10 -04:00
  • 82d065669d fix: page mode toggle no longer overwrites default preference (#1996) Julien Fontanet 2026-05-14 14:15:03 +02:00
  • f758091b2a perf(permissions): cache space role and page edit lookups (#2208) Philip Okugbe 2026-05-14 13:11:28 +01:00
  • f4af4c3fc0 feat(editor): add page break node (#2202) Philip Okugbe 2026-05-14 03:48:13 +01:00
  • 425924cb4d feat(editor): add page break node feat/pagebreak Philipinho 2026-05-14 03:47:27 +01:00
  • 3b983a27f6 sync Philipinho 2026-05-14 03:01:55 +01:00
  • 299a9ca3c8 fix: bug fixes (#2201) Philip Okugbe 2026-05-14 02:54:00 +01:00
  • ee55c8808e package overrides fix-981 Philipinho 2026-05-14 02:41:24 +01:00
  • 91e3a1d015 sync Philipinho 2026-05-14 02:29:58 +01:00
  • c521917ffe fix: auto redirect if there is only one SSO provider. - fix tighten sso redirect - fix share tree margin Philipinho 2026-05-14 02:18:04 +01:00