Commit Graph
1384 Commits
Author SHA1 Message Date
charles-gauthereau d1bd2a465c feat: backfill onboarding flag for instances with existing data 2026-06-24 17:38:58 +02:00
Théo LAGACHE 7781caac53 fix 2026-06-24 16:46:44 +02:00
Théo LAGACHE 04c2bc8922 fix 2026-06-24 16:38:09 +02:00
Théo LAGACHE 75dff0cc2c fix 2026-06-24 16:35:56 +02:00
Théo LAGACHE c8a24b53ce Merge branch 'poc/onboarding-setup' of https://github.com/Portabase/portabase into poc/onboarding-setup 2026-06-24 16:24:50 +02:00
Théo LAGACHE 8cf164d229 fix 2026-06-24 16:24:35 +02:00
charles-gauthereau bb62b25a55 Merge branch 'main' into poc/onboarding-setup
# Conflicts:
#	src/lib/tasks/cleaning/index.ts
2026-06-24 16:21:29 +02:00
Théo LAGACHE 7a9784244b Merge branch 'poc/onboarding-setup' of https://github.com/Portabase/portabase into poc/onboarding-setup 2026-06-24 09:07:26 +02:00
Théo LAGACHE bdd191eb93 fix 2026-06-24 09:02:02 +02:00
github-actions[bot] 80a3f8642a chore: release 1.20.1 1.20.1 2026-06-24 06:47:12 +00:00
Charles GTEandGitHub 18bdbafa75 Merge pull request #333 from Portabase/fix/retention-failed-backups
fix: clean up failed and ongoing backups
2026-06-24 08:46:22 +02:00
charles-gauthereau e31245b492 fix: clean up failed and ongoing backups 2026-06-24 08:32:40 +02:00
charles-gauthereau 25a966558a fix: removed dead files 2026-06-23 19:00:53 +02:00
Théo LAGACHE 8070386172 Merge branch 'poc/onboarding-setup' of https://github.com/Portabase/portabase into poc/onboarding-setup
merge
2026-06-23 18:49:30 +02:00
Théo LAGACHE 4fecbb12f2 fix: onboarding 2026-06-23 18:45:30 +02:00
charles-gauthereau d47c725c44 fix: .gitignore 2026-06-23 18:40:20 +02:00
Théo LAGACHE 3dca8f8f92 fix: update broken imports after features reorganization (double-quote relative imports, channel subdir absolute paths) 2026-06-23 16:09:02 +02:00
Théo LAGACHE df989440ac refactor(users): reorganize into actions/components/schemas 2026-06-23 16:06:29 +02:00
Théo LAGACHE ea5e89a299 refactor(upload): move action to actions/ 2026-06-23 16:06:28 +02:00
Théo LAGACHE 84b0b4b337 refactor(updates): reorganize into components/hooks 2026-06-23 16:06:28 +02:00
Théo LAGACHE 2f83eafa97 refactor(theme): move all components to components/ 2026-06-23 16:06:27 +02:00
Théo LAGACHE 9d1af49b35 refactor(storages): reorganize into types/utils 2026-06-23 16:06:27 +02:00
Théo LAGACHE b04b5ea2ee refactor(statistics): reorganize into components/utils 2026-06-23 16:06:27 +02:00
Théo LAGACHE 36754973c6 refactor(settings): reorganize into actions/components/schemas/hooks 2026-06-23 16:06:26 +02:00
Théo LAGACHE 8c670d57c7 refactor(projects): reorganize into actions/components/schemas 2026-06-23 16:06:24 +02:00
Théo LAGACHE ebb6ba59f3 refactor(profile): reorganize into actions/components/schemas 2026-06-23 16:06:23 +02:00
Théo LAGACHE ca3535bc1c refactor(organizations): reorganize into actions/components/schemas/hooks/utils 2026-06-23 16:06:20 +02:00
Théo LAGACHE 740a58679e refactor(notifications): reorganize into components/types/utils 2026-06-23 16:06:17 +02:00
Théo LAGACHE 80e468b26d refactor(migration): reorganize into actions/components 2026-06-23 16:06:16 +02:00
Théo LAGACHE 0a84fd2f63 refactor(logs): reorganize into components/types 2026-06-23 16:06:16 +02:00
Théo LAGACHE 13ef2a0e6e refactor(layout): move all components to components/ 2026-06-23 16:06:15 +02:00
Théo LAGACHE b1b2e33839 refactor(database): reorganize into actions/components/schemas 2026-06-23 16:06:14 +02:00
Théo LAGACHE 41a3b29053 refactor(channel): reorganize into components/schemas, nest notifications+storages under components 2026-06-23 16:06:10 +02:00
Théo LAGACHE d0dafdadc7 refactor(auth): reorganize into actions/components/schemas 2026-06-23 16:06:08 +02:00
Théo LAGACHE b9d9f42ec7 refactor(agents): reorganize into actions/components/schemas/hooks 2026-06-23 16:06:07 +02:00
Théo LAGACHEandClaude Haiku 4.5 0dfbe39ccd Task 2: Add migration script for features directory reorganization
Creates scripts/migrate-features.sh with the complete migration logic
that will reorganize src/features/* into actions/components/schemas/hooks/types/utils
subdirectories following the onboarding pattern established in Task 1.

Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
2026-06-23 16:03:03 +02:00
Théo LAGACHE 87fe60f82a chore: checkpoint before features reorganization 2026-06-23 16:00:22 +02:00
Théo LAGACHEandClaude Sonnet 4.6 7c9b38b1eb fix(settings): make avatar selector, dicebear picker and tab bar responsive
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-06-23 13:46:18 +02:00
Théo LAGACHE 866bc76475 fix 2026-06-23 11:34:20 +02:00
Théo LAGACHE fd41f7ea50 fix 2026-06-22 16:56:17 +02:00
charles-gauthereau bd157e7d49 fix(migration): apply for onboarding 2026-06-22 11:02:08 +02:00
charles-gauthereau fd079f4298 Merge branch 'main' into poc/onboarding-setup 2026-06-22 11:01:07 +02:00
charles-gauthereau 5d18fdf217 fix(migration): merge 2026-06-22 11:01:01 +02:00
Théo LAGACHE 1b3f972bc8 add: onboarding 2026-06-22 10:52:42 +02:00
github-actions[bot] c7d10efefe chore: release 1.20.0 1.20.0 2026-06-21 14:40:11 +00:00
Charles GTEandGitHub 408d6d76ef Merge pull request #327 from Portabase/dev
Dev
2026-06-21 16:39:06 +02:00
Charles GTEandGitHub bf0ed69b60 Merge pull request #328 from jjingi/feature/Integrate-Azure-Blob
Feature/integrate azure blob
2026-06-21 15:49:52 +02:00
Charles GTE afd9a8eff2 chore: refactoring 2026-06-21 15:47:23 +02:00
Charles GTE baab060628 fix: azurite and refactoring 2026-06-20 19:35:40 +02:00
Charles GTE 3018515abf Merge branch 'dev' into feature/Integrate-Azure-Blob
# Conflicts:
#	src/db/migrations/meta/0063_snapshot.json
#	src/db/migrations/meta/_journal.json
2026-06-20 14:56:41 +02:00