Arthur Belleville
888bc269ba
Merge pull request #84 from artslidd/work-2
...
Work 2
2026-05-02 11:21:31 +02:00
Arthur Belleville
eb23d84f8e
Merge branch 'develop' into work-2
2026-05-02 11:21:20 +02:00
Arthur Belleville
e18dd8f017
feat: route client auth through clients app
2026-05-01 11:55:05 +02:00
Arthur Belleville
90d34833e8
Fix config.ts
2026-05-01 10:33:00 +02:00
Arthur Belleville
2cf5eb8789
feat: migrate client portal to magic link auth
2026-05-01 10:11:08 +02:00
Arthur Belleville
06e1114cf8
feat: add client auth helpers and middleware
2026-04-30 18:37:29 +02:00
Arthur Belleville
fda95d9ce4
feat: add client auth tables
2026-04-30 18:33:31 +02:00
Arthur Belleville
f3ea5ac76e
docs: add client magic link auth replacement design
2026-04-30 18:21:38 +02:00
Arthur Belleville
b1e9d74857
fix(types): resolve typecheck errors after is_temporary removal
...
xtablo-ci / Checks (push) Waiting to run
Frontend Sourcemaps / upload-sourcemaps (push) Waiting to run
Co-Authored-By: Claude Sonnet 4.6 (1M context) <noreply@anthropic.com>
2026-04-30 17:11:43 +02:00
Arthur Belleville
c56d5718b8
refactor: remove is_temporary flag across the entire codebase
...
Drop the is_temporary boolean from the DB schema (new migration), types,
API routers/helpers/middleware, and all frontend components and tests.
Access control now relies solely on is_client.
Co-Authored-By: Claude Sonnet 4.6 (1M context) <noreply@anthropic.com>
2026-04-30 17:04:11 +02:00
Arthur Belleville
4eaa8731c4
fix(api): remove redundant profile soft-delete
...
profiles.id has ON DELETE CASCADE from auth.users, so calling
auth.admin.deleteUser already removes the profile row. Only the
org soft-delete needs to happen explicitly.
Co-Authored-By: Claude Sonnet 4.6 (1M context) <noreply@anthropic.com>
2026-04-29 18:22:36 +02:00
Arthur Belleville
42d5161ab6
chore(db): add deleted_at to profiles and organizations
...
Co-Authored-By: Claude Sonnet 4.6 (1M context) <noreply@anthropic.com>
2026-04-29 17:45:40 +02:00
Arthur Belleville
a60cd7739a
Merge pull request #82 from artslidd/work-2
...
Work 2
2026-04-29 15:54:54 +02:00
Arthur Belleville
6c74bb8bcf
fix(expo): harden account deletion handler
...
- Add isDeletingAccount ref to prevent double-tap race
- Guard against null session before calling API
- Set 15s timeout on delete request (API makes 3-4 Supabase round-trips)
- Log error to console and restore guard in finally block
Co-Authored-By: Claude Sonnet 4.6 (1M context) <noreply@anthropic.com>
2026-04-29 15:51:38 +02:00
Arthur Belleville
ea90d5133c
feat(expo): add account deletion in settings danger zone
...
Co-Authored-By: Claude Sonnet 4.6 (1M context) <noreply@anthropic.com>
2026-04-29 15:48:27 +02:00
Arthur Belleville
77aaca171d
Merge branch 'main' into work-2
2026-04-29 15:46:46 +02:00
Arthur Belleville
9aa4953ae5
Changes to xtablo app
2026-04-29 15:45:31 +02:00
Arthur Belleville
07d61421b3
fix(api): improve deleteMe handler and test placement
...
- Use direct cast pattern consistent with rest of file
- Add console.warn/error logging for count query failure and rollback failures
- Move DELETE /me tests to end of suite to avoid ownerUser teardown ordering issue
Co-Authored-By: Claude Sonnet 4.6 (1M context) <noreply@anthropic.com>
2026-04-29 15:45:03 +02:00
Arthur Belleville
e21f82fd8f
feat(api): add DELETE /users/me account deletion endpoint
...
Co-Authored-By: Claude Sonnet 4.6 (1M context) <noreply@anthropic.com>
2026-04-29 15:40:16 +02:00
Arthur Belleville
a8bae0c1c3
docs: add account deletion implementation plan
...
Co-Authored-By: Claude Sonnet 4.6 (1M context) <noreply@anthropic.com>
2026-04-29 15:37:14 +02:00
Arthur Belleville
03e1f335bc
docs: add account deletion design spec
...
Co-Authored-By: Claude Sonnet 4.6 (1M context) <noreply@anthropic.com>
2026-04-29 15:34:46 +02:00
Arthur Belleville
1eace2291b
Remove is_temporary invite flow in favor of is_client client invites
...
The USE_CLIENT_PASSWORD_INVITES flag was hardcoded true. This removes the
dead else-branch (old is_temporary flow sending users to app.xtablo.com/login)
and always shows the Accès client form that routes new clients through
clients.xtablo.com/set-password with is_client: true.
Co-Authored-By: Claude Sonnet 4.6 (1M context) <noreply@anthropic.com>
2026-04-28 22:35:15 +02:00
Arthur Belleville
0476a87afd
fix onboarding modal
2026-04-25 10:28:29 +02:00
Arthur Belleville
3fd0f3dcde
Add rum + fix icon in clients.xtablo.com
2026-04-25 09:39:36 +02:00
Arthur Belleville
43349260ac
Merge pull request #80 from artslidd/develop
...
Develop
2026-04-24 21:08:33 +02:00
Arthur Belleville
3fa3425443
Merge pull request #81 from artslidd/admin-panel
...
Admin panel
2026-04-24 20:13:42 +02:00
Arthur Belleville
5390028a5c
Target production from admin
2026-04-24 20:12:51 +02:00
Arthur Belleville
1b5dc5cf6f
Merge pull request #79 from artslidd/admin-panel
...
Admin panel
2026-04-24 17:08:29 +02:00
Arthur Belleville
11e6816a71
merge: resolve develop conflicts
2026-04-24 17:05:56 +02:00
Arthur Belleville
4be99b9900
lint
2026-04-24 16:43:00 +02:00
Arthur Belleville
13af8f66c0
chore(admin): run deploy through turbo
2026-04-24 16:25:38 +02:00
Arthur Belleville
657ebc44b9
chore(admin): align domain and deploy command
2026-04-24 16:22:51 +02:00
Arthur Belleville
9aff7e1bed
feat(admin): harden app access at the worker edge
2026-04-24 16:15:55 +02:00
Arthur Belleville
85d44af57e
feat(admin): add dashboard explorer analytics and actions
2026-04-24 15:55:56 +02:00
Arthur Belleville
4f71c52e14
feat(admin): add explorer shell and registry reads
2026-04-24 15:39:03 +02:00
Arthur Belleville
49cdd3b755
feat(admin): add privileged token gate
2026-04-24 15:33:13 +02:00
Arthur Belleville
1c97113c67
feat(admin): add privileged admin session exchange
2026-04-24 15:31:34 +02:00
Arthur Belleville
ce462b4d65
feat(admin): scaffold internal admin app
2026-04-24 15:10:44 +02:00
Arthur Belleville
41720147d7
docs: add admin dashboard implementation plan
2026-04-24 14:22:22 +02:00
Arthur Belleville
d796960cc0
docs: add supabase admin dashboard design spec
2026-04-24 14:16:42 +02:00
Arthur Belleville
e4576b6363
Fix lint
2026-04-23 19:32:58 +02:00
Arthur Belleville
38a471e98a
Set site
2026-04-23 19:29:12 +02:00
Arthur Belleville
b6ce6909b7
Merge pull request #78 from artslidd/develop
...
Develop
2026-04-23 19:18:20 +02:00
Arthur Belleville
68de9d7e76
Merge branch 'main' into develop
2026-04-22 22:29:12 +02:00
Arthur Belleville
0b0c380080
feat: add datadog frontend sourcemap uploads
2026-04-22 22:20:13 +02:00
Arthur Belleville
222c61339f
feat: add datadog frontend sourcemap uploads
2026-04-22 22:13:30 +02:00
Arthur Belleville
3c90ba232c
fix test
2026-04-22 21:39:13 +02:00
Arthur Belleville
fd5137e91e
Fix react rendering issue
2026-04-22 21:36:00 +02:00
Arthur Belleville
246755d7c4
Fix react rendering issue
2026-04-22 21:35:42 +02:00
Arthur Belleville
5d7dbc95fc
Use ES2022 in apps/clients
2026-04-19 19:24:47 +02:00