summaryrefslogtreecommitdiff
path: root/packages/misskey-js/src/autogen (follow)
Commit message (Collapse)AuthorAgeFilesLines
* show signup reason in user admin screenHazelnoot2025-06-131-4/+5
|
* pcleanup dependencies:Hazelnoot2025-06-121-37/+11
| | | | | | | * Consolidate multiple different HTML/XML/RSS libraries to use the Cheerio stack * Remove unused deps * Move dev dependencies to correct section * Pin versions where missing
* fix response type of i/registry/get endpointHazelnoot2025-06-071-1/+1
|
* add ActivityPub representation to admin-user.vueHazelnoot2025-06-071-1/+5
|
* add targetInstance to abuse report schemaHazelnoot2025-06-041-0/+1
|
* merge: Rework queries and add indexes to improve timeline performance (!1091)Hazelnoot2025-06-041-18/+1
|\ | | | | | | | | | | View MR for information: https://activitypub.software/TransFem-org/Sharkey/-/merge_requests/1091 Approved-by: dakkar <dakkar@thenautilus.net> Approved-by: Marie <github@yuugi.dev>
| * add instance.isSilenced to PackedUserLiteHazelnoot2025-06-031-0/+1
| |
| * copy changes to user-list-timeline.tsHazelnoot2025-06-031-6/+0
| |
| * copy changes to timeline.tsHazelnoot2025-06-031-6/+0
| |
| * copy changes to hybrid-timeline.tsHazelnoot2025-06-031-6/+0
| |
* | merge develop and fix conflicts.piuvas2025-06-032-3/+12
|\|
| * merge: Overhaul trending polls (!1022)Hazelnoot2025-06-012-3/+7
| |\ | | | | | | | | | | | | | | | View MR for information: https://activitypub.software/TransFem-org/Sharkey/-/merge_requests/1022 Approved-by: dakkar <dakkar@thenautilus.net> Approved-by: Marie <github@yuugi.dev>
| | * overhaul trending pollsHazelnoot2025-05-232-3/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Split into local, global, and completed sections * Don't require credential, but check for local/global timeline perms * Fix rate limit * Return polls where the current user has already voted * Return non-public polls if the user has permission to view them * Apply user/instance blocks * Fetch polls + notes + users in a single step to speed up pack
| * | merge: Instance admin UX improvements (!1059)Hazelnoot2025-06-011-0/+2
| |\ \ | | | | | | | | | | | | | | | | | | | | View MR for information: https://activitypub.software/TransFem-org/Sharkey/-/merge_requests/1059 Approved-by: dakkar <dakkar@thenautilus.net> Approved-by: Marie <github@yuugi.dev>
| | * | disable status badge strip in admin-user and instance-infoHazelnoot2025-05-291-0/+2
| | | |
| * | | pass limit from ap/get to resolveCollectionItemsHazelnoot2025-05-261-0/+1
| | | |
| * | | implement resolver.resolveCollectionItemsHazelnoot2025-05-261-0/+2
| |/ /
* / / generate types.piuvas2025-05-301-0/+2
|/ /
* | merge: Synchronize database entities and code models (!1040)Marie2025-05-231-1/+2
|\ \ | |/ |/| | | | | | | View MR for information: https://activitypub.software/TransFem-org/Sharkey/-/merge_requests/1040 Approved-by: dakkar <dakkar@thenautilus.net> Approved-by: Marie <github@yuugi.dev>
| * fix TS errors from defaultLikeHazelnoot2025-05-221-1/+2
| |
* | add "followStats" property to admin/show-user responseHazelnoot2025-05-161-0/+8
|/
* use /users endpoint for explore exclusively (restore original behavior)Hazelnoot2025-05-141-2/+0
|
* enforce "can trend" role policy in trending user pageHazelnoot2025-05-141-0/+4
|
* add new featured tab for "users popular locally"Hazelnoot2025-05-141-1/+1
|
* add role policy to allow note trendingHazelnoot2025-05-141-0/+1
|
* merge: Cache note translations in Redis (!1027)Marie2025-05-141-6/+2
|\ | | | | | | | | | | View MR for information: https://activitypub.software/TransFem-org/Sharkey/-/merge_requests/1027 Approved-by: dakkar <dakkar@thenautilus.net> Approved-by: Marie <github@yuugi.dev>
| * cache and re-use note translationsHazelnoot2025-05-121-6/+2
| |
* | add configurable timeout for note translationsHazelnoot2025-05-121-0/+2
|/
* resolve mentioned user handles on the backendHazelnoot2025-05-081-0/+3
|
* merge: add `scheduleNotePost` queue to dashboard (!994)Marie2025-05-081-7/+7
|\ | | | | | | | | | | View MR for information: https://activitypub.software/TransFem-org/Sharkey/-/merge_requests/994 Approved-by: Hazelnoot <acomputerdog@gmail.com> Approved-by: Marie <github@yuugi.dev>
| * add `scheduleNotePost` queue to dashboarddakkar2025-05-081-7/+7
| |
* | implement '/v1/apps/verify_credentials'Hazelnoot2025-05-084-0/+75
|/
* add missing state to typesMarie2025-05-081-1/+3
|
* add setting to disable proxy account (resolves #766)Hazelnoot2025-05-011-0/+2
|
* Merge branch 'misskey-develop' into merge/2025-03-24Hazelnoot2025-04-293-64/+33
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | # Conflicts: # .github/workflows/api-misskey-js.yml # .github/workflows/changelog-check.yml # .github/workflows/check-misskey-js-autogen.yml # .github/workflows/get-api-diff.yml # .github/workflows/lint.yml # .github/workflows/locale.yml # .github/workflows/on-release-created.yml # .github/workflows/storybook.yml # .github/workflows/test-backend.yml # .github/workflows/test-federation.yml # .github/workflows/test-frontend.yml # .github/workflows/test-misskey-js.yml # .github/workflows/test-production.yml # .github/workflows/validate-api-json.yml # package.json # packages/backend/package.json # packages/backend/src/server/api/ApiCallService.ts # packages/backend/src/server/api/endpoints/drive/files/create.ts # packages/frontend-shared/js/url.ts # packages/frontend/package.json # packages/frontend/src/components/MkFileCaptionEditWindow.vue # packages/frontend/src/components/MkInfo.vue # packages/frontend/src/components/MkLink.vue # packages/frontend/src/components/MkNote.vue # packages/frontend/src/components/MkNotes.vue # packages/frontend/src/components/MkPageWindow.vue # packages/frontend/src/components/MkReactionsViewer.vue # packages/frontend/src/components/MkTimeline.vue # packages/frontend/src/components/MkUrlPreview.vue # packages/frontend/src/components/MkUserPopup.vue # packages/frontend/src/components/global/MkPageHeader.vue # packages/frontend/src/components/global/MkUrl.vue # packages/frontend/src/components/global/PageWithHeader.vue # packages/frontend/src/pages/about-misskey.vue # packages/frontend/src/pages/announcements.vue # packages/frontend/src/pages/antenna-timeline.vue # packages/frontend/src/pages/channel.vue # packages/frontend/src/pages/instance-info.vue # packages/frontend/src/pages/note.vue # packages/frontend/src/pages/page.vue # packages/frontend/src/pages/role.vue # packages/frontend/src/pages/tag.vue # packages/frontend/src/pages/timeline.vue # packages/frontend/src/pages/user-list-timeline.vue # packages/frontend/src/pages/user/followers.vue # packages/frontend/src/pages/user/following.vue # packages/frontend/src/pages/user/home.vue # packages/frontend/src/pages/user/index.vue # packages/frontend/src/ui/deck.vue # packages/misskey-js/generator/package.json # pnpm-lock.yaml # scripts/changelog-checker/package-lock.json # scripts/changelog-checker/package.json
| * fix(backend): correct response schema of chat endpoints (#15904)zyoshoka2025-04-283-64/+32
| |
| * feat: ↵syuilo2025-04-271-0/+1
| | | | | | | | アップロード可能な最大ファイルサイズをロールごとに設定可能に
* | merge upstream againHazelnoot2025-04-244-11/+468
|\|
| * feat: Job queue inspector (#15856)syuilo2025-04-194-12/+457
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * wip * wip * Update job-queue.vue * wip * wip * Update job-queue.vue * wip * Update job-queue.vue * wip * Update QueueService.ts * Update QueueService.ts * Update QueueService.ts * Update job-queue.vue * wip * wip * wip * Update job-queue.vue * wip * Update MkTl.vue * wip * Update index.vue * wip * wip * Update MkTl.vue * 🎨 * jobs search * wip * Update job-queue.vue * wip * wip * Update job-queue.vue * Update job-queue.vue * Update job-queue.vue * Update job-queue.vue * wip * Update job-queue.job.vue * wip * wip * wip * Update MkCode.vue * wip * Update job-queue.job.vue * wip * Update job-queue.job.vue * Update misskey-js.api.md * Update CHANGELOG.md * Update job-queue.job.vue
| * enhance: ↵syuilo2025-04-163-1/+13
| | | | | | | | コントロールパネルでジョブキューをクリアできるように
* | Merge tag '2025.4.0' into merge/2025-03-24Hazelnoot2025-04-131-4/+5
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | # Conflicts: # .github/workflows/storybook.yml # locales/index.d.ts # package.json # packages/backend/src/models/json-schema/role.ts # packages/frontend/src/components/MkPageWindow.vue # packages/frontend/src/pages/admin/roles.editor.vue # packages/frontend/src/pages/admin/roles.vue # packages/frontend/src/pages/settings/preferences.vue # packages/frontend/src/pages/settings/privacy.vue # packages/frontend/src/pages/timeline.vue # packages/frontend/src/pref-migrate.ts # packages/frontend/src/ui/_common_/common.vue # packages/frontend/src/ui/deck.vue # packages/frontend/src/ui/universal.vue # packages/misskey-js/src/autogen/types.ts
| * hideNotesInSensitiveChannel -> excludeNotesInSensitiveChannelsyuilo2025-04-081-3/+3
| |
| * enhance: チャットの閲覧を無効化できるように (#15765)かっこかり2025-04-071-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * enhance: チャットの閲覧を無効化できるように * fix * fix * fix * readonlyの説明を追加 * enhance: チャットが無効な場合はチャット関連の設定も隠すように * fix * refactor: ChatServiceからApiに関するドメイン知識を排除
* | Merge branch 'misskey-develop' into merge/2025-03-24Hazelnoot2025-04-032-7/+41
|\| | | | | | | | | | | | | | | | | # Conflicts: # package.json # packages/backend/src/core/AccountMoveService.ts # packages/frontend/src/components/MkDateSeparatedList.vue # packages/misskey-js/etc/misskey-js.api.md # pnpm-lock.yaml
| * Copy role on move (#15745)anatawa122025-04-031-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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-032-7/+37
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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>
* | merge from misskey-developHazelnoot2025-04-021-2/+21
|\|
| * feat: ↵Nanashi.2025-04-021-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | アンテナでセンシティブなチャンネルからのノートを除外できるように (#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>
| * enhance: implement `sentryForFrontend` (#15433)zyoshoka2025-04-021-0/+15
| | | | | | Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com>
| * Fix: ↵anatawa122025-04-021-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 通知のページネーションで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しているのを消し忘れていた