Commit Graph

18333 Commits

Author SHA1 Message Date
Girish Ramakrishnan
ab4607bf0e Fix display of token/password 2025-09-09 09:20:41 +02:00
Girish Ramakrishnan
c9e839f1fd Fix alignment of section header and body 2025-09-08 19:32:45 +02:00
Girish Ramakrishnan
33c75076da quote the value in error message 2025-09-08 18:59:47 +02:00
Girish Ramakrishnan
8d9fe13490 set token scope default to rw 2025-09-08 16:45:49 +02:00
Girish Ramakrishnan
1752579f9d unset -> No email address set 2025-09-08 16:31:55 +02:00
Girish Ramakrishnan
a525104dac Fix header links 2025-09-08 16:06:27 +02:00
Girish Ramakrishnan
375fd7a6aa style: remove hover on settings item
hover for non-clickable elements is distracting
2025-09-08 11:57:02 +02:00
Girish Ramakrishnan
cd79191d7a activate: center the headers 2025-09-07 13:12:37 +02:00
Girish Ramakrishnan
904994ae24 setup: fix provider pre-selection and ip detection 2025-09-07 13:01:51 +02:00
Girish Ramakrishnan
0a1870d862 setup: if dns setup errors, reset busy 2025-09-07 12:46:33 +02:00
Girish Ramakrishnan
d1ab79a9e7 Setup view: style fixes 2025-09-07 12:37:13 +02:00
Girish Ramakrishnan
b37769b935 Fix wasabi region names and add region field 2025-09-04 16:07:23 +02:00
Girish Ramakrishnan
ac7001b96e reverseproxy: remove OCSP support
OCSP is getting deprecated in favor CRLs. Lets Encrypt has already
removed the OCSP URL in the certs and the OCSP validation server
is being decommissioned .

https://letsencrypt.org/2024/12/05/ending-ocsp/
2025-09-04 09:43:49 +02:00
Johannes Zellner
8c0b88d69a Update frontend dependencies 2025-08-27 18:09:21 +02:00
Girish Ramakrishnan
4381809959 docker: container id cannot be null 2025-08-27 08:33:25 +02:00
Johannes Zellner
54d3cd86b9 Replace backup target listing with a more detailed list view to track progress 2025-08-26 20:15:31 +02:00
Girish Ramakrishnan
1720feeeee add note on docker version 2025-08-26 10:26:03 +02:00
Girish Ramakrishnan
f7b40d5f92 backupTargets: increase name length 2025-08-26 07:40:58 +02:00
Girish Ramakrishnan
31df40a841 storage: add copyDir
we changed listDir in c44863a9bb to list
a directory . this broke copy for files since a '/' is added when listing
the file.
2025-08-26 00:01:14 +02:00
Girish Ramakrishnan
cdda8649fc backuptask: log the target id 2025-08-25 23:04:56 +02:00
Girish Ramakrishnan
c44863a9bb s3: ensure we list directory
<timestamp>/box_v9.0.0.backupinfo ends up getting listed
when trying to list <timestamp>/box_v9.0.0 !
2025-08-25 19:15:21 +02:00
Girish Ramakrishnan
1e4df539b7 improve the logs 2025-08-25 19:15:08 +02:00
Girish Ramakrishnan
823599fd78 eventlog: add event when backuptarget name changes 2025-08-25 11:08:36 +02:00
Girish Ramakrishnan
94852460c1 backuptarget: update the schedule in the target object 2025-08-25 11:06:18 +02:00
Girish Ramakrishnan
900a789b69 rootPath is not used anymore 2025-08-23 09:35:24 +02:00
Girish Ramakrishnan
013c181aaa typo 2025-08-23 08:16:19 +02:00
Girish Ramakrishnan
3b38440385 apptask: delete app dir files when restoring
also, better deleteAppDir logs
2025-08-22 19:37:50 +02:00
Johannes Zellner
074977c58e Update pankow 2025-08-22 16:57:48 +02:00
Johannes Zellner
3625eb01e2 Also special case backup schedule with * for hours 2025-08-22 16:54:49 +02:00
Johannes Zellner
bbc5217c81 Remove unused variable 2025-08-22 16:46:45 +02:00
Johannes Zellner
a5515ad08b Be more explicit on what a backupTarget needs 2025-08-21 11:27:03 +02:00
Johannes Zellner
12e4441227 BoxError always needs a second argument 2025-08-21 11:20:18 +02:00
Johannes Zellner
fdc4ddf316 disk usage update cron job is no more 2025-08-21 11:17:01 +02:00
Johannes Zellner
eb2ebead28 Get the primary backup target during box update 2025-08-21 11:15:42 +02:00
Johannes Zellner
a8ed7eb914 backuptarget.list() needs arguments 2025-08-21 11:10:27 +02:00
Johannes Zellner
fd509a9099 Fix variable shadowing 2025-08-21 11:07:37 +02:00
Johannes Zellner
7bf4b23ee5 Add test to filter out /boot 2025-08-21 10:55:05 +02:00
Johannes Zellner
937dd2be5e Do not list /boot partition for blockdevices routes 2025-08-21 10:26:46 +02:00
Johannes Zellner
5f9789f99f Enforce app count limit during installation 2025-08-20 20:03:09 +02:00
Johannes Zellner
d6d70163d5 Do not reregister during activation if already registerd by setupToken 2025-08-20 17:50:43 +02:00
Johannes Zellner
f4c830e671 Make backup integrity task known to dashboard 2025-08-19 15:03:39 +02:00
Johannes Zellner
950bdb5b76 Show storage target in backup listings 2025-08-19 14:32:27 +02:00
Johannes Zellner
3068ed75ee Add all missing translations for now 2025-08-19 10:49:27 +02:00
Johannes Zellner
42945e1b42 Remove all usage of old table action pattern 2025-08-18 19:12:38 +02:00
Johannes Zellner
faef230d85 Use new table action pattern in main applist 2025-08-18 18:25:11 +02:00
Johannes Zellner
a7f0dfdff7 Remove unnecessary link to specific appstore version in postinstall dialog 2025-08-18 18:00:43 +02:00
Johannes Zellner
da28516a98 Reduce text in postinstall dialog 2025-08-18 17:57:05 +02:00
Johannes Zellner
44e27bf9ab Update pankow 2025-08-18 17:26:40 +02:00
Johannes Zellner
72fdc707ee Move most all table views to new action menu pattern 2025-08-18 17:25:50 +02:00
Johannes Zellner
4d8b6c5ea7 Update translations 2025-08-18 15:59:40 +02:00