| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | Copy role on move (#15745) | anatawa12 | 2025-04-03 | 2 | -0/+3 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * feat(backend): copyOnMoveAccount * feat(endpoints): copyOnMoveAccount * feat(frontend): copyOnMoveAccount * docs(changelog): アカウントのマイグレーション時に古いアカウントからロールをコピーできるようになりました。 * fix: spdx header for migration * Update locales/ja-JP.yml * copyOnMoveAccount -> preserveAssignmentOnMoveAccount * fix: check for preserveAssignmentOnMoveAccount --------- Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com> | |||||
| | * | | fix: チャット周りの修正 (#15741) | かっこかり | 2025-04-03 | 7 | -4/+7 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * fix(misskey-js): チャットのChannel型定義を追加 * fix(backend); canChatで塞いでいない書き込み系のAPIを塞ぐ * fix(frontend): チャット周りのフロントエンド型修正 * lint fix * fix broken lockfile * fix * refactor * wip * wip * wip * clean up --------- Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com> | |||||
| | * | | fix(backend): ↵ | syuilo | 2025-04-03 | 2 | -0/+2 | |
| | | | | | | | | | | | | | 非ログインでタイムラインのストリームに接続した際、表示にログイン必須のノートが流れる場合がある問題を修正 | |||||
| * | | | refactor bubble-timeline.ts to match global-timeline.ts and local-timeline.ts | Hazelnoot | 2025-04-03 | 1 | -2/+3 | |
| | | | | ||||||
| * | | | merge from misskey-develop | Hazelnoot | 2025-04-02 | 5 | -68/+30 | |
| |\| | | ||||||
| | * | | feat: ↵ | Nanashi. | 2025-04-02 | 3 | -0/+7 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | アンテナでセンシティブなチャンネルからのノートを除外できるように (#15346) * feat(db): マイグレーションを追加 * feat(backend): カラムの定義を追加 * wip * feat: フラグを設定出来るように * feat: /notesエンドポイントを対応 * feat: websocketを対応 * test: テストを追加 * docs: CHANGELOGを更新 * docs: CHANGELOGの追加場所を修正 * chore: api.jsonを更新 * docs(CHANGELOG): General欄に移動 * docs: フォーマットを揃える * chore: クエリを削除 * revert: 英訳を消す * chore: note.channelを追加するところを変える * docs: CHANGELOGを更新する * docs(CHANGELOG): 2025.3.2に移動 * chore: changelogを下に移動 * ci: CI再実行用の空コミット --------- Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com> | |||||
| | * | | Fix: ↵ | anatawa12 | 2025-04-02 | 2 | -68/+23 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 通知のページネーションで2つ以上読み込めなくなることがある問題 (#15277) * fix: notifications-groupedのinclude/exclude typesに:groupedを指定できてしまう問題 * refactor: 通知の取得処理を Notification Service に移動 * feat: add function to parse additional part of id * fix: 通知のページネーションが正しく動かない問題 Redisにのページネーションで使用する時間及びidとRedis上のものが混同されていたので、Misskeyが生成するものに寄せました。 * pnpm run build-misskey-js-with-types * chore: XADDをretryするように * fix: notifications-groupedでxrevrangeしているのを消し忘れていた | |||||
| * | | | fix backend lint errors | Hazelnoot | 2025-04-02 | 3 | -5/+5 | |
| | | | | ||||||
| * | | | lint and type fixes | Hazelnoot | 2025-04-01 | 28 | -151/+30 | |
| | | | | ||||||
| * | | | remove no-op Connection.cachedNotes and Connection.cacheNote | Hazelnoot | 2025-04-01 | 12 | -43/+0 | |
| | | | | ||||||
| * | | | copy changes to notes/edit.ts | Hazelnoot | 2025-04-01 | 1 | -4/+2 | |
| | | | | ||||||
| * | | | fix backend type errors | Hazelnoot | 2025-04-01 | 8 | -27/+24 | |
| | | | | ||||||
| * | | | Merge branch 'develop' into merge/2025-03-24 | Hazelnoot | 2025-03-31 | 2 | -81/+121 | |
| |\ \ \ | | |/ | |/| | | | | | | | | | | # Conflicts: # packages/backend/src/server/api/StreamingApiServerService.ts # packages/backend/src/server/api/stream/Connection.ts | |||||
| | * | | fix wsmessage rate limit definition | Hazelnoot | 2025-03-29 | 1 | -1/+2 | |
| | | | | ||||||
| | * | | increase limits on WS note subscriptions and cached notes | Hazelnoot | 2025-03-28 | 1 | -2/+2 | |
| | | | | ||||||
| | * | | limit the number of active connections per client, and limit upgrade ↵ | Hazelnoot | 2025-03-28 | 1 | -18/+52 | |
| | | | | | | | | | | | | | requests by user | |||||
| | * | | avoid duplicate channels in WS connection | Hazelnoot | 2025-03-28 | 1 | -10/+18 | |
| | | | | ||||||
| | * | | avoid leaking cached notes in WS connection | Hazelnoot | 2025-03-28 | 1 | -11/+11 | |
| | | | | ||||||
| | * | | make sure that note subscriptions can't stay above limit | Hazelnoot | 2025-03-28 | 1 | -5/+3 | |
| | | | | ||||||
| | * | | clear subscriptions when connection closes | Hazelnoot | 2025-03-28 | 1 | -0/+7 | |
| | | | | ||||||
| | * | | limit the number of note subscriptions per connection | Hazelnoot | 2025-03-28 | 1 | -6/+19 | |
| | | | | ||||||
| | * | | close websocket when rate limit exceeded | Hazelnoot | 2025-03-28 | 1 | -22/+7 | |
| | | | | ||||||
| | * | | convert streaming rate limit to bucket | Hazelnoot | 2025-03-28 | 1 | -21/+14 | |
| | | | | ||||||
| * | | | fix type errors from notes/versions endpoint | Hazelnoot | 2025-03-31 | 1 | -8/+26 | |
| | | | | ||||||
| * | | | fix type errors from SponsorsService | Hazelnoot | 2025-03-31 | 1 | -6/+47 | |
| | | | | ||||||
| * | | | Revert "revert 7bfada9792bc4d29d47d3895643543cbe15191cd: enhance: remove ↵ | Hazelnoot | 2025-03-30 | 1 | -3/+0 | |
| | | | | | | | | | | | | | | | | | | | bull-board support" This reverts commit d41d77fcd7c7c40b8409a22baecd0c0101db6e1e. | |||||
| * | | | Merge branch 'develop' into merge/2025-03-24 | Hazelnoot | 2025-03-30 | 18 | -1912/+1802 | |
| |\| | | | | | | | | | | | | | | # Conflicts: # packages/backend/src/core/activitypub/models/ApPersonService.ts | |||||
| | * | | Ignore notifications that reference missing notes | Hazelnoot | 2025-03-27 | 3 | -3/+22 | |
| | | | | ||||||
| | * | | use exclusive ranges in api/i/notifications and /api/v1/notifications | Hazelnoot | 2025-03-27 | 1 | -2/+2 | |
| | | | | ||||||
| | * | | convert notification types in mastodon API | Hazelnoot | 2025-03-27 | 1 | -19/+16 | |
| | | | | ||||||
| | * | | don't render CW as HTML for mastodon | Hazelnoot | 2025-03-27 | 1 | -4/+2 | |
| | | | | ||||||
| | * | | hide sensitive content from Discord previews | Hazelnoot | 2025-03-27 | 1 | -0/+6 | |
| | | | | ||||||
| | * | | render profile bios in masto API | Hazelnoot | 2025-03-27 | 1 | -1/+4 | |
| | | | | ||||||
| | * | | fixes to CW and quote conversion for mastodon | Hazelnoot | 2025-03-27 | 1 | -9/+29 | |
| | | | | ||||||
| | * | | handle errors in mastodon search endpoints | Hazelnoot | 2025-03-27 | 1 | -0/+33 | |
| | | | | ||||||
| | * | | improve mastodon API error handling | Hazelnoot | 2025-03-27 | 1 | -45/+43 | |
| | | | | ||||||
| | * | | rename MastodonConverters.ts to matching naming scheme | Hazelnoot | 2025-03-27 | 9 | -16/+16 | |
| | | | | ||||||
| | * | | add additional required CORS headers for masto-api requests | Hazelnoot | 2025-03-27 | 1 | -0/+15 | |
| | | | | ||||||
| | * | | enable local timeline in Phanpy clients | Hazelnoot | 2025-03-27 | 1 | -1/+1 | |
| | | | | ||||||
| | * | | support reactions in mastodon API | Hazelnoot | 2025-03-27 | 2 | -39/+46 | |
| | | | | ||||||
| | * | | remove unused async from toMastoApiHtml / fromMastoApiHtml | Hazelnoot | 2025-03-27 | 1 | -10/+9 | |
| | | | | ||||||
| | * | | don't log query parameters from mastodon API | Hazelnoot | 2025-03-27 | 1 | -2/+4 | |
| | | | | ||||||
| | * | | support Mastodon v4 "link header" pagination | Hazelnoot | 2025-03-27 | 6 | -82/+321 | |
| | | | | ||||||
| | * | | implement /api/v1/favourites | Hazelnoot | 2025-03-27 | 1 | -2/+16 | |
| | | | | ||||||
| | * | | fix empty response from /api/v1/notifications | Hazelnoot | 2025-03-27 | 1 | -1/+1 | |
| | | | | ||||||
| | * | | fix empty response from /api/v1/blocks | Hazelnoot | 2025-03-27 | 1 | -1/+1 | |
| | | | | ||||||
| | * | | fix empty response from /api/v1/mutes | Hazelnoot | 2025-03-27 | 1 | -1/+1 | |
| | | | | ||||||
| | * | | don't return httpStatusCode in mastodon errors | Hazelnoot | 2025-03-27 | 1 | -0/+1 | |
| | | | | ||||||
| | * | | minor fixes to /v1/accounts/verify_credentials | Hazelnoot | 2025-03-27 | 1 | -3/+2 | |
| | | | | ||||||
| | * | | improve performance of /v1/accounts/relationships | Hazelnoot | 2025-03-27 | 1 | -6/+3 | |
| | | | | ||||||