Philipinho
fe3732add9
responsive highlight button
2026-02-01 23:55:10 +00:00
Philipinho
9db9eb852c
fix text shift
2026-02-01 23:43:36 +00:00
Philipinho
3007060ac4
colors
2026-02-01 23:38:45 +00:00
Philipinho
ba9e58ede9
remove counter
2026-02-01 19:05:58 +00:00
Philipinho
f2bc0b5049
WIP
2026-02-01 18:44:25 +00:00
Philipinho
eba5ae2eb3
dry
2026-02-01 18:42:06 +00:00
Philipinho
b6344f2e08
mobile scroll
2026-02-01 18:18:07 +00:00
Philipinho
db52b6036e
add diff to mobile
2026-02-01 18:01:24 +00:00
Philipinho
fe5b236d41
WIP
2026-02-01 17:54:21 +00:00
Philipinho
b3c5ca6d5f
WIP
2026-02-01 17:39:55 +00:00
Philipinho
483e39db1c
WIP
2026-02-01 11:16:38 +00:00
Philipinho
56f476649c
scroll
2026-02-01 10:52:45 +00:00
Philipinho
1b82959859
type
2026-02-01 10:46:32 +00:00
Philipinho
4d322e9157
atom
2026-02-01 02:16:53 +00:00
Philipinho
20a7acfccc
fix scroll
2026-02-01 00:39:29 +00:00
Philipinho
040ad04a27
scroll
2026-02-01 00:15:58 +00:00
Philipinho
d3ca1ed72c
legible
2026-02-01 00:01:17 +00:00
Philipinho
207b1b593a
cleanup diff count
2026-01-31 23:59:40 +00:00
Philipinho
6c664a366f
fix flicker
2026-01-31 23:50:55 +00:00
Philipinho
4873f7b9ff
prefetch history
2026-01-31 23:33:25 +00:00
Philipinho
718ca2b674
lazy load history
2026-01-31 23:19:56 +00:00
Philipinho
e189d01ce0
dev mode history
2026-01-31 22:46:21 +00:00
Philipinho
edd3754e46
WIP
2026-01-31 22:44:52 +00:00
Philipinho
b2b147f1bd
node deletion
2026-01-31 22:15:16 +00:00
Philipinho
129e21f728
fix inline changes in nested nodes
2026-01-31 21:59:11 +00:00
Philipinho
70124475ab
nodes
2026-01-31 21:54:22 +00:00
Philipinho
7d7decb459
highlights
2026-01-31 20:03:43 +00:00
Philipinho
1eba6e93cc
WIP 3
2026-01-31 19:03:26 +00:00
Philipinho
cd52acc415
WIP 2
2026-01-31 19:01:43 +00:00
Philipinho
a09e35ba8f
WIP
2026-01-31 18:34:25 +00:00
Philipinho
8e2cf9bb02
fix
2026-01-31 16:46:40 +00:00
Philipinho
cff4ba8e50
Merge branch 'main' into feat/history-diff
2026-01-31 16:40:44 +00:00
Philipinho
f32bb298e0
v0.25.0-beta.1
v0.25.0-beta.1
2026-01-30 23:09:01 +00:00
Pleasure1234
3178cad796
fix: handle empty replace term in search and replace functionality ( #1562 )
...
- Fix 'Empty text nodes are not allowed' error when replace field is empty
- Update both replace() and replaceAll() functions to check for empty replaceTerm
2026-01-30 22:37:22 +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
Philip Okugbe
de5f71894a
New Crowdin updates ( #1869 )
...
* New translations translation.json (Japanese)
* New translations translation.json (French)
* New translations translation.json (Spanish)
* New translations translation.json (German)
* New translations translation.json (Italian)
* New translations translation.json (Korean)
* New translations translation.json (Dutch)
* New translations translation.json (Russian)
* New translations translation.json (Ukrainian)
* New translations translation.json (Chinese Simplified)
* New translations translation.json (Portuguese, Brazilian)
2026-01-25 12:39:19 +00:00
Philip Okugbe
351b075ebb
fix(tree): update sidebar-pages cache directly instead of refetching on page move ( #1870 )
2026-01-25 12:38:44 +00:00
Philipinho
1ca7d42203
fix switch space toggle
2026-01-25 02:49:25 +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
Philipinho
5dbf0027bd
Add isomorphic basename utility
2026-01-25 00:08:02 +00:00
Philip Okugbe
5588ec34fb
New Crowdin updates ( #1866 )
...
* New translations translation.json (Japanese)
* New translations translation.json (French)
* New translations translation.json (Spanish)
* New translations translation.json (German)
* New translations translation.json (Italian)
* New translations translation.json (Korean)
* New translations translation.json (Dutch)
* New translations translation.json (Russian)
* New translations translation.json (Ukrainian)
* New translations translation.json (Chinese Simplified)
* New translations translation.json (Portuguese, Brazilian)
* New translations translation.json (Japanese)
* New translations translation.json (French)
* New translations translation.json (Spanish)
* New translations translation.json (German)
* New translations translation.json (Italian)
* New translations translation.json (Korean)
* New translations translation.json (Dutch)
* New translations translation.json (Russian)
* New translations translation.json (Ukrainian)
* New translations translation.json (Chinese Simplified)
* New translations translation.json (English)
* New translations translation.json (Portuguese, Brazilian)
2026-01-25 00:04:50 +00:00
Philipinho
55b8128829
Fix Google sheets regex
2026-01-24 23:35:04 +00:00