[PR #6614] [MERGED] feat: custom namespace/domain #7492

Closed
opened 2026-03-23 23:19:52 +00:00 by mirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/AppFlowy-IO/AppFlowy/pull/6614
Author: @LucasXu0
Created: 10/24/2024
Status: Merged
Merged: 10/31/2024
Merged by: @LucasXu0

Base: mainHead: custom_namespace_v3


📝 Commits (10+)

  • 1821ec2 fix: add libbz2.tbd on macos
  • 8e94de3 feat: add sites tab in settings page
  • 04bb279 Merge branch 'main' into custom_namespace_v3
  • a56e610 feat: custom domain (#6518)
  • badb58c feat: list all the published views in settings page
  • d0bc4c7 feat: render view icon and view name in Sites tab
  • 10e69dd feat: click published page name to open the page in app
  • 4554264 feat: add three dots button in published view item
  • 62d6c5a feat: add published views list and more actions
  • c96370a feat: support visit site

📊 Changes

175 files changed (+3507 additions, -366 deletions)

View changed files

📝 .github/workflows/flutter_ci.yaml (+12 -12)
frontend/appflowy_flutter/integration_test/desktop/cloud/document/document_publish_test.dart (+161 -0)
📝 frontend/appflowy_flutter/integration_test/desktop/cloud/document/document_test_runner.dart (+2 -0)
📝 frontend/appflowy_flutter/integration_test/desktop/cloud/workspace/share_menu_test.dart (+3 -2)
📝 frontend/appflowy_flutter/integration_test/desktop/cloud/workspace/workspace_settings_test.dart (+141 -0)
📝 frontend/appflowy_flutter/integration_test/shared/common_operations.dart (+9 -0)
📝 frontend/appflowy_flutter/integration_test/shared/settings.dart (+18 -0)
📝 frontend/appflowy_flutter/lib/plugins/database/board/presentation/widgets/board_column_header.dart (+0 -1)
📝 frontend/appflowy_flutter/lib/plugins/database/board/presentation/widgets/board_hidden_groups.dart (+0 -1)
📝 frontend/appflowy_flutter/lib/plugins/database/calendar/presentation/calendar_event_card.dart (+0 -1)
📝 frontend/appflowy_flutter/lib/plugins/database/calendar/presentation/calendar_event_editor.dart (+0 -1)
📝 frontend/appflowy_flutter/lib/plugins/database/calendar/presentation/calendar_page.dart (+0 -1)
📝 frontend/appflowy_flutter/lib/plugins/database/calendar/presentation/toolbar/calendar_layout_setting.dart (+0 -1)
📝 frontend/appflowy_flutter/lib/plugins/database/grid/presentation/widgets/calculations/calculate_cell.dart (+0 -1)
📝 frontend/appflowy_flutter/lib/plugins/database/grid/presentation/widgets/filter/choicechip/checkbox.dart (+0 -1)
📝 frontend/appflowy_flutter/lib/plugins/database/grid/presentation/widgets/filter/choicechip/checklist.dart (+0 -1)
📝 frontend/appflowy_flutter/lib/plugins/database/grid/presentation/widgets/filter/choicechip/date.dart (+0 -1)
📝 frontend/appflowy_flutter/lib/plugins/database/grid/presentation/widgets/filter/choicechip/number.dart (+0 -1)
📝 frontend/appflowy_flutter/lib/plugins/database/grid/presentation/widgets/filter/choicechip/select_option/select_option.dart (+0 -1)
📝 frontend/appflowy_flutter/lib/plugins/database/grid/presentation/widgets/filter/choicechip/text.dart (+0 -1)

...and 80 more files

📄 Description

Feature Preview

  • add Sites tab in settings page
  • namespace / domain
    • display namespace and homepage
    • update namespace / domain
      • hint the free tier users to upgrade to pro plan to customize the homepage
      • domain limiation
        • only workspace owner has permission to update
  • home page
    • remove home page
    • update home page
      • only workspace owner has permission to update
  • list all the published views
    • page
      • click to open page in app
    • published name
    • published date
    • ... button
      • visit site
      • copy link
      • settings
        • update publish name
        • unpublish
        • visit site
  • i18n
  • tests

PR Checklist

  • My code adheres to AppFlowy's Conventions
  • I've listed at least one issue that this PR fixes in the description above.
  • I've added a test(s) to validate changes in this PR, or this PR only contains semantic changes.
  • All existing tests are passing.

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/AppFlowy-IO/AppFlowy/pull/6614 **Author:** [@LucasXu0](https://github.com/LucasXu0) **Created:** 10/24/2024 **Status:** ✅ Merged **Merged:** 10/31/2024 **Merged by:** [@LucasXu0](https://github.com/LucasXu0) **Base:** `main` ← **Head:** `custom_namespace_v3` --- ### 📝 Commits (10+) - [`1821ec2`](https://github.com/AppFlowy-IO/AppFlowy/commit/1821ec2942c1afb37a9ad5c90a3ac32ed431b094) fix: add libbz2.tbd on macos - [`8e94de3`](https://github.com/AppFlowy-IO/AppFlowy/commit/8e94de33e5c39a5e9d5c08e090123b14c91a503f) feat: add sites tab in settings page - [`04bb279`](https://github.com/AppFlowy-IO/AppFlowy/commit/04bb279b61eb74bef3db9778dfcf6ab981dea954) Merge branch 'main' into custom_namespace_v3 - [`a56e610`](https://github.com/AppFlowy-IO/AppFlowy/commit/a56e610a14b7ed39393b3c3e36e7a4e1be3bb990) feat: custom domain (#6518) - [`badb58c`](https://github.com/AppFlowy-IO/AppFlowy/commit/badb58cfcf681b2c6ff5364b41707fb931b52b92) feat: list all the published views in settings page - [`d0bc4c7`](https://github.com/AppFlowy-IO/AppFlowy/commit/d0bc4c7e94d15c93416a632dbff808ce989e3c58) feat: render view icon and view name in Sites tab - [`10e69dd`](https://github.com/AppFlowy-IO/AppFlowy/commit/10e69dd1f77e495b0fd7d5c92ef8cec257da35da) feat: click published page name to open the page in app - [`4554264`](https://github.com/AppFlowy-IO/AppFlowy/commit/455426452a156f14ce2dd8d26ec6fd31abf477d3) feat: add three dots button in published view item - [`62d6c5a`](https://github.com/AppFlowy-IO/AppFlowy/commit/62d6c5a359db8da89200c8622855887422c6a1e3) feat: add published views list and more actions - [`c96370a`](https://github.com/AppFlowy-IO/AppFlowy/commit/c96370aaf64b650db6b82529b94f149fe11b1436) feat: support visit site ### 📊 Changes **175 files changed** (+3507 additions, -366 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/flutter_ci.yaml` (+12 -12) ➕ `frontend/appflowy_flutter/integration_test/desktop/cloud/document/document_publish_test.dart` (+161 -0) 📝 `frontend/appflowy_flutter/integration_test/desktop/cloud/document/document_test_runner.dart` (+2 -0) 📝 `frontend/appflowy_flutter/integration_test/desktop/cloud/workspace/share_menu_test.dart` (+3 -2) 📝 `frontend/appflowy_flutter/integration_test/desktop/cloud/workspace/workspace_settings_test.dart` (+141 -0) 📝 `frontend/appflowy_flutter/integration_test/shared/common_operations.dart` (+9 -0) 📝 `frontend/appflowy_flutter/integration_test/shared/settings.dart` (+18 -0) 📝 `frontend/appflowy_flutter/lib/plugins/database/board/presentation/widgets/board_column_header.dart` (+0 -1) 📝 `frontend/appflowy_flutter/lib/plugins/database/board/presentation/widgets/board_hidden_groups.dart` (+0 -1) 📝 `frontend/appflowy_flutter/lib/plugins/database/calendar/presentation/calendar_event_card.dart` (+0 -1) 📝 `frontend/appflowy_flutter/lib/plugins/database/calendar/presentation/calendar_event_editor.dart` (+0 -1) 📝 `frontend/appflowy_flutter/lib/plugins/database/calendar/presentation/calendar_page.dart` (+0 -1) 📝 `frontend/appflowy_flutter/lib/plugins/database/calendar/presentation/toolbar/calendar_layout_setting.dart` (+0 -1) 📝 `frontend/appflowy_flutter/lib/plugins/database/grid/presentation/widgets/calculations/calculate_cell.dart` (+0 -1) 📝 `frontend/appflowy_flutter/lib/plugins/database/grid/presentation/widgets/filter/choicechip/checkbox.dart` (+0 -1) 📝 `frontend/appflowy_flutter/lib/plugins/database/grid/presentation/widgets/filter/choicechip/checklist.dart` (+0 -1) 📝 `frontend/appflowy_flutter/lib/plugins/database/grid/presentation/widgets/filter/choicechip/date.dart` (+0 -1) 📝 `frontend/appflowy_flutter/lib/plugins/database/grid/presentation/widgets/filter/choicechip/number.dart` (+0 -1) 📝 `frontend/appflowy_flutter/lib/plugins/database/grid/presentation/widgets/filter/choicechip/select_option/select_option.dart` (+0 -1) 📝 `frontend/appflowy_flutter/lib/plugins/database/grid/presentation/widgets/filter/choicechip/text.dart` (+0 -1) _...and 80 more files_ </details> ### 📄 Description <!--- Thank you for submitting a pull request to AppFlowy. The team will dedicate their best efforts to reviewing and approving your pull request. If you have any questions about the project or feedback for us, please join our [Discord](https://discord.gg/wdjWUXXhtw). --> <!--- If your pull request adds a new feature, please drag and drop a video into this section to showcase what you've done! If not, you may delete this section. --> ### Feature Preview - [x] add Sites tab in settings page - [x] namespace / domain - [x] display namespace and homepage - [x] update namespace / domain - [x] hint the free tier users to upgrade to pro plan to customize the homepage - [x] domain limiation - [x] only workspace owner has permission to update - [x] home page - [x] remove home page - [x] update home page - [x] only workspace owner has permission to update - [x] list all the published views - [x] page - [x] click to open page in app - [x] published name - [x] published date - [x] ... button - [x] visit site - [x] copy link - [x] settings - [x] update publish name - [x] unpublish - [x] visit site - [x] i18n - [x] tests <!--- List at least one issue here that this PR addresses. If it fixes the issue, please use the [fixes](https://docs.github.com/en/get-started/writing-on-github/working-with-advanced-formatting/using-keywords-in-issues-and-pull-requests) keyword to close the issue. For example: fixes https://github.com/AppFlowy-IO/AppFlowy/pull/2106 --> --- <!--- Before you mark this PR ready for review, run through this checklist! --> #### PR Checklist - [x] My code adheres to [AppFlowy's Conventions](https://docs.appflowy.io/docs/documentation/software-contributions/conventions) - [x] I've listed at least one issue that this PR fixes in the description above. - [x] I've added a test(s) to validate changes in this PR, or this PR only contains semantic changes. - [x] All existing tests are passing. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
mirror 2026-03-23 23:19:52 +00:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
AppFlowy-IO/AppFlowy#7492
No description provided.