summaryrefslogtreecommitdiff
path: root/packages/backend/src/server/api/EndpointsModule.ts (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Merge remote-tracking branch 'misskey/master' into feature/misskey-2024.07dakkar2024-08-021-1/+41
|\
| * feat: ↵おさむのひと2024-06-081-1/+41
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 通報を受けた際にメールまたはWebhookで通知を送出出来るようにする (#13758) * feat: 通報を受けた際にメールまたはWebhookで通知を送出出来るようにする * モデログに対応&エンドポイントを単一オブジェクトでのサポートに変更(API経由で大量に作るシチュエーションもないと思うので) * fix spdx * fix migration * fix migration * fix models * add e2e webhook * tweak * fix modlog * fix bugs * add tests and fix bugs * add tests and fix bugs * add tests * fix path * regenerate locale * 混入除去 * 混入除去 * add abuseReportResolved * fix pnpm-lock.yaml * add abuseReportResolved test * fix bugs * fix ui * add tests * fix CHANGELOG.md * add tests * add RoleService.getModeratorIds tests * WebhookServiceをUserとSystemに分割 * fix CHANGELOG.md * fix test * insertOneを使う用に * fix * regenerate locales * revert version * separate webhook job queue * fix * :art: * Update QueueProcessorService.ts --------- Co-authored-by: osamu <46447427+sam-osamu@users.noreply.github.com> Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com>
* | Merge remote-tracking branch 'misskey/release/2024.5.0' into futuredakkar2024-05-311-0/+4
|\|
| * feat: 個別のお知らせにリンクで飛べるように (#13885)かっこかり2024-05-271-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * feat(announcement): 個別のお知らせにリンクで飛べるように (MisskeyIO#639) (cherry picked from commit f6bf7f992a78e54d86a4701dbd1e4fda7ef4eb27) * fix Co-authored-by: まっちゃとーにゅ <17376330+u1-liquid@users.noreply.github.com> * fix Co-authored-by: まっちゃとーにゅ <17376330+u1-liquid@users.noreply.github.com> * 一覧ページではお知らせpanel全体を押せるように * お知らせバーは個別ページに飛ばすように * Update Changelog * spdx * attempt to fox test * remove unnecessary thong * `announcement` → `announcements/show` * リンクを押せる場所をタイトルと日付部分のみに変更 --------- Co-authored-by: まっちゃとーにゅ <17376330+u1-liquid@users.noreply.github.com>
| * enhance: 通知の履歴をリセットできるように (#13335)かっこかり2024-02-291-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * enhance: 通知の履歴をリセットできるように * Update Changelog * 通知欄も連動して更新するように * revert some changes * Update CHANGELOG.md * Remove unused part * fix
* | merge upstream for 2024.2.1dakkar2024-03-021-0/+5
| |
* | merge: upstreamMarie2024-02-191-1/+1
|\|
| * (re) update SPDX-FileCopyrightTexttamaina2024-02-131-1/+1
| | | | | | | | Fix #13290
| * Revert "update SPDX-FileCopyrightText"tamaina2024-02-131-1/+1
| | | | | | | | This reverts commit 9b5aeb76d8c9372d67058c512597152b6bf222f2.
| * update SPDX-FileCopyrightTextsyuilo2024-02-121-1/+1
| |
* | merge: upstreamMarie2024-01-251-0/+4
|\|
| * enhance(reversi): improve desync handlingsyuilo2024-01-231-0/+4
| |
* | merge: upstream (1)Marie2024-01-211-0/+24
|\|
| * feat: reversisyuilo2024-01-191-0/+24
| | | | | | | | Resolve #12962
* | merge: upstreamMarie2024-01-111-0/+8
|\|
| * feat: ranking system of bubble gamesyuilo2024-01-111-0/+8
| | | | | | | | Resolve #12961
* | merge: upstreamMarie2024-01-091-0/+4
|\|
| * feat: export clips (#12931)Kagami Sascha Rosylight2024-01-071-0/+4
| | | | | | | | | | * feat: export clips * Update CHANGELOG.md
* | merge: upstreamMarie2023-12-231-0/+8
|\|
| * tweak of 2b6f789a5bsyuilo2023-11-191-8/+8
| |
| * feat(moderation): ↵Nafu Satsuki2023-11-181-0/+8
| | | | | | | | | | | | モデレーターがユーザーのアイコンもしくはバナー画像を未設定状態にできる機能を追加 (MisskeyIO#222) Co-authored-by: まっちゃとーにゅ <17376330+u1-liquid@users.noreply.github.com>
* | add: Bubble timelineMar0xy2023-12-041-0/+4
| | | | | | | | Closes transfem-org/Sharkey#154
* | merge: upstreamMar0xy2023-11-221-0/+4
|\|
| * feat: メールアドレスを使用してユーザー名を割り出す機能syuilo2023-11-141-0/+4
| | | | | | | | Resolve #10158
* | upd: change the way likes get handledMar0xy2023-11-161-0/+4
| |
* | add: Importing of PostsMar0xy2023-11-121-0/+4
| | | | | | | | - Supports Instagram, Mastodon/Pleroma/Akkoma, Twitter and *key
* | add: endpoint and processor for account data exportMar0xy2023-11-071-0/+4
| |
* | merge: upstreamMar0xy2023-11-031-4/+8
|\|
| * feat: レジストリAPIをサードパーティから利用可能に (#12229)syuilo2023-11-031-4/+4
| | | | | | | | | | | | | | | | | | * wip * wip * Update remove.ts * refactor
| * feat: notification groupingsyuilo2023-11-021-0/+4
| | | | | | | | Resolve #12211
* | merge: upstreamMar0xy2023-10-311-0/+28
|\|
| * Feat: ↵かっこかり2023-10-211-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 外部サイトからテーマ・プラグインのインストールができるように (#12034) * Feat: 外部サイトからテーマ・プラグインのインストールができるように * Update Changelog * Change Changelog * Remove unnecessary imports * Update fetch-external-resources.ts * Update CHANGELOG.md * Update CHANGELOG.md
| * すべてのフォロー中の人のwithRepliesを変える機能 (#12049)anatawa122023-10-211-0/+4
| | | | | | | | | | | | | | | | | | * feat: endpoint to update all following * feat(frontend): change show replies for all * docs(changelog): すでにフォローしたすべての人の返信をTLに追加できるように * fix: cancel not working
| * feat: Avatar decoration (#12096)syuilo2023-10-211-0/+20
| | | | | | | | | | | | | | | | | | | | | | * wip * Update ja-JP.yml * Update profile.vue * .js * Update home.test.ts
* | add: view previous versions of notesMar0xy2023-10-221-0/+4
| | | | | | | | Closes transfem-org/Sharkey#103
* | merge: branch `develop`Mar0xy2023-10-181-0/+8
|\ \
| * | add: isSilenced handling to user and timelineMar0xy2023-10-181-0/+8
| | |
* | | Merge branch 'develop' into feature/approvalMarie2023-10-181-0/+8
|\| |
| * | add: mark all media from user as NSFWMar0xy2023-10-181-0/+8
| | | | | | | | | | | | Closes transfem-org/Sharkey#69
* | | add: Require Approval for SignupMar0xy2023-10-181-0/+4
|/ /
* | add: sponsorsMar0xy2023-10-141-0/+4
| |
* | merge: all upstream changesMar0xy2023-10-131-0/+4
|\|
| * feat: per user featured notessyuilo2023-10-061-0/+4
| |
| * revert: note editingsyuilo2023-10-041-4/+0
| |
* | merge: timeline 1syuilo2023-10-131-8/+12
| |
* | Revert "feat: improve tl performance"Mar0xy2023-10-031-12/+8
| |
* | merge: upstreamMar0xy2023-10-031-8/+12
|\|
| * feat: improve tl performance (#11946)syuilo2023-10-031-8/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * wip * wip * wip * wip * wip * wip * Update NoteCreateService.ts * wip * wip * wip * wip * Update NoteCreateService.ts * wip * Update NoteCreateService.ts * wip * Update user-notes.ts * wip * wip * wip * Update NoteCreateService.ts * wip * Update timeline.ts * Update timeline.ts * Update timeline.ts * Update timeline.ts * Update timeline.ts * wip * Update timelines.ts * Update timelines.ts * Update timelines.ts * wip * wip * wip * Update timelines.ts * Update misskey-js.api.md * Update timelines.ts * Update timelines.ts * wip * wip * wip * Update timelines.ts * wip * Update timelines.ts * wip * test * Update activitypub.ts * refactor: UserListJoining -> UserListMembership * Update NoteCreateService.ts * wip
| * feat: note editsyuilo2023-09-281-0/+4
| |
* | upd: add new endpoint to mk api, add preferences to masto apiMar0xy2023-09-251-0/+4
| |