AppFlowy-Cloud/tests/workspace
Zack 60c589bd9c
feat: CRUD interface for custom namespace (#882)
* feat: listing all published_info

* fix: add sqlx files

* feat: add additional fields for publish info

* feat: get and set default publish info

* chore: cargo sqlx prepare

* fix: cargo clippy

* fix: test case exe order

* chore: cargo sqlx

* feat: get info and meta from workspace namespace

* chore: cargo sqlx

* feat: add original doc info for published view

* chore: log all publish endpoints

* fix: default values for publish info extra fields

* feat: move namespace restriction to gateway
2024-10-19 10:09:54 +08:00
..
asset feat: implement import notion zip file api endpoint (#840) 2024-10-03 22:22:29 +08:00
access_request.rs fix: allowed workspace owner only to view access request (#855) 2024-10-02 09:53:34 +08:00
default_user_workspace.rs chore: add test for duplicating doc in database row 2024-09-11 16:38:24 +08:00
edit_workspace.rs chore: make sync plugin work over any collab type without generics 2024-08-14 14:42:12 +02:00
import_test.rs chore: imported workspace should not become the latest visting workspace (#890) 2024-10-16 21:02:05 +08:00
invitation_crud.rs chore: add specific error code for wrong invitee 2024-09-13 21:02:09 +08:00
member_crud.rs chore: fix tests 2024-09-13 12:19:07 +08:00
mod.rs feat: implement import notion zip file api endpoint (#840) 2024-10-03 22:22:29 +08:00
page_view.rs feat: add endpoint for getting page view collab (#831) 2024-09-18 12:56:34 +08:00
publish.rs feat: CRUD interface for custom namespace (#882) 2024-10-19 10:09:54 +08:00
published_data.rs fix: tests 2024-09-17 22:47:14 +08:00
template.rs feat: update built-in README for new users (#757) 2024-08-28 19:40:23 +08:00
workspace_crud.rs feat: improve workspace api 2024-07-25 04:19:40 +08:00
workspace_folder.rs feat: add retrieve sections endpoints 2024-09-12 13:02:14 +08:00
workspace_settings.rs feat: additional access control config 2024-10-16 15:10:01 +08:00