No description provided.
feat: support multiple users per org #337
Open
ryansquared
wants to merge 1 commit from
anton/feat/multi-user into main
pull from: anton/feat/multi-user
merge into: caution:main
caution:main
caution:feat/paddle-byoc-subscriptions
caution:feat/legal-publish-doc
caution:fix/issue-116-duplicate-ssh-key
caution:fix/issue-307-remove-apps
caution:fix/issue-265-http-port-private
caution:fix/issue-330-remove-build-binary
caution:feat/issue-164-account-id
caution:fix/issue-119-logout-confirmation
caution:feat/add-tofu-lockfile-cache
caution:feat/webauthn-discoverable-login
caution:docs/issue-339-install-instructions
caution:fix/issue-336-split-qr-login-tokens
caution:fix/verify-app-source-preflight
caution:fix/many-git-push-deploy
caution:fix/issue-334-email-verification-throttle
caution:fix/issue-273-billing-url
caution:fix/issue-333-final-usage-collection
caution:fix/issue-270-low-credit-email
caution:fix/issue-301-remove-auto-topup
caution:fix/issue-320-byoc-auth-first
caution:fix/issue-348-git-progress-checklist
caution:fix/issue-321-byoc-caution-hcl
caution:fix/issue-332-resource-id-suspension
caution:fix/eif-app-mode-normalization
caution:feat/cli-stagex-container
caution:fix/eif-s3-layer-cache
caution:fix/authz-role-checks
caution:fix/paddle-customdata-credit-mint
caution:fix/cli-hangs-unsupported-ssh-url
caution:feat/print-platform-commit-dashboard
caution:fix/config-domain-validation
caution:anton/support-ssh-destroy-get
caution:fix/cli-config-dir
caution:feat/publish-build-inputs
caution:feat/locksmith-polishing
caution:fix/procfile-run-command-no-split
caution:anton/byoc-require-login
caution:fix/hcl-init-template
caution:feat/egress-default-deny
caution:ryansquared/hcl
caution:quotas
caution:anton/feat/region-routing-resource-unavailable-alert
caution:fix/attestation-502-dashboard
caution:ryansquared/systemdize
caution:fix/verify-git-credential-hang
caution:anton/fix-low-credits-alert
caution:xenushka/rename-byoc
caution:ryansquared/add-download-eif
caution:add-debug-flag
caution:test/pr1-integration-harness
caution:anton/fix/only-pass-required-env-vars
caution:ryansquared/add-database-bucket
ryansquared
commented 2026年06月29日 06:41:04 +02:00
ryansquared
added 1 commit 2026年06月29日 06:41:05 +02:00
ryansquared
reviewed 2026年06月29日 07:14:00 +02:00
@ -550,0 +562,4 @@
letexpires_at=html_escape(expires_at_raw);
letsubject=format!("Join {} on Caution.co",org_name_raw);
lethtml_body=format!(
ryansquared
commented 2026年06月29日 07:14:00 +02:00
use include_str!()
use include_str!()
ryansquared
reviewed 2026年06月29日 07:14:09 +02:00
@ -550,0 +602,4 @@
footer=html_email_footer()
);
lettext_body=format!(
ryansquared
commented 2026年06月29日 07:14:08 +02:00
use include_str!()
use include_str!()
ryansquared
reviewed 2026年06月29日 07:17:38 +02:00
@ -47,1 +76,4 @@
#[derive(Debug, thiserror::Error)]
pubenum InvitationError{
#[error("not found")]
ryansquared
commented 2026年06月29日 07:17:38 +02:00
what is not found?
what is not found?
ryansquared
reviewed 2026年06月29日 07:19:16 +02:00
@ -48,0 +116,4 @@
}
}
fn hash_invitation_token(token: &str)-> String {
ryansquared
commented 2026年06月29日 07:19:16 +02:00
are we... generating random bytes, encoding them using base64+utf8, decoding them as utf8, hashing them, and then encoding them as hex+utf8? why not just generate random bytes, hash them, and encode them as utf8? also: this function contains code i saw elsewhere in my review.
are we... generating random bytes, encoding them using base64+utf8, decoding them as utf8, hashing them, and then encoding them as hex+utf8? why not just generate random bytes, hash them, and encode them as utf8? also: this function contains code i saw elsewhere in my review.
This pull request can be merged automatically.
This branch is out-of-date with the base branch
You are not authorized to merge this pull request.
View command line instructions
Checkout
From your project repository, check out a new branch and test the changes.git fetch -u origin anton/feat/multi-user:anton/feat/multi-user
git switch anton/feat/multi-user
Merge
Merge the changes and update on Forgejo.git switch main
git merge --no-ff anton/feat/multi-user
git switch anton/feat/multi-user
git rebase main
git switch main
git merge --ff-only anton/feat/multi-user
git switch anton/feat/multi-user
git rebase main
git switch main
git merge --no-ff anton/feat/multi-user
git switch main
git merge --squash anton/feat/multi-user
git switch main
git merge --ff-only anton/feat/multi-user
git switch main
git merge anton/feat/multi-user
git push origin main
Sign in to join this conversation.
No reviewers
Labels
Clear labels
Compat/Breaking
Breaking change that won't be backward compatible
Component/Enclave-Builder
This issue affects Enclave Builder (git-push and CLI)
Component/Infrastructure
This issue affects generic Caution hosted infra components
Deploy/BYOC
Relates to Caution Bring-your-own-compute
Deploy/Full-managed
Relates to Caution fully managed cloud
Deploy/Self-hosted
Relates to Caution deployed on self-hosted infra
Interface/API
This issue affects the API
Interface/CLI
This issue affects the command line interface
Interface/Git
This issue affects the Git `push` interface
Interface/Web
This issue affects the web dashboard
Kind/Bug
Something is not working
Kind/Documentation
Documentation changes
Kind/Enhancement
Improve existing functionality
Kind/Feature
New functionality
Kind/Security
This is security issue
Kind/Testing
Issue or pull request related to testing
Priority
Critical
The priority is critical
Priority
High
The priority is high
Priority
Low
The priority is low
Priority
Medium
The priority is medium
Reviewed
Confirmed
Issue has been confirmed
Reviewed
Duplicate
This issue or pull request already exists
Reviewed
Invalid
Invalid issue
Reviewed
Won't Fix
This issue won't be fixed
Status
Abandoned
Somebody has started to work on this but abandoned work
Status
Blocked
Something is blocking this issue or pull request
Status
Need More Info
Feedback is required to reproduce issue or to continue work
No labels
Compat/Breaking
Component/Enclave-Builder
Component/Infrastructure
Deploy/BYOC
Deploy/Full-managed
Deploy/Self-hosted
Interface/API
Interface/CLI
Interface/Git
Interface/Web
Kind/Bug
Kind/Documentation
Kind/Enhancement
Kind/Feature
Kind/Security
Kind/Testing
Priority
Critical
Priority
High
Priority
Low
Priority
Medium
Reviewed
Confirmed
Reviewed
Duplicate
Reviewed
Invalid
Reviewed
Won't Fix
Status
Abandoned
Status
Blocked
Status
Need More Info
Milestone
Clear milestone
No items
No milestone
Projects
Clear projects
No items
No project
Assignees
Clear assignees
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
caution/platform!337
Loading...
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "anton/feat/multi-user"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?