1
0
Fork 0
mirror of https://github.com/borgbase/vorta synced 2024-12-22 07:43:09 +00:00
Commit graph

861 commits

Author SHA1 Message Date
Manu
dfba373871
Update network settings on profile change (#2160) 2024-12-04 14:33:39 +00:00
Manu
64a24d8620
Ensure pre/post-backup cmds are populated (#2153) 2024-12-04 13:25:12 +00:00
Manu
108d64816c
Workaround to load right language (#2148) 2024-11-22 17:32:14 +00:00
Manu
64586dff07
Avoid checking for metered network, if there is no wifi (#2141) 2024-11-18 14:05:35 +00:00
Manu
6bec467e44 Bump version to v0.10.1 2024-11-10 17:46:47 +00:00
Manu
b49c4bb26d
Build and packaging fixes (#2126) 2024-11-10 17:44:19 +00:00
Manu
f4dbddd6aa
build: Explicitly set Python version for macOS (#2123) 2024-11-10 11:04:35 +00:00
Manu
d5cb1b8fd3 Bump version to v0.10.0, translations 2024-11-10 08:36:59 +00:00
Manu
f42f95a3be
Disable tests using background threads for sources (#2121) 2024-11-10 08:36:34 +00:00
Manu
ba2c0fd7dd
Move populate_from_profile() to right place (#2103) 2024-10-22 16:20:36 +01:00
Manu
29fa83ceb5
Restore lost updater settings (#2108) 2024-10-21 10:44:05 +01:00
Manu
0e8432602d
Remove pkg_resources use (#2098) 2024-10-20 14:04:25 +01:00
TW
5dada30d9e
borg2: support >= b10, drop support for < b10. By @ThomasWaldmann (#2102)
- new repo-* commands (previously: r*)
- some stats are gone
2024-10-20 12:35:45 +01:00
Manu
e631cc45b2
Bump Borg version for integration test (#2097) 2024-10-18 15:54:41 +01:00
Manu
090be97b7c
Fix build on arm (#2096) 2024-10-18 15:35:34 +01:00
Manu
cf4370aa33
Fix macOS tests (#2095) 2024-10-18 15:17:34 +01:00
Manu
85c30ca0c7 Bump version to v0.10.0-beta1 2024-10-18 12:26:14 +01:00
Sam
0fb76b68ca
Use Ruff for linting and formatting. By @SAMAD101 (#1980) 2024-10-18 12:08:59 +01:00
Alec WM
4aea36814c
Add mask-based tray icon for macOS. By @alecdwm (#2091) 2024-10-18 10:56:10 +01:00
Chris
0d3d644e02 Exclusion presets: add Firefox Snap Cache
I have taken the exclusions from the existing firefox set,
and matched them with those files that exist in the Snap pacakge.
Based on the Snap in KDE Neon.
2024-10-18 10:44:46 +01:00
Manu
39a9a97ad4
Fix macOS build action (#2076) 2024-09-26 11:25:22 +01:00
p-bo
337bb40b0b
l10n - make string translatable (syntax fix). By @p-bo (#2078) 2024-09-17 18:18:42 +01:00
Manu
fbd7ca19d8 Bump GH upload action version, fix OS versions 2024-09-14 17:49:43 +01:00
Topas
2ba1861190
Changed StartupWMClass to python3 (#2052)
* Previous value didn't match the value of the running application
* With this mismatch the icons were not applied correctly in at least GNOME DE
2024-09-14 14:53:37 +01:00
Manu
547b39ff0b Catch case of none-existant profile from logs 2024-09-14 14:51:44 +01:00
Parnassius
00fa34a842 Fix generic window icon on Wayland 2024-09-06 22:18:46 +01:00
shivansh02
55822ab577 pallete_changed moved to schedule_tab 2024-08-06 20:45:31 +01:00
shivansh02
0b937bf44e Refactor get_mount_points 2024-07-24 12:21:53 +01:00
shivansh02
4b1665daca ui files changed to snake_case 2024-07-20 16:54:34 +01:00
Shivansh Singh
d0a996c1ca
Schedule tab refactoring. By @shivansh02 (#2035) 2024-07-19 15:21:58 +01:00
Shivansh Singh
513e8e2cbd
Improved Exception Dialog. By @shivansh02 (#1977) 2024-07-19 14:08:08 +01:00
shivansh02
6b440ba6d2 system exclusion patterns 2024-07-19 10:53:16 +01:00
shivansh02
94c706826e source table show grid and alt colors 2024-07-19 10:34:08 +01:00
shivansh02
b9c4ffbbcd issue template updated 2024-07-05 18:48:12 +01:00
Shivansh Singh
22a21f0898
Remove duplicate sources on profile import. By @shivansh02 (#2017) 2024-07-01 15:15:45 +01:00
Shivansh Singh
449b95e1b6
Add compaction scheduling. By @shivansh02 (#1981) 2024-06-29 10:38:02 +01:00
Shivansh Singh
7ab769e117
Add back Exclude If Present. By @shivansh02 (#2016) 2024-06-28 11:43:51 +01:00
Flori Gee
a1cbca2a5f delete duplicate entry of flatpak builder cache 2024-06-27 13:15:07 +01:00
Renner0E
af150ae4e9
Add cache folders to exclude flatpak browsers. By @Renner0E (#2027) 2024-06-26 14:08:52 +01:00
Flori Gee
9d80172a47 added flatpak builder cache exclude preset 2024-06-21 20:45:15 +01:00
shivansh02
f252a8ec6a hide password field if encryption is none 2024-05-31 16:58:12 +01:00
Parnassius
6b5f7a7aac
Keep the profile list sorted when adding profiles. By @Parnassius (#1986) 2024-05-25 14:00:51 +01:00
Manu
9cabbbd193 Input to change macOS version for building 2024-04-08 16:24:31 +01:00
Aryaman Sharma
3268bf1599
Notify after post_backup_tasks. By @TheLazron (#1940) 2024-04-07 18:05:04 +01:00
Manu
7642002573 Fix stalebot config 2024-04-07 08:40:45 +01:00
Sam
58137f004d
Add new exclusion presets (#1970) 2024-04-06 22:35:31 +01:00
Parnassius
9b8dbcecfb
Sort profiles in the Backup Now tray menu (#1899)
The profile list in the main window is already sorted by name (alphabetically, case-sensitive). However the profile list in the *Backup Now* action found in the tray menu wasn't. This commit constructs the sql query to return the profiles in order.

* src/vorta/tray_menu.py
2024-04-01 21:00:53 +02:00
Adwait
bde55188e4
Disabled "Collapse" button in "Flat" view (#1855)
Our `DiffResultDialog` and `ExtractDialog` show a context menu for items of the list/tree view. The collapse action in this menu only makes sense for the tree mode of the view. This commit therefore enables the option only for this view mode.

* src/vorta/views/extract_dialog.py
* src/vorta/views/diff_result.py

* tests/unit/test_diff.py : Add tests for the new behaviour.
* tests/unit/test_extract.py
2024-04-01 16:37:58 +02:00
Shivansh Singh
d721011c90
VSC and Android exclusion patterns. By @shivansh02 (#1967) 2024-03-15 11:51:42 +00:00
Shivansh Singh
b2cf5b1fc9
Move log file link below logs table. By @shivansh02 (#1939) 2024-02-21 20:11:45 +00:00