summaryrefslogtreecommitdiff
path: root/packages/backend/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
* update depssyuilo2023-03-301-1/+1
|
* regionが空文字列のときはundefinedとする (#10410)YS2023-03-251-1/+1
|
* enhance(backend): ↵syuilo2023-03-2410-20/+67
| | | | リモートサーバーのチャート生成を無効にするオプションを追加
* enhance(backend): use :heart: for reaction fallbacksyuilo2023-03-244-19/+4
|
* enhance of f01e6ef6bfsyuilo2023-03-241-1/+5
|
* perf(backend): ↵syuilo2023-03-241-8/+10
| | | | ドライブのチャートはローカルユーザーのみ生成するように
* refactorsyuilo2023-03-241-1/+1
|
* refactor(backend): rename cache classsyuilo2023-03-2415-52/+137
|
* fix(server): 空のアンテナが作成できるのを修正syuilo2023-03-241-1/+1
|
* enhance(backend): ↵syuilo2023-03-245-4/+27
| | | | リモートユーザーのチャート生成を無効にするオプションを追加
* enhance: ↵syuilo2023-03-232-1/+19
| | | | | | コンディショナルロールの条件に「投稿数が~以下」「投稿数が~以上」を追加 Resolve #10395
* bump aws-sdk to v3 for s3 (#10363)YS2023-03-232-45/+69
| | | | | * indent * aws-sdk v3移行
* fix(backend): ↵syuilo2023-03-221-6/+6
| | | | | | 絵文字を編集すると保存できないことがある問題を修正 Fix #10384
* feat: queue force promote (#10370)CyberRex2023-03-223-0/+58
| | | | | | | * feat: queue force promote * Update CHANGELOG.md * small fix
* enhance: 使われてないアンテナは自動停止されるようにsyuilo2023-03-207-4/+41
| | | | Resolve #9373
* fix(users/show): ↵choco2023-03-201-0/+1
| | | | | | | ユーザーが見つからなかった場合に404ステータスコードを返す (#10344) * fix(users/show): ユーザーが見つからなかった場合に404ステータスコードを返す * test(users/show): ステータスコードの期待値を修正
* 絵文字の名前に@や:が使用できる (#9964)nenohi2023-03-201-3/+8
| | | | | | | | | | | | | * fix(#9918)名前の一致でもエラーとするように * 判定を逆に * )の位置間違えてる * カテゴリ分けとかしたときにエラーになる * エラー消し * こういうこと・・・?
* fix indentationsyuilo2023-03-201-11/+11
|
* feat: drive cleaner (#10366)CyberRex2023-03-201-0/+10
| | | | | * feat: drive-cleaner * Update CHANGELOG.md
* fix(backend/URLPreviewService): エラーでHTTP 422を出すように (#10339)Kagami Sascha Rosylight2023-03-191-6/+12
| | | | | * fix(backend/URLPreviewService): エラーでHTTP 402を出すように * fix import
* feat(frontend/MkUrlPreview): oEmbedのサポート (#10306)Kagami Sascha Rosylight2023-03-191-10/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * feat(frontend/MkUrlPreview): oEmbedのサポート * Update CHANGELOG.md * Update CHANGELOG.md * Update CHANGELOG.md * playerとoEmbedの統合 * Update CHANGELOG.md * loading=lazyはここでは不要 * border: 0 * プレビュー直後にautoplayできる機能の復旧 * add test * refactor test * explain about cache * expandPreviewはもう使わない * summaly v4 * update summaly * scrolling=no to fix pixiv --------- Co-authored-by: tamaina <tamaina@hotmail.co.jp>
* perf(backend): improve performance of timeline apissyuilo2023-03-193-3/+9
|
* 絵文字のライセンスを表示できるようにsyuilo2023-03-174-18/+63
|
* feat: clip favoritesyuilo2023-03-1620-10/+300
| | | | Resolve #10337
* enhance: ↵syuilo2023-03-168-0/+17
| | | | | | カスタム絵文字にライセンス情報を付与できるように Resolve #10091
* Update NotificationService.tssyuilo2023-03-161-0/+1
|
* refactor(backend): integrate CreateNotificationService to NotificationServicesyuilo2023-03-1610-234/+205
|
* update tabler-iconssyuilo2023-03-161-1/+1
|
* fix(server): prevent creation of empty antennassyuilo2023-03-151-0/+4
|
* Update AggregateRetentionProcessorService.tssyuilo2023-03-151-0/+2
|
* fix: tweak retention rate aggregationsyuilo2023-03-152-7/+22
|
* 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
* enhance: make configurable to whether notes search available by rolesyuilo2023-03-132-0/+16
| | | | Resolve #10318
* feat: sensitive wordsyuilo2023-03-134-1/+26
|
* enhance(backend): 配送先が410 ↵CyberRex2023-03-131-0/+12
| | | | | | | Goneで応答してきた場合配送停止するように (#10298) * enhance(backend): 配送先が410 Goneで応答してきた場合配送停止するように * Update CHANGELOG.md
* 空文字列のobjectStorageEndtpoinをnullと同様に扱う (#10312)YS2023-03-131-3/+5
|
* fix: Do not use avif (#10301)tamaina2023-03-124-9/+9
| | | | | | | * fix: Do not use avif * fix * fix
* enhance: ロールの並び順を設定可能にsyuilo2023-03-125-2/+17
|
* fix(backend/ApRendererService): allow announces with visibility: followers ↵Kagami Sascha Rosylight2023-03-121-0/+3
| | | | | | | | | | | (#10291) * fix(backend/ApRendererService): allow announces with visibility: followers * Update CHANGELOG.md --------- Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
* enhance(server): ↵tamaina2023-03-116-69/+83
| | | | | | | | | | | | | | | | | | | | | 画像圧縮周り(主にサムネイルの仕様)の変更 (#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(backend/DriveService): gracely skip when getting NoSuchKey error from S3 ↵Kagami Sascha Rosylight2023-03-111-6/+16
| | | | | | | | | (#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
|
* tweak postgresql entitiessyuilo2023-03-107-82/+53
| | | | Fix #10266
* refactor: rename schema to json-schemasyuilo2023-03-1065-76/+76
|
* chore(backend): fix typo in warning message (#10284)Kisaragi2023-03-101-1/+1
|
* fix(backend/DriveService): convert WebP/AVIF to WebP (#10239)Kagami Sascha Rosylight2023-03-102-40/+40
| | | | | | | | | | | | | | | | | | | | * fix(backend/DriveService): convert transparent WebP/AVIF to PNG * webpにする その希望が複数ありましたので * Update packages/backend/src/core/DriveService.ts Co-authored-by: Acid Chicken (硫酸鶏) <root@acid-chicken.com> * update test * webpはwebpublicにできる --------- Co-authored-by: Acid Chicken (硫酸鶏) <root@acid-chicken.com> Co-authored-by: tamaina <tamaina@hotmail.co.jp>
* enhance(backend): restore OpenAPI endpoints (#10281)Kagami Sascha Rosylight2023-03-107-17/+246
| | | | | | | | | | | | | | | | | * enhance(backend): restore OpenAPI endpoints * Update CHANGELOG.md * version * set max-age * update redoc * follow redoc documentation --------- Co-authored-by: tamaina <tamaina@hotmail.co.jp>
* Merge pull request #9970 from saschanaz/mkusername-emptytamaina2023-03-091-0/+3
|\ | | | | fix(backend/ApPersonService): normalize empty value of `name` into an absent value