Commit Graph
45 Commits
Author SHA1 Message Date
Gareth f4d35f1f6c feat: sync api creates and uses cryptographic identity of local instance (#780) 2025-06-22 20:42:23 -07:00
Gareth George 1f5957ab36 fix: more robust delete repo and misc repo guid related bug fixes 2025-02-14 00:54:12 -08:00
Gareth George a935c93324 fix: test repo configuration button 2025-01-22 22:47:46 -08:00
Gareth b3a9a30e6e fix: provide an option for auto-initializing repos created externally (#650) 2025-01-22 22:29:43 -08:00
Gareth George 8e625282cb fix: whitespace at start of path can result in invalid restore target 2025-01-22 19:07:03 -08:00
Gareth 66bba33809 feat: initial backend implementation of multihost synchronization (#562) 2025-01-07 20:31:31 -08:00
Gareth 597240aced feat: add a "test configuration" button to aid users setting up new repos (#582) 2024-12-01 15:00:31 -08:00
garethgeorge f1574e3b89 fix: improve memory pressure from getlogs 2024-11-13 19:47:32 -08:00
Gareth 56eeaddaf1 feat: add a summary dashboard as the "main view" when backrest opens (#518) 2024-10-19 09:03:08 -07:00
Gareth ada778320e feat: track long running generic commands in the oplog (#516) 2024-10-12 13:38:28 -07:00
Gareth eee103e835 feat: use sqlite logstore (#514) 2024-10-12 11:26:22 -07:00
garethgeorge 9ec0f28579 fix: misc bugs related to new logref support 2024-09-04 22:52:38 -07:00
Gareth 9080dfe79f feat: support live logrefs for in-progress operations (#456) 2024-09-04 22:03:10 -07:00
garethgeorge fbb1da365e fix: restic cli commands through 'run command' are cancelled when closing dialogue 2024-08-25 22:05:26 -07:00
Gareth ab14b07553 chore: refactor oplog interface to abstract storage (#429) 2024-08-25 21:46:22 -07:00
garethgeorge 595a6754f4 fix: use addrepo RPC to apply validations when updating repo config 2024-08-14 17:44:26 -07:00
garethgeorge eb21561a56 fix: forget snapshot by ID should not require a plan 2024-07-21 10:28:52 -07:00
garethgeorge 5d95fba420 fix: possible race condition leading to rare panic in GetOperationEvents 2024-07-14 21:19:45 -07:00
garethgeorge 8992e4e75f fix: improve handling of restore operations
- restore operations are split into a new flow
 - added support displaying restore operation percentage and other
   details in tree view
2024-07-02 20:51:09 -07:00
garethgeorge ee9945d102 feat: misc ui improvements 2024-06-25 12:14:55 -07:00
Gareth 079e4de77b fix: rare deadlock in GetOperationEvents (#319) 2024-06-06 09:47:03 -07:00
Gareth 311b09fdd4 feat: support restic check operation (#303) 2024-05-27 10:26:18 -07:00
garethgeorge 1000cd01d0 fix: run stats after every prune operation 2024-05-19 19:03:17 -07:00
Gareth 10a509272c feat: unified scheduling model (#282) 2024-05-19 15:52:16 -07:00
garethgeorge e8f02a6249 chore: refactor operations API to use selectors 2024-05-18 18:49:37 -07:00
garethgeorge f2750c9f00 fix: concurrency issues in run command handler 2024-05-12 00:37:22 -07:00
garethgeorge e599a3e2d1 fix: add virtual root node to snapshot browser 2024-05-08 00:53:53 -07:00
garethgeorge f923d24583 fix: improve concurrency handling in RunCommand 2024-05-08 00:24:46 -07:00
garethgeorge 74c8abc39a feat: implement 'run command' button to execute arbitrary restic commands in a repo 2024-05-07 23:40:32 -07:00
garethgeorge c236b1f3f1 chore: refactor download handler 2024-05-07 22:26:58 -07:00
garethgeorge 59fb5b66ac fix: secure download URLs when downloading tar archive of exported files 2024-05-05 12:42:30 -07:00
Gareth fa851967b1 feat!: redefine hostname as a required property that maps to --host (#256) 2024-05-05 12:42:30 -07:00
Gareth e4ce8602e8 feat: overhaul task interface and introduce 'flow ID' for simpler grouping of operations (#253) 2024-04-28 23:05:13 -07:00
garethgeorge 63b6dc7b38 fix: misc UI and backend bug fixes 2024-04-11 21:38:30 -07:00
garethgeorge 5f3ee4dcba fix: handle backpressure correctly in event stream 2024-04-11 20:50:44 -07:00
garethgeorge a9c1a7324a chore: improve log messages 2024-04-08 00:28:41 -07:00
garethgeorge 7374ea3e95 feat: add option to disable scheduled execution of a plan 2024-03-19 00:19:15 -07: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 50ad698974 fix: restore operations should succeed for unassociated snapshots 2024-02-21 14:13:07 -08:00
garethgeorge 056522f0e9 feat: add button to forget individual snapshots 2024-02-14 22:33:49 -08:00
garethgeorge 754f8a200b fix: stats operations running at wrong interval 2024-02-14 21:21:50 -08:00
garethgeorge e23b6b0d0d feat: support keep-all retention policy for append-only backups 2024-02-04 03:14:57 -08:00
garethgeorge dc6621dadb fix: add API test coverage and fix minor bugs 2024-02-03 18:08:42 -08:00
garethgeorge ca9cf5093e fix: store large log outputs in tar bundles of logs 2024-02-03 02:37:31 -08:00
Gareth ed642308c0 feat: authentication for WebUI (#62) 2024-02-01 01:19:16 -08:00