Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
38 commits
Select commit Hold shift + click to select a range
c57ef9b
feat(auth): tenants table v1 (#3133)
njlie Dec 2, 2024
4a9f738
feat(auth): tenant service (#3144)
BlairCurrey Dec 3, 2024
cb09f4f
feat(backend): tenants service (#3123) (#3140)
njlie Dec 9, 2024
9b399d2
feat(integration): sign Admin API requests during integration tests (…
mkurapov Dec 16, 2024
e758680
feat(backend): tenant signature validation for admin api (#3164)
njlie Dec 17, 2024
8009726
feat: auth service-to-service api (#3148)
BlairCurrey Jan 14, 2025
8a73fe0
feat(backend): tenant support for wallet address (#3114) (#3152)
koekiebox Jan 26, 2025
3c6ec67
chore(integration): fix & tidy integration tests
mkurapov Feb 10, 2025
a126259
feat(auth): tenanted grants (#3187)
njlie Feb 11, 2025
5a36209
feat(2915): admin front-end for tenant support (#3254)
koekiebox Feb 12, 2025
c9b6b73
feat(backend/frontend): 3256 able to view deleted tenant (#3299)
koekiebox Feb 14, 2025
110459a
feat(backend): tenanted incoming payments (#3271)
oana-lolea Feb 17, 2025
e923bd6
feat(backend): tenanted quotes and outgoing payments (#3171)
sanducb Feb 17, 2025
606f7eb
feat(tenantSettings): initial implementation (#3281)
golobitch Feb 24, 2025
c78cd3b
feat: handle updating operator api secret (#3328)
BlairCurrey Mar 17, 2025
f5897d6
feat(wallet-address)!: possibility to specify wallet address range (#…
golobitch Apr 7, 2025
40911c7
feat(backend): also publish webhooks to operators if primary recipien…
njlie May 1, 2025
ec952d6
feat(backend): try to match 'wallet address not found' webhook to ten…
njlie May 27, 2025
53fadb2
fix: bruno collection for open payments examples (#3421)
njlie May 28, 2025
f1dc623
feat(backend): abstract away payment method generation, add ILP_ADDRE…
mkurapov Jun 13, 2025
a8723fa
feat: remove tenant id from continuation uri (#3470)
njlie Jun 24, 2025
ae862d3
feat(backend): add tenantId to combined payments pagination resolver
mkurapov Jun 28, 2025
85827c4
feat(backend, frontend): expose tenantId in paginated admin UI views
njlie Jul 4, 2025
167582a
Merge 'main'
njlie Jul 14, 2025
a3962b6
fix: frontend typecheck
njlie Jul 14, 2025
5195ac8
fix: build errors
njlie Jul 14, 2025
353e198
fix: remove tests erroneously included in merge
njlie Jul 15, 2025
3ff570a
feat: add resolver to outgoing/incoming payments
njlie Jul 15, 2025
dc5c61b
fix: remove more merge stuff
njlie Jul 15, 2025
bada1cf
chore: rebase fixes
njlie Nov 18, 2025
2c47c8f
chore: fix rebase issues in docs
njlie Nov 19, 2025
8dce681
chore: revert some unnecessary rebase changes
njlie Nov 19, 2025
5b27c47
feat: remove truncateUuid, update tenant gql resolver
njlie Dec 9, 2025
6520382
chore: remove unnecessary documentation
njlie Jan 5, 2026
bd5eb3c
feat: update & regenerate gql
njlie Jan 12, 2026
75e0782
fix: point-of-sale build
njlie Jan 12, 2026
288e605
chore: revert required tenant in gql schema
njlie Jan 12, 2026
e58bb23
fix: remove graph fetched
njlie Jan 22, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,10 @@ export const listAssets = async (
withdrawalThreshold
tenantId
createdAt
tenant {
id
publicName
}
}
}
pageInfo {
Expand Down
34 changes: 19 additions & 15 deletions localenv/mock-account-servicing-entity/generated/graphql.ts

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

74 changes: 37 additions & 37 deletions packages/backend/src/graphql/generated/graphql.schema.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Loading