summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Update CHANGELOG.mdsyuilo2023-03-191-0/+1
|
* Fix: foreignkey on reports (#9753)atsuchan2023-03-191-0/+15
|
* enhance(client): add ads pagesyuilo2023-03-184-3/+37
|
* test(backend): Add tests for web resources (#10341)Nanashia2023-03-182-129/+468
|
* update pnpmtamaina2023-03-171-1/+1
|
* New translations ja-JP.yml (Italian) (#10343)syuilo2023-03-171-0/+4
|
* 13.10.0syuilo2023-03-172-2/+2
|
* update aiscriptsyuilo2023-03-174-15/+15
|
* 絵文字のライセンスを表示できるようにsyuilo2023-03-175-18/+74
|
* New Crowdin updates (#10254)syuilo2023-03-178-108/+274
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * New translations ja-JP.yml (Korean) * New translations ja-JP.yml (Japanese, Kansai) * New translations ja-JP.yml (Japanese, Kansai) * New translations ja-JP.yml (German) * New translations ja-JP.yml (English) * New translations ja-JP.yml (German) * New translations ja-JP.yml (German) * New translations ja-JP.yml (English) * New translations ja-JP.yml (Japanese, Kansai) * New translations ja-JP.yml (Chinese Traditional) * New translations ja-JP.yml (Chinese Traditional) * New translations ja-JP.yml (Chinese Simplified) * New translations ja-JP.yml (English) * New translations ja-JP.yml (English) * New translations ja-JP.yml (Chinese Traditional) * New translations ja-JP.yml (Japanese, Kansai) * New translations ja-JP.yml (Italian) * New translations ja-JP.yml (Korean) * New translations ja-JP.yml (Korean) * New translations ja-JP.yml (Chinese Simplified) * New translations ja-JP.yml (English) * New translations ja-JP.yml (German) * New translations ja-JP.yml (English) * New translations ja-JP.yml (Italian) * New translations ja-JP.yml (Chinese Traditional) * New translations ja-JP.yml (Chinese Simplified) * New translations ja-JP.yml (Chinese Simplified) * New translations ja-JP.yml (Japanese, Kansai) * New translations ja-JP.yml (Chinese Simplified) * New translations ja-JP.yml (Japanese, Kansai) * New translations ja-JP.yml (Japanese, Kansai) * New translations ja-JP.yml (Japanese, Kansai) * New translations ja-JP.yml (German) * New translations ja-JP.yml (English) * New translations ja-JP.yml (Chinese Traditional) * New translations ja-JP.yml (Japanese, Kansai) * 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 (Chinese Simplified) * New translations ja-JP.yml (Japanese, Kansai) * New translations ja-JP.yml (Spanish) * New translations ja-JP.yml (Italian) * New translations ja-JP.yml (Italian) * New translations ja-JP.yml (German) * New translations ja-JP.yml (English) * New translations ja-JP.yml (Japanese, Kansai)
* refactorsyuilo2023-03-173-78/+52
|
* feat: clip favoritesyuilo2023-03-1625-15/+403
| | | | Resolve #10337
* enhance: ↵syuilo2023-03-1612-0/+36
| | | | | | カスタム絵文字にライセンス情報を付与できるように Resolve #10091
* Update NotificationService.tssyuilo2023-03-161-0/+1
|
* refactor(backend): integrate CreateNotificationService to NotificationServicesyuilo2023-03-1610-234/+205
|
* update tabler-iconssyuilo2023-03-163-9/+9
|
* Update CHANGELOG.mdsyuilo2023-03-161-0/+1
|
* enhance(client): tweak search pagesyuilo2023-03-165-95/+127
|
* enhance(client): update AiScript to 0.13.0syuilo2023-03-155-15/+16
|
* Merge branch 'develop' of https://github.com/misskey-dev/misskey into developsyuilo2023-03-152-0/+7
|\
| * feat(client): Navbar の設定項目に「プロフィール」を追加 ↵kakkokari-gtyih2023-03-152-0/+7
| | | | | | | | | | | | | | (#10332) * feat: navbar項目 自プロフィールを追加 (misskey-dev#10330) * change CHANGELOG.md
* | fix(server): prevent creation of empty antennassyuilo2023-03-152-0/+5
|/
* Update AggregateRetentionProcessorService.tssyuilo2023-03-151-0/+2
|
* fix: tweak retention rate aggregationsyuilo2023-03-155-12/+43
|
* Fix #10261 (#10323)タービン2023-03-153-3/+34
|
* Deliverキューに宛先がSharedInboxかどうかのフラグを追加 ( ↵CyberRex2023-03-1410-27/+32
| | | | | | | | | | | | | | | #10298 関係 ) (#10317) * enhance(backend): 配送先が410 Goneで応答してきた場合配送停止するように * Update CHANGELOG.md * Deliverキューのデータに宛先がSharedInboxかどうかのフラグを追加 * Fix lint * Mapを使用するように * Fix typo
* fix: ↵YS2023-03-1410-9/+10
| | | | | | | クエリキャッシュ無効化時の絵文字操作エラーを解消 (#10320) * disabledCache: trueのときにqueryResultCacheへアクセスしないように * append changelog
* user schemaにあるany型を厳格にした (#10319)Cj-bc2023-03-132-2/+3
| | | | | | | | 使用されている箇所から、これらのプロパティの型はstring型に限定出来そうということが分かった。 又、OpenAPIv3の仕様上はanyは使えないため修正した。 related: https://github.com/misskey-dev/misskey/issues/10308 * Update CHANGELOG
* Merge branch 'develop' of https://github.com/misskey-dev/misskey into developsyuilo2023-03-131-2/+2
|\
| * refactor(frontend): 引数の型を強くし、関数内部のas ↵Kisaragi2023-03-131-2/+2
| | | | | | | | anyを除去 (#10315)
* | chore(client): tweak admin/roles pagesyuilo2023-03-131-18/+28
| |
* | enhance: make configurable to whether notes search available by rolesyuilo2023-03-137-19/+48
| | | | | | | | Resolve #10318
* | feat: sensitive wordsyuilo2023-03-1310-1/+122
|/
* enhance(backend): 配送先が410 ↵CyberRex2023-03-132-0/+13
| | | | | | | Goneで応答してきた場合配送停止するように (#10298) * enhance(backend): 配送先が410 Goneで応答してきた場合配送停止するように * Update CHANGELOG.md
* fix(frontend/XHome): fall back to user.uri if user.url does not exist (#10313)Kagami Sascha Rosylight2023-03-135-22/+92
| | | | | * fix(frontend/XHome): fall back to user.uri if user.url does not exist * Update CHANGELOG.md
* 空文字列のobjectStorageEndtpoinをnullと同様に扱う (#10312)YS2023-03-131-3/+5
|
* Merge branch 'develop' of https://github.com/misskey-dev/misskey into developsyuilo2023-03-126-12/+13
|\
| * fix: Do not use avif (#10301)tamaina2023-03-126-12/+13
| | | | | | | | | | | | | | * fix: Do not use avif * fix * fix
* | refactor(test): rename variable for INestApplicationContextsyuilo2023-03-1213-39/+39
|/
* Merge branch 'develop' of https://github.com/misskey-dev/misskey into developsyuilo2023-03-122-7/+15
|\
| * パスワードリセットがおささってしまわないようにする ↵atsuchan2023-03-122-7/+15
| | | | | | | | | | (#10304) Add dialog to Password reset
* | enhance(client): 設定から自分のロールを確認できるようにsyuilo2023-03-124-0/+66
| |
* | enhance: ロールの並び順を設定可能にsyuilo2023-03-1211-7/+42
|/
* fix(backend/ApRendererService): allow announces with visibility: followers ↵Kagami Sascha Rosylight2023-03-124-0/+42
| | | | | | | | | | | (#10291) * fix(backend/ApRendererService): allow announces with visibility: followers * Update CHANGELOG.md --------- Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
* タイムラインを正常に無効化できるように (#10299)atsuchan2023-03-123-6/+41
| | | | | | | | | | | | | | | | | | | * タイムラインを正常に無効化できるように Timeline can be disabled successfully * Tune: disabled timeline to update disabled state immediately カラムの判定の場所をこっちにしないとリアルタイムで更新が反映されないので変更(タイムラインを正常に無効化できるように) * modify disabled timeline icon to ti-circle-minus 無効化されたタイムラインのアイコンをTabler iconのti-circle-minusに修正 Co-authored-by: Acid Chicken (硫酸鶏) <root@acid-chicken.com> --------- Co-authored-by: Acid Chicken (硫酸鶏) <root@acid-chicken.com>
* fix(frontend/MkSignup): prevent uncaught errors from interrupted signup (#10265)Kagami Sascha Rosylight2023-03-112-28/+29
| | | | | | | | | * fix(frontend/MkSignup): prevent uncaught errors from interrupted signup * nullable sitekey --------- Co-authored-by: tamaina <tamaina@hotmail.co.jp>
* add backend 2fa test (#10289)Nanashia2023-03-111-0/+439
|
* enhance(server): ↵tamaina2023-03-1110-74/+91
| | | | | | | | | | | | | | | | | | | | | 画像圧縮周り(主にサムネイルの仕様)の変更 (#10287) * DriveService, is-mime-image * static, previewをavifに, アニメーション画像でもthumbnailを生成 * fallback * animated: true * fix * avatarはwebp * revert ?? file.url --------- Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
* Update CHANGELOG.mdsyuilo2023-03-111-0/+1
|
* fix(frontend): ↵(Fairy)Phy2023-03-111-1/+3
| | | | | | | | | | | | | | | | | | Safariでプラグインが複数ある場合に正常に読み込まれない問題を修正 (#10290) * Safariでプラグインが複数ある場合に正常に読み込まれない問題を修正 * Update packages/frontend/src/init.ts Co-authored-by: rinsuki <428rinsuki+git@gmail.com> * Update packages/frontend/src/init.ts Co-authored-by: rinsuki <428rinsuki+git@gmail.com> --------- Co-authored-by: syuilo <Syuilotan@yahoo.co.jp> Co-authored-by: rinsuki <428rinsuki+git@gmail.com>