Compare commits

...

13 Commits

Author SHA1 Message Date
ltlapy
c9374adea1 Merge upstream
Some checks failed
Publish Docker Image (Misskey) TeamCity build failed
2024-11-10 11:52:02 +09:00
あわわわとーにゅ
6cebb2b9ed
Bump up version to 2024.5.0-io.4c (MisskeyIO#807) 2024-11-09 03:51:05 +09:00
あわわわとーにゅ
9782370e86
fix(frontend): 引用RNの判定の条件が不完全だった問題を修正 (MisskeyIO#806) 2024-11-09 03:48:51 +09:00
あわわわとーにゅ
6a697785dc
Bump up version to 2024.5.0-io.4b (MisskeyIO#804) 2024-11-08 16:05:25 +09:00
あわわわとーにゅ
ee135b7e3c
Fix code scanning alert no. 27: DOM text reinterpreted as HTML (MisskeyIO#801)
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
2024-11-08 15:54:42 +09:00
あわわわとーにゅ
443335c662
Fix code scanning alert no. 28: Incomplete string escaping or encoding (MisskeyIO#800)
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
2024-11-08 15:49:35 +09:00
あわわわとーにゅ
729ad19c3a
update deps (MisskeyIO#802) 2024-11-08 15:48:33 +09:00
あわわわとーにゅ
7d7552e076
Fix code scanning alert no. 25: Incomplete URL scheme check (MisskeyIO#799)
* Fix code scanning alert no. 26: Incomplete URL scheme check

Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>

* Fix code scanning alert no. 25: Incomplete URL scheme check

Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>

---------

Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
2024-11-08 15:10:47 +09:00
あわわわとーにゅ
e6fb07165e
update deps (MisskeyIO#798) 2024-11-08 15:10:10 +09:00
あわわわとーにゅ
781f60275a
Bump up version to 2024.5.0-io.4a (MisskeyIO#794) 2024-11-08 05:45:57 +09:00
あわわわとーにゅ
122ed3c82d
feat(analytics): デッキUIのページ移動とAPIの応答時間のイベント実装 (MisskeyIO#793) 2024-11-07 16:24:13 +09:00
あわわわとーにゅ
9559fbefe0
spec(SSO/SAML): Attribute追加 (MisskeyIO#792) 2024-11-07 10:08:32 +09:00
あわわわとーにゅ
fcd75902cc
feat(analytics): イベントの重複フィルターの修正 (MisskeyIO#791) 2024-11-06 19:58:06 +09:00
17 changed files with 677 additions and 704 deletions

View File

@ -6,7 +6,7 @@
"type": "git", "type": "git",
"url": "https://git.psec.dev/oscar-surf/misskey.git" "url": "https://git.psec.dev/oscar-surf/misskey.git"
}, },
"packageManager": "pnpm@9.12.2", "packageManager": "pnpm@9.12.3",
"workspaces": [ "workspaces": [
"packages/frontend", "packages/frontend",
"packages/backend", "packages/backend",
@ -47,13 +47,16 @@
}, },
"resolutions": { "resolutions": {
"@tensorflow/tfjs-core": "4.22.0", "@tensorflow/tfjs-core": "4.22.0",
"axios": "1.7.7",
"chokidar": "4.0.1", "chokidar": "4.0.1",
"cookie": "1.0.1", "cookie": "1.0.1",
"cookie-signature": "1.2.2", "cookie-signature": "1.2.2",
"debug": "4.3.7", "debug": "4.3.7",
"esbuild": "0.24.0", "esbuild": "0.24.0",
"jpeg-js": "0.4.4",
"lodash": "4.17.21", "lodash": "4.17.21",
"sharp": "0.33.5", "sharp": "0.33.5",
"tough-cookie": "5.0.0",
"web-streams-polyfill": "4.0.0" "web-streams-polyfill": "4.0.0"
}, },
"dependencies": { "dependencies": {
@ -69,7 +72,7 @@
"@typescript-eslint/eslint-plugin": "7.10.0", "@typescript-eslint/eslint-plugin": "7.10.0",
"@typescript-eslint/parser": "7.10.0", "@typescript-eslint/parser": "7.10.0",
"cross-env": "7.0.3", "cross-env": "7.0.3",
"cypress": "13.15.1", "cypress": "13.15.2",
"eslint": "8.57.1", "eslint": "8.57.1",
"ncp": "2.0.0", "ncp": "2.0.0",
"start-server-and-test": "2.0.8" "start-server-and-test": "2.0.8"

View File

@ -34,16 +34,16 @@
"generate-api-json": "pnpm build && node ./scripts/generate_api_json.js" "generate-api-json": "pnpm build && node ./scripts/generate_api_json.js"
}, },
"optionalDependencies": { "optionalDependencies": {
"@swc/core-darwin-arm64": "1.8.0", "@swc/core-darwin-arm64": "1.9.1",
"@swc/core-darwin-x64": "1.8.0", "@swc/core-darwin-x64": "1.9.1",
"@swc/core-linux-arm-gnueabihf": "1.8.0", "@swc/core-linux-arm-gnueabihf": "1.9.1",
"@swc/core-linux-arm64-gnu": "1.8.0", "@swc/core-linux-arm64-gnu": "1.9.1",
"@swc/core-linux-arm64-musl": "1.8.0", "@swc/core-linux-arm64-musl": "1.9.1",
"@swc/core-linux-x64-gnu": "1.8.0", "@swc/core-linux-x64-gnu": "1.9.1",
"@swc/core-linux-x64-musl": "1.8.0", "@swc/core-linux-x64-musl": "1.9.1",
"@swc/core-win32-arm64-msvc": "1.8.0", "@swc/core-win32-arm64-msvc": "1.9.1",
"@swc/core-win32-ia32-msvc": "1.8.0", "@swc/core-win32-ia32-msvc": "1.9.1",
"@swc/core-win32-x64-msvc": "1.8.0", "@swc/core-win32-x64-msvc": "1.9.1",
"@tensorflow/tfjs": "4.22.0", "@tensorflow/tfjs": "4.22.0",
"@tensorflow/tfjs-node": "4.22.0", "@tensorflow/tfjs-node": "4.22.0",
"bufferutil": "4.0.8", "bufferutil": "4.0.8",
@ -64,8 +64,8 @@
}, },
"dependencies": { "dependencies": {
"@authenio/samlify-node-xmllint": "2.0.0", "@authenio/samlify-node-xmllint": "2.0.0",
"@aws-sdk/client-s3": "3.685.0", "@aws-sdk/client-s3": "3.687.0",
"@aws-sdk/lib-storage": "3.685.0", "@aws-sdk/lib-storage": "3.687.0",
"@bull-board/api": "6.3.3", "@bull-board/api": "6.3.3",
"@bull-board/fastify": "6.3.3", "@bull-board/fastify": "6.3.3",
"@bull-board/ui": "6.3.3", "@bull-board/ui": "6.3.3",
@ -81,8 +81,8 @@
"@fastify/static": "8.0.2", "@fastify/static": "8.0.2",
"@fastify/view": "10.0.1", "@fastify/view": "10.0.1",
"@misskey-dev/sharp-read-bmp": "1.2.0", "@misskey-dev/sharp-read-bmp": "1.2.0",
"@misskey-dev/summaly": "5.1.0", "@misskey-dev/summaly": "MisskeyIO/summaly#5.1.1",
"@napi-rs/canvas": "0.1.59", "@napi-rs/canvas": "0.1.60",
"@nestjs/common": "10.4.7", "@nestjs/common": "10.4.7",
"@nestjs/core": "10.4.7", "@nestjs/core": "10.4.7",
"@nestjs/testing": "10.4.7", "@nestjs/testing": "10.4.7",
@ -91,7 +91,7 @@
"@sinonjs/fake-timers": "11.3.1", "@sinonjs/fake-timers": "11.3.1",
"@smithy/node-http-handler": "3.2.5", "@smithy/node-http-handler": "3.2.5",
"@swc/cli": "0.5.0", "@swc/cli": "0.5.0",
"@swc/core": "1.8.0", "@swc/core": "1.9.1",
"@twemoji/parser": "15.1.1", "@twemoji/parser": "15.1.1",
"accepts": "1.3.8", "accepts": "1.3.8",
"ajv": "8.17.1", "ajv": "8.17.1",
@ -100,9 +100,9 @@
"bcryptjs": "2.4.3", "bcryptjs": "2.4.3",
"blurhash": "2.0.5", "blurhash": "2.0.5",
"body-parser": "1.20.3", "body-parser": "1.20.3",
"bullmq": "5.24.0", "bullmq": "5.25.2",
"cacheable-lookup": "7.0.0", "cacheable-lookup": "7.0.0",
"cbor": "10.0.2", "cbor": "10.0.3",
"chalk": "5.3.0", "chalk": "5.3.0",
"chalk-template": "1.1.0", "chalk-template": "1.1.0",
"chokidar": "4.0.1", "chokidar": "4.0.1",
@ -119,7 +119,7 @@
"fluent-ffmpeg": "2.1.3", "fluent-ffmpeg": "2.1.3",
"form-data": "4.0.1", "form-data": "4.0.1",
"got": "14.4.4", "got": "14.4.4",
"happy-dom": "15.9.0", "happy-dom": "15.11.0",
"hpagent": "1.2.0", "hpagent": "1.2.0",
"htmlescape": "1.1.1", "htmlescape": "1.1.1",
"http-link-header": "1.1.3", "http-link-header": "1.1.3",
@ -154,7 +154,7 @@
"parse5": "7.2.1", "parse5": "7.2.1",
"pg": "8.13.1", "pg": "8.13.1",
"pino": "9.5.0", "pino": "9.5.0",
"pino-pretty": "11.3.0", "pino-pretty": "12.0.0",
"pkce-challenge": "4.1.0", "pkce-challenge": "4.1.0",
"probe-image-size": "7.2.3", "probe-image-size": "7.2.3",
"promise-limit": "2.7.0", "promise-limit": "2.7.0",

View File

@ -4,5 +4,5 @@
*/ */
export function sqlLikeEscape(s: string) { export function sqlLikeEscape(s: string) {
return s.replace(/([%_])/g, '\\$1'); return s.replace(/([\\%_])/g, '\\$1');
} }

View File

@ -495,14 +495,28 @@ export class SAMLIdentifyProviderService {
'#text': user.id, '#text': user.id,
}, },
}, },
...(user.name ? [{ {
'@Name': 'http://schemas.xmlsoap.org/ws/2005/05/identity/claims/upn',
'saml:AttributeValue': {
'@xsi:type': 'xs:string',
'#text': user.id,
},
},
{
'@Name': 'firstName', '@Name': 'firstName',
'@NameFormat': 'urn:oasis:names:tc:SAML:2.0:attrname-format:basic', '@NameFormat': 'urn:oasis:names:tc:SAML:2.0:attrname-format:basic',
'saml:AttributeValue': { 'saml:AttributeValue': {
'@xsi:type': 'xs:string', '@xsi:type': 'xs:string',
'#text': user.name, '#text': user.name ? user.name : 'Misskey User',
}, },
}] : []), },
{
'@Name': 'http://schemas.xmlsoap.org/ws/2005/05/identity/claims/givenname',
'saml:AttributeValue': {
'@xsi:type': 'xs:string',
'#text': user.name ? user.name : 'Misskey User',
},
},
{ {
'@Name': 'lastName', '@Name': 'lastName',
'@NameFormat': 'urn:oasis:names:tc:SAML:2.0:attrname-format:basic', '@NameFormat': 'urn:oasis:names:tc:SAML:2.0:attrname-format:basic',
@ -511,6 +525,13 @@ export class SAMLIdentifyProviderService {
'#text': `@${user.username}`, '#text': `@${user.username}`,
}, },
}, },
{
'@Name': 'http://schemas.xmlsoap.org/ws/2005/05/identity/claims/surname',
'saml:AttributeValue': {
'@xsi:type': 'xs:string',
'#text': `@${user.username}`,
},
},
{ {
'@Name': 'displayName', '@Name': 'displayName',
'@NameFormat': 'urn:oasis:names:tc:SAML:2.0:attrname-format:basic', '@NameFormat': 'urn:oasis:names:tc:SAML:2.0:attrname-format:basic',

View File

@ -6,7 +6,7 @@
import { Inject, Injectable } from '@nestjs/common'; import { Inject, Injectable } from '@nestjs/common';
import RE2 from 're2'; import RE2 from 're2';
import { summaly } from '@misskey-dev/summaly'; import { summaly } from '@misskey-dev/summaly';
import { SummalyResult } from '@misskey-dev/summaly/built/summary.js'; import { SummalyResult } from '@misskey-dev/summaly/dist/summary.js';
import { DI } from '@/di-symbols.js'; import { DI } from '@/di-symbols.js';
import type { Config } from '@/config.js'; import type { Config } from '@/config.js';
import { MetaService } from '@/core/MetaService.js'; import { MetaService } from '@/core/MetaService.js';

View File

@ -41,7 +41,7 @@
"chartjs-chart-matrix": "2.0.1", "chartjs-chart-matrix": "2.0.1",
"chartjs-plugin-gradient": "0.6.1", "chartjs-plugin-gradient": "0.6.1",
"chartjs-plugin-zoom": "2.0.1", "chartjs-plugin-zoom": "2.0.1",
"chromatic": "11.16.5", "chromatic": "11.18.0",
"compare-versions": "6.1.1", "compare-versions": "6.1.1",
"cropperjs": "2.0.0-rc.0", "cropperjs": "2.0.0-rc.0",
"date-fns": "4.1.0", "date-fns": "4.1.0",
@ -80,7 +80,7 @@
}, },
"devDependencies": { "devDependencies": {
"@misskey-dev/eslint-plugin": "1.0.0", "@misskey-dev/eslint-plugin": "1.0.0",
"@misskey-dev/summaly": "5.1.0", "@misskey-dev/summaly": "MisskeyIO/summaly#5.1.1",
"@storybook/addon-actions": "8.4.2", "@storybook/addon-actions": "8.4.2",
"@storybook/addon-essentials": "8.4.2", "@storybook/addon-essentials": "8.4.2",
"@storybook/addon-interactions": "8.4.2", "@storybook/addon-interactions": "8.4.2",
@ -117,15 +117,15 @@
"@vue/runtime-core": "3.5.12", "@vue/runtime-core": "3.5.12",
"acorn": "8.14.0", "acorn": "8.14.0",
"cross-env": "7.0.3", "cross-env": "7.0.3",
"cypress": "13.15.1", "cypress": "13.15.2",
"eslint": "8.57.1", "eslint": "8.57.1",
"eslint-plugin-import": "2.31.0", "eslint-plugin-import": "2.31.0",
"eslint-plugin-vue": "9.30.0", "eslint-plugin-vue": "9.30.0",
"fast-glob": "3.3.2", "fast-glob": "3.3.2",
"happy-dom": "15.9.0", "happy-dom": "15.11.0",
"intersection-observer": "0.12.2", "intersection-observer": "0.12.2",
"micromatch": "4.0.8", "micromatch": "4.0.8",
"msw": "2.6.0", "msw": "2.6.2",
"msw-storybook-addon": "2.0.4", "msw-storybook-addon": "2.0.4",
"nodemon": "3.1.7", "nodemon": "3.1.7",
"prettier": "3.3.3", "prettier": "3.3.3",

View File

@ -14,7 +14,7 @@ import { apiUrl } from '@/config.js';
import { waiting, popup, popupMenu, success, alert } from '@/os.js'; import { waiting, popup, popupMenu, success, alert } from '@/os.js';
import { generateClientTransactionId, misskeyApi } from '@/scripts/misskey-api.js'; import { generateClientTransactionId, misskeyApi } from '@/scripts/misskey-api.js';
import { unisonReload, reloadChannel } from '@/scripts/unison-reload.js'; import { unisonReload, reloadChannel } from '@/scripts/unison-reload.js';
import { set as gtagSet } from 'vue-gtag'; import { set as gtagSet, time as gtagTime } from 'vue-gtag';
import { instance } from '@/instance.js'; import { instance } from '@/instance.js';
// TODO: 他のタブと永続化されたstateを同期 // TODO: 他のタブと永続化されたstateを同期
@ -53,6 +53,7 @@ export async function signout() {
const registration = await navigator.serviceWorker.ready; const registration = await navigator.serviceWorker.ready;
const push = await registration.pushManager.getSubscription(); const push = await registration.pushManager.getSubscription();
if (push) { if (push) {
const initiateTime = Date.now();
await window.fetch(`${apiUrl}/sw/unregister`, { await window.fetch(`${apiUrl}/sw/unregister`, {
method: 'POST', method: 'POST',
body: JSON.stringify({ body: JSON.stringify({
@ -63,6 +64,14 @@ export async function signout() {
'Content-Type': 'application/json', 'Content-Type': 'application/json',
'X-Client-Transaction-Id': generateClientTransactionId('misskey'), 'X-Client-Transaction-Id': generateClientTransactionId('misskey'),
}, },
}).then(() => {
if (instance.googleAnalyticsId) {
gtagTime({
name: 'api',
event_category: '/sw/unregister',
value: Date.now() - initiateTime,
});
}
}); });
} }
} }
@ -105,6 +114,7 @@ export async function removeAccount(idOrToken: Account['id']) {
function fetchAccount(token: string, id?: string, forceShowDialog?: boolean): Promise<Account> { function fetchAccount(token: string, id?: string, forceShowDialog?: boolean): Promise<Account> {
return new Promise((done, fail) => { return new Promise((done, fail) => {
const initiateTime = Date.now();
window.fetch(`${apiUrl}/i`, { window.fetch(`${apiUrl}/i`, {
method: 'POST', method: 'POST',
body: JSON.stringify({ body: JSON.stringify({
@ -115,6 +125,16 @@ function fetchAccount(token: string, id?: string, forceShowDialog?: boolean): Pr
'X-Client-Transaction-Id': generateClientTransactionId('misskey'), 'X-Client-Transaction-Id': generateClientTransactionId('misskey'),
}, },
}) })
.then(res => {
if (instance.googleAnalyticsId) {
gtagTime({
name: 'api',
event_category: '/i',
value: Date.now() - initiateTime,
});
}
return res;
})
.then(res => new Promise<Account | { error: Record<string, any> }>((done2, fail2) => { .then(res => new Promise<Account | { error: Record<string, any> }>((done2, fail2) => {
if (res.status >= 500 && res.status < 600) { if (res.status >= 500 && res.status < 600) {
// サーバーエラー(5xx)の場合をrejectとする // サーバーエラー(5xx)の場合をrejectとする

View File

@ -285,6 +285,8 @@ export async function common(createVue: () => App<Element>) {
app.use(VueGtag, { app.use(VueGtag, {
bootstrap: false, bootstrap: false,
appName: `Misskey v${version}`, appName: `Misskey v${version}`,
pageTrackerEnabled: true,
pageTrackerScreenviewEnabled: true,
config: { config: {
id: instance.googleAnalyticsId, id: instance.googleAnalyticsId,
params: { params: {

View File

@ -29,7 +29,7 @@ SPDX-License-Identifier: AGPL-3.0-only
</template> </template>
<script lang="ts" setup> <script lang="ts" setup>
import { computed, onMounted, onUnmounted, provide, ref, shallowRef } from 'vue'; import { computed, nextTick, onMounted, onUnmounted, provide, ref, shallowRef } from 'vue';
import RouterView from '@/components/global/RouterView.vue'; import RouterView from '@/components/global/RouterView.vue';
import MkWindow from '@/components/MkWindow.vue'; import MkWindow from '@/components/MkWindow.vue';
import { popout as _popout } from '@/scripts/popout.js'; import { popout as _popout } from '@/scripts/popout.js';
@ -43,6 +43,8 @@ import { claimAchievement } from '@/scripts/achievements.js';
import { getScrollContainer } from '@/scripts/scroll.js'; import { getScrollContainer } from '@/scripts/scroll.js';
import { useRouterFactory } from '@/router/supplier.js'; import { useRouterFactory } from '@/router/supplier.js';
import { mainRouter } from '@/router/main.js'; import { mainRouter } from '@/router/main.js';
import { instance } from '@/instance.js';
import { pageview } from 'vue-gtag';
const props = defineProps<{ const props = defineProps<{
initialPath: string; initialPath: string;
@ -110,6 +112,21 @@ provide('shouldOmitHeaderTitle', true);
provide('shouldHeaderThin', true); provide('shouldHeaderThin', true);
provide('forceSpacerMin', true); provide('forceSpacerMin', true);
if (instance.googleAnalyticsId) {
pageview({
page_title: pageMetadata.value?.title,
page_path: windowRouter.getCurrentPath(),
});
windowRouter.afterEach(() =>
nextTick(() =>
pageview({
page_title: pageMetadata.value?.title,
page_path: windowRouter.getCurrentPath(),
}),
),
);
}
const contextmenu = computed(() => ([{ const contextmenu = computed(() => ([{
icon: 'ti ti-player-eject', icon: 'ti ti-player-eject',
text: i18n.ts.showInPage, text: i18n.ts.showInPage,

View File

@ -62,7 +62,7 @@ function accepted() {
state.value = 'accepted'; state.value = 'accepted';
if (session.value && session.value.app.callbackUrl) { if (session.value && session.value.app.callbackUrl) {
const url = new URL(session.value.app.callbackUrl); const url = new URL(session.value.app.callbackUrl);
if (['javascript:', 'file:', 'data:', 'mailto:', 'tel:'].includes(url.protocol)) throw new Error('invalid url'); if (['javascript:', 'file:', 'data:', 'mailto:', 'tel:', 'vbscript:'].includes(url.protocol)) throw new Error('invalid url');
location.href = `${session.value.app.callbackUrl}?token=${session.value.token}`; location.href = `${session.value.app.callbackUrl}?token=${session.value.token}`;
} }
} }

View File

@ -65,7 +65,7 @@ async function onAccept(token: string) {
if (props.callback && props.callback !== '') { if (props.callback && props.callback !== '') {
const cbUrl = new URL(props.callback); const cbUrl = new URL(props.callback);
if (['javascript:', 'file:', 'data:', 'mailto:', 'tel:'].includes(cbUrl.protocol)) throw new Error('invalid url'); if (['javascript:', 'file:', 'data:', 'mailto:', 'tel:', 'vbscript:'].includes(cbUrl.protocol)) throw new Error('invalid url');
cbUrl.searchParams.set('session', props.session); cbUrl.searchParams.set('session', props.session);
location.href = cbUrl.toString(); location.href = cbUrl.toString();
} else { } else {

View File

@ -36,8 +36,10 @@ export async function getNoteClipMenu(props: {
const isRenote = ( const isRenote = (
props.note.renote != null && props.note.renote != null &&
props.note.reply == null &&
props.note.text == null && props.note.text == null &&
props.note.fileIds?.length === 0 && props.note.cw == null &&
props.note.fileIds && props.note.fileIds.length === 0 &&
props.note.poll == null props.note.poll == null
); );
@ -164,8 +166,10 @@ export function getNoteMenu(props: {
}) { }) {
const isRenote = ( const isRenote = (
props.note.renote != null && props.note.renote != null &&
props.note.reply == null &&
props.note.text == null && props.note.text == null &&
props.note.fileIds?.length === 0 && props.note.cw == null &&
props.note.fileIds && props.note.fileIds.length === 0 &&
props.note.poll == null props.note.poll == null
); );
@ -509,8 +513,10 @@ export function getRenoteMenu(props: {
}) { }) {
const isRenote = ( const isRenote = (
props.note.renote != null && props.note.renote != null &&
props.note.reply == null &&
props.note.text == null && props.note.text == null &&
props.note.fileIds.length === 0 && props.note.cw == null &&
props.note.fileIds && props.note.fileIds.length === 0 &&
props.note.poll == null props.note.poll == null
); );

View File

@ -8,6 +8,8 @@ import { ref } from 'vue';
import { apiUrl } from '@/config.js'; import { apiUrl } from '@/config.js';
import { $i } from '@/account.js'; import { $i } from '@/account.js';
import { miLocalStorage } from '@/local-storage.js'; import { miLocalStorage } from '@/local-storage.js';
import { time as gtagTime } from 'vue-gtag';
import { instance } from '@/instance.js';
export const pendingApiRequestsCount = ref(0); export const pendingApiRequestsCount = ref(0);
let id: string | null = miLocalStorage.getItem('id'); let id: string | null = miLocalStorage.getItem('id');
@ -66,6 +68,7 @@ export function misskeyApi<
if (token !== undefined) (data as any).i = token; if (token !== undefined) (data as any).i = token;
// Send request // Send request
const initiateTime = Date.now();
window.fetch(`${apiUrl}/${endpoint}`, { window.fetch(`${apiUrl}/${endpoint}`, {
method: 'POST', method: 'POST',
body: JSON.stringify(data), body: JSON.stringify(data),
@ -76,6 +79,15 @@ export function misskeyApi<
'X-Client-Transaction-Id': generateClientTransactionId(initiator), 'X-Client-Transaction-Id': generateClientTransactionId(initiator),
}, },
signal, signal,
}).then(res => {
if (instance.googleAnalyticsId) {
gtagTime({
name: 'api',
event_category: `/${endpoint}`,
value: Date.now() - initiateTime,
});
}
return res;
}).then(handleResponse(resolve, reject)).catch(reject); }).then(handleResponse(resolve, reject)).catch(reject);
}); });
@ -105,6 +117,7 @@ export function misskeyApiGet<
const promise = new Promise<_ResT>((resolve, reject) => { const promise = new Promise<_ResT>((resolve, reject) => {
// Send request // Send request
const initiateTime = Date.now();
window.fetch(`${apiUrl}/${endpoint}?${query}`, { window.fetch(`${apiUrl}/${endpoint}?${query}`, {
method: 'GET', method: 'GET',
credentials: 'omit', credentials: 'omit',
@ -112,6 +125,15 @@ export function misskeyApiGet<
headers: { headers: {
'X-Client-Transaction-Id': generateClientTransactionId(initiator), 'X-Client-Transaction-Id': generateClientTransactionId(initiator),
}, },
}).then(res => {
if (instance.googleAnalyticsId) {
gtagTime({
name: 'api-get',
event_category: `/${endpoint}?${query}`,
value: Date.now() - initiateTime,
});
}
return res;
}).then(handleResponse(resolve, reject)).catch(reject); }).then(handleResponse(resolve, reject)).catch(reject);
}); });

View File

@ -11,6 +11,15 @@ import { RateLimiter } from '@/scripts/rate-limiter.js';
let ctx: AudioContext; let ctx: AudioContext;
const cache = new Map<string, AudioBuffer>(); const cache = new Map<string, AudioBuffer>();
function isValidUrl(url: string): boolean {
try {
new URL(url);
return true;
} catch (_) {
return false;
}
}
export const soundsTypes = [ export const soundsTypes = [
// 音声なし // 音声なし
null, null,
@ -260,8 +269,12 @@ export function createSourceNode(buffer: AudioBuffer, opts: {
*/ */
export async function getSoundDuration(file: string): Promise<number> { export async function getSoundDuration(file: string): Promise<number> {
const audioEl = document.createElement('audio'); const audioEl = document.createElement('audio');
audioEl.src = file; audioEl.src = isValidUrl(file) ? file : '';
return new Promise((resolve) => { return new Promise((resolve, reject) => {
if (!audioEl.src) {
reject(new Error('Invalid URL'));
return;
}
const si = setInterval(() => { const si = setInterval(() => {
if (audioEl.readyState > 0) { if (audioEl.readyState > 0) {
resolve(audioEl.duration * 1000); resolve(audioEl.duration * 1000);

View File

@ -27,7 +27,7 @@ export function usageReport(data: UsageReport) {
if (usageReportBuffer.length > 0) { if (usageReportBuffer.length > 0) {
const last = usageReportBuffer[usageReportBuffer.length - 1]; const last = usageReportBuffer[usageReportBuffer.length - 1];
if (last.t === data.t && last.e === data.e && last.a === data.a) return; if (last.t === data.t && last.e === data.e && last.i === data.i && last.a === data.a) return;
} }
usageReportBuffer.push(data); usageReportBuffer.push(data);

View File

@ -59,7 +59,7 @@
], ],
"dependencies": { "dependencies": {
"@swc/cli": "0.5.0", "@swc/cli": "0.5.0",
"@swc/core": "1.8.0", "@swc/core": "1.9.1",
"eventemitter3": "5.0.1", "eventemitter3": "5.0.1",
"reconnecting-websocket": "4.4.0" "reconnecting-websocket": "4.4.0"
} }

File diff suppressed because it is too large Load Diff