Commit Graph
374 Commits
Author SHA1 Message Date
garethgeorge 879e39c984 fix: viewing backup details in very long tree view 2024-06-13 00:26:13 -07:00
garethgeorge 2c7d85b33b fix: hook bug fixes 2024-06-13 00:25:26 -07:00
Gareth 72cf45be83 docs: update README.md 2024-06-11 13:52:16 -07:00
Gareth f42df20cb3 fix: rare deadlock in GetOperationEvents (#319) 2024-06-06 09:47:03 -07:00
Gareth 2d0c29e78d chore(main): release 1.1.0 (#311) v1.1.0 2024-05-31 23:20:49 -07:00
garethgeorge 290d018c75 fix: release workflow 2024-05-31 23:15:59 -07:00
Gareth 0c9f366e43 feat: support nice/ionice as a repo setting (#309) 2024-05-31 23:05:23 -07:00
Tyler Wright 43fb254f22 chore: added broken link detection to docs deploy workflow (#305) 2024-05-29 23:22:34 -07:00
garethgeorge c58055ec91 fix: improve prune and check scheduling in new repos 2024-05-27 14:06:36 -07:00
garethgeorge ba005aee0b fix: UI refresh timing bugs 2024-05-27 14:06:13 -07:00
Gareth ce42f68d0d feat: support restic check operation (#303) 2024-05-27 10:26:18 -07:00
Tyler Wright 5a51ae7c20 docs: spring cleaning with minor doc tweaks (#302) 2024-05-26 23:08:57 -07:00
Gareth b218bc9409 fix: collection of ui refresh timing bugs 2024-05-26 21:36:40 -07:00
Tyler Wright 6ca90ecd8a docs: cookbook example for proxying backrest with caddy (#297) 2024-05-25 11:53:38 -07:00
Tyler Wright d84467750f docs: replace 'MacOS' to 'macOS' in README.md (#299) 2024-05-25 11:50:52 -07:00
Gareth 19ed611477 fix: snapshot browser on Windows 2024-05-24 17:40:50 -07:00
Gareth 8a7543c7bf feat: add windows installer and tray app (#294) 2024-05-24 17:23:54 -07:00
Gareth 73c8612eee chore(main): release 1.0.0 (#252) v1.0.0 2024-05-19 19:13:54 -07:00
garethgeorge 7fce59311d fix: run stats after every prune operation 2024-05-19 19:03:17 -07:00
garethgeorge b22028eb4f fix: rebase stats panel onto a better chart library 2024-05-19 18:44:13 -07:00
garethgeorge 0764804ea5 fix: schedule view bug 2024-05-19 18:30:26 -07:00
Gareth 531cd286d8 feat: unified scheduling model (#282) 2024-05-19 15:52:16 -07:00
garethgeorge df4be0f7bc fix: miscellaneous bug fixes
* Fixes a problem with incorrectly scanning and removing pending events
   from the operation log for new installations
 * Fixes a bug with the operation tree incorrectly applying query
   selectors when filtering events
 * Updates tooltips and comments in PlanView and GettingStartedGuide
2024-05-18 21:14:02 -07:00
garethgeorge 1a053f2748 feat: keep a rolling backup of the last 10 config versions 2024-05-18 19:28:19 -07:00
garethgeorge 711064fb00 fix: reserve IDs starting and ending with '__' for internal use 2024-05-18 19:24:05 -07:00
garethgeorge fcdf07da6c fix: additional tooltips for add plan modal 2024-05-18 19:12:31 -07:00
garethgeorge 294864fe43 fix: prompt for user action to set an instance ID on upgrade 2024-05-18 19:09:58 -07:00
garethgeorge c83d080391 chore: refactor operations API to use selectors 2024-05-18 18:49:37 -07:00
garethgeorge 1a3ace9014 fix: error formatting for repo init 2024-05-17 16:51:51 -07:00
garethgeorge e9d6cbeaff fix: UI fixes for restore row and settings modal 2024-05-17 16:44:12 -07:00
garethgeorge 6eb704f07b fix: improve cmd error formatting now that logs are available for all operations 2024-05-17 16:41:32 -07:00
garethgeorge 6ae82f70d4 fix: downgrade omission of 'instance' field from an error to a warning 2024-05-17 16:37:43 -07:00
garethgeorge eb079317c0 fix: improve download speeds for restored files 2024-05-12 01:23:20 -07:00
garethgeorge 411a4fb6f0 fix: concurrency issues in run command handler 2024-05-12 00:37:22 -07:00
garethgeorge 9d6c1baf87 fix: retention policy display may show default values for some fields 2024-05-12 00:13:02 -07:00
garethgeorge b341146fce fix: date formatting 2024-05-08 01:13:51 -07:00
garethgeorge 6045c87cdf fix: add virtual root node to snapshot browser 2024-05-08 00:53:53 -07:00
garethgeorge 07b09502b9 fix: improve concurrency handling in RunCommand 2024-05-08 00:24:46 -07:00
garethgeorge a821580861 chore: run prettier on the codebase 2024-05-07 23:43:54 -07:00
garethgeorge fbad981a1d feat: implement 'run command' button to execute arbitrary restic commands in a repo 2024-05-07 23:40:32 -07:00
garethgeorge 91724ef1f7 chore: refactor download handler 2024-05-07 22:26:58 -07:00
garethgeorge 89a49c1fa7 fix: use locale to properly format time 2024-05-07 21:54:15 -07:00
garethgeorge 65bb8ef14b fix: hide successful hook executions in the backup view 2024-05-05 13:45:23 -07:00
garethgeorge ad9a77029c fix: minor bugs and tweak log rotation history to 14 days 2024-05-05 12:54:46 -07:00
garethgeorge b6c258c921 docs: update documentation for SFTP usage 2024-05-05 12:42:30 -07:00
garethgeorge 282233b7cf chore: fix tests 2024-05-05 12:42:30 -07:00
garethgeorge a30d5efe1c fix: secure download URLs when downloading tar archive of exported files 2024-05-05 12:42:30 -07:00
Gareth a75a5c2297 feat: add download link to create a zip archive of restored files 2024-05-05 12:42:30 -07:00
Gareth 756e64a200 fix: adjust task priorities 2024-05-05 12:42:30 -07:00
Gareth 982e2fb2cd fix: center-right align settings icons for plans/repos 2024-05-05 12:42:30 -07:00