Commit Graph

781 Commits

Author SHA1 Message Date
Gareth George 4871612719 chore: gate linux tray install behind --experimental-linux-tray
Default install.sh on linux to the systemd/openrc service mode and
require an explicit --experimental-linux-tray flag to install in tray
mode. The runtime backrest --tray flag is unchanged. Auto-detect from
previous install mode is preserved; the D-Bus desktop detection branch
is commented out for now.
2026-05-03 04:44:35 +00:00
Gareth George e95db4cc7d Merge remote-tracking branch 'origin/main' into garethgeorge/tmp
# Conflicts:
#	.github/workflows/reusable-release.yml
2026-05-03 04:39:32 +00:00
Alan 7e064a275c fix: show repo URI in sidebar tooltip instead of repo ID (#1209) 2026-05-02 21:37:09 -07:00
Peter Briggs 268b5dfae5 chore: add binaries for i386 systems (#1199)
Release Please / release-please (push) Has been cancelled
Release Preview / call-reusable-release (push) Has been cancelled
Test / test-nix (push) Has been cancelled
Test / test-win (push) Has been cancelled
Update Restic / update-restic-version (push) Has been cancelled
2026-04-19 23:45:14 -07:00
Gareth George cb38fd8615 install.sh and uninstall.sh improvements 2026-04-13 21:41:53 -07:00
Gareth 88f0fbc7aa fix: refine backrest SFTP UI (#1193)
Release Please / release-please (push) Has been cancelled
Release Preview / call-reusable-release (push) Has been cancelled
Test / test-nix (push) Has been cancelled
Test / test-win (push) Has been cancelled
Update Restic / update-restic-version (push) Has been cancelled
2026-04-12 15:33:10 -07:00
Gareth a106b7fe97 improved linux support and installer defaults to tray mode 2026-04-12 15:32:11 -07:00
Gareth 8e9470c954 fix: optimize backrest ui performance (#1195) 2026-04-12 15:12:01 -07:00
Gareth 12008e5324 fix: always allow CORS OPTIONS requests even behind authenticated endpoints (#1194) 2026-04-12 14:55:33 -07:00
Charles Machalow 4ebc22b7d1 fix: Alpine Docker images for arm/v6 and arm/v7 architectures (#1165) 2026-04-12 14:50:22 -07:00
Gareth 27e1d189ab fix: RESTIC_PASSWORD env shold not take precedent over repo passwords (#1192) 2026-04-12 14:21:08 -07:00
Andrew H. 1d5175297f chore: switch to the latest Windows runner for releases (#1176) 2026-04-12 14:03:35 -07:00
Andrew H. 5b83453a31 fix: minor windows installer fixes 2026-04-12 13:45:59 -07:00
Evgeniy Timokhov b3edd06a27 fix: wrong order of parameters in task name (#1168)
Release Please / release-please (push) Has been cancelled
Release Preview / call-reusable-release (push) Has been cancelled
Test / test-nix (push) Has been cancelled
Test / test-win (push) Has been cancelled
Update Restic / update-restic-version (push) Has been cancelled
2026-03-18 10:41:38 -07:00
Gareth a85ffe89e1 switche back to zip archive for the app 2026-03-11 15:37:48 -07:00
Gareth 1bccb18e6b Potential fix for code scanning alert no. 35: Workflow does not contain permissions
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
2026-03-11 14:33:55 -07:00
Gareth 17e85d4cf6 add adhoc code signing 2026-03-11 14:17:04 -07:00
Gareth 28a0c188c7 create iso image for backrest 2026-03-11 14:15:48 -07:00
Gareth d1c946b348 fix bundling on macOS 2026-03-11 14:07:04 -07:00
Gareth 47202f9d39 fix: CI fixes for tray build and macOS bundle
- Scope brew tap to default archive to avoid duplicate OS/Arch error
- Use pipe delimiter in bundle.sh sed to handle version strings with /
- Derive clean snapshot version for non-tag CI builds
- Run macOS bundle job in parallel with goreleaser (no dependency)

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-11 13:55:15 -07:00
Gareth ce96181441 update .goreleaser.yaml 2026-03-11 13:45:37 -07:00
Gareth 0a9de9e923 fix: add missing tray files excluded by overly broad .gitignore pattern 2026-03-11 13:02:48 -07:00
Gareth f0d1e2261f feat: macOS and linux tray binaries 2026-03-11 12:16:05 -07:00
Gareth 9dd08d0f1f chore(main): release 1.12.1 (#1130)
Docs / build (push) Has been cancelled
Release Please / release-please (push) Has been cancelled
Release Preview / call-reusable-release (push) Has been cancelled
Test / test-nix (push) Has been cancelled
Test / test-win (push) Has been cancelled
Docs / deploy (push) Has been cancelled
Update Restic / update-restic-version (push) Has been cancelled
v1.12.1
2026-03-10 23:16:06 -07:00
Gareth 9e5d795efb chore: set next release version to 1.12.1
Release-As: 1.12.1
2026-03-10 23:13:31 -07:00
Gareth d4594cc695 fix: reduce occurrence of benign 'API error reconnecting' warnings 2026-03-10 23:04:54 -07:00
Gareth c603f0010e fix: allow --stdin-from-command flag to be used 2026-03-10 22:54:13 -07:00
Gareth cd72b7f8a9 fix: condition snapshot start hook may not run if repo is unreachable and autounlock is enabled 2026-03-10 22:44:08 -07:00
Gareth 7344541588 fix: snap operation details to view port when scrolling through a large operation tree 2026-03-10 22:38:09 -07:00
Gareth bebe608505 fix: increase bufio's max buffer size to handle large json lines for big repos 2026-03-10 22:13:56 -07:00
Gareth a2474fcdc3 chore: stop tracking .vitepress dir 2026-03-10 22:11:37 -07:00
Gareth 1bad3d0887 fix: disable strict sftp trust / known host checking 2026-03-10 22:08:24 -07:00
Charles Machalow 96d6dffabc fix: support for linux/arm/v7 (#1151)
Release Please / release-please (push) Has been cancelled
Release Preview / call-reusable-release (push) Has been cancelled
Test / test-nix (push) Has been cancelled
Test / test-win (push) Has been cancelled
Update Restic / update-restic-version (push) Has been cancelled
2026-03-02 00:39:23 -08:00
AdmiralSprk c4dbc51c01 docs: update api.md (#1133)
Docs / build (push) Has been cancelled
Release Please / release-please (push) Has been cancelled
Docs / deploy (push) Has been cancelled
Update Restic / update-restic-version (push) Has been cancelled
2026-02-25 00:39:45 -08:00
Gareth 46b457bae2 docs: fix deployment workflow
Docs / build (push) Has been cancelled
Release Please / release-please (push) Has been cancelled
Release Preview / call-reusable-release (push) Has been cancelled
Test / test-nix (push) Has been cancelled
Test / test-win (push) Has been cancelled
Docs / deploy (push) Has been cancelled
Update Restic / update-restic-version (push) Has been cancelled
2026-02-22 13:47:27 -08:00
Gareth 5887878004 docs: migrate to vitepress (#1132) 2026-02-22 13:44:43 -08:00
Gareth 0199440780 fix: use LLM to generate more consistent translations (#1103) 2026-02-22 13:06:25 -08:00
kyohei 7f050d2fae feat: add new translation strings and expand Japanese language translations (#1120) 2026-02-22 12:43:57 -08:00
Gareth 4734bc21b7 fix: ensure that docker images package the latest rclone (#1128)
Release Please / release-please (push) Has been cancelled
Release Preview / call-reusable-release (push) Has been cancelled
Test / test-nix (push) Has been cancelled
Test / test-win (push) Has been cancelled
Update Restic / update-restic-version (push) Has been cancelled
2026-02-22 02:46:02 -08:00
Gareth b2d4be2c92 chore(main): release 1.12.0 (#1118)
Release Please / release-please (push) Has been cancelled
Release Preview / call-reusable-release (push) Has been cancelled
Test / test-nix (push) Has been cancelled
Test / test-win (push) Has been cancelled
v1.12.0
2026-02-21 22:49:34 -08:00
Gareth 150584cef3 chore: update .goreleaser.yaml and docker builds (#1119) 2026-02-21 22:43:56 -08:00
Aaron Fort Garcia 844ed1db33 fix: spanish translations improved with context and standardized (#1117)
Release Please / release-please (push) Has been cancelled
Release Preview / call-reusable-release (push) Has been cancelled
Test / test-nix (push) Has been cancelled
Test / test-win (push) Has been cancelled
Update Restic / update-restic-version (push) Has been cancelled
2026-02-16 17:25:21 -08:00
kyohei 92b82546b8 feat: add japanese (#1114)
Update Restic / update-restic-version (push) Has been cancelled
Release Please / release-please (push) Has been cancelled
Release Preview / call-reusable-release (push) Has been cancelled
Test / test-nix (push) Has been cancelled
Test / test-win (push) Has been cancelled
2026-02-15 11:47:58 -08:00
Garret_94 ec4764c909 fix: enable systemd unit, change rc service (#1113) 2026-02-15 10:42:58 -08:00
garethgeorge 45d980b16e fix: stricter cronexpr validation
Release Please / release-please (push) Has been cancelled
Release Preview / call-reusable-release (push) Has been cancelled
Test / test-nix (push) Has been cancelled
Test / test-win (push) Has been cancelled
Update Restic / update-restic-version (push) Has been cancelled
2026-02-08 14:28:26 -08:00
garethgeorge 91305396f8 fix: tooltips and section headers for check and prune policies 2026-02-08 14:14:00 -08:00
garethgeorge b1d5403e1f feat: add a --from-source option to install.sh to build backrest locally 2026-02-08 13:56:09 -08:00
Gareth Evans 4063d8fafc feat: add Dry Run Backup action (#1098)
Release Please / release-please (push) Has been cancelled
Release Preview / call-reusable-release (push) Has been cancelled
Test / test-nix (push) Has been cancelled
Test / test-win (push) Has been cancelled
Update Restic / update-restic-version (push) Has been cancelled
2026-02-01 11:43:05 -08:00
Gareth 7638b5f2dc fix: use cmd.SysProcAttr.HideWindow to spawn background processes on Windows (#1101) 2026-02-01 11:42:17 -08:00
Matteo Carotta 541e13b5bf chore: update troubleshooting SFTP documentation (#1094)
Docs / build (push) Has been cancelled
Release Please / release-please (push) Has been cancelled
Docs / deploy (push) Has been cancelled
Update Restic / update-restic-version (push) Has been cancelled
2026-01-29 22:08:11 -08:00