1
0
Fork 0
mirror of https://github.com/borgbase/vorta synced 2025-01-03 05:36:19 +00:00
Commit graph

486 commits

Author SHA1 Message Date
samuel-w
dae35bf4c7
Remove filler password. By @samuel-w (#752) 2021-01-18 16:05:25 +08:00
samuel-w
7d7b7a2742
Improved password handling and transparency. By @samuel-w (#550) 2021-01-18 15:52:07 +08:00
samuel-w
9af1eb5ba6
Fix file selector dialog (#764) 2021-01-17 21:58:32 +01:00
samuel-w
fe93b361b2
Fix label colour not changing on dark mode change. By @samuel-w (#757) 2021-01-15 09:11:00 +08:00
samuel-w
3112a111f7
Cleanup database at exit, use write-ahead logging. By @samuel-w (#696) 2020-12-16 11:27:49 +08:00
samuel-w
abd41b9fea
Sort files in Extract dialog alphabetically. By @samuel-w (#741) 2020-12-16 11:23:30 +08:00
samuel-w
6d0ef769c6
Update check message on completion. By @samuel-w (#672) 2020-12-16 11:16:49 +08:00
samuel-w
8814624dff
Give error message on unmount failure. By @samuel-w (#668) 2020-12-16 11:10:38 +08:00
samuel-w
d6f368ae50
Improve exception handling. By @samuel-w (#628) 2020-12-16 11:03:24 +08:00
samuel-w
7bff91fd21
Ensure system keychain is unlocked before using it. By @samuel-w (#607) 2020-12-16 10:56:42 +08:00
samuel-w
a4b49e7e0b
Create backups from command line using existing profiles. By @samuel-w (#556) 2020-12-16 10:39:54 +08:00
Samuel
19b4946b45
Diff: better color of added and removed text. By @samuel-w (#649) 2020-12-04 15:13:51 +08:00
Samuel
5c1306eeb7
Add KWallet support. By @samuel-w (#540) 2020-12-03 16:26:09 +08:00
Samuel
529b1da5b1
CI: Add python 3.9, labels, disable macOS mount test. By @samuel-w (#734) 2020-12-01 12:12:40 +08:00
Samuel
fc2b70db64
Correctly sort archives by size. By @samuel-w (#729) 2020-11-29 08:51:24 +08:00
Samuel
0b6961213f
Refactoring: remove last exec_, add tests, retain archive deletion message. By @samuel-w (#722) 2020-11-20 08:46:09 +08:00
Samuel
39b7f58483
Refactor add and rename to not use exec_. By @samuel-w (#721)
exec_ not recommended per documentation https://doc.qt.io/qt-5/qdialog.html#exec.
Now the tests run on the actual client
2020-11-19 15:44:07 +08:00
Samuel
2f6dd6e5ed
Integrate codecov.io. By @samuel-w (#719) 2020-11-19 07:47:14 +08:00
Samuel
849b980ef6
Improve autostart test. By @samuel-w (#720) 2020-11-19 07:42:21 +08:00
Samuel
eb0102bde9
Limit network checking to only remote repos. By @samuel-w (#701) 2020-11-18 15:20:46 +08:00
Manu
055813600e
Re-enable SSH host key checking for all operations except when adding repo (#717) 2020-11-18 15:06:10 +08:00
Nicholas D Steeves
35b9d9c0da
Add valid copyright header to Johan Rade's work. By @sten0 (#716) 2020-11-17 13:02:40 +08:00
Samuel
2b1fce0936
Remove os library (#710)
Co-authored-by: Hofer Julian <30049909+Hofer-Julian@users.noreply.github.com>
2020-11-13 23:59:54 +01:00
Samuel
97dad34df0
Ignore flake8 W503 (#706)
Patches https://gitlab.com/pycqa/flake8/-/issues/139, 
since W503 will not be removed https://gitlab.com/pycqa/flake8/-/issues/539
2020-11-08 08:56:39 +08:00
XXXBold
461ea05210
Display number of files and sizes in source tab. By @XXXBold (#617) 2020-10-30 16:30:52 +08:00
Samuel
5df80610e2
Translate category labels for log output. By @samuel-w (#683) 2020-10-30 13:24:56 +08:00
Samuel
cc47c1bc78
Fix crash when window is closed while thread running. By @samuel-w (#685) 2020-10-30 13:17:24 +08:00
Samuel
47df3eccc9
Add profile add/edit test cases (#695) 2020-10-30 12:15:38 +08:00
Manu
d5f3d102f2 Limit Stale Bot to issues only. 2020-10-16 15:50:08 +08:00
Manu
364d401b39
Reuse existing window when bringing to front. (#674) 2020-10-03 14:27:31 +08:00
Samuel
1599f3adb0
Set icon through code (#676) 2020-10-02 22:57:18 +02:00
Samuel Woon
74eb279dfd
Show dialog on copy failure. By @samuel-w (#647) 2020-09-27 15:28:49 +08:00
Samuel Woon
9568a1b410
Get keyring at runtime. By @samuel-w (#635) 2020-09-27 15:19:39 +08:00
Samuel Woon
38406f4c59
Save correct window size. By @samuel-w (#661) 2020-09-27 15:08:44 +08:00
Manu
d46ca3cd2b
Add .editorconfig file (#665) 2020-09-27 15:04:30 +08:00
Samuel Woon
3d1f91dbec
Properly catch DBusException. By @samuel-w (#670) 2020-09-26 16:59:16 +08:00
Samuel Woon
2eb4b157e4
Set application name (#666) 2020-09-22 11:15:07 +08:00
Samuel Woon
856fb73f14
Set all icons to same height (#660) 2020-09-19 08:59:42 +08:00
Samuel Woon
6df94f07f9
Replace Borg version with install method in bug report (#657)
We don't seem to have many bugs due to Borg errors, but we do have many due to packaging issues.
2020-09-18 14:32:12 +08:00
Samuel Woon
b161296996
Reduce icon memory usage. By @samuel-w (#656) 2020-09-18 13:40:11 +08:00
Manu
a86683e2b8
Cancel Borg thread at end of test. (#648)
Maybe fixes #632
2020-09-13 12:55:10 +08:00
Manu
62a3c6e42b Add more Stalebot labels 2020-09-11 14:41:17 +08:00
Manu
7e7fa22bae Add config for Stale Issue Bot 2020-09-11 14:36:07 +08:00
Manu
9cc23de6bc Bump version to v0.7.1 2020-09-10 13:27:28 +08:00
Manu
2f47c388ce
Keep version number in one place only. Clean up Makefile vars (#642) 2020-09-10 13:26:38 +08:00
Manu
f6e7b54c9a Reduce tests on macOS and increase limit. Fixes #632 2020-09-09 08:34:50 +08:00
Tomasz Kontusz
262c91a180
Handle DBusException in NetworkManagerMonitor (#636)
* Catch DBus permission errors
* Better DBusException handling in NetworkManagerMonitor
2020-09-09 08:32:26 +08:00
Tomasz Kontusz
23374876d6
Initialize the network status monitor lazily (#634)
This avoids problems with `vorta -d` and fork.
2020-09-09 08:22:54 +08:00
Manu
1b4dea3133
Avoid formatting date and time twice. Fixes #624 (#625) 2020-09-08 11:16:29 +08:00
Samuel Woon
598f57ff81
Remove 'Backup in progress' when re-opening window (#627) 2020-09-08 08:33:21 +08:00