-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
enhance: 連合モードにあわせてフロントエンドを変化させるように #15112
Merged
mi-gh-maintainer
merged 15 commits into
misskey-dev:develop
from
kakkokari-gtyih:enh-15111
Jan 14, 2025
Merged
enhance: 連合モードにあわせてフロントエンドを変化させるように #15112
mi-gh-maintainer
merged 15 commits into
misskey-dev:develop
from
kakkokari-gtyih:enh-15111
Jan 14, 2025
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
github-actions
bot
added
packages/frontend
Client side specific issue/PR
packages/backend
Server side specific issue/PR
packages/misskey-js
labels
Dec 10, 2024
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## develop #15112 +/- ##
===========================================
+ Coverage 39.29% 40.88% +1.59%
===========================================
Files 1564 1568 +4
Lines 198148 203998 +5850
Branches 3548 3582 +34
===========================================
+ Hits 77855 83414 +5559
- Misses 119688 119973 +285
- Partials 605 611 +6 ☔ View full report in Codecov by Sentry. |
このPRによるapi.jsonの差分 差分はこちら--- base
+++ head
@@ -82971,6 +82971,14 @@
},
"maxFileSize": {
"type": "number"
+ },
+ "federation": {
+ "type": "string",
+ "enum": [
+ "all",
+ "specified",
+ "none"
+ ]
}
},
"required": [
@@ -83024,7 +83032,8 @@
"themeColor",
"policies",
"noteSearchableScope",
- "maxFileSize"
+ "maxFileSize",
+ "federation"
]
},
"MetaDetailedOnly": { |
mi-gh-maintainer
bot
merged commit Jan 14, 2025
5445b02
into
misskey-dev:develop
35 of 36 checks passed
Thank you 🙏 |
Ruruke
pushed a commit
to Ruruke/misskey
that referenced
this pull request
Jan 14, 2025
* enhance(backend): metaにfederation modeに関する情報を公開 * enhance(frontend): 登録画面の注意書きを追加 * enhance(frontend): aboutページ・サーバー情報 * enhance(frontend): サーバー統計 * enhance(frontend): みつけるページ * enhance(frontend): 検索 * enhance(frontend): ユーザー選択 * enhance(frontend): 設定画面 * enhance(frontend): ウィジェット * enhance(frontend): リモートで開くオプション * Update Changelog * enhance(frontend): ステータスバー * i18n --------- Co-authored-by: syuilo <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
🔥high priority
packages/backend
Server side specific issue/PR
packages/frontend
Client side specific issue/PR
packages/misskey-js
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.
What
Why
Fix #15111
Additional info (optional)
Checklist