-
Notifications
You must be signed in to change notification settings - Fork 44
An API Key page, pointed at whichever hub this host talks to #2216
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from 57 commits
Commits
Show all changes
78 commits
Select commit
Hold shift + click to select a range
95b30e7
chore: files changed vendor/openhuman
senamakel a9560ac
fix: restore vendor/openhuman pin from origin/main
senamakel 5ffefdd
chore: files changed Cargo.lock
senamakel 57fd5fc
chore: files changed frontend/src/views/RoomView.tsx,frontend/src/vie…
senamakel 26de9ef
chore: files changed frontend/src/views/RoomView.tsx
senamakel f182670
chore: files changed frontend/src/views/room/channels.ts
senamakel 5cb2c2b
chore: files changed frontend/src/views/RoomView.tsx,frontend/src/vie…
senamakel fb9a93d
chore: files changed frontend/src/views/RoomView.tsx
senamakel 78b1af1
chore: files changed src/server/hub_account.rs
senamakel bbcc319
chore: files changed src/server/mod.rs
senamakel bead491
feat(config): add optional web_url setting for TinyHumans site
senamakel 6578687
chore: files changed src/app/types.rs
senamakel 29406fe
chore: files changed src/app/types.rs
senamakel 16e782d
chore: files changed src/bin/opencompany.rs
senamakel e1d7512
chore: files changed src/server/ops/company_key.rs
senamakel 6bf31a0
chore: files changed frontend/src/views/connections/HubAccountLinks.tsx
senamakel 6d81549
chore: files changed frontend/src/api/credential.ts
senamakel 9187e0a
chore: files changed frontend/src/views/connections/CompanyCredential…
senamakel 6e2b324
chore: files changed frontend/src/views/connections/InferenceSection.tsx
senamakel 1aa8573
chore: files changed src/server/hub_account.rs
senamakel cd36906
chore: files changed src/server/graphql/mod.rs
senamakel 726ed23
chore: files changed docs/spec/runtime/credentials.md
senamakel 7dec139
chore: files changed src/server/hub_account.rs
senamakel ccbc9f3
chore: files changed src/server/hub_identity.rs
senamakel 85ed69f
chore: files changed src/server/ops/company_key.rs
senamakel 43078c9
chore: files changed docs/spec/runtime/credentials.md,src/server/hub_…
senamakel 0d638d8
chore: files changed src/server/hub_identity.rs
senamakel c15c4fa
chore: files changed src/server/hub_identity.rs
senamakel 355a626
chore: files changed src/server/hub_identity.rs
senamakel f5d11e2
chore: files changed src/server/ops/company_key.rs
senamakel 52a0c03
chore: files changed frontend/src/api/credential.ts
senamakel c5582f3
chore: files changed frontend/src/views/connections/ApiKeyView.tsx
senamakel fc46032
chore: files changed frontend/src/views/connection-pages.ts,frontend/…
senamakel 694c57d
chore: files changed frontend/src/views/connections/ApiKeyView.tsx
senamakel bf0cacd
chore: files changed frontend/src/views/connections/ApiKeyView.tsx,fr…
senamakel daaf690
feat(connections): add api key and company credential views
senamakel bd9de72
fix(ui): update alert component to use semantic role attribute
senamakel e09a30f
fix(styleguide): update button label from "Click me" to "Submit
senamakel 6f47bd4
fix(styleguide): correct color token for primary button hover state
senamakel 9337114
fix(company-key): use the browser origin for local callbacks
senamakel 545cb6d
test(company-key): cover callback origin resolution
senamakel e4890c6
fix(company-key): handle bracketed IPv6 loopback origins
senamakel e79dc81
fix(runtime): align channel errors with automation terminology
senamakel 9efaca3
chore: update workflow orchestration and tests
senamakel 6efbf63
fix(auth): distinguish magic links from key grants
senamakel efc7f2d
revert: leave the workflow/automation channel wording alone
senamakel d57323c
chore: update delivery channel error wording
senamakel d92f3cb
chore(connections): update API key view
senamakel 9f8185c
chore: update routed view test support
senamakel edadfda
test(connections-navigation): update navigation tests
senamakel b8f099e
test: update section rail layout tests
senamakel a351615
fix(navigation): preserve connection page section layout
senamakel 55075bd
test: cover chat, thread key, and referral crossing cases
senamakel 6feefa5
test(chat): add read-only composer coverage
senamakel 2249f69
Merge remote-tracking branch 'origin/main' into ui-polish
senamakel 8c0a2d9
chore: files changed Cargo.lock
senamakel 493e50d
chore: files changed src/server/graphql/mod.rs
senamakel 75bf511
chore: files changed src/server/ops/company_key.rs
senamakel 5932e86
chore: files changed src/server/ops/company_key.rs
senamakel 2ad34b2
chore: files changed src/server/ops/company_key/test.rs
senamakel d28de21
chore: files changed frontend/src/views/connections/ApiKeyView.tsx
senamakel 2bbcfaa
chore: files changed frontend/src/views/connections/ApiKeyView.tsx
senamakel 4c06de8
chore: files changed frontend/src/views/connections/ApiKeyView.tsx
senamakel 6331029
chore: files changed frontend/src/views/connections/ApiKeyView.tsx
senamakel d3797ad
chore: files changed frontend/src/views/connections/ConnectionsSectio…
senamakel 3f7067c
chore: files changed frontend/src/views/connections/InferenceSection.tsx
senamakel 6864654
chore: files changed frontend/src/views/RoomView.tsx
senamakel 32da0f2
chore: files changed src/app/config.rs
senamakel 6c66f28
chore: files changed src/bin/opencompany.rs
senamakel b6e58cb
chore: files changed docs/spec/runtime/credentials.md
senamakel e4084de
style(company_key): reformat mock hub identity builder call
senamakel f9fbc55
chore: files changed frontend/test/unit/api-key-view.test.ts
senamakel 0be4b0d
chore: files changed frontend/test/unit/inference-hub-account-links.t…
senamakel 093acf0
chore: files changed frontend/src/components/ui/alert.tsx
senamakel 6c15da8
test(auth): cover scoped access to credential billing
senamakel b58d731
test: add credential billing authorization matrix snapshots
senamakel 4521afd
test(auth_matrix): update route count assertions after adding a new o…
senamakel ddf3653
chore: files changed tests/auth_matrix.rs
senamakel File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.