summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* fix(frontend): より明確な説明にしたのとtypo修正syuilo2023-05-112-4/+4
|
* ci: fix typoAcid Chicken (硫酸鶏)2023-05-101-5/+5
|
* New Crowdin updates (#10823)syuilo2023-05-102-0/+4
| | | | | * New translations ja-JP.yml (English) * New translations ja-JP.yml (German)
* Update CHANGELOG.mdsyuilo2023-05-101-1/+3
|
* センシティブワードを正規表現、CWにも適用するように ↵nenohi2023-05-105-2/+86
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (#10688) * cwにセンシティブが効いてない * CWが無いときにTextを見るように * 比較演算子間違えた * とりあえずチェック * 正規表現対応 * /test/giにも対応 * matchでしなくてもいいのでは感 * レビュー修正 * Update packages/backend/src/core/NoteCreateService.ts Co-authored-by: Acid Chicken (硫酸鶏) <root@acid-chicken.com> * Update packages/backend/src/core/NoteCreateService.ts Co-authored-by: Acid Chicken (硫酸鶏) <root@acid-chicken.com> * 修正 * wipかも * wordsでスペース区切りのものできたかも * なんか動いたかも * test作成 * 文言の修正 * 修正 * note参照 --------- Co-authored-by: Acid Chicken (硫酸鶏) <root@acid-chicken.com>
* delete unused componentsyuilo2023-05-101-144/+0
|
* refactor(frontend): use css modulesyuilo2023-05-101-77/+72
|
* refactor(frontend): use css modulesyuilo2023-05-101-51/+42
|
* bumpsyuilo2023-05-102-5/+2
|
* refactorsyuilo2023-05-102-15/+5
|
* New Crowdin updates (#10815)syuilo2023-05-104-5/+32
| | | | | | | | | | | * New translations ja-JP.yml (English) * New translations ja-JP.yml (German) * New translations ja-JP.yml (Korean) * New translations ja-JP.yml (Chinese Traditional) * New translations ja-JP.yml (Chinese Traditional)
* fix testsyuilo2023-05-101-1/+1
|
* fix(backend): テスト時は一部のサービスを停止syuilo2023-05-101-4/+6
|
* enhance(backend): graceful shutdown for job queue and refactorsyuilo2023-05-107-186/+128
|
* Merge branch 'develop' of https://github.com/misskey-dev/misskey into developsyuilo2023-05-101-2/+2
|\
| * Update ja-JP.ymlsyuilo2023-05-101-2/+2
| |
* | fix(frontend): ↵syuilo2023-05-102-20/+2
|/ | | | ブラーエフェクトを有効にしている状態で高負荷になる問題を修正
* add X-Robots-Tag: noaisyuilo2023-05-101-1/+25
|
* 念のためnoimageaiもつけるsyuilo2023-05-106-0/+6
|
* enhance(backend): publicReactionsをデフォルトtrueにsyuilo2023-05-102-1/+12
|
* feat: ↵syuilo2023-05-1016-2/+61
| | | | | | 投稿したコンテンツのAIによる学習を軽減するオプションを追加 Resolve #10819
* refactor(frontend): use css modulessyuilo2023-05-092-149/+145
|
* Update CHANGELOG.mdsyuilo2023-05-091-1/+1
|
* fix(client): ↵tamaina2023-05-092-1/+2
| | | | MkUserInfoのフォローボタンが変な位置にある問題を修正
* fix(backend): ↵syuilo2023-05-092-0/+19
| | | | | | 13.11を経験しない状態で13.12にアップデートした場合ユーザープロフィール関連の画像が消失する問題を修正 Fix #10811
* 13.12.1syuilo2023-05-092-5/+2
|
* New Crowdin updates (#10808)syuilo2023-05-091-0/+12
| | | | | * New translations ja-JP.yml (Korean) * New translations ja-JP.yml (Korean)
* fix(backend): ↵syuilo2023-05-092-4/+2
| | | | | | リモートサーバーの情報が更新できない問題を修正 Fix #10787
* enhance(frontend): ↵syuilo2023-05-092-1/+7
| | | | | | プロフィール画面におけるモデレーションノートの表示を調整 Resolve #10807
* fix(frontend): ↵syuilo2023-05-092-4/+15
| | | | | | ユーザー選択ダイアログが表示されない問題を修正 Fix #10809
* [ci skip] 13.12.0syuilo2023-05-092-2/+2
|
* [ci skip] New Crowdin updates (#10803)syuilo2023-05-095-5/+124
| | | | | | | | | | | | | | | | | * New translations ja-JP.yml (Norwegian) * New translations ja-JP.yml (English) * New translations ja-JP.yml (German) * New translations ja-JP.yml (Norwegian) * New translations ja-JP.yml (Korean) * New translations ja-JP.yml (Korean) * New translations ja-JP.yml (Japanese, Kansai) * New translations ja-JP.yml (Japanese, Kansai)
* fix(frontend): fix e2esyuilo2023-05-091-0/+24
|
* fix(frontend): fix e2esyuilo2023-05-091-2/+2
|
* fix(test): ジョブキューをテストが終わったら停止するようにsyuilo2023-05-092-2/+5
| | | | Fix #10802 ?
* chore(frontend): より柔軟な文言に変更syuilo2023-05-092-1/+2
|
* fix e2e testsyuilo2023-05-095-9/+35
|
* Merge branch 'develop' of https://github.com/misskey-dev/misskey into developsyuilo2023-05-092-9/+32
|\
| * ci: check for PRs (#10804)Acid Chicken (硫酸鶏)2023-05-081-8/+28
| | | | | | | | | | | | | | | | | | | | | | * ci: check for PRs * ci: run all PRs * ci: fix syntax error * ci: comment on PRs only * ci: use pull_request_target
| * test: Storybook is brokenAcid Chicken (硫酸鶏)2023-05-081-1/+4
| |
* | refactor for e2esyuilo2023-05-093-10/+10
|/
* 13.12.0-beta.6syuilo2023-05-081-1/+1
|
* Update CHANGELOG.mdsyuilo2023-05-081-1/+0
|
* New Crowdin updates (#10795)syuilo2023-05-0819-463/+29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * New translations ja-JP.yml (English) * New translations ja-JP.yml (Chinese Traditional) * New translations ja-JP.yml (German) * New translations ja-JP.yml (Korean) * New translations ja-JP.yml (English) * New translations ja-JP.yml (Japanese, Kansai) * New translations ja-JP.yml (Polish) * New translations ja-JP.yml (Chinese Traditional) * New translations ja-JP.yml (French) * New translations ja-JP.yml (Spanish) * New translations ja-JP.yml (Arabic) * New translations ja-JP.yml (German) * New translations ja-JP.yml (Italian) * New translations ja-JP.yml (Korean) * New translations ja-JP.yml (Norwegian) * New translations ja-JP.yml (Russian) * New translations ja-JP.yml (Slovak) * New translations ja-JP.yml (Ukrainian) * New translations ja-JP.yml (Chinese Simplified) * New translations ja-JP.yml (Vietnamese) * New translations ja-JP.yml (Indonesian) * New translations ja-JP.yml (Bengali) * New translations ja-JP.yml (Thai)
* fix of f8ed6b1a5syuilo2023-05-081-1/+1
|
* refactorsyuilo2023-05-087-31/+8
|
* fix(frontend): チャンネルが新規作成できなかったのを修正syuilo2023-05-081-1/+1
|
* fix(frontend): ↵syuilo2023-05-082-59/+4
| | | | | | センシティブ設定された画像を開くとき一瞬レイアウトが崩れる問題を修正 Fix #10801
* chore: ↵Acid Chicken (硫酸鶏)2023-05-081-2/+2
| | | | | 猫耳の先端って本来少し丸まっているものなのではないだろうか (#10800) Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
* tweak of #10799syuilo2023-05-083-3/+16
|