Commit Graph
265 Commits
Author SHA1 Message Date
garethgeorge 7bfd2ac5e1 feat: improve consistency of restic command execution and output capture 2024-03-30 11:27:35 -07:00
Gareth George aa5b366428 fix: incorrectly indicate AM/PM in formatted date strings 2024-03-30 10:05:16 +00:00
Gareth George d6a71a76d8 feat: make hostname configurable in settings panel 2024-03-30 09:54:38 +00:00
Gareth George 7c7b61f7dd chore: tweak issue templates 2024-03-30 09:48:20 +00:00
Gareth George 9fa8ebc144 fix: correctly auto-expand first 5 backups when opening plan/repo 2024-03-30 09:45:47 +00:00
Gareth George fdffff5405 fix: make tree view the default panel for repo overview 2024-03-30 09:14:39 +00:00
Gareth George 8c6822c17c fix: make notification title optional on discord notifications 2024-03-30 09:08:32 +00:00
Gareth George b5cbeab961 feat: support shoutrrr notification service 2024-03-30 08:52:53 +00:00
Gareth George 6106f467d3 chore: link wiki from the getting started guide 2024-03-30 08:24:24 +00:00
Gareth George 94d2eab69d feat: switch alpine as the default base image for docker releases 2024-03-30 08:20:45 +00:00
Gareth George 36afefdd93 fix: include restic binary in alpine and scratch docker images 2024-03-30 08:17:36 +00:00
Gareth George d08d525743 fix: cleanup spacing and hook titles in AddRepoModal and AddPlanModal 2024-03-30 07:47:40 +00:00
Gareth George 1863806e77 feat: sort lists in configuration 2024-03-30 07:23:34 +00:00
Gareth George 70283bb0ba fix: add new logs to orchestrator and increase clock change polling to every 5 minutes 2024-03-23 18:58:33 +00:00
Gareth George d6fe873761 fix: api path relative to UI serving location to support reverse proxies with prefix stripping 2024-03-23 17:55:02 +00:00
Gareth George 6eb9c76922 feat: allow disabling authentication 2024-03-23 17:48:10 +00:00
Gareth 3832ad53c9 chore: update README.md 2024-03-19 19:47:18 -07:00
Gareth 23fc74f927 chore(main): release 0.15.1 (#161) 2024-03-19 10:01:24 -07:00
garethgeorge 5f4d83b091 fix: forget operations failing with new retention policy format 2024-03-19 09:50:57 -07:00
Gareth 8804cee2e1 chore(main): release 0.15.0 (#141) 2024-03-19 00:44:25 -07:00
garethgeorge ef744e5e1b fix: proper display of retention policy 2024-03-19 00:39:21 -07:00
garethgeorge cb0aa9eb36 chore: bump version to 0.15.0
Release-As: 0.15.0
2024-03-19 00:21:35 -07:00
garethgeorge e7d29c1227 chore: fix tests 2024-03-19 00:19:15 -07:00
garethgeorge 7cb984d9a2 chore: fix freebsd build 2024-03-19 00:19:15 -07:00
garethgeorge 6ba315f1b4 fix: stats chart titles invisible on light color theme 2024-03-19 00:19:15 -07:00
garethgeorge 7374ea3e95 feat: add option to disable scheduled execution of a plan 2024-03-19 00:19:15 -07:00
garethgeorge cf28913354 feat: pass through all env variables from parent process to restic 2024-03-19 00:19:15 -07:00
garethgeorge 46f76c1662 chore: decouple restic pkg from internal config representation 2024-03-19 00:19:15 -07:00
garethgeorge 12c54c2145 fix: compression progress ratio should be float64 2024-03-19 00:19:15 -07:00
garethgeorge ab8f4679f1 chore: add builds for freebsd 2024-03-19 00:19:15 -07:00
Gareth George 3cd6d93c75 feat: use disambiguated retention policy format 2024-03-19 00:19:15 -07:00
Marvin Wendt af2365196a feat: automatically remove Apples quarantine flag (#155) 2024-03-18 23:38:11 -07:00
Gareth George 2d9148318f fix: handle timezone correctly with tzdata package on alpine 2024-03-02 13:34:50 -08:00
Gareth George 02a9575cf7 fix: bugs in env var validation and form field handling 2024-03-02 13:32:27 -08:00
Gareth George 5e064b1036 feat: add 'compute stats' button to refresh stats on repo view 2024-02-28 20:49:58 -08:00
Gareth George e77c620356 fix: BackupInfoCollector handling of filtered events 2024-02-28 20:31:48 -08:00
Gareth George 8778cd10e6 feat: support flag overrides for 'restic backup' in plan configuration 2024-02-28 20:15:34 -08:00
Gareth George beecfcf001 fix: properly parse repo flags 2024-02-28 20:05:36 -08:00
Gareth George b986825600 feat: add release artifacts for arm32 2024-02-28 19:42:46 -08:00
Gareth George 80a90fa1f8 feat: improved stats visualization with graphs and cleanup operation filtering 2024-02-28 19:27:55 -08:00
Janis Jansons 45fdb9e437 chore: add devcontainer and vscode launch configurations (#128) 2024-02-28 12:44:36 -08:00
Gareth George 29878c5f6f fix: backrest shows hidden operations in list view 2024-02-28 12:40:16 -08:00
Gareth George 9281966e31 fix: alpine linux Dockerfile and add openssh 2024-02-28 12:36:58 -08:00
Gareth George 0731a8d56e fix: stat operation interval for long running repos 2024-02-28 12:35:21 -08:00
ArjenR c086a411d0 fix: install rclone with apk for alpine image (#138) 2024-02-28 12:31:06 -08:00
Janis Jansons eb7b8b59c3 feat: check for basic auth (#110) (#129) 2024-02-27 09:16:08 -08:00
François-Guillaume Lemesre ac554a54a1 docs: update README.md covering first time windows usage instructions (#119) 2024-02-27 09:10:34 -08:00
edersong c2d8b49032 docs: update README.md docker-compose example (#121) 2024-02-27 09:07:39 -08:00
Gareth bf0cd4cc7d chore(main): release 0.13.0 (#99) 2024-02-21 14:18:03 -08:00
Gareth George 50ad698974 fix: restore operations should succeed for unassociated snapshots 2024-02-21 14:13:07 -08:00