summaryrefslogtreecommitdiff
path: root/packages/backend/src/server/api (unfollow)
Commit message (Expand)AuthorFilesLines
2023-09-22enhance: 二要素認証設定時のセキュリティを強化 (#11863)syuilo10-45/+151
2023-09-21feat: 指定したユーザーの投稿通知syuilo5-3/+116
2023-09-21feat: プロフィールでのリンク検証syuilo1-5/+50
2023-09-20fix: provide NoSuchNoteError errorsyuilo1-0/+2
2023-09-20refactor(backend): update directory structure for modelssyuilo42-67/+67
2023-09-20fixsyuilo1-0/+2
2023-09-20refactor(backend): extract clip-related logics to ClipServicesyuilo5-147/+53
2023-09-17fixsyuilo1-1/+1
2023-09-17enhance: 各ノートが被クリップ数を保持するようにし、無...syuilo2-2/+12
2023-09-16enhance(backend): improve server icon settingsyuilo2-0/+30
2023-09-15update deps (#11820)syuilo279-280/+280
2023-09-12enhance(backend): configure ratelimit for notification creation apissyuilo2-0/+10
2023-09-11feat: テスト通知を送信できるようにする (#11810)かっこかり3-0/+38
2023-09-11fixsyuilo1-1/+4
2023-09-11fixsyuilo1-1/+1
2023-09-10enhance: センシティブチャンネルはユーザーのノート一覧...Ebise Lutica1-0/+3
2023-09-08feat: passkey support (#11804)syuilo7-248/+127
2023-09-08fix(backend): timeout when querying mentions (#11799)Ezekiel Lee1-0/+2
2023-09-06feat(backend): Webhook設定でsecretを空に出来るように (#11784)Sayamame-beans2-4/+4
2023-09-05enhance(backend): タイムライン等の有効期限を設定可能にsyuilo1-1/+2
2023-09-04update deps (#11764)syuilo3-3/+3
2023-08-28feat: Refine 2fa (#11766)syuilo3-0/+15
2023-08-21プロフィールにその人が作ったPlayの一覧出せるように (#1...GrapeApple04-0/+69
2023-08-21fix: antennas validation (#11469)White-Green2-2/+5
2023-08-17chore(backend): Resolve `import/no-default-export` rule violations (#11732)woxtu338-669/+338
2023-08-16refactor: prefix Mi for all entities (#11719)syuilo40-186/+186
2023-08-13feat: refine announcement (#11497)syuilo6-115/+61
2023-08-08fix: muteがapiからのuser list timeline取得で機能しない (#11480)anatawa121-0/+4
2023-08-05feat: sensitive channel (#11438)anatawa122-0/+4
2023-08-05refactor(backend): Remove unused injections (#11462)woxtu50-197/+33
2023-07-31update deps (#11409)syuilo2-1/+5
2023-07-27chore: 著作権とライセンスについての情報を各ファイルに...Shun Sakai378-0/+1889
2023-07-27Use promises API (#11351)woxtu1-5/+2
2023-07-25fix(backend): Use OFFSET instead of SKIP when using LIMIT (#11379)tamaina8-10/+10
2023-07-21fix(backend): antennas/notesを叩いてもアンテナの無効化が解除...syuilo1-5/+5
2023-07-21fix(server): アンテナ再有効の手段にアンテナ設定の更新を...meron1-0/+2
2023-07-21chore(backend): better error message for unsupported attestation (#11333)Kagami Sascha Rosylight1-1/+1
2023-07-20enhance(backend): admin/emoji/addで作成した絵文字を返すようにsyuilo1-3/+3
2023-07-20enhance: ユーザーにロールが期限付きでアサインされてい...syuilo1-0/+6
2023-07-19Fix auto-fixable issues (#11314)woxtu14-15/+15
2023-07-15feat(backend): allow disabling cache for sensitive files (#11245)Kagami Sascha Rosylight3-2/+16
2023-07-15refactor(backend): Improve UUID generation (#11286)woxtu2-4/+4
2023-07-15enhance: 招待機能の改善 (#11195)yukineko9-29/+448
2023-07-11refactor(backend): 存在確認の`findOneBy`を`exist`に置き換え (#11224)okayurisotto29-126/+184
2023-07-08fix(frontend): search user with trailing space (#11184)nomad2-0/+2
2023-07-08perf(backend): use limit() instead of take()syuilo68-73/+73
2023-07-08fix(backend): ジョブキュー再試行時のタイミングずれによる...CyberRex1-2/+22
2023-07-08広告の曜日を設定できるように (#10095)nenohi3-10/+18
2023-07-08cleanup: trim trailing whitespace (#11136)okayurisotto29-58/+58
2023-07-04perf(backend): JSON.parse の呼び出しを削減する (#11091)riku64601-5/+11