summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* LTLに特定条件下でチャンネル投稿が混ざり込む現象の修 ↵おさむのひと2023-11-163-2/+3
| | | | | | | | | | | (#12347) * LTLにチャンネル投稿を含まないように修正 * fix CHANGELOG.md --------- Co-authored-by: osamu <46447427+sam-osamu@users.noreply.github.com>
* enhance(backend): make ftt db fallback configurablesyuilo2023-11-1613-285/+385
|
* Update CHANGELOG.mdsyuilo2023-11-151-1/+1
|
* 通知音などの発音方法を変え、iOSで音声出力が競合しな ↵おさむのひと2023-11-152-12/+28
| | | | | | | | | | | ようにする (#12339) * HTMLAudioElementを使わないようにする * fix CHANGELOG.md --------- Co-authored-by: osamu <46447427+sam-osamu@users.noreply.github.com>
* fix(backend): ↵syuilo2023-11-152-3/+14
| | | | | | 追加情報のカスタム絵文字がユーザー情報のtagに含まれない問題を修正 Fix #12316
* chore(backend): improve performancesyuilo2023-11-151-1/+1
|
* Update CHANGELOG.mdsyuilo2023-11-151-2/+2
|
* 2023.11.1-beta.1syuilo2023-11-151-1/+1
|
* New Crowdin updates (#12255)syuilo2023-11-159-47/+341
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * New translations ja-jp.yml (Italian) * New translations ja-jp.yml (Chinese Traditional) * New translations ja-jp.yml (Chinese Traditional) * New translations ja-jp.yml (Chinese Traditional) * New translations ja-jp.yml (Chinese Traditional) * New translations ja-jp.yml (French) * New translations ja-jp.yml (French) * New translations ja-jp.yml (French) * New translations ja-jp.yml (French) * New translations ja-jp.yml (French) * New translations ja-jp.yml (French) * New translations ja-jp.yml (French) * New translations ja-jp.yml (Chinese Traditional) * New translations ja-jp.yml (French) * New translations ja-jp.yml (French) * New translations ja-jp.yml (Italian) * New translations ja-jp.yml (French) * New translations ja-jp.yml (French) * New translations ja-jp.yml (Russian) * New translations ja-jp.yml (French) * New translations ja-jp.yml (Japanese, Kansai) * New translations ja-jp.yml (Italian) * New translations ja-jp.yml (Russian) * New translations ja-jp.yml (Korean) * New translations ja-jp.yml (Korean) * New translations ja-jp.yml (Korean) * New translations ja-jp.yml (Chinese Traditional) * New translations ja-jp.yml (French) * New translations ja-jp.yml (French) * New translations ja-jp.yml (French) * New translations ja-jp.yml (Italian) * New translations ja-jp.yml (Turkish) * New translations ja-jp.yml (Catalan) * New translations ja-jp.yml (English) * New translations ja-jp.yml (Japanese, Kansai) * New translations ja-jp.yml (Italian) * New translations ja-jp.yml (Italian) * New translations ja-jp.yml (Italian) * New translations ja-jp.yml (Japanese, Kansai) * New translations ja-jp.yml (Italian) * New translations ja-jp.yml (Turkish)
* fix: ↵おさむのひと2023-11-153-83/+128
| | | | | | | | | | | | | | | | | | | | | | 表示済みのカラムから別のチャンネルを選択した時、タイムラインの内容が追従して変更されない問題に対処 (#12237) * 表示済みのカラムから別のチャンネルを選択した時、タイムラインの内容が追従して変更されない問題に対処 * fix CHANGELOG.md * fix code style * Update MkTimeline.vue * コメント対応(MkButtonのimportとonBeforeUpdate->watch) * fix CHANGELOG.md * Update MkPagination.vue --------- Co-authored-by: osamu <46447427+sam-osamu@users.noreply.github.com> Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
* Fix(frontend): サーバーサイレンス (#12292)atsuchan2023-11-151-0/+3
|
* enhance(backend): Implementation of HTTP header and body validation to fix ↵Jaehong Kang2023-11-154-5/+29
| | | | | | | SIF-2023-002 (#12334) Using Buffer instead of string Co-authored-by: perillamint <perillamint@silicon.moe>
* fix(backend): 非公開の投稿に対して返信できないように (#12333)zyoshoka2023-11-153-0/+10
| | | | | | | * fix(backend): 非公開の投稿に対して返信できないように * Update CHANGELOG.md * fix: test
* fix(frontend): ↵syuilo2023-11-158-13/+14
| | | | | | 特定の条件下でノートがnyaizeされない問題を修正 Fix #12331
* Merge branch 'develop' of https://github.com/misskey-dev/misskey into developsyuilo2023-11-153-5/+5
|\
| * build(deps): bump actions/github-script from 6 to 7 (#12328)dependabot[bot]2023-11-143-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [actions/github-script](https://github.com/actions/github-script) from 6 to 7. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](https://github.com/actions/github-script/compare/v6...v7) --- updated-dependencies: - dependency-name: actions/github-script dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* | update pnpmsyuilo2023-11-151-1/+1
|/
* Update CHANGELOG.mdsyuilo2023-11-141-2/+8
|
* Update CHANGELOG.mdsyuilo2023-11-141-0/+1
|
* Merge pull request from GHSA-3f39-6537-3cgcsyuilo2023-11-144-6/+79
| | | | | | | | This commit implements HTTP header and body validation to fix [SIF-2023-002](https://advisory.silicon.moe/advisory/sif-2023-002/) Signed-off-by: perillamint <perillamint@silicon.moe> Co-authored-by: perillamint <perillamint@silicon.moe> Co-authored-by: yunochi <yuno@yunochi.com>
* update depssyuilo2023-11-146-1017/+1154
|
* feat: メールアドレスを使用してユーザー名を割り出す機能syuilo2023-11-146-6/+102
| | | | Resolve #10158
* docs: Update Code of Conduct to version 2.1 (#12150)Shun Sakai2023-11-131-21/+107
|
* fix: test break caused by #12273 (#12322)Nya Candy2023-11-132-4/+4
| | | | | * fix * fix: websocket stream origin
* Fix(frontend): role users/timeline visiable ui (#12305)atsuchan2023-11-131-3/+13
|
* 非ログイン時に「メモを追加」を表示しない (#12310)Srgr02023-11-132-1/+2
| | | | | * Update home.vue * Update CHANGELOG.md
* ユーザのノートのみ表示時にDBへフォールバックすると ↵おさむのひと2023-11-132-2/+2
| | | | | | | | | | | ノートを含んでしまうのを修正 (#12321) * ユーザのノートのみ表示時にDBへフォールバックするとリノートを含んでしまうのを修正 * fix CHANGELOG.md --------- Co-authored-by: osamu <46447427+sam-osamu@users.noreply.github.com>
* fix(frontend): ↵zyoshoka2023-11-112-2/+4
| | | | | | | 「フォロー中の人全員の返信を含める/含めないようにする」のボタンを押下した際の確認が機能していない問題を修正 (#12308) * fix(frontend): 「フォロー中の人全員の返信を含める/含めないようにする」のボタンを押下した際の確認が機能していない問題を修正 * Update CHANGELOG.md
* fix(frontend): ↵zyoshoka2023-11-114-8/+7
| | | | | | | | | | | | | | | | | | | | | アイコンデコレーションが見切れる問題を修正 (#12239) * fix(frontend): アイコンデコレーションがナビゲーションバーでクリップされないように * Revert "fix(frontend): アイコンデコレーションがナビゲーションバーでクリップされないように" This reverts commit db246b13d9c5b3a6112b4cf38f605cc8c967639b. * fix: tweak padding of account in navbar * fix: set minimum height of note preview * fix: リアクション一覧でアイコンデコレーションが見切れないように * Update CHANGELOG.md --------- Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
* Fix: latestRequestReceivedAt (#12270)atsuchan2023-11-112-0/+6
|
* fix: 絵文字ピッカーでの検索が更新されない問題を修正 ↵zyoshoka2023-11-101-1/+1
| | | | (#12283)
* fix(frontend): pull to ↵syuilo2023-11-106-28/+5
| | | | refreshするたびにストリーミング全体の再接続が行われるのを修正
* デッキのカラムからリロードできる機能を追加 (#12274)おさむのひと2023-11-1010-11/+55
| | | | | | | | | | * デッキのカラムからリロードできる機能を追加 * tweak --------- Co-authored-by: osamu <46447427+sam-osamu@users.noreply.github.com> Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
* aiscript-vscodeのバージョンを更新 (#12299)ikasoba2023-11-102-7/+7
|
* 「この機能が解決すべき具体的な問題またはニーズ、お ↵おさむのひと2023-11-101-0/+6
| | | | | び誰がそれに役立つと考えているかを説明してください。」という旨の項目を追加 (#12253) Co-authored-by: osamu <46447427+sam-osamu@users.noreply.github.com>
* fix: ↵GrapeApple02023-11-092-5/+8
| | | | | | | 投稿通知がオンでもダイレクト投稿はユーザーに通知されないように (#12263) * fix: 投稿通知がオンでもダイレクト投稿はユーザーに通知されないように * Update CHANGELOG.md
* fix: show real instance url (#12273)Nya Candy2023-11-093-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | * Update CHANGELOG.md * fix: show real instance url --------- Co-authored-by: tamaina <tamaina@hotmail.co.jp> Co-authored-by: syuilo <Syuilotan@yahoo.co.jp> Co-authored-by: atsuchan <83960488+atsu1125@users.noreply.github.com> Co-authored-by: Masaya Suzuki <15100604+massongit@users.noreply.github.com> Co-authored-by: Kagami Sascha Rosylight <saschanaz@outlook.com> Co-authored-by: taiy <53635909+taiyme@users.noreply.github.com> Co-authored-by: xianon <xianon@hotmail.co.jp> Co-authored-by: kabo2468 <28654659+kabo2468@users.noreply.github.com> Co-authored-by: YS <47836716+yszkst@users.noreply.github.com> Co-authored-by: Khsmty <me@khsmty.com> Co-authored-by: Soni L <EnderMoneyMod@gmail.com> Co-authored-by: mei23 <m@m544.net> Co-authored-by: daima3629 <52790780+daima3629@users.noreply.github.com> Co-authored-by: Windymelt <1113940+windymelt@users.noreply.github.com> Co-authored-by: Ebise Lutica <7106976+EbiseLutica@users.noreply.github.com> Co-authored-by: nenohi <kimutipartylove@gmail.com> Co-authored-by: Acid Chicken (硫酸鶏) <root@acid-chicken.com> Co-authored-by: rinsuki <428rinsuki+git@gmail.com> Co-authored-by: FineArchs <133759614+FineArchs@users.noreply.github.com>
* ref化したnoteの変更通知がMfmコンポーネントまで到達して ↵おさむのひと2023-11-091-2/+2
| | | | | ないのを修正 (#12282) Co-authored-by: osamu <46447427+sam-osamu@users.noreply.github.com>
* Update CHANGELOG.mdsyuilo2023-11-081-0/+11
|
* fix(backend): make token nullable (#12280)zyoshoka2023-11-081-1/+1
|
* fix #12266 (#12267)おさむのひと2023-11-062-2/+2
| | | | | ポップアップの表示後、MkNoteとMkNoteDetailedでそれぞれが持つfocusメソッドを呼び出していたのをやめた Co-authored-by: osamu <46447427+sam-osamu@users.noreply.github.com>
* enhance(frontend): improve aiscript plugin error handlingsyuilo2023-11-065-13/+35
|
* 2023.11.0syuilo2023-11-052-2/+2
|
* enhance(frontend): ↵syuilo2023-11-053-4/+35
| | | | 投稿内のunicode絵文字もメニューを出せるように
* enhance(build): ↵syuilo2023-11-051-1/+14
| | | | フォールバック効かすためにlocaleの空文字は項目ごと消す
* New Crowdin updates (#12244)syuilo2023-11-052-0/+20
| | | | | | | | | * New translations ja-jp.yml (Italian) * New translations ja-jp.yml (French) * New translations ja-jp.yml (French) * New translations ja-jp.yml (French)
* Update CHANGELOG.mdsyuilo2023-11-051-0/+1
|
* fix(backend): isBot not being set on `Application` type (#12248)Marie2023-11-051-2/+2
| | | | | | | * fix: bot not being set on all relays * updatePerson missing the change * chore: replace wrong word with correct word
* enhance: 非通知なお知らせを作成できるようにsyuilo2023-11-0511-2/+44
|
* fix(backend): ↵syuilo2023-11-052-0/+2
| | | | アーカイブしたお知らせがコントロールパネルに表示される問題を修正