vault backup: 2026-04-14 23:26:55

This commit is contained in:
2026-04-14 23:26:55 +08:00
parent e66398d9a3
commit 3baa577c59
292 changed files with 7945 additions and 31 deletions

View File

@@ -0,0 +1 @@
data.json

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1,10 @@
{
"id": "remotely-secure",
"name": "Remotely Sync",
"version": "0.4.49",
"minAppVersion": "1.4.11",
"description": "Security and feature updates for the remotely-save unofficial plugin allowing users to synchronize notes between local device and the cloud service. Not backwards compatible.",
"author": "sboesen",
"authorUrl": "https://github.com/sboesen",
"isDesktopOnly": false
}

View File

@@ -0,0 +1,72 @@
/* set the styles */
.password-second-confirm {
font-weight: bold;
}
.password-disclaimer {
font-weight: bold;
}
.settings-auth-related {
border-top: 1px solid var(--background-modifier-border);
padding-top: 18px;
}
.s3-disclaimer {
font-weight: bold;
}
.s3-hide {
display: none;
}
.dropbox-disclaimer {
font-weight: bold;
}
.dropbox-hide {
display: none;
}
.dropbox-auth-button-hide {
display: none;
}
.dropbox-revoke-auth-button-hide {
display: none;
}
.onedrive-disclaimer {
font-weight: bold;
}
.onedrive-hide {
display: none;
}
.onedrive-auth-button-hide {
display: none;
}
.onedrive-revoke-auth-button-hide {
display: none;
}
.webdav-disclaimer {
font-weight: bold;
}
.webdav-hide {
display: none;
}
.qrcode-img {
width: 350px;
height: 350px;
}
/* !important isn't great practice but it needs to overwrite other css classes */
.remotely-sync-hidden {
display: none !important;
}
.remotely-sync-show-status-bar {
display: flex !important;
}