summaryrefslogtreecommitdiff
path: root/packages (follow)
Commit message (Collapse)AuthorAgeFilesLines
* refactorsyuilo2023-03-173-78/+52
|
* feat: clip favoritesyuilo2023-03-1623-15/+400
| | | | Resolve #10337
* enhance: ↵syuilo2023-03-1610-0/+34
| | | | | | カスタム絵文字にライセンス情報を付与できるように Resolve #10091
* Update NotificationService.tssyuilo2023-03-161-0/+1
|
* refactor(backend): integrate CreateNotificationService to NotificationServicesyuilo2023-03-1610-234/+205
|
* update tabler-iconssyuilo2023-03-162-2/+2
|
* enhance(client): tweak search pagesyuilo2023-03-164-95/+126
|
* enhance(client): update AiScript to 0.13.0syuilo2023-03-153-7/+7
|
* Merge branch 'develop' of https://github.com/misskey-dev/misskey into developsyuilo2023-03-151-0/+6
|\
| * feat(client): Navbar の設定項目に「プロフィール」を追加 ↵kakkokari-gtyih2023-03-151-0/+6
| | | | | | | | | | | | | | (#10332) * feat: navbar項目 自プロフィールを追加 (misskey-dev#10330) * change CHANGELOG.md
* | fix(server): prevent creation of empty antennassyuilo2023-03-151-0/+4
|/
* Update AggregateRetentionProcessorService.tssyuilo2023-03-151-0/+2
|
* fix: tweak retention rate aggregationsyuilo2023-03-154-12/+42
|
* 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-149-9/+9
| | | | | | | クエリキャッシュ無効化時の絵文字操作エラーを解消 (#10320) * disabledCache: trueのときにqueryResultCacheへアクセスしないように * append changelog
* user schemaにあるany型を厳格にした (#10319)Cj-bc2023-03-131-2/+2
| | | | | | | | 使用されている箇所から、これらのプロパティの型は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-135-19/+46
| | | | | | | | Resolve #10318
* | feat: sensitive wordsyuilo2023-03-138-1/+119
|/
* enhance(backend): 配送先が410 ↵CyberRex2023-03-131-0/+12
| | | | | | | 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-134-22/+91
| | | | | * 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-125-11/+11
|\
| * fix: Do not use avif (#10301)tamaina2023-03-125-11/+11
| | | | | | | | | | | | | | * 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-121-7/+14
|\
| * パスワードリセットがおささってしまわないようにする ↵atsuchan2023-03-121-7/+14
| | | | | | | | | | (#10304) Add dialog to Password reset
* | enhance(client): 設定から自分のロールを確認できるようにsyuilo2023-03-123-0/+65
| |
* | enhance: ロールの並び順を設定可能にsyuilo2023-03-129-7/+38
|/
* fix(backend/ApRendererService): allow announces with visibility: followers ↵Kagami Sascha Rosylight2023-03-123-0/+41
| | | | | | | | | | | (#10291) * fix(backend/ApRendererService): allow announces with visibility: followers * Update CHANGELOG.md --------- Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
* タイムラインを正常に無効化できるように (#10299)atsuchan2023-03-122-6/+37
| | | | | | | | | | | | | | | | | | | * タイムラインを正常に無効化できるように 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>
* 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>
* fix(backend/DriveService): gracely skip when getting NoSuchKey error from S3 ↵Kagami Sascha Rosylight2023-03-112-6/+71
| | | | | | | | | (#10292) * fix(backend/DriveService): gracely skip when getting NoSuchKey error from S3 * Update CHANGELOG.md * import type
* refactor(backend): 必要ないas anyを消去 (#10293)Kisaragi2023-03-115-5/+6
|
* enhance(client): 付箋ウィジェットの高さを設定可能にsyuilo2023-03-101-1/+5
|
* Issue:#9828対応 (#9916)nenohi2023-03-101-1/+1
|
* fix(client): プロフィールで設定した情報が削除できないsyuilo2023-03-101-5/+11
| | | | Fix #10279
* Update about-misskey.vuesyuilo2023-03-101-0/+3
|
* tweak postgresql entitiessyuilo2023-03-109-82/+134
| | | | Fix #10266
* Merge branch 'develop' of https://github.com/misskey-dev/misskey into developsyuilo2023-03-102-1/+23
|\
| * 絵文字ピッカーのすべての絵文字でマウスホバー時にtitl ↵YS2023-03-102-1/+23
| | | | | | | | | | | | | | | | | | | | | | | | | | e表示されるように (#9765) * 絵文字ピッカーの絵文字アイコン選択のコンポーネント化とすべてでtitle表示 * コンポーネント化を取り消し、イベントとデータ属性で行う * fix typo --------- Co-authored-by: tamaina <tamaina@hotmail.co.jp>
* | refactor: rename schema to json-schemasyuilo2023-03-1065-76/+76
| |
* | :art:syuilo2023-03-101-0/+3
|/
* update depssyuilo2023-03-102-35/+35
|