Girish Ramakrishnan
935c9a50ab
schema: add missing fields
2025-08-14 19:58:30 +05:30
Girish Ramakrishnan
08c2e989fa
syncer: fix test
2025-08-14 16:16:58 +05:30
Girish Ramakrishnan
942e595444
Fix profile test
2025-08-14 16:02:54 +05:30
Girish Ramakrishnan
f2225ff6b6
fs.rmdirSync { recursive: true } is deprecated
2025-08-14 13:43:41 +05:30
Girish Ramakrishnan
12e073e8cf
use node: prefix for requires
...
mostly because code is being autogenerated by all the AI stuff using
this prefix. it's also used in the stack trace.
2025-08-14 12:55:35 +05:30
Girish Ramakrishnan
d3b77c3be1
rsync: delete any existing rsync cache files
2025-08-14 10:40:36 +05:30
Girish Ramakrishnan
2607ad2e24
rsync: add fileCount to stats and fix integrity collection
2025-08-14 10:05:13 +05:30
Johannes Zellner
67f0801453
Add optional encryption settings to app import dialog
2025-08-13 20:33:24 +02:00
Johannes Zellner
eebd36ccc8
Fix sorting by backup target
2025-08-13 20:02:28 +02:00
Johannes Zellner
55d401c098
Avoid flicking of backup target list if default changes
2025-08-13 19:58:16 +02:00
Johannes Zellner
0c1c5ae9e5
Show backup storage for each backup
2025-08-13 19:51:42 +02:00
Girish Ramakrishnan
d7b5d1f947
rename .checksum to .backupinfo
2025-08-13 21:29:41 +05:30
Johannes Zellner
80f253e67c
Fix overflow issues for info-row values in the dialogs
2025-08-13 16:54:44 +02:00
Girish Ramakrishnan
39cad02e0d
backup: add a dummy removePrivateFields
2025-08-13 19:56:21 +05:30
Girish Ramakrishnan
0c79dcdf1b
tgz: add fileCount to integrity
2025-08-13 19:56:21 +05:30
Girish Ramakrishnan
cb1bc6cfdf
tgz: add fileCount to stats
2025-08-13 19:56:21 +05:30
Johannes Zellner
a7094de40f
Do not display backup target format in the app backup details
2025-08-13 15:38:17 +02:00
Girish Ramakrishnan
b5c9f034ca
Use hash stream instead of crypto.createHash
...
crypto.createHash is a write stream but not a PassThrough stream!
2025-08-13 18:48:22 +05:30
Johannes Zellner
d875ed5cf5
Update pankow
2025-08-13 14:20:13 +02:00
Johannes Zellner
53e4b347de
Fixup typo
2025-08-13 13:57:39 +02:00
Johannes Zellner
fafdf88442
Disable backup button if app is stopped
2025-08-13 13:52:55 +02:00
Girish Ramakrishnan
0911de205f
stringify the Map correctly
2025-08-13 17:21:46 +05:30
Johannes Zellner
26fc03ee19
Fixup another vue type check
2025-08-13 13:39:45 +02:00
Johannes Zellner
f406de3089
Fix vue prop type check
2025-08-13 13:34:45 +02:00
Johannes Zellner
b62f7a7497
Fixup system timezone link
2025-08-13 13:27:53 +02:00
Girish Ramakrishnan
59b428f24b
decrease the JSON indent
2025-08-13 15:55:00 +05:30
Girish Ramakrishnan
54e8395789
add missing require
2025-08-13 15:25:23 +05:30
Girish Ramakrishnan
2fabfbe8f6
rsync: add integrity information
2025-08-13 14:43:05 +05:30
Girish Ramakrishnan
28ac9e153e
rsync: make processSyncerChange a local function
2025-08-13 09:09:48 +05:30
Girish Ramakrishnan
dadbf1de90
tgz: save integrity information as a Map
...
just for consistency because rsync will use a Map
2025-08-13 08:39:03 +05:30
Girish Ramakrishnan
2e16dd983f
backups: stash the stats to the backups table
2025-08-12 20:21:54 +05:30
Girish Ramakrishnan
847f57855c
Fix test
2025-08-12 20:21:54 +05:30
Girish Ramakrishnan
2d412c019c
Use # for private fields
2025-08-12 19:24:03 +05:30
Girish Ramakrishnan
47fc9561ab
backups (tgz): save integrity information
...
we generate a signing key pair for each target. Initially, I had this
as global. We needed a route to return the public key and putting it
under backup target seemed natural. Since we delete the backups when
we delete a target, we lose all the signing hashes. So, it's fine to lose
the key pair on target delete.
2025-08-12 19:00:29 +05:30
Johannes Zellner
25fa999259
Fixup various vuejs warnings
2025-08-11 19:07:02 +02:00
Johannes Zellner
f40145412b
Fix app link icon reset handling
2025-08-11 16:45:40 +02:00
Johannes Zellner
cec15dbfc0
Suppress warnings when translation string has html
2025-08-11 16:45:24 +02:00
Johannes Zellner
69d0790484
Add some missing translations and make backup target name editable
2025-08-10 19:36:37 +02:00
Johannes Zellner
537a904a49
Use new table action pattern for backup listing
2025-08-10 18:54:26 +02:00
Johannes Zellner
939643c307
Refresh backup target listing if default changes
2025-08-10 18:36:55 +02:00
Johannes Zellner
2ce208854f
Show app task error in state label
2025-08-10 18:28:17 +02:00
Johannes Zellner
6883b91f8a
Move app task progress indicator between logo and toolbar
2025-08-10 18:17:09 +02:00
Johannes Zellner
dccdef99c1
Add missing empty list placeholder in app backups
2025-08-10 18:06:18 +02:00
Johannes Zellner
76ab99bca6
redirectTo is not a const
2025-08-10 15:53:05 +02:00
Johannes Zellner
fed0c7a330
Only log error to console if not handled
2025-08-10 15:52:53 +02:00
Johannes Zellner
f179d92c9c
Sync email template button colors with pankow colors
2025-08-10 15:30:01 +02:00
Johannes Zellner
907c6dec47
Update pankow
2025-08-10 12:09:33 +02:00
Johannes Zellner
3ea9192f79
Validate user account input during account setup
2025-08-08 10:07:14 +02:00
Johannes Zellner
6a5cd698a4
Remove unused requires
2025-08-08 09:58:55 +02:00
Johannes Zellner
179dd0e4d8
Move update backup target selector into backup target view
2025-08-08 09:45:20 +02:00