mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-30 05:47:46 -07:00
Compare commits
4 commits
e9cc49a9ab
...
262c7a1556
Author | SHA1 | Date | |
---|---|---|---|
262c7a1556 | |||
4bee2102fe | |||
c47dc7d877 | |||
d74b6c9347 |
4 changed files with 4 additions and 12 deletions
|
@ -23,3 +23,6 @@
|
||||||
|
|
||||||
## jormungandr-bite.0.5.3
|
## jormungandr-bite.0.5.3
|
||||||
- Fixed some posts to beep renaming
|
- Fixed some posts to beep renaming
|
||||||
|
|
||||||
|
## jormungandr-bite.0.5.4
|
||||||
|
- Remove maintainer information nag
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "iceshrimp",
|
"name": "iceshrimp",
|
||||||
"version": "2023.12.7-jormungandr-bite.0.5.3",
|
"version": "2023.12.7-jormungandr-bite.0.5.4",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://iceshrimp.dev/iceshrimp/iceshrimp.git"
|
"url": "https://iceshrimp.dev/iceshrimp/iceshrimp.git"
|
||||||
|
|
|
@ -20,12 +20,6 @@
|
||||||
i18n.ts.check
|
i18n.ts.check
|
||||||
}}</MkA></MkInfo
|
}}</MkA></MkInfo
|
||||||
>
|
>
|
||||||
<MkInfo v-if="noMaintainerInformation" warn class="info"
|
|
||||||
>{{ i18n.ts.noMaintainerInformationWarning }}
|
|
||||||
<MkA to="/admin/settings" class="_link">{{
|
|
||||||
i18n.ts.configure
|
|
||||||
}}</MkA></MkInfo
|
|
||||||
>
|
|
||||||
<MkInfo v-if="noBotProtection" warn class="info"
|
<MkInfo v-if="noBotProtection" warn class="info"
|
||||||
>{{ i18n.ts.noBotProtectionWarning }}
|
>{{ i18n.ts.noBotProtectionWarning }}
|
||||||
<MkA to="/admin/security" class="_link">{{
|
<MkA to="/admin/security" class="_link">{{
|
||||||
|
@ -101,8 +95,6 @@ let childInfo = $ref(null);
|
||||||
let narrow = $ref(false);
|
let narrow = $ref(false);
|
||||||
let view = $ref(null);
|
let view = $ref(null);
|
||||||
let pageProps = $ref({});
|
let pageProps = $ref({});
|
||||||
let noMaintainerInformation =
|
|
||||||
isEmpty(instance.maintainerName) || isEmpty(instance.maintainerEmail);
|
|
||||||
let noBotProtection =
|
let noBotProtection =
|
||||||
!instance.disableRegistration &&
|
!instance.disableRegistration &&
|
||||||
!instance.enableHcaptcha &&
|
!instance.enableHcaptcha &&
|
||||||
|
|
|
@ -82,7 +82,6 @@
|
||||||
<span
|
<span
|
||||||
v-if="
|
v-if="
|
||||||
thereIsUnresolvedAbuseReport ||
|
thereIsUnresolvedAbuseReport ||
|
||||||
noMaintainerInformation ||
|
|
||||||
noBotProtection ||
|
noBotProtection ||
|
||||||
updateAvailable
|
updateAvailable
|
||||||
"
|
"
|
||||||
|
@ -177,8 +176,6 @@ watch(defaultStore.reactiveState.menuDisplay, () => {
|
||||||
calcViewState();
|
calcViewState();
|
||||||
});
|
});
|
||||||
|
|
||||||
let noMaintainerInformation =
|
|
||||||
isEmpty(instance.maintainerName) || isEmpty(instance.maintainerEmail);
|
|
||||||
let noBotProtection =
|
let noBotProtection =
|
||||||
!instance.disableRegistration &&
|
!instance.disableRegistration &&
|
||||||
!instance.enableHcaptcha &&
|
!instance.enableHcaptcha &&
|
||||||
|
|
Loading…
Reference in a new issue