Skip to content
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

WIP: 「IDかな」の実装 #50

Draft
wants to merge 49 commits into
base: dev_d
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
49 commits
Select commit Hold shift + click to select a range
6840434
change request.routerPath to requrest.routeOptions.url (#11935)
AsPulse Sep 30, 2023
e00fdc2
fix(frontend): use-tooltip の呼び出し元の UI が無くなったら自動的に削除されるようにする (#11949)
YAVIIGI Oct 3, 2023
000abcd
Update CHANGELOG.md
syuilo Oct 3, 2023
10ae0b3
enhance(frontend): tweak ui
syuilo Oct 3, 2023
5ee93dc
Update about-misskey.vue
syuilo Oct 3, 2023
6277a55
feat: improve tl performance (#11946)
syuilo Oct 3, 2023
0f6ee7d
Create 1696332072038-clean.js
syuilo Oct 3, 2023
a511d8e
2段階認証のバックアップコード一覧をテキストファイルでダウンロード可能に (#11957)
CyberRex0 Oct 3, 2023
cd8a8e2
Update CHANGELOG.md
syuilo Oct 3, 2023
f3e09af
2023.10.0-beta.1
syuilo Oct 3, 2023
5fd0cb3
fix: deck uiでuser listを見たときにリプライが表示されない (#11951)
anatawa12 Oct 3, 2023
d3b4aa7
Merge tag '2023.10.0-beta.1' into update-2023.10.0-beta.1
slofp Oct 3, 2023
64aba1b
relationalをpublicとして投稿させる
slofp Oct 3, 2023
17b83ff
enhance: TLキャッシュ容量を設定できるように
syuilo Oct 3, 2023
be81c1a
refactor
syuilo Oct 4, 2023
a40734d
fix(backend): [2023.10.1.beta-1] [ノート]タブでは見える投稿が[全て]タブに出てこない
syuilo Oct 4, 2023
610b68c
tweak
syuilo Oct 4, 2023
3dd84f7
tweak
syuilo Oct 4, 2023
cc4fd6b
fix flaky test
syuilo Oct 4, 2023
b403298
revert: note editing
syuilo Oct 4, 2023
6b0f1d0
2023.10.0-beta.2
syuilo Oct 4, 2023
bcbcaa9
:art:
syuilo Oct 4, 2023
a997b7b
fix test
syuilo Oct 4, 2023
fb6a5c8
add more test
syuilo Oct 4, 2023
ee70f05
fix test
syuilo Oct 4, 2023
05d1f5e
add more test
syuilo Oct 4, 2023
6ebea82
add more test
syuilo Oct 4, 2023
ca515d5
tweak timelines
syuilo Oct 4, 2023
fb63fc1
tweak tl
syuilo Oct 4, 2023
55c14ae
perf(backend): delete useless indexes
syuilo Oct 4, 2023
0dbf517
enhance: improve moderation log
syuilo Oct 4, 2023
89e4f28
enhance(frontend): tweak ui
syuilo Oct 4, 2023
e4ade46
fix(frontend): クライアント設定から13.7.0で削除されたチャット機能に関するサウンド設定を削除 (#11912)
camilla-ett Oct 4, 2023
d2bb35b
add more tests
syuilo Oct 5, 2023
5b00fa6
enhance(backend): users/notesでチャンネル投稿を含めるオプション
syuilo Oct 5, 2023
979741c
tweak ui
syuilo Oct 5, 2023
2333bdb
fix(backend): sinceIdやsinceDateを利用してTLを取得することができない
syuilo Oct 5, 2023
2a7bc84
2023.10.0-beta.3
syuilo Oct 5, 2023
a700854
Merge tag '2023.10.0-beta.3' into update-2023.10.0-beta.3
slofp Oct 5, 2023
aabef29
プロフィール上の過去ノートを遡れるように
slofp Oct 5, 2023
f3997b1
Revert "revert: note editing"
slofp Oct 5, 2023
96b8c75
実質的なRTL無効
slofp Oct 5, 2023
b969f35
em Loadingの変更
slofp Oct 5, 2023
4915b86
refactor
slofp Oct 5, 2023
2fd0b06
dream1.7.3
slofp Oct 5, 2023
4b2cbf2
dream 1.7.4 & ノートを遡ろうとした際にフリーズする問題
slofp Oct 5, 2023
36028d9
akaUsername api
slofp Oct 6, 2023
3e39b9b
fix: api
slofp Oct 6, 2023
ff657a4
add: front
slofp Oct 6, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions .config/docker_example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,14 @@ redis:
# #prefix: example-prefix
# #db: 1

#redisForTimelines:
# host: redis
# port: 6379
# #family: 0 # 0=Both, 4=IPv4, 6=IPv6
# #pass: example-pass
# #prefix: example-prefix
# #db: 1

# ┌───────────────────────────┐
#───┘ MeiliSearch configuration └─────────────────────────────

Expand Down
10 changes: 10 additions & 0 deletions .config/example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,16 @@ redis:
# # You can specify more ioredis options...
# #username: example-username

#redisForTimelines:
# host: localhost
# port: 6379
# #family: 0 # 0=Both, 4=IPv4, 6=IPv6
# #pass: example-pass
# #prefix: example-prefix
# #db: 1
# # You can specify more ioredis options...
# #username: example-username

# ┌───────────────────────────┐
#───┘ MeiliSearch configuration └─────────────────────────────

Expand Down
8 changes: 8 additions & 0 deletions .devcontainer/devcontainer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,14 @@ redis:
# #prefix: example-prefix
# #db: 1

#redisForTimelines:
# host: redis
# port: 6379
# #family: 0 # 0=Both, 4=IPv4, 6=IPv6
# #pass: example-pass
# #prefix: example-prefix
# #db: 1

# ┌───────────────────────────┐
#───┘ MeiliSearch configuration └─────────────────────────────

Expand Down
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,29 @@

-->

## 2023.10.0
### NOTE
- muted_noteテーブルは使われなくなったため手動で削除を行ってください。
- 2023.9.2で導入されたノート編集機能はクオリティの高い実装が困難であることが判明したため撤回されました

### Changes
- API: users/notes, notes/local-timeline で fileType 指定はできなくなりました
- API: notes/global-timeline は現在常に `[]` を返します

### General
- Feat: ユーザーごとに他ユーザーへの返信をタイムラインに含めるか設定可能になりました
- Feat: ユーザーリスト内のメンバーごとに他ユーザーへの返信をユーザーリストタイムラインに含めるか設定可能になりました
- Enhance: ソフトワードミュートとハードワードミュートは統合されました
- Enhance: モデレーションログ機能の強化
- Enhance: ローカリゼーションの更新

### Client
- Enhance: 二要素認証のバックアップコード一覧をテキストファイルでダウンロード可能に
- Fix: リアクションしたユーザ一覧のUIが稀に左上に残ってしまう不具合を修正

### Server
- Enhance: タイムライン取得時のパフォーマンスを改善

## 2023.9.3
### General
- Enhance: ノートの翻訳機能の利用可否をロールで設定可能に
Expand Down
8 changes: 8 additions & 0 deletions chart/files/default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,14 @@ redis:
# #prefix: example-prefix
# #db: 1

#redisForTimelines:
# host: redis
# port: 6379
# #family: 0 # 0=Both, 4=IPv4, 6=IPv6
# #pass: example-pass
# #prefix: example-prefix
# #db: 1

# ┌───────────────────────────┐
#───┘ MeiliSearch configuration └─────────────────────────────

Expand Down
2 changes: 0 additions & 2 deletions locales/ar-SA.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1141,8 +1141,6 @@ _sfx:
note: "الملاحظات"
noteMy: "ملاحظتي"
notification: "الإشعارات"
chat: "المحادثة"
chatBg: "المحادثة (الخلفية)"
antenna: "الهوائيات"
channel: "إشعارات القنات"
_ago:
Expand Down
2 changes: 0 additions & 2 deletions locales/bn-BD.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1020,8 +1020,6 @@ _sfx:
note: "নোটগুলি"
noteMy: "নোট (আপনার)"
notification: "বিজ্ঞপ্তি"
chat: "চ্যাট"
chatBg: "চ্যাট (ব্যাকগ্রাউন্ড)"
antenna: "অ্যান্টেনাগুলি"
channel: "চ্যানেলের বিজ্ঞপ্তি"
_ago:
Expand Down
1 change: 0 additions & 1 deletion locales/ca-ES.yml
Original file line number Diff line number Diff line change
Expand Up @@ -398,7 +398,6 @@ _theme:
_sfx:
note: "Notes"
notification: "Notificacions"
chat: "Xat"
antenna: "Antenes"
_2fa:
renewTOTPCancel: "No, gràcies"
Expand Down
2 changes: 0 additions & 2 deletions locales/cs-CZ.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1647,8 +1647,6 @@ _sfx:
note: "Poznámky"
noteMy: "Moje poznámka"
notification: "Oznámení"
chat: "Zprávy"
chatBg: "Chat (Pozadí)"
antenna: "Antény"
channel: "Oznámení kanálu"
_ago:
Expand Down
2 changes: 0 additions & 2 deletions locales/de-DE.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1697,8 +1697,6 @@ _sfx:
note: "Notizen"
noteMy: "Meine Notizen"
notification: "Benachrichtigungen"
chat: "Chat"
chatBg: "Chat (Hintergrund)"
antenna: "Antennen"
channel: "Kanalbenachrichtigung"
_ago:
Expand Down
2 changes: 0 additions & 2 deletions locales/el-GR.yml
Original file line number Diff line number Diff line change
Expand Up @@ -303,8 +303,6 @@ _theme:
_sfx:
note: "Σημειώματα"
notification: "Ειδοποιήσεις"
chat: "Συνομιλία"
chatBg: "Συνομιλία (Παρασκήνιο)"
antenna: "Αντένες"
channel: "Ειδοποιήσεις καναλιών"
_ago:
Expand Down
2 changes: 0 additions & 2 deletions locales/en-US.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1722,8 +1722,6 @@ _sfx:
note: "New note"
noteMy: "Own note"
notification: "Notifications"
chat: "Chat"
chatBg: "Chat (Background)"
antenna: "Antennas"
channel: "Channel notifications"
_ago:
Expand Down
2 changes: 0 additions & 2 deletions locales/es-ES.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1691,8 +1691,6 @@ _sfx:
note: "Notas"
noteMy: "Nota (a mí mismo)"
notification: "Notificaciones"
chat: "Chat"
chatBg: "Chat (Fondo)"
antenna: "Antena receptora"
channel: "Notificaciones del canal"
_ago:
Expand Down
2 changes: 0 additions & 2 deletions locales/fr-FR.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1355,8 +1355,6 @@ _sfx:
note: "Nouvelle note"
noteMy: "Ma note"
notification: "Notifications"
chat: "Discuter"
chatBg: "Discussion (arrière-plan)"
antenna: "Réception de l’antenne"
channel: "Notifications de canal"
_ago:
Expand Down
2 changes: 0 additions & 2 deletions locales/id-ID.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1652,8 +1652,6 @@ _sfx:
note: "Catatan"
noteMy: "Catatan (Saya)"
notification: "Notifikasi"
chat: "Pesan"
chatBg: "Obrolan (Latar Belakang)"
antenna: "Penerimaan Antenna"
channel: "Notifikasi Kanal"
_ago:
Expand Down
12 changes: 4 additions & 8 deletions locales/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1150,6 +1150,9 @@ export interface Locale {
"notificationRecieveConfig": string;
"mutualFollow": string;
"fileAttachedOnly": string;
"showRepliesToOthersInTimeline": string;
"hideRepliesToOthersInTimeline": string;
"externalServices": string;
"_announcement": {
"forExistingUsers": string;
"forExistingUsersDescription": string;
Expand Down Expand Up @@ -1582,9 +1585,9 @@ export interface Locale {
"rateLimitFactor": string;
"descriptionOfRateLimitFactor": string;
"canHideAds": string;
"canSearchNotes": string;
"canAddRoles": string;
"driveAdditionCapacity": string;
"canSearchNotes": string;
"canUseTranslator": string;
};
"_condition": {
Expand Down Expand Up @@ -1744,11 +1747,6 @@ export interface Locale {
"muteWords": string;
"muteWordsDescription": string;
"muteWordsDescription2": string;
"softDescription": string;
"hardDescription": string;
"soft": string;
"hard": string;
"mutedNotes": string;
};
"_instanceMute": {
"instanceMuteDescription": string;
Expand Down Expand Up @@ -1836,8 +1834,6 @@ export interface Locale {
"note": string;
"noteMy": string;
"notification": string;
"chat": string;
"chatBg": string;
"antenna": string;
"channel": string;
};
Expand Down
2 changes: 0 additions & 2 deletions locales/it-IT.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1692,8 +1692,6 @@ _sfx:
note: "Nota"
noteMy: "Mia nota"
notification: "Notifiche"
chat: "Messaggi"
chatBg: "Chat (sfondo)"
antenna: "Ricezione dell'antenna"
channel: "Notifiche di canale"
_ago:
Expand Down
10 changes: 3 additions & 7 deletions locales/ja-JP.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1147,6 +1147,9 @@ edited: "編集済み"
notificationRecieveConfig: "通知の受信設定"
mutualFollow: "相互フォロー"
fileAttachedOnly: "ファイル付きのみ"
showRepliesToOthersInTimeline: "TLに他の人への返信を含める"
hideRepliesToOthersInTimeline: "TLに他の人への返信を含めない"
externalServices: "外部サービス"

_announcement:
forExistingUsers: "既存ユーザーのみ"
Expand Down Expand Up @@ -1661,11 +1664,6 @@ _wordMute:
muteWords: "ミュートするワード"
muteWordsDescription: "スペースで区切るとAND指定になり、改行で区切るとOR指定になります。"
muteWordsDescription2: "キーワードをスラッシュで囲むと正規表現になります。"
softDescription: "指定した条件のノートをタイムラインから隠します。"
hardDescription: "指定した条件のノートをタイムラインに追加しないようにします。追加されなかったノートは、条件を変更しても除外されたままになります。"
soft: "ソフト"
hard: "ハード"
mutedNotes: "ミュートされたノート"

_instanceMute:
instanceMuteDescription: "ミュートしたサーバーのユーザーへの返信を含めて、設定したサーバーの全てのノートとRenoteをミュートします。"
Expand Down Expand Up @@ -1753,8 +1751,6 @@ _sfx:
note: "ノート"
noteMy: "ノート(自分)"
notification: "通知"
chat: "チャット"
chatBg: "チャット(バックグラウンド)"
antenna: "アンテナ受信"
channel: "チャンネル通知"

Expand Down
2 changes: 0 additions & 2 deletions locales/ja-KS.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1699,8 +1699,6 @@ _sfx:
note: "ノート"
noteMy: "ノート(自分)"
notification: "通知"
chat: "チャット"
chatBg: "チャット(バックグラウンド)"
antenna: "アンテナ受信"
channel: "チャンネル通知"
_ago:
Expand Down
2 changes: 0 additions & 2 deletions locales/ko-KR.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1688,8 +1688,6 @@ _sfx:
note: "새 노트"
noteMy: "내 노트"
notification: "알림"
chat: "대화"
chatBg: "대화 (백그라운드)"
antenna: "안테나 수신"
channel: "채널 알림"
_ago:
Expand Down
1 change: 0 additions & 1 deletion locales/lo-LA.yml
Original file line number Diff line number Diff line change
Expand Up @@ -407,7 +407,6 @@ _theme:
_sfx:
note: "ບັນທຶກ"
notification: "ການແຈ້ງເຕືອນ"
chat: "ແຊ໋ດ"
_2fa:
renewTOTPCancel: "ບໍ່​ແມ່ນ​ຕອນ​ນີ້"
_widgets:
Expand Down
1 change: 0 additions & 1 deletion locales/nl-NL.yml
Original file line number Diff line number Diff line change
Expand Up @@ -438,7 +438,6 @@ _theme:
_sfx:
note: "Notities"
notification: "Meldingen"
chat: "Chat"
_2fa:
renewTOTPCancel: "Nee, bedankt"
_widgets:
Expand Down
2 changes: 0 additions & 2 deletions locales/pl-PL.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1066,8 +1066,6 @@ _sfx:
note: "Wpisy"
noteMy: "Mój wpis"
notification: "Powiadomienia"
chat: "Wiadomości"
chatBg: "Rozmowy (tło)"
antenna: "Anteny"
channel: "Powiadomienia kanału"
_ago:
Expand Down
1 change: 0 additions & 1 deletion locales/pt-PT.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1320,7 +1320,6 @@ _theme:
_sfx:
note: "Posts"
notification: "Notificações"
chat: "Chat"
_ago:
invalid: "Não há nada aqui"
_timelineTutorial:
Expand Down
1 change: 0 additions & 1 deletion locales/ro-RO.yml
Original file line number Diff line number Diff line change
Expand Up @@ -647,7 +647,6 @@ _theme:
_sfx:
note: "Note"
notification: "Notificări"
chat: "Chat"
_ago:
invalid: "Nu e nimic de văzut aici"
_widgets:
Expand Down
2 changes: 0 additions & 2 deletions locales/ru-RU.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1576,8 +1576,6 @@ _sfx:
note: "Заметки"
noteMy: "Собственные заметки"
notification: "Уведомления"
chat: "Сообщения"
chatBg: "Сообщения (фон)"
antenna: "Антенна"
channel: "Канал"
_ago:
Expand Down
2 changes: 0 additions & 2 deletions locales/sk-SK.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1127,8 +1127,6 @@ _sfx:
note: "Poznámky"
noteMy: "Vlastná poznámka"
notification: "Oznámenia"
chat: "Chat"
chatBg: "Chat (pozadie)"
antenna: "Antény"
channel: "Upozornenia kanála"
_ago:
Expand Down
1 change: 0 additions & 1 deletion locales/sv-SE.yml
Original file line number Diff line number Diff line change
Expand Up @@ -507,7 +507,6 @@ _theme:
_sfx:
note: "Noter"
notification: "Notifikationer"
chat: "Chatt"
antenna: "Antenner"
_2fa:
renewTOTPCancel: "Nej tack"
Expand Down
2 changes: 0 additions & 2 deletions locales/th-TH.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1686,8 +1686,6 @@ _sfx:
note: "หมายเหตุ"
noteMy: "โน้ตของตัวเอง"
notification: "การเเจ้งเตือน"
chat: "แชท"
chatBg: "แชท (พื้นหลัง)"
antenna: "เสาอากาศ"
channel: "การแจ้งเตือนช่อง"
_ago:
Expand Down
1 change: 0 additions & 1 deletion locales/tr-TR.yml
Original file line number Diff line number Diff line change
Expand Up @@ -386,7 +386,6 @@ _theme:
_sfx:
note: "notlar"
notification: "Bildirim"
chat: "Mesajlar"
_2fa:
renewTOTPCancel: "Hayır, teşekkürler"
_permissions:
Expand Down
2 changes: 0 additions & 2 deletions locales/uk-UA.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1315,8 +1315,6 @@ _sfx:
note: "Нотатки"
noteMy: "Мої нотатки"
notification: "Сповіщення"
chat: "Чати"
chatBg: "Чати (фон)"
antenna: "Прийом антени"
channel: "Повідомлення каналу"
_ago:
Expand Down
1 change: 0 additions & 1 deletion locales/uz-UZ.yml
Original file line number Diff line number Diff line change
Expand Up @@ -910,7 +910,6 @@ _theme:
_sfx:
note: "Qaydlar"
notification: "Xabarnomalar"
chat: "Suhbat"
_ago:
minutesAgo: "{n} daqiqa oldin"
hoursAgo: "{n} soat oldin"
Expand Down
2 changes: 0 additions & 2 deletions locales/vi-VN.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1492,8 +1492,6 @@ _sfx:
note: "Tút"
noteMy: "Tút của tôi"
notification: "Thông báo"
chat: "Trò chuyện"
chatBg: "Chat (Nền)"
antenna: "Trạm phát sóng"
channel: "Kênh"
_ago:
Expand Down
2 changes: 0 additions & 2 deletions locales/zh-CN.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1697,8 +1697,6 @@ _sfx:
note: "帖子"
noteMy: "我的帖子"
notification: "通知"
chat: "聊天"
chatBg: "聊天背景"
antenna: "天线接收"
channel: "频道通知"
_ago:
Expand Down
Loading
Loading