Commit Graph

374 Commits

Author SHA1 Message Date
9530a8b65c refine 2025-10-16 22:27:55 +01:00
b5b31cc48c feat embeddings sync 2025-10-15 10:23:59 +01:00
807603f3a2 WIP 2025-10-13 23:28:08 +01:00
68177d6f34 stream response 2025-10-09 01:58:44 +01:00
863eab68de fix search bug 2025-10-08 23:20:27 +01:00
05c63e83c8 Merge branch 'main' into ai-vector 2025-10-07 21:21:42 +01:00
042836cb6d sync 2025-10-07 21:09:55 +01:00
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
16c1e864af fix comment space 2025-10-07 18:44:37 +01:00
c9b1cad982 sync 2025-10-07 18:39:30 +01:00
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
3135030376 fix editor converter (#1647) 2025-09-30 16:07:19 +01:00
90dad04921 sync 2025-09-30 12:20:01 +01:00
eda75d6818 sync 2025-09-30 12:07:27 +01:00
b468d63512 Merge branch 'main' into ai-vector 2025-09-29 02:30:47 +01:00
b50e25600a sync 2025-09-28 16:44:33 +01:00
4393975caa new columns 2025-09-24 14:58:15 +01:00
d74aae374b Merge branch 'main' into ai-vector 2025-09-21 20:47:58 +01:00
3c4cab0d2a v0.23.2 2025-09-18 18:00:28 +01:00
cf5bbb10df fix import html processing 2025-09-18 15:34:13 +01:00
ac17521717 sync 2025-09-18 13:24:16 +01:00
9ac180f719 fix: enhance page import (#1570)
* change import process

* fix processor

* fix page name in notion import

* preserve confluence table bg color

* sync
2025-09-17 23:50:27 +01:00
46669fea56 (cloud) disable page sharing in trial mode 2025-09-17 23:36:13 +01:00
510687e18e refactor naming 2025-09-16 16:07:27 +01:00
e6bb54b278 Merge branch 'main' into ai-vector 2025-09-16 01:06:34 +01:00
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
f413720e15 - sync
- reinstantiate S3 client to fix file upload errors during import
- delete import zip file after use
2025-09-14 03:00:23 +01:00
8e16ad952a v0.23.1 2025-09-13 03:15:53 +01:00
7ada3cb1f9 fix: page import task (#1551)
* fix import

* - fix notion importer
- support notion page icon import
- fix horizontal rule css
- rename service file

* sync

* 3 mins delay
2025-09-13 03:14:59 +01:00
47c54174b3 sync 2025-09-11 00:50:15 +01:00
8816134c7c Merge branch 'main' into ai-vector 2025-09-10 02:41:19 +01:00
dc0650289d sync 2025-09-04 15:07:01 -07:00
ae24ea29ba v0.23.0 2025-09-04 13:42:59 -07:00
eb8e8507ea use debug 2025-09-04 13:27:15 -07:00
26ea04e2a3 sync 2025-09-04 12:25:53 -07:00
6cc58c57f5 sync 2025-09-04 12:16:30 -07:00
d43ee77617 remove debug log 2025-09-04 09:40:17 -07:00
5d91eb4f5f feat: queue imported attachments for indexing 2025-09-04 09:38:30 -07:00
f9e10805f0 sync 2025-09-02 21:38:14 -07:00
1f797c3d27 fix: confluence drawio import (#1518)
* POC

* WIP - working

* WIP

* WIP

* sync

* fix drawio preview image
2025-09-03 05:19:09 +01:00
ed07a23e63 WIP 2025-09-02 14:49:01 -07:00
5d1c8bb2ff sync 2025-09-01 22:03:36 -07:00
6685430d6f Merge branch 'main' into ai-vector 2025-09-01 22:02:52 -07:00
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
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
74cd890bdd feat(EE): implement SSO group sync for SAML and OIDC (#1452)
* feat: implement SSO group synchronization for SAML and OIDC

- Add group_sync column to auth_providers table
- Extract groups from SAML attributes (memberOf, groups, roles)
- Extract groups from OIDC claims (groups, roles)
- Implement case-insensitive group matching with auto-creation
- Sync user groups on each SSO login
- Ensure only one provider can have group sync enabled at a time
- Add group sync toggle to SAML and OIDC configuration forms

* rename column
2025-08-31 20:33:37 +01:00
509622af54 ignore type error 2025-08-31 12:20:40 -07:00
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
aa58e272d6 fix: exclude deleted pages (#1494) 2025-08-31 09:11:33 +01:00
bfa564615f WIP 2025-08-23 09:29:29 -07:00