Philipinho
a1b6e7dbbd
support image resize undo
2026-02-24 09:38:05 +00:00
Philipinho
8c380db8c3
refactor excalidraw and drawio menu
2026-02-23 23:48:14 +00:00
Philipinho
c172d3bd5e
fix
2026-02-21 00:43:49 +00:00
b4sh2
d6472f0876
Merge commit from fork
...
Co-authored-by: b4sh2 <b4sh2@users.noreply.github.com >
2026-02-20 16:59:44 +00:00
Philipinho
873c963043
fix db types duplication
2026-02-19 22:34:07 +00:00
Philip Okugbe
0aeaa43112
feat: replace sharp with client-side icon resize ( #1951 )
2026-02-16 19:48:19 +00:00
Philipinho
0ce74d34de
env validation
2026-02-16 04:11:19 +00:00
Philipinho
26b9338da5
sync
2026-02-15 23:04:18 +00:00
Philipinho
cb9d6be3b9
sync
2026-02-15 17:07:27 +00:00
Arek Nawo
b76f5adaad
feat(ee): AI menu ( #1912 )
...
* feat(ee): AI menu
* - Add insert below and copy option
* prebuild @editor-ext
* sanitize output
* clear existing output
* switch to menu component
* refactor directory
* separator
* refactor directory
* support more languages
* pass markdown to model
* fix: close AI menu on page change
* enhance text input and preview styling
* fix: Use absolute positioning for the AI menu
* make preview scrollable
* activation controls
* enhance bubble menu
* sync
* set width
* fix line break
* switch terminologies
* cloud
* buffer
---------
Co-authored-by: Philipinho <16838612+Philipinho@users.noreply.github.com >
2026-02-14 20:58:08 -08:00
Philipinho
41fa77b29d
sync
2026-02-14 20:03:35 -08:00
Philip Okugbe
05b3c65b0f
feat: notifications ( #1947 )
...
* feat: notifications
* feat: watchers
* improvements
* handle page move for watchers
* make watchers non-blocking
* more
2026-02-14 20:00:38 -08:00
Philip Okugbe
18b5781522
feat(API): page content update and retrieval ( #1937 )
...
* feat: page content update and retrieval output
* import module
* refactor naming
* support prepend
* rename contentOperation -> operation
* dry
* add yjs utils
2026-02-12 11:13:47 -08:00
Philipinho
4d43f86c51
update deps
2026-02-11 17:43:13 -08:00
Philip Okugbe
f170ede8da
fix(deps): override packages ( #1936 )
...
* override packages
2026-02-11 16:48:26 -08:00
Philipinho
7861b5b186
fix: add RedisModule to CollabAppModule
2026-02-09 18:50:31 -08:00
Philipinho
ab7999a946
v0.25.3
2026-02-09 18:27:55 -08:00
Philip Okugbe
0f02261ee6
feat: page version history improvements ( #1925 )
...
* Refactor: use queue for page history
* feat: save multiple version contributors
* display contributor avatars in history list
* fix interval
2026-02-09 18:25:35 -08:00
Philip Okugbe
aff8dba2cb
fix: diagrams SVG content length ( #1928 )
2026-02-09 18:20:09 -08:00
Philipinho
fbb44df548
v0.25.2
2026-02-06 11:32:00 -08:00
Philipinho
ae96352189
sync
2026-02-06 10:37:51 -08:00
Philip Okugbe
1ad53c2581
feat(ee): public sharing controls ( #1910 )
...
* feat(ee): public sharing controls
* lint
2026-02-06 10:35:36 -08:00
Philip Okugbe
2f97a3debc
feat: DOCX import ( #1913 )
2026-02-06 10:34:51 -08:00
Philip Okugbe
4878850b25
fix: attachment bugs in safari( #1908 )
...
* use widely available arrayBuffer
* fix stream fails in safari
* fix hasFocus bug
* fix safari upload bug
* feat: add HTTP range request support for file serving
2026-02-05 07:47:03 -08:00
Philipinho
e0809e7104
v0.25.1
2026-02-04 07:10:13 -08:00
Philip Okugbe
08e94eb3c1
update dependencies ( #1902 )
2026-02-03 15:15:23 -08:00
Philipinho
6a0bb8d4cb
v0.25.0
2026-02-03 13:18:03 -08:00
Philip Okugbe
fc4a428208
fix(deps): update dependencies ( #1898 )
2026-02-03 13:04:00 -08:00
Philip Okugbe
5506eb194b
feat: page history diff ( #1891 )
...
* Show actual history changes
* V2 - WIP
* feat: page history diff
* fix: exclude content from history listing
---------
Co-authored-by: Jason Norwood-Young <jason@10layer.com >
2026-02-03 11:55:20 -08:00
Philipinho
f32bb298e0
v0.25.0-beta.1
2026-01-30 23:09:01 +00:00
Philipinho
9d7f8c62c5
sync
2026-01-30 22:31:49 +00:00
Philip Okugbe
78b1c1a453
feat: switch to cursor pagination ( #1884 )
...
* add cursor pagination function
* support custom order modifier
* refactor returned object
* feat(db): migrate paginated endpoints to cursor-based pagination
* sync
* support hasPrevPage boolean
* feat(client): migrate pagination from offset to cursor-based
* support beforeCursor/prevCursor
* wrap search results in items array for API consistency
2026-01-30 19:28:54 +00:00
Philip Okugbe
96ed98619f
feat: add IPv6 support via configurable HOST binding ( #1885 )
2026-01-30 00:33:10 +00:00
Philip Okugbe
60501de992
fix: missing logs on OnApplicationBootstrap hook ( #1882 )
...
* - fix: set default Nest logger and bufferLogs to false for pino compatibility
- handle redis error event
* fix collab server logging too
2026-01-29 09:25:23 +00:00
Philip Okugbe
74e915546b
feat: collab redis extension with server affinity ( #1873 )
...
* feat(collab): better redis extension
* move types to own file
* debug logging
* fix: graceful collab shutdown
* rename default prefix
* pass wsAdapter to gateway
* expose event handler
* unique collab serverId generation
* uninstall @hocuspocus/extension-redis package
* expose more functions
* sync with latest
* cleanup
* fastify router options
* cleanup type
2026-01-27 17:05:05 +00:00
Philipinho
3523600f40
add timestamps
2026-01-27 16:49:22 +00:00
Philip Okugbe
6ccb2bb872
feat(export): add metadata file to preserve page icons and ordering on import ( #1877 )
...
* feat(export): add metadata file to preserve page icons and ordering on import
- Export includes `docmost-metadata.json`
- Import reads metadata to restore icons and sort siblings by original position
* cleanup
* bonus fixes
* handle unknown prosemirror nodes
* add docmost app version
2026-01-27 16:39:39 +00:00
Philipinho
0245a183e1
sync
2026-01-26 02:08:54 +00:00
Philipinho
1e441560f6
fix production logs filter
2026-01-25 02:15:10 +00:00
Philip Okugbe
54775f537d
fix: handle malformed URLs gracefully during import/export ( #1868 )
...
* Handling malformed URLs gracefully
* Allow import of invalid URLs, but adding logging.
---------
Co-authored-by: gpapp <gergely.papp@itworks.hu >
2026-01-25 00:48:43 +00:00
Philip Okugbe
aa6a046aa6
feat(export): add export loading state and copy as markdown ( #1867 )
...
* feat: add loading state to export
* feat: copy as markdown
* preserve taskList comment
2026-01-24 23:30:17 +00:00
Philip Okugbe
657fdf8cb7
feat: Tiptap V3 migration ( #1854 )
...
* Tiptap3 migration - WIP
* fix collaboration
* remove unused code
* fix flicker
* disable duplicate extensions
* update tiptap version
* Switch to useEditorState
- Set shouldRerenderOnTransaction to false
* fix editable state
* add tippyoptions for reference
* merge main
* tiptap 3.6.1
* fix bubble menu
* fix converter
* fix menus
* fix collaboration caret css
* fix: Set `isInitialized` to force immediate react node view rendering
* feat: Migrate tippy.js menus to Floating UI
* feat: Update collaboration connection for HocusPocus v3
* fix: Connect/disconnect websocketProvider
* cleanup
* cleanup
* feat: Improved placeholder and upload handling for images
* feat: Improved placeholder and upload handling for videos
* refactor: Image node and view clean-up
* feat: Improved placeholder and upload handling for attachments
* fix: Video view styles
* fix: Transaction handling on asset upload
* fix: Use imageDimensionsFromStream
* feat: Multiple file upload, improved placeholders, local previews
* fix: Drag & drop, paste upload
* fix: Allow media as attachment
* * add skeleton pulse animation
* add translation strings
* fix attachment view responsiveness
* fix collab connection status display
* Tiptap v3.17.0
* fix suggestion menu exit bug
* fix search shortcut
* fix history editor css
* tiptap 3.17.1
---------
Co-authored-by: Arek Nawo <areknawo@areknawo.com >
2026-01-24 20:41:08 +00:00
Philip Okugbe
98f71c95fe
feat: stream file serving ( #1865 )
2026-01-24 17:54:56 +00:00
Philip Okugbe
efb0a9317b
feat: allow upload of large files ( #1862 )
...
* Allow upload of large files
* feat: createByteCountingStream utility function.
---------
Co-authored-by: gpapp <gergely.papp@itworks.hu >
2026-01-22 20:00:58 +00:00
Philipinho
063ea99b66
sync
2026-01-21 18:17:48 +00:00
Philip Okugbe
aa143ad79c
refactor(db): migrate from node-postgres to postgres.js ( #1846 )
...
* refactor(db): migrate from node-postgres to postgres.js
* ignore schema param
2026-01-21 18:12:16 +00:00
Philip Okugbe
918f4508d2
feat: switch to pino for logs ( #1855 )
...
- switch to json logs in production
- add option to support http logging
2026-01-21 01:23:50 +00:00
Philip Okugbe
f3f74c591f
fix(share): escape page title in SEO meta tags ( #1850 )
2026-01-19 19:31:28 +00:00
Philipinho
bf89eff5e7
sync
2026-01-16 13:20:31 +00:00
Philip Okugbe
183787fa0c
fix: update dependencies ( #1843 )
2026-01-14 16:36:47 +00:00