forked from featbit/featbit
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* refactor: rename account to organization * In progress: front-end * In progress: back-end * update init mongodb scripts * feat: make workspace as the top level of entities * rename to workspace * in progress * refactor * in progress * in progress * sso * put sso config in db * fixed error * sso license check * in progress * i18n * Update workspace.component.html * in progress * select org * fixed error * fixed error * remove license check for schedule worker * Fixed tests * configmap * set menu icon * update sso * re arrangement * small fixes * rename license create-org to multiple-organization * set sso default to false * add ApiConstants * delete OidcOptions * fixed test * added sso env var into docker compose files * merge fix * sso can select org when first login * remove unused parameter * refactor * rename * rename * refactor SsoController * update error message * remove extra error codes * rename * format * chore * chore * refactor LoginByEmail and UserService * pr feedback * workspace key is optional * fix tests * chore * refactor AddUser * remove extra error codes * chore * chore * refactor IdentityService * delete IUserStore * change method signature * refactor ILicenseService * refactor IWorkspaceService * more refactor * chore * fix bug * update init.js * chore * update init monogo script * refactor IdentityService * chore * rename auth to profile and fix a capability problem * chore * rename IAuthProps to IProfile * chore * update subscribe usage * fix breadcrumb * refactor workspace.component.ts * chore * fix * update i18n * is sso first login * update test * update sso setup doc * fix the organization router link --------- Co-authored-by: deleteLater <[email protected]>
- Loading branch information
1 parent
2fb9f26
commit 6f8a3fe
Showing
157 changed files
with
3,655 additions
and
1,673 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
namespace Api; | ||
|
||
public static class ApiConstants | ||
{ | ||
public const string OrgIdHeaderKey = "Organization"; | ||
|
||
public const string WorkspaceHeaderKey = "Workspace"; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.