Charles GTE
8ef79a8dd5
feat: wrap native uploads into tar.gz via packToTarGz helper
2026-07-11 11:27:26 +02:00
Charles GTE
186ee90941
fix
2026-07-11 11:19:07 +02:00
Charles GTE
bd6a798861
fix: dedupe accepted extensions in dropzone error message
2026-07-11 11:15:36 +02:00
Charles GTE
7392d18cf4
feat: add server-side logging to backup upload inspection
2026-07-11 11:11:46 +02:00
Charles GTE
11d40b5eef
fix: dedupe file extension list in import dropzone label
2026-07-11 11:06:14 +02:00
Charles GTE
991ff2b5be
feat: mention .tar.gz in import dropzone copy
2026-07-11 10:57:58 +02:00
Charles GTE
31fbc50ae6
feat: validate and store tar.gz backups on import with 2GB guard
2026-07-11 10:57:32 +02:00
Charles GTE
948d978b14
feat: add tar.gz upload inspection helper
2026-07-11 10:56:12 +02:00
Charles GTE
cf072a9853
feat: allow gzip uploads for all dbms and add archive entry matcher
2026-07-11 10:53:56 +02:00
Charles GTE
fb51a8c176
chore: add tar-stream for archive inspection
2026-07-11 10:52:16 +02:00
Charles GTE
1745211dc3
fix
2026-07-11 10:04:12 +02:00
Charles GTE and GitHub
9162a1980d
Merge pull request #368 from Portabase/fix/job-log-if-no-file
...
fix: job-log-if-no-file
2026-07-11 10:03:01 +02:00
Charles GTE
c418ea01e2
fix: log job when storage file missing for restoration
2026-07-11 09:59:06 +02:00
Charles GTE and GitHub
1e17413e52
Merge pull request #366 from Portabase/fix/storage-encryption
...
fix: storage-encryption
2026-07-11 09:05:45 +02:00
charles-gauthereau
5d2df7042f
Merge branch 'main' into fix/storage-encryption
2026-07-10 18:47:29 +02:00
github-actions[bot]
7f93abff82
chore: release 1.22.4
1.22.4
2026-07-09 07:37:37 +00:00
3e8a6d5006
fix: cron.ts ( #365 )
...
Co-authored-by: charles-gauthereau <charles.gauthereau@soluce-technologies.com >
2026-07-09 09:36:44 +02:00
charles-gauthereau
96615333a8
fix: helpers.ts
2026-07-08 22:25:04 +02:00
charles-gauthereau
b8dba8a746
fix: warning message when too old agent for storage encryption
2026-07-08 21:28:49 +02:00
charles-gauthereau
dc591d0b48
feat: encrypt storages in agent status response when backup requested
2026-07-08 21:02:31 +02:00
charles-gauthereau
5a5b60849e
fix: reject non-numeric version segments in isAgentVersionAtLeast
2026-07-08 21:00:39 +02:00
charles-gauthereau
a0943b5520
feat: add status storages encryption helper
...
Adds encryptStorages (AES-256-GCM, base64(iv|ciphertext|tag)) and the
isAgentVersionAtLeast version gate so newer agents can receive an
encrypted storages envelope while older agents fall back to plaintext.
2026-07-08 20:56:02 +02:00
github-actions[bot]
5e4a430049
chore: release 1.22.3
1.22.3
2026-07-07 17:40:10 +00:00
47d78943d8
fix: data-loading ( #364 )
...
* chore: remove dead comment in database page
* fix(data-table): manualPagination support
* fix(hooks): useServerDataTable for server-side pagination
* fix(database): paginated backup and restoration list actions
* fix(database): server-paginate backup list
* fix(database): server-paginate restoration list
* fix(database): switch tabs via History API instead of router.push
* fix(logs): load job logs on demand when the modal opens
* perf(database): slim metadata poll and drop eager backup/log loading
* fix(database): invalidate backups/restorations list keys on mutations for instant refresh
* fix(logs): disable log button when row has no logs
* fix(logs): fetch logs on button click, open modal already populated
* fix: loading log modal
---------
Co-authored-by: charles-gauthereau <charles.gauthereau@soluce-technologies.com >
2026-07-07 19:39:25 +02:00
github-actions[bot]
141abbae9d
chore: release 1.22.2
1.22.2
2026-07-06 06:18:46 +00:00
Charles GTE and GitHub
278ac6a17e
Merge pull request #362 from Portabase/fix/dark-light-toggle
...
fix: theme toggle
2026-07-06 08:18:04 +02:00
charles-gauthereau
4c63408094
fix: theme toggle
2026-07-06 08:01:53 +02:00
github-actions[bot]
adda02e91f
chore: release 1.22.1
1.22.1
2026-07-05 17:36:01 +00:00
Charles GTE and GitHub
4fd3125bf9
Merge pull request #361 from Portabase/fix/delete-org
...
fix: org deletion
2026-07-05 19:35:14 +02:00
charles-gauthereau
2ef7f7929d
fix: org deletion
2026-07-05 19:15:01 +02:00
github-actions[bot]
666d677349
chore: release 1.22.0
1.22.0
2026-07-05 16:50:54 +00:00
Charles GTE and GitHub
1afc6b8c62
Merge pull request #359 from Portabase/dev
...
Dev
2026-07-05 18:50:16 +02:00
Charles GTE and GitHub
9f15b49345
Merge pull request #360 from Portabase/fix/remove-database-link-to-agent
...
fix: remove-database-link-to-agent
2026-07-05 18:32:58 +02:00
charles-gauthereau
6d19fb8833
fix: database-delete.action.ts
2026-07-05 18:31:52 +02:00
charles-gauthereau
df692c4729
fix(database): restrict db delete to agent-owning org (system agents admin-only)
...
- UI: delete button gated by canDeleteDatabases prop threaded from each page
(org page: only org-created agents; admin page: system agents)
- authz: org path requires agent.organizationId === active org; drop join-based
attribution so a system agent merely linked to an org is admin-delete-only
2026-07-05 18:31:52 +02:00
charles-gauthereau
cd72cfbff4
fix(database): authorize soft-delete by agent org + add onError + guard bulk-restore lists
2026-07-05 18:31:52 +02:00
charles-gauthereau
20636bf6f2
feat(database): reject soft-deleted databases in single-row lookups
2026-07-05 18:31:52 +02:00
charles-gauthereau
8f2d6f0b01
feat(database): exclude soft-deleted databases from all list queries
2026-07-05 18:31:52 +02:00
charles-gauthereau
64b3bf1b16
feat(agents): show database delete button in card footer on agent page
2026-07-05 18:31:52 +02:00
charles-gauthereau
dc4190aa1b
fix(agents): add database delete button with confirm popover
2026-07-05 18:31:52 +02:00
charles-gauthereau
6efcb55638
fix(database): add soft-delete server action clearing links and policies
2026-07-05 18:31:45 +02:00
charles-gauthereau
6b89cdfa1d
fix(db): make databases.agent_id and agent_database_id nullable for soft-delete
2026-07-05 18:11:32 +02:00
charles-gauthereau
693ef6ec3e
chore: remove unused Link import and stray whitespace
2026-07-05 17:06:42 +02:00
Charles GTE and GitHub
de33dea50d
Merge pull request #358 from Portabase/fix/mass-backup-restore-button-on-project-page
...
fix: mass-backup-restore-button-on-project-page
2026-07-05 16:34:23 +02:00
charles-gauthereau
d5e453c390
fix: docker volume upload
2026-07-05 16:33:28 +02:00
Charles GTE
ff65590c97
fix: block if already ongoing or waiting
2026-07-05 14:06:40 +02:00
Charles GTE
503d5469d4
fix: bulk restore/backup
2026-07-05 13:50:33 +02:00
Charles GTE
96c51a08c6
fix(projects): enable bulk backup/restore selection on project page
2026-07-05 13:50:33 +02:00
Charles GTE
fe1d077754
fix(projects): selection wrapper wiring bulk backup/restore with toasts
2026-07-05 13:50:33 +02:00
Charles GTE
f2acc103a7
fix(projects): bulk restore preview + type-to-confirm modal
2026-07-05 13:50:33 +02:00