Philipinho
046d9a31f1
Sidebar tree socket permissions
2026-02-11 12:58:09 -08:00
Philipinho
dacc26dea7
soft deleted page checks
2026-02-10 17:17:24 -08:00
Philipinho
7610e8458b
better permissions filtering
2026-02-10 17:03:01 -08:00
Philipinho
648101860c
short circuit sidebar permissions
2026-02-10 16:31:51 -08:00
Philipinho
66f09ae92d
filter trash
2026-02-10 14:50:20 -08:00
Philipinho
4f21fd7036
fix
2026-02-09 19:16:32 -08:00
Philipinho
f6e250958a
Merge branch 'main' into perm-x
2026-02-09 19:13:52 -08:00
Philip Okugbe
aff8dba2cb
fix: diagrams SVG content length ( #1928 )
2026-02-09 18:20:09 -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
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
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
0225764c2c
Merge branch 'main' into perm-x
2026-01-31 16:19:40 +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
Philipinho
50fb8a1a52
Merge branch 'main' into perm-x
2026-01-25 04:34:41 +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
dd3c75dcf5
Merge branch 'main' into perm-x
2026-01-20 10:44:46 +00:00
Philip Okugbe
f3f74c591f
fix(share): escape page title in SEO meta tags ( #1850 )
2026-01-19 19:31:28 +00:00
Philipinho
ff9743f2da
Merge branch 'main' into perm-x
2026-01-14 01:16:41 +00:00
Philip Okugbe
0bbc1c35de
fix: public sharing performance improvements ( #1841 )
2026-01-13 16:00:22 +00:00
Philip Okugbe
47097969a0
fix: use subquery ( #1833 )
...
- enhance file tasks list endpoint
2026-01-13 15:58:26 +00:00
Philip Okugbe
8fc8422fbc
fix: increase max length for groups and spaces ( #1840 )
2026-01-13 15:31:03 +00:00
Philipinho
495e7e62be
fix
2026-01-12 21:35:21 +00:00
Philipinho
b65b53096a
fix permission
2026-01-12 15:57:51 +00:00
Philipinho
4b65d4d81d
optimize share tree filtering for restricted pages
...
- Add getPageAndDescendantsExcludingRestricted to PageRepo that filters
restricted subtrees in a single query using recursive CTE
- Block share tree access when shared page inherits restriction from ancestor
2026-01-12 14:11:56 +00:00
Philipinho
a5696bb8e8
- CTE approach
...
- Remove closure table usage
2026-01-11 04:36:32 +00:00
Philipinho
4c635b4faf
single query check
2026-01-07 18:58:34 +00:00
Philipinho
56c1cfe7a9
restriction info
2026-01-07 18:38:29 +00:00
Philipinho
8112c3578b
fix page permissions management
2026-01-07 17:22:58 +00:00
Philipinho
f2de4a1839
WIP
2026-01-06 23:49:53 +00:00
Philipinho
8d9aa3b3aa
WIP 6 - rebuilding
2026-01-04 17:59:46 +00:00
Philipinho
d17efaf26e
Share permissions
2026-01-02 03:45:39 +00:00
Philipinho
8eb698648e
WIP 5
2025-12-31 10:16:54 +00:00
Philipinho
0c3901abf5
WIP 4
2025-12-29 22:13:58 +00:00
Philipinho
c2e722ee5c
WIP 3
2025-12-24 00:27:25 +00:00
Philipinho
f65726ae26
Fix permission - WIP
2025-12-23 23:05:04 +00:00
Philipinho
68a838606a
WIP
2025-12-23 22:41:29 +00:00
Philipinho
724e01bd55
fix default page share state (API)
2025-12-11 20:43:26 +00:00
Philip Okugbe
9fb16bc842
feat(EE): AI vector search ( #1691 )
...
* WIP
* AI module - init
* WIP
* sync
* WIP
* refactor naming
* new columns
* sync
* sync
* fix search bug
* stream response
* WIP
* feat embeddings sync
* refine
* Add workspaceId to page events
* refine
* WIP
* add translation string
* sync
* reset ai answer on query change
* hide AI search in cloud
* capture streaming error
* sync
2025-12-01 11:50:25 +00:00
Philip Okugbe
f5684b792e
fix duplicated page parenting ( #1692 )
2025-10-23 15:00:11 +01:00
Philip Okugbe
3164b6981c
feat: api keys management (EE) ( #1665 )
...
* feat: api keys (EE)
* improvements
* fix table
* fix route
* remove token suffix
* api settings
* Fix
* fix
* fix
* fix
2025-10-07 21:05:13 +01:00
Philipinho
16c1e864af
fix comment space
2025-10-07 18:44:37 +01:00
Philip Okugbe
bf8cf6254f
feat: Typesense search driver (EE) ( #1664 )
...
* feat: typesense driver (EE) - WIP
* feat: typesense driver (EE) - WIP
* feat: typesense
* sync
* fix
2025-10-07 17:34:32 +01:00
Philip Okugbe
1280f96f37
feat: implement space and workspace icons ( #1558 )
...
* feat: implement space and workspace icons
- Create reusable AvatarUploader component supporting avatars, space icons, and workspace icons
- Add Sharp package for server-side image resizing and optimization
- Create reusable AvatarUploader component supporting avatars, space icons, and workspace icons
- Support removing icons
* add workspace logo support
- add upload loader
- add white background to transparent image
- other fixes and enhancements
* dark mode
* fixes
* cleanup
2025-09-15 21:11:37 +01:00
Philipinho
dc0650289d
sync
2025-09-04 15:07:01 -07:00
Philipinho
eb8e8507ea
use debug
2025-09-04 13:27:15 -07:00
Philip Okugbe
f12866cf42
feat(EE): full-text search in attachments ( #1502 )
...
* feat(EE): fulltext search in attachments
* feat: global search
- search filters
- attachments search ui
- and more
* fix import
* fix import
* rename migration
* add GIN index
* fix table name
* sanitize
2025-09-02 05:27:01 +01:00
Philip Okugbe
dcbb65d799
feat(EE): LDAP integration ( #1515 )
...
* LDAP - WIP
* WIP
* add hasGeneratedPassword
* fix jotai atom
* - don't require password confirmation for MFA is user has auto generated password (LDAP)
- cleanups
* fix
* reorder
* update migration
* update default
* fix type error
2025-09-02 04:59:01 +01:00
Philip Okugbe
73ee6ee8c3
feat: subpages (child pages) list node ( #1462 )
...
* feat: subpages list node
* disable user-select
* support subpages node list in public pages
2025-08-31 18:54:52 +01:00
Philip Okugbe
3b85f4b616
fix: enforce C collation for page position ordering to ensure consistent behavior in Postgres 17+ ( #1446 )
...
- Add explicit C collation to position ordering queries to fix incorrect page placement in PostgreSQL 17+
- Ensures consistent ASCII-based ordering regardless of database locale settings
- Fixes issue where new pages were incorrectly placed at random positions instead of bottom
2025-08-04 09:49:29 +01:00