Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
f94df2b
feat(auth): add scope-aware login and oauth tenant-join flow
zeturn Apr 18, 2026
bef63dd
feat(tenant): enforce active-tenant isolation across wallet order pay…
zeturn Apr 18, 2026
38d1983
test(tenant): add wallet and order tenant-isolation service tests
zeturn Apr 18, 2026
402643c
feat(auth): support global user tenant perspective switching
zeturn Apr 18, 2026
8e5b3b2
fix: hide wallet for users without tenant identity
zeturn Apr 18, 2026
f17de16
feat(tenant): add global user authorization flow
zeturn Apr 18, 2026
c834b1f
feat(frontend): show tenant join/login/register links in admin and te…
zeturn Apr 18, 2026
0c36dc8
fix(frontend): correct tenant join link route and base url fallback
zeturn Apr 18, 2026
0cef72f
feat(join): add tenant join route and authenticated join flow
zeturn Apr 18, 2026
23afe25
Refine account switching UX and unblock global signup
zeturn Apr 19, 2026
991811f
refactor(frontend): unify tenant/app user-permission management UI an…
zeturn Apr 19, 2026
41887ea
fix(tenant-console): restore cross-app route and refine dashboard/sid…
zeturn Apr 19, 2026
814d719
chore: patch backend dependency vulnerabilities
zeturn Apr 20, 2026
d2d495e
feat: add tenant settings management flow
zeturn Apr 20, 2026
bb73952
fix(frontend): improve mobile responsiveness, reorganize tenant navig…
zeturn Apr 20, 2026
55491bd
style(frontend): update tenant navigation sub-items to light font and…
zeturn Apr 20, 2026
412ee8a
style(frontend): remove 'Management' and 'Overview' from nav items to…
zeturn Apr 20, 2026
e845ece
feat(frontend): refine sidebar footer UX and accordion behavior
zeturn Apr 20, 2026
6eb4c8e
Add unit tests for User UUID generation and immutability
zeturn Apr 26, 2026
58e54d4
[feat] improve ux
zeturn Apr 27, 2026
089392c
feat: update deployment configuration for beancs-system and disable u…
zeturn Apr 27, 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
2 changes: 1 addition & 1 deletion .github/cicd-images.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"project": "basaltpass",
"namespace": "basaltpass",
"namespace": "beancs-system",
"images": [
{
"name": "backend",
Expand Down
317 changes: 0 additions & 317 deletions .github/workflows/deploy-tag.yml

This file was deleted.

Loading
Loading