Commit Graph

1385 Commits

Author SHA1 Message Date
Khor Shu Heng 17733093e9
Merge pull request #797 from AppFlowy-IO/hide-space-without-published-doc
fix: hide space without any published documents
2024-09-09 10:35:44 +08:00
Matteo Pietro Dazzi e8484fdc1e fix: auth 2024-09-07 12:22:30 +02:00
khorshuheng df14ecbfbd fix: hide space without any published documents, allow private published
collab
2024-09-06 16:39:34 +08:00
Zack Fu Zi Xiang d1635cb99c
chore: add test 2024-09-06 15:30:28 +08:00
Zack Fu Zi Xiang 088d8763da
chore: add related db directly to dest view instead 2024-09-06 13:18:41 +08:00
Zack Fu Zi Xiang 720731b9e4
fix: database inline view id 2024-09-06 12:02:57 +08:00
Zack Fu Zi Xiang 407b056e66
fix: update iid 2024-09-06 07:28:15 +08:00
Zack Fu Zi Xiang f7b7686573
Merge branch 'main' into feat/duplicate-relation 2024-09-05 15:17:34 +08:00
Khor Shu Heng bfc8b0db58
Merge pull request #796 from AppFlowy-IO/filter-by-parent-view
fix: filter out children which the view's parent does not match the actual parent view id
2024-09-05 14:57:40 +08:00
khorshuheng 50f24a174f fix: filter out children which the view's parent does not match the actual parent view id 2024-09-05 14:35:55 +08:00
Zack Fu Zi Xiang 42b98aeb77
chore: cargo clippy 2024-09-05 14:27:03 +08:00
Zack Fu Zi Xiang 22a416c99f
Merge branch 'main' into feat/duplicate-relation 2024-09-05 14:21:05 +08:00
Zack Fu Zi Xiang 16bebc7d2d
feat: replace related row id with duplicated row id 2024-09-05 14:20:14 +08:00
Zack d3b5b4feea
Merge pull request #794 from AppFlowy-IO/fix/del-collab-emb
fix: slow query deleting collab embeddings
2024-09-05 14:18:32 +08:00
Zack Fu Zi Xiang 206c2cadaf
chore: cargo deny check advisories 2024-09-05 12:06:57 +08:00
Zack Fu Zi Xiang cf7d4b0ac9
Merge branch 'main' into fix/del-collab-emb 2024-09-05 11:21:06 +08:00
Zack Fu Zi Xiang 76d70e2288
Merge branch 'main' into feat/duplicate-relation 2024-09-05 11:19:20 +08:00
Nathan.fooo 5d356718fa
fix: using spawn_blocking in order to not block the runtime (#793)
* fix: using blocking in order to not block the runtime

* chore: increase deps count
2024-09-05 09:19:34 +08:00
Zahin Mohammad 9fc15827f8 feat(af-cloud): expose container port via env var 2024-09-04 12:35:05 -04:00
Zahin Mohammad fa5f548c95 feat(admin): expose container port via env var 2024-09-04 12:35:02 -04:00
Zahin Mohammad 8507a32729 feat(admin): host and port set via env vars
This allows users to use ipv4 or ipv6
2024-09-04 12:33:44 -04:00
Zack Fu Zi Xiang e977cb5701
Merge branch 'main' into feat/duplicate-relation 2024-09-05 00:18:11 +08:00
Zack Fu Zi Xiang 5a2cd05f3f
feat: duplicate database for relation 2024-09-05 00:17:56 +08:00
Zack Fu Zi Xiang 312411cca2
fix: slow query deleting collab embeddings 2024-09-05 00:06:04 +08:00
nathan 886376e8bd chore: update client api log 2024-09-04 22:02:37 +08:00
Kalitsune 366aa03a0e
feat: modernized the docker-compose file (#776)
This commit allows the port to be controlled using environment variables without having to edit the file which can be troublesome as this app is deployed as a git repo.

Additionaly this commits removes the `version` field which is now deprecated (read: https://docs.docker.com/reference/compose-file/version-and-name/#version-top-level-element-obsolete)
2024-09-04 19:15:35 +08:00
Khor Shu Heng 348f2c8ff1
feat: add is published field to published outline response (#790) 2024-09-04 19:14:39 +08:00
Zack Fu Zi Xiang fe65396f3e
feat: support row relation 2024-09-04 18:12:33 +08:00
Nathan.fooo 4e384b982e
chore: pass chat metadata (#789)
* chore: pass chat metadata

* chore: clippy
2024-09-04 17:19:39 +08:00
Zack 2b57fb7125
Merge pull request #788 from AppFlowy-IO/fix/user-delete
fix: delete user should only remove owned workspaces
2024-09-04 14:21:55 +08:00
Zack Fu Zi Xiang 584ed0863f
chore: fmt sqlx 2024-09-04 12:03:25 +08:00
Zack Fu Zi Xiang 6d0a7cc95b
fix: delete user should only remove owned workspaces 2024-09-04 12:00:34 +08:00
Zack 40017ee497
Merge pull request #787 from AppFlowy-IO/fix/dup-doc-db
fix: parent database id for inline doc
2024-09-04 10:22:55 +08:00
Zack Fu Zi Xiang e1fc5f230e
chore: add test for doc with embedded grid 2024-09-04 00:45:01 +08:00
Zack Fu Zi Xiang 7fd94d5ab7
fix: parent database id for inline doc 2024-09-03 23:36:35 +08:00
Nathan.fooo 5b5e561afb
chore: decode file url (#786) 2024-09-03 21:30:33 +08:00
Zack 72652086f5
Merge pull request #785 from AppFlowy-IO/fix/release-compile
fix: compile for release mode
2024-09-03 17:30:53 +08:00
Zack Fu Zi Xiang 292740ec58
fix: compile for release mode 2024-09-03 17:21:39 +08:00
Khor Shu Heng 6c0c99aaaa
Merge pull request #784 from AppFlowy-IO/publish-outline
feat: published view outline endpoint
2024-09-03 16:49:31 +08:00
khorshuheng a7a1a2f8a4 chore: reuse get collab folder 2024-09-03 15:40:33 +08:00
khorshuheng 89f43bb24a chore: replace query with query scalar for retrieving published view id 2024-09-03 15:28:01 +08:00
khorshuheng e397510834 feat: add max depth to prevent excessive recursion 2024-09-03 15:28:01 +08:00
khorshuheng 56b9f9daf4 feat: published view outline endpoint 2024-09-03 15:27:59 +08:00
Zack 8015e34841
Merge pull request #780 from AppFlowy-IO/feat/delete-user
Feat/delete user
2024-09-03 14:10:09 +08:00
Zack 5fe1a874c0
Merge pull request #783 from AppFlowy-IO/user-profile-improvement
feat: use common table expression to improve user profile sql
2024-09-03 13:06:44 +08:00
Zack Fu Zi Xiang 236d972fbf
chore: cargo sqlx 2024-09-03 12:24:27 +08:00
Zack Fu Zi Xiang 0fc6a3c4e7
feat: use common table expression to improve user profile sql 2024-09-03 12:08:37 +08:00
Zack Fu Zi Xiang 14a1382d1c
feat: call workspace delete when deleting user 2024-09-03 10:49:53 +08:00
Zack Fu Zi Xiang 943cdee7ad
Merge branch 'main' into feat/delete-user 2024-09-03 10:03:29 +08:00
Zack b7c93362a1
Merge pull request #775 from zuckschwerdt/fix-mailer-docs
fix: add doc note for mandatory smtps
2024-09-03 09:53:10 +08:00