Commit Graph
1367 Commits
Author SHA1 Message Date
Théo LAGACHEandClaude Sonnet 4.6 808e60557b refactor(onboarding): move types, constants, schemas to sub-directories
- Rename onboarding.types.ts → types/index.ts
- Create constants/steps.ts with STEP_IDS and STEP_ORDER
- Create schemas/account.schema.ts with BaseSchema and WithPasswordSchema
- Update onboarding-shell.tsx to import STEP_ORDER from constants
- Update step-account-info.tsx to import schemas from schemas/account.schema
- Migrate 14 files from @/features/onboarding/onboarding.types → @/features/onboarding/types
- Fix missed import in app/(welcome)/welcome/onboarding-client.tsx

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-06-19 10:25:17 +02:00
Théo LAGACHEandClaude Sonnet 4.6 f07ff1a28c docs: add onboarding refactor implementation plan
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-06-19 10:20:19 +02:00
Théo LAGACHEandClaude Sonnet 4.6 352abb8a95 docs: add onboarding refactor design spec
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-06-19 10:14:44 +02:00
github-actions[bot] 61bc4a286d chore: release 1.19.0 1.19.0 2026-06-19 08:01:10 +00:00
Charles GTEandGitHub f5b3ad7381 Merge pull request #324 from Portabase/dev
Dev
2026-06-19 10:00:13 +02:00
Peter Crosthwaite a96c739d90 Replace manual pushover migration with drizzle-generated version 2026-06-19 17:49:50 +10:00
Peter Crosthwaite aaeaeabc81 Removed duplicated migration 2026-06-19 17:44:42 +10:00
charles-gauthereau 0cf7c45488 fix: README.md and removed the e2E folder as it is in a dedicated project now 2026-06-19 09:44:41 +02:00
Peter Crosthwaite db6eb221d8 Updated failed response to display in activity log 2026-06-19 17:24:44 +10:00
MalilavGitHubkillian-larcherCharles GTEgithub-actions[bot] <github-actions[bot]@users.noreply.github.com>github-actions[bot] <github-actions[bot]@users.noreply.github.com>Michael KutýKillian Larchergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>Shawn M
130c23dd5b feat: Add Microsoft Teams as notification provider (issue 260) (#313)
* feat: add Microsoft Teams notification provider

* feat: Add Microsoft Teams as notification provider

* fix: Update database migration

* fix: Remove duplicate file 0058 db migration

* add Microsoft Teams notification provider E2E tests

* fix: externalize e2e testings and profile name trim (#318)

* fix: externalize e2e testings

* fix: externalize e2e tests.

* refactor: improve e2e workflow.

* chore: upgrade workflow action version.

* fix: createEnv by adding emptyStringAsUndefined (#317)

* chore: release 1.18.2

---------

Co-authored-by: killian-larcher <killian.larcher@soluce-technologies.com>
Co-authored-by: Charles GTE <charles.gauthereau@soluce-technologies.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

* fix(layout): guard undefined user.name in avatar fallbacks (#320)

* fix(layout): guard undefined user.name in avatar fallbacks

* fix: AUTH_DEFAULT_USER as zod email

---------

Co-authored-by: charles-gauthereau <charles.gauthereau@soluce-technologies.com>

* fix: profile name trim

---------

Co-authored-by: killian-larcher <killian.larcher@soluce-technologies.com>
Co-authored-by: Charles GTE <charles.gauthereau@soluce-technologies.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Michael Kutý <6du1ro.n@gmail.com>
Co-authored-by: charles-gauthereau <charles.gauthereau@soluce-technologies.com>

* chore: release 1.18.3

* chore: Update README.md (#323)

* chore: Update README.md

added unraid link

* chore: Update README.md

fix markdown

* chore: release 1.18.4

* fix: teams.ts with timeout

---------

Co-authored-by: Killian Larcher <98161034+KillianLarcher@users.noreply.github.com>
Co-authored-by: killian-larcher <killian.larcher@soluce-technologies.com>
Co-authored-by: Charles GTE <charles.gauthereau@soluce-technologies.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Michael Kutý <6du1ro.n@gmail.com>
Co-authored-by: charles-gauthereau <charles.gauthereau@soluce-technologies.com>
Co-authored-by: Shawn M <84647313+hyperion02@users.noreply.github.com>
2026-06-19 07:42:50 +02:00
Peter Crosthwaite 6075872881 Added support for pushover notifications 2026-06-19 15:37:05 +10:00
Théo LAGACHE aef1c7b8fb feat(onboarding): show Next button in shell when navigating backwards 2026-06-18 16:04:39 +02:00
Théo LAGACHE fc63923d85 feat(onboarding): remove org logo upload — orgs have no logo 2026-06-18 16:02:17 +02:00
Théo LAGACHEandClaude Sonnet 4.6 b0e23f336d feat(onboarding): theme applied dynamically via setTheme, avatar saved to user.image
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-06-18 16:00:30 +02:00
Théo LAGACHEandClaude Sonnet 4.6 1f3e36ce56 fix(onboarding): verify session after passkey registration, fallback to signIn.passkey()
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-06-18 15:57:26 +02:00
Théo LAGACHE 73179e4d0b fix(onboarding): step-login — add next to useEffect deps, default emailPasswordEnabled to false 2026-06-18 15:54:13 +02:00
Théo LAGACHEandClaude Sonnet 4.6 18282ede01 feat(onboarding): login — auto-advance if session, callbackURL on SSO, hide email/pw when disabled, empty state
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-06-18 15:52:19 +02:00
Théo LAGACHE a395f15ba5 feat(onboarding): agent-waiting step is now skippable 2026-06-18 15:49:39 +02:00
Théo LAGACHEandClaude Sonnet 4.6 5ac7d86b6d feat(onboarding): DB-driven resume — query notifiers/storages, check agent lastContact
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-06-18 15:47:04 +02:00
Théo LAGACHE eaf1391601 feat(onboarding): add emailPasswordEnabled to meta, remove logoDataUrl from org 2026-06-18 15:44:02 +02:00
Théo LAGACHE 177455db43 chore(onboarding): delete mock/cookie/preview/sso-gate files — replaced by real implementation 2026-06-18 12:17:42 +02:00
Théo LAGACHE 0fb060e2da feat(onboarding): page.tsx uses resolveOnboardingState — server-driven resume 2026-06-18 12:10:30 +02:00
Théo LAGACHE 4b5367a456 feat(onboarding): wire steps — add login + agent-key, remove sso-gate 2026-06-18 12:08:16 +02:00
Théo LAGACHE 211d69c846 feat(onboarding): step-project-create uses real action + real DBs from flowData 2026-06-18 12:05:42 +02:00
Théo LAGACHE 4e5913b0d9 feat(onboarding): add step-agent-key with edgeKey generation via server action 2026-06-18 12:01:21 +02:00
Théo LAGACHE 32cf64eebe feat(onboarding): step-agent-waiting polls real agent lastContact via useQuery 2026-06-18 11:58:18 +02:00
Théo LAGACHE 3d1b0aa659 feat(onboarding): step-agent-create calls real createAgentAction + findOrCreate 2026-06-18 11:54:38 +02:00
Théo LAGACHE 49924d9dd9 feat(onboarding): notifier + storage steps call real actions + findOrCreate on back 2026-06-18 11:52:12 +02:00
Théo LAGACHE 4ea5babba6 fix(onboarding): step-org-create — simplify error handling, throw on empty name 2026-06-18 11:39:18 +02:00
Théo LAGACHE 19776344a3 feat(onboarding): step-org-create calls real createOrganizationAction 2026-06-18 11:36:54 +02:00
Théo LAGACHE c1b4c04a9a feat(onboarding): step-security reads passkeyEnabled from flowData.meta 2026-06-18 11:33:27 +02:00
Théo LAGACHE 9cdcfb4d3f feat(onboarding): avatar API route (next/og) + AvatarPicker in preferences step 2026-06-18 11:30:59 +02:00
Théo LAGACHE 358b583634 feat(onboarding): step-account-info — firstName/lastName, conditional password, findOrCreate 2026-06-18 11:25:49 +02:00
Théo LAGACHE 17b9d1da02 fix(onboarding): step-login — conform to global mutation pattern, handle SSO errors 2026-06-18 11:22:26 +02:00
Théo LAGACHE 642e6c7fde feat(onboarding): add step-login replacing sso-gate 2026-06-18 11:20:21 +02:00
Théo LAGACHE 082539df12 feat(onboarding): replace preview panel with stepper checklist 2026-06-18 11:05:36 +02:00
Théo LAGACHE 5c1b247ee5 style(onboarding): add branding to shell, fix progress bar full width 2026-06-18 11:05:30 +02:00
Théo LAGACHEandClaude Sonnet 4.6 a50c668db7 fix(onboarding): remove unused imports from onboarding-state.ts
Removed getOrganizationChannels and getOrganizationStorageChannels imports that were never used in the file.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-06-18 11:03:38 +02:00
Théo LAGACHE b79d039a03 feat(onboarding): add resolveOnboardingState server function 2026-06-18 11:01:53 +02:00
Théo LAGACHEandClaude Sonnet 4.6 9183d6dfcb feat(onboarding): add settings.onboarding column + markOnboardingDoneAction
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-06-18 10:57:25 +02:00
Théo LAGACHEandClaude Sonnet 4.6 eade74be6e feat(onboarding): update type system — meta, firstName/lastName, org.id, databases
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-06-18 10:53:07 +02:00
Théo LAGACHEandClaude Sonnet 4.6 18e7a96754 feat(onboarding): skip agent-waiting/project-create/db-settings when no agents created
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-06-17 10:24:49 +02:00
Théo LAGACHEandClaude Sonnet 4.6 647905da09 style(onboarding): restyle DB toggle buttons in project-create step to org-combobox card style
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-06-17 10:24:26 +02:00
Théo LAGACHEandClaude Sonnet 4.6 51317b0d08 style(onboarding): restyle theme toggles in preferences step to org-combobox card style
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-06-17 10:24:10 +02:00
Théo LAGACHEandClaude Sonnet 4.6 34cce3b07d style(onboarding): restyle security method choice to org-combobox card style
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-06-17 10:23:47 +02:00
Théo LAGACHEandClaude Sonnet 4.6 9dcde769c7 style(onboarding): restyle sso-gate provider buttons to org-combobox card style
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-06-17 10:23:30 +02:00
Théo LAGACHEandClaude Sonnet 4.6 acc60f7d69 feat(onboarding): add two-phase config flow and org-combobox style to storage step
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-06-17 10:20:25 +02:00
Théo LAGACHEandClaude Sonnet 4.6 b34267ae19 fix(onboarding): prevent duplicate notifier providers and guard Continue button
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-06-17 10:18:23 +02:00
Théo LAGACHEandClaude Sonnet 4.6 fa5307c875 feat(onboarding): add two-phase config flow and org-combobox style to notifier step
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-06-17 10:10:06 +02:00
Théo LAGACHEandClaude Sonnet 4.6 2d223b72c5 feat(onboarding): extend OnboardingChannel with name and config fields
Add 'name' (user-visible channel name) and 'config' (provider-specific settings)
fields to OnboardingChannel type to support two-phase configuration flow.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-06-17 10:05:47 +02:00