[PR #781] [MERGED] Merge cloud guest #892

Closed
opened 2026-03-03 00:23:40 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/BoostIO/BoostNote-App/pull/781
Author: @Davy-c
Created: 2/13/2021
Status: Merged
Merged: 2/14/2021
Merged by: @Rokt33r

Base: merging-cloud-workspaceHead: merge-cloud-guest


📝 Commits (10+)

📊 Changes

63 files changed (+3258 additions, -504 deletions)

View changed files

cloud-static/images/sozai1.svg (+319 -0)
cloud-static/images/sozai2.svg (+37 -0)
📝 readme.md (+1 -1)
📝 src/cloud/api/auth/index.ts (+1 -0)
📝 src/cloud/api/connections/index.ts (+6 -4)
src/cloud/api/guests/index.ts (+62 -0)
src/cloud/api/guests/invites.ts (+40 -0)
src/cloud/api/pages/guests/invite.ts (+22 -0)
src/cloud/api/pages/settings/index.ts (+29 -0)
src/cloud/api/pages/teams/invites.ts (+26 -0)
📝 src/cloud/api/revisions/index.ts (+3 -3)
📝 src/cloud/api/search/index.ts (+1 -2)
📝 src/cloud/api/teams/docs/revisions.ts (+2 -3)
📝 src/cloud/api/teams/docs/tags.ts (+2 -3)
📝 src/cloud/api/teams/externalEntities/index.ts (+1 -2)
📝 src/cloud/api/teams/index.ts (+2 -1)
📝 src/cloud/api/teams/invites/index.ts (+7 -5)
📝 src/cloud/api/track/index.ts (+1 -2)
📝 src/cloud/api/users/index.ts (+8 -9)
📝 src/cloud/api/users/onboarding.ts (+1 -2)

...and 43 more files

📄 Description

No description provided


🔄 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/BoostIO/BoostNote-App/pull/781 **Author:** [@Davy-c](https://github.com/Davy-c) **Created:** 2/13/2021 **Status:** ✅ Merged **Merged:** 2/14/2021 **Merged by:** [@Rokt33r](https://github.com/Rokt33r) **Base:** `merging-cloud-workspace` ← **Head:** `merge-cloud-guest` --- ### 📝 Commits (10+) - [`4d2bd51`](https://github.com/BoostIO/BoostNote-App/commit/4d2bd51416ee18a4d430821e2705197ee178b157) Cloud - Guest - [`1d57c11`](https://github.com/BoostIO/BoostNote-App/commit/1d57c1188850b17f4e5bf5a72a73f64285955630) readme fix - [`d19765d`](https://github.com/BoostIO/BoostNote-App/commit/d19765d6ccef2218a87c9c874434de80c317264d) fix team sub limit - [`f961af5`](https://github.com/BoostIO/BoostNote-App/commit/f961af5e4639cb88b7a5a3af9d69619aa45cdddb) call api and link style fixes - [`e750561`](https://github.com/BoostIO/BoostNote-App/commit/e750561ca596e153cf9f06b57b81eccfd53ffeeb) fix settings page - [`3ee95ff`](https://github.com/BoostIO/BoostNote-App/commit/3ee95ff44932d2c51c1aec540609c82b560a964d) fix api calls - [`837da66`](https://github.com/BoostIO/BoostNote-App/commit/837da66193c444ba33cf712693ba19c6e2f163bb) fixes to cooperate page - [`32396d6`](https://github.com/BoostIO/BoostNote-App/commit/32396d68aa82129520e8ea3a10721ef1ffaa0d4a) user delete api fix - [`6352909`](https://github.com/BoostIO/BoostNote-App/commit/6352909e1bc489fe71dae618f73de736b95c77b4) fix members tab - [`ee23f6b`](https://github.com/BoostIO/BoostNote-App/commit/ee23f6bc8fc626f28013a4a8be366a0a3d596a10) can not redirect with domain ### 📊 Changes **63 files changed** (+3258 additions, -504 deletions) <details> <summary>View changed files</summary> ➕ `cloud-static/images/sozai1.svg` (+319 -0) ➕ `cloud-static/images/sozai2.svg` (+37 -0) 📝 `readme.md` (+1 -1) 📝 `src/cloud/api/auth/index.ts` (+1 -0) 📝 `src/cloud/api/connections/index.ts` (+6 -4) ➕ `src/cloud/api/guests/index.ts` (+62 -0) ➕ `src/cloud/api/guests/invites.ts` (+40 -0) ➕ `src/cloud/api/pages/guests/invite.ts` (+22 -0) ➕ `src/cloud/api/pages/settings/index.ts` (+29 -0) ➕ `src/cloud/api/pages/teams/invites.ts` (+26 -0) 📝 `src/cloud/api/revisions/index.ts` (+3 -3) 📝 `src/cloud/api/search/index.ts` (+1 -2) 📝 `src/cloud/api/teams/docs/revisions.ts` (+2 -3) 📝 `src/cloud/api/teams/docs/tags.ts` (+2 -3) 📝 `src/cloud/api/teams/externalEntities/index.ts` (+1 -2) 📝 `src/cloud/api/teams/index.ts` (+2 -1) 📝 `src/cloud/api/teams/invites/index.ts` (+7 -5) 📝 `src/cloud/api/track/index.ts` (+1 -2) 📝 `src/cloud/api/users/index.ts` (+8 -9) 📝 `src/cloud/api/users/onboarding.ts` (+1 -2) _...and 43 more files_ </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-03 00:23:40 +03: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
starred/BoostNote-App#892
No description provided.