-
-
Notifications
You must be signed in to change notification settings - Fork 47
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Release: 4.14.1 #555
Merged
Release: 4.14.1 #555
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* fix(frontend): 画面サイズが変わった際にnavbarが自動で折りたたまれない問題を修正 * Update Changelog * fix
* fix(backend): アドレス入力で直接ユーザのプロフィールページを表示した際、前提データが足りず描画に失敗する * fix CHANGELOG.md
…5044) * fix(frontend): サーバードキュメントとMisskey関連リソースとの間にdividerが入らないことがある問題を修正 * Update Changelog
* check harder for connectibility `allSettled` does not throw if a promise is rejected, so `check_connect` never actually failed * Update Changelog --------- Co-authored-by: dakkar <[email protected]>
Fix(frontend): 通報通知メールの受け取り先を変更できない
* Resolve frontend/backend contradiction for home visibility embeds This now uses the same check from `packages/frontend/src/scripts/get-note-menu.ts` * Update Changelog --------- Co-authored-by: CenTdemeern1 <[email protected]>
…正 (#15101) * fix(frontend): ノートがログインしているユーザーしか見れない場合にログインをキャンセルすると一切の処理が停止する問題を修正 * Update Changelog --------- Co-authored-by: syuilo <[email protected]>
* チャンネル一覧の列を最大3列にした (Otaku-Social#13) * fix * fix * fix * 🎨 * fix * 🎨 * Update Changelog * Update Changelog * 要らない_marginを消す --------- Co-authored-by: tmorio <[email protected]>
* fix(frontend): 絵文字管理画面で絵文字が表示されないことがある問題を修正 * Update Changelog * optimize
* fix(frontend): serverContextの型エラーを修正 * add comment
* enhance: 照会の失敗理由を表示するように * Update Changelog * fix * fix test * lookupErrors-> remoteLookupErrors
* Libretranslate * pnpm run build-cherrypick-js-with-types * fix type(bool => string) * fix nullable * fix polls-translate * fix
* fix: unable to see user page * Update index.vue
* feat: custome search engine * fix import * Rollback elements
이 PR에 의한 api.json 차이 차이점은 여기에서 볼 수 있음--- base
+++ head
@@ -1,7 +1,7 @@
{
"openapi": "3.1.0",
"info": {
- "version": "4.14.0 (2024.11.0)",
+ "version": "4.14.1-alpha.2 (2024.11.1-alpha.0)",
"title": "CherryPick API"
},
"externalDocs": {
@@ -521,6 +521,18 @@
"deeplIsPro": {
"type": "boolean"
},
+ "libreTranslateEndPoint": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "libreTranslateApiKey": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
"defaultDarkTheme": {
"type": [
"string",
@@ -805,6 +817,8 @@
"backgroundImageUrl",
"deeplAuthKey",
"deeplIsPro",
+ "libreTranslateEndPoint",
+ "libreTranslateApiKey",
"defaultDarkTheme",
"defaultLightTheme",
"description",
@@ -15687,6 +15701,18 @@
"null"
]
},
+ "libreTranslateEndPoint": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "libreTranslateApiKey": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
"enableEmail": {
"type": "boolean"
},
@@ -19164,7 +19190,7 @@
}
},
"429": {
- "description": "To many requests",
+ "description": "Too many requests",
"content": {
"application/json": {
"schema": {
@@ -20839,7 +20865,7 @@
}
},
"429": {
- "description": "To many requests",
+ "description": "Too many requests",
"content": {
"application/json": {
"schema": {
@@ -20976,6 +21002,51 @@
"$ref": "#/components/schemas/Error"
},
"examples": {
+ "FEDERATION_NOT_ALLOWED": {
+ "value": {
+ "error": {
+ "message": "Federation for this host is not allowed.",
+ "code": "FEDERATION_NOT_ALLOWED",
+ "id": "974b799e-1a29-4889-b706-18d4dd93e266"
+ }
+ }
+ },
+ "URI_INVALID": {
+ "value": {
+ "error": {
+ "message": "URI is invalid.",
+ "code": "URI_INVALID",
+ "id": "1a5eab56-e47b-48c2-8d5e-217b897d70db"
+ }
+ }
+ },
+ "REQUEST_FAILED": {
+ "value": {
+ "error": {
+ "message": "Request failed.",
+ "code": "REQUEST_FAILED",
+ "id": "81b539cf-4f57-4b29-bc98-032c33c0792e"
+ }
+ }
+ },
+ "RESPONSE_INVALID": {
+ "value": {
+ "error": {
+ "message": "Response from remote server is invalid.",
+ "code": "RESPONSE_INVALID",
+ "id": "70193c39-54f3-4813-82f0-70a680f7495b"
+ }
+ }
+ },
+ "RESPONSE_INVALID_ID_HOST_NOT_MATCH": {
+ "value": {
+ "error": {
+ "message": "Requested URI and response URI host does not match.",
+ "code": "RESPONSE_INVALID_ID_HOST_NOT_MATCH",
+ "id": "a2c9c61a-cb72-43ab-a964-3ca5fddb410a"
+ }
+ }
+ },
"NO_SUCH_OBJECT": {
"value": {
"error": {
@@ -21062,7 +21133,7 @@
}
},
"429": {
- "description": "To many requests",
+ "description": "Too many requests",
"content": {
"application/json": {
"schema": {
@@ -22290,7 +22361,7 @@
}
},
"429": {
- "description": "To many requests",
+ "description": "Too many requests",
"content": {
"application/json": {
"schema": {
@@ -22494,7 +22565,7 @@
}
},
"429": {
- "description": "To many requests",
+ "description": "Too many requests",
"content": {
"application/json": {
"schema": {
@@ -22879,7 +22950,7 @@
}
},
"429": {
- "description": "To many requests",
+ "description": "Too many requests",
"content": {
"application/json": {
"schema": {
@@ -31051,7 +31122,7 @@
}
},
"429": {
- "description": "To many requests",
+ "description": "Too many requests",
"content": {
"application/json": {
"schema": {
@@ -33603,7 +33674,7 @@
}
},
"429": {
- "description": "To many requests",
+ "description": "Too many requests",
"content": {
"application/json": {
"schema": {
@@ -34699,7 +34770,7 @@
}
},
"429": {
- "description": "To many requests",
+ "description": "Too many requests",
"content": {
"application/json": {
"schema": {
@@ -35064,7 +35135,7 @@
}
},
"429": {
- "description": "To many requests",
+ "description": "Too many requests",
"content": {
"application/json": {
"schema": {
@@ -36554,7 +36625,7 @@
}
},
"429": {
- "description": "To many requests",
+ "description": "Too many requests",
"content": {
"application/json": {
"schema": {
@@ -38391,7 +38462,7 @@
}
},
"429": {
- "description": "To many requests",
+ "description": "Too many requests",
"content": {
"application/json": {
"schema": {
@@ -38595,7 +38666,7 @@
}
},
"429": {
- "description": "To many requests",
+ "description": "Too many requests",
"content": {
"application/json": {
"schema": {
@@ -38809,7 +38880,7 @@
}
},
"429": {
- "description": "To many requests",
+ "description": "Too many requests",
"content": {
"application/json": {
"schema": {
@@ -38981,7 +39052,7 @@
}
},
"429": {
- "description": "To many requests",
+ "description": "Too many requests",
"content": {
"application/json": {
"schema": {
@@ -39185,7 +39256,7 @@
}
},
"429": {
- "description": "To many requests",
+ "description": "Too many requests",
"content": {
"application/json": {
"schema": {
@@ -40701,7 +40772,7 @@
}
},
"429": {
- "description": "To many requests",
+ "description": "Too many requests",
"content": {
"application/json": {
"schema": {
@@ -41569,7 +41640,7 @@
}
},
"429": {
- "description": "To many requests",
+ "description": "Too many requests",
"content": {
"application/json": {
"schema": {
@@ -45769,7 +45840,7 @@
}
},
"429": {
- "description": "To many requests",
+ "description": "Too many requests",
"content": {
"application/json": {
"schema": {
@@ -45936,7 +46007,7 @@
}
},
"429": {
- "description": "To many requests",
+ "description": "Too many requests",
"content": {
"application/json": {
"schema": {
@@ -46083,7 +46154,7 @@
}
},
"429": {
- "description": "To many requests",
+ "description": "Too many requests",
"content": {
"application/json": {
"schema": {
@@ -46230,7 +46301,7 @@
}
},
"429": {
- "description": "To many requests",
+ "description": "Too many requests",
"content": {
"application/json": {
"schema": {
@@ -46377,7 +46448,7 @@
}
},
"429": {
- "description": "To many requests",
+ "description": "Too many requests",
"content": {
"application/json": {
"schema": {
@@ -46524,7 +46595,7 @@
}
},
"429": {
- "description": "To many requests",
+ "description": "Too many requests",
"content": {
"application/json": {
"schema": {
@@ -46671,7 +46742,7 @@
}
},
"429": {
- "description": "To many requests",
+ "description": "Too many requests",
"content": {
"application/json": {
"schema": {
@@ -46818,7 +46889,7 @@
}
},
"429": {
- "description": "To many requests",
+ "description": "Too many requests",
"content": {
"application/json": {
"schema": {
@@ -47531,7 +47602,7 @@
}
},
"429": {
- "description": "To many requests",
+ "description": "Too many requests",
"content": {
"application/json": {
"schema": {
@@ -47736,7 +47807,7 @@
}
},
"429": {
- "description": "To many requests",
+ "description": "Too many requests",
"content": {
"application/json": {
"schema": {
@@ -47938,7 +48009,7 @@
}
},
"429": {
- "description": "To many requests",
+ "description": "Too many requests",
"content": {
"application/json": {
"schema": {
@@ -48140,7 +48211,7 @@
}
},
"429": {
- "description": "To many requests",
+ "description": "Too many requests",
"content": {
"application/json": {
"schema": {
@@ -48342,7 +48413,7 @@
}
},
"429": {
- "description": "To many requests",
+ "description": "Too many requests",
"content": {
"application/json": {
"schema": {
@@ -48448,6 +48519,7 @@
"achievementEarned",
"exportCompleted",
"login",
+ "scheduleNote",
"app",
"test",
"pollVote"
@@ -48474,6 +48546,7 @@
"achievementEarned",
"exportCompleted",
"login",
+ "scheduleNote",
"app",
"test",
"pollVote"
@@ -48585,7 +48658,7 @@
}
},
"429": {
- "description": "To many requests",
+ "description": "Too many requests",
"content": {
"application/json": {
"schema": {
@@ -48691,6 +48764,7 @@
"achievementEarned",
"exportCompleted",
"login",
+ "scheduleNote",
"app",
"test",
"reaction:grouped",
@@ -48720,6 +48794,7 @@
"achievementEarned",
"exportCompleted",
"login",
+ "scheduleNote",
"app",
"test",
"reaction:grouped",
@@ -48834,7 +48909,7 @@
}
},
"429": {
- "description": "To many requests",
+ "description": "Too many requests",
"content": {
"application/json": {
"schema": {
@@ -51951,7 +52026,7 @@
}
},
"429": {
- "description": "To many requests",
+ "description": "Too many requests",
"content": {
"application/json": {
"schema": {
@@ -53377,7 +53452,7 @@
}
},
"429": {
- "description": "To many requests",
+ "description": "Too many requests",
"content": {
"application/json": {
"schema": {
@@ -53776,7 +53851,7 @@
}
},
"429": {
- "description": "To many requests",
+ "description": "Too many requests",
"content": {
"application/json": {
"schema": {
@@ -55011,7 +55086,7 @@
}
},
"429": {
- "description": "To many requests",
+ "description": "Too many requests",
"content": {
"application/json": {
"schema": {
@@ -56288,7 +56363,7 @@
}
},
"429": {
- "description": "To many requests",
+ "description": "Too many requests",
"content": {
"application/json": {
"schema": {
@@ -56466,7 +56541,7 @@
}
},
"429": {
- "description": "To many requests",
+ "description": "Too many requests",
"content": {
"application/json": {
"schema": {
@@ -57756,7 +57831,7 @@
}
},
"429": {
- "description": "To many requests",
+ "description": "Too many requests",
"content": {
"application/json": {
"schema": {
@@ -58293,7 +58368,7 @@
}
},
"429": {
- "description": "To many requests",
+ "description": "Too many requests",
"content": {
"application/json": {
"schema": {
@@ -60024,7 +60099,7 @@
}
},
"429": {
- "description": "To many requests",
+ "description": "Too many requests",
"content": {
"application/json": {
"schema": {
@@ -60211,7 +60286,7 @@
}
},
"429": {
- "description": "To many requests",
+ "description": "Too many requests",
"content": {
"application/json": {
"schema": {
@@ -60547,7 +60622,7 @@
}
},
"429": {
- "description": "To many requests",
+ "description": "Too many requests",
"content": {
"application/json": {
"schema": {
@@ -60734,7 +60809,7 @@
}
},
"429": {
- "description": "To many requests",
+ "description": "Too many requests",
"content": {
"application/json": {
"schema": {
@@ -63760,7 +63835,7 @@
}
},
"429": {
- "description": "To many requests",
+ "description": "Too many requests",
"content": {
"application/json": {
"schema": {
@@ -64622,7 +64697,7 @@
}
},
"429": {
- "description": "To many requests",
+ "description": "Too many requests",
"content": {
"application/json": {
"schema": {
@@ -64810,7 +64885,7 @@
}
},
"429": {
- "description": "To many requests",
+ "description": "Too many requests",
"content": {
"application/json": {
"schema": {
@@ -65084,7 +65159,7 @@
}
},
"429": {
- "description": "To many requests",
+ "description": "Too many requests",
"content": {
"application/json": {
"schema": {
@@ -66023,7 +66098,7 @@
}
},
"429": {
- "description": "To many requests",
+ "description": "Too many requests",
"content": {
"application/json": {
"schema": {
@@ -66768,7 +66843,7 @@
}
},
"429": {
- "description": "To many requests",
+ "description": "Too many requests",
"content": {
"application/json": {
"schema": {
@@ -67165,7 +67240,7 @@
}
},
"429": {
- "description": "To many requests",
+ "description": "Too many requests",
"content": {
"application/json": {
"schema": {
@@ -67573,7 +67648,7 @@
}
},
"429": {
- "description": "To many requests",
+ "description": "Too many requests",
"content": {
"application/json": {
"schema": {
@@ -67980,7 +68055,7 @@
}
},
"429": {
- "description": "To many requests",
+ "description": "Too many requests",
"content": {
"application/json": {
"schema": {
@@ -69053,7 +69128,7 @@
}
},
"429": {
- "description": "To many requests",
+ "description": "Too many requests",
"content": {
"application/json": {
"schema": {
@@ -69252,7 +69327,7 @@
}
},
"429": {
- "description": "To many requests",
+ "description": "Too many requests",
"content": {
"application/json": {
"schema": {
@@ -69762,7 +69837,7 @@
}
},
"429": {
- "description": "To many requests",
+ "description": "Too many requests",
"content": {
"application/json": {
"schema": {
@@ -70472,7 +70547,7 @@
}
},
"429": {
- "description": "To many requests",
+ "description": "Too many requests",
"content": {
"application/json": {
"schema": {
@@ -72093,7 +72168,7 @@
}
},
"429": {
- "description": "To many requests",
+ "description": "Too many requests",
"content": {
"application/json": {
"schema": {
@@ -75578,7 +75653,7 @@
}
},
"429": {
- "description": "To many requests",
+ "description": "Too many requests",
"content": {
"application/json": {
"schema": {
@@ -78270,7 +78345,7 @@
}
},
"429": {
- "description": "To many requests",
+ "description": "Too many requests",
"content": {
"application/json": {
"schema": {
@@ -83036,7 +83111,7 @@
}
},
"429": {
- "description": "To many requests",
+ "description": "Too many requests",
"content": {
"application/json": {
"schema": {
@@ -83549,7 +83624,7 @@
}
},
"429": {
- "description": "To many requests",
+ "description": "Too many requests",
"content": {
"application/json": {
"schema": {
@@ -87879,6 +87954,34 @@
]
},
{
+ "type": "object",
+ "properties": {
+ "id": {
+ "type": "string",
+ "format": "id"
+ },
+ "createdAt": {
+ "type": "string",
+ "format": "date-time"
+ },
+ "type": {
+ "type": "string",
+ "enum": [
+ "scheduleNote"
+ ]
+ },
+ "errorType": {
+ "type": "string"
+ }
+ },
+ "required": [
+ "id",
+ "createdAt",
+ "type",
+ "errorType"
+ ]
+ },
+ {
"type": "object",
"properties": {
"id": { |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
기반 Misskey 버전: 2024.11.1-alpha.0
General
[검색]
,[search]
,[検索]
를 사용했을 때, 사용할 검색 엔진을 지정할 수 있음Client