1340 Commits
Author SHA1 Message Date
github-actions[bot] 907caf22fa chore: release 1.23.1 1.23.1 2026-07-13 15:22:50 +00:00
Charles GTEandGitHub 8aed7d5d57 Merge pull request #373 from Portabase/dev
Dev
2026-07-13 17:22:00 +02:00
Théo LAGACHE bdcd873121 Update README.md 2026-07-13 16:59:15 +02:00
Théo LAGACHE 797216559b Merge branch 'dev' of https://github.com/Portabase/portabase into dev 2026-07-13 16:56:28 +02:00
Théo LAGACHE fc789e6fe3 fix: exclude archive 2026-07-13 16:56:13 +02:00
Charles GTE 2b9b672304 fix 2026-07-13 16:39:53 +02:00
Charles GTEandGitHub 62021d09f9 Merge pull request #370 from Official-Krish/fix/date-format-dd-mm-yyyy
fix: incorrect date format (DD/MM/YYYY)
2026-07-13 16:31:51 +02:00
Théo LAGACHE 39ff705aa1 add: disclaimer 2026-07-13 16:14:48 +02:00
Théo LAGACHEandGitHub 435879a562 Feat/telemetry (#372) 2026-07-13 15:38:36 +02:00
1971ff69e3 Feat/test channel (#371)
* add: test btn

* fix

* fix

---------

Co-authored-by: Théo LAGACHE <theo.lagache@soluce-technologies.com>
2026-07-13 15:33:46 +02:00
Official-Krish 91b09552a4 fix: widen formatDayOnly to accept string | number | Date 2026-07-13 15:14:05 +05:30
Official-Krish 810931d748 fix: date format showing MM/DD/YYYY instead of DD/MM/YYYY 2026-07-13 14:29:17 +05:30
github-actions[bot] 3349bfaf3f chore: release 1.23.0 1.23.0 2026-07-11 10:06:58 +00:00
Charles GTEandGitHub 97c53e4613 Merge pull request #367 from Portabase/dev
Dev
2026-07-11 12:06:14 +02:00
Charles GTE 484fbbb714 fix 2026-07-11 11:42:09 +02:00
Charles GTE ea42cc58fe fix 2026-07-11 11:40:54 +02:00
Charles GTEandGitHub 70ee8f8dc2 Merge pull request #369 from Portabase/fix/upload-tar-gz
fix: upload-tar-gz
2026-07-11 11:35:54 +02:00
Charles GTE c5e53b14cb fix 2026-07-11 11:33:47 +02:00
Charles GTE 11dd570a53 feat: tar.gz native dumps before storing on frontend import 2026-07-11 11:29:02 +02:00
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 GTEandGitHub 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 GTEandGitHub 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 GTEandGitHub 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 GTEandGitHub 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