index
:
misskey
master
my misskey fork
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
packages
/
backend
/
src
/
core
/
activitypub
/
ApInboxService.ts
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
split url into webUrl and localUrl (like mastodon)
Freya Murphy
6 days
1
-1
/
+1
*
refactor: use TRANSIENT scope to avoid service bucket relay (#16985)
anatawa12
2025-12-22
1
-7
/
+7
*
fix(deps): update [backend] update dependencies (major) (#16099)
renovate[bot]
2025-11-30
1
-7
/
+7
*
デッドロック解消の試み (#15574)
syuilo
2025-03-01
1
-9
/
+2
*
fix(backend): Inboxのエラーをthrowせずreturnしている問題を修...
かっこかり
2024-11-22
1
-5
/
+9
*
fix(backend): fix apResolver (#15010)
かっこかり
2024-11-21
1
-1
/
+2
*
fix(backend): fix security patches (#15008)
かっこかり
2024-11-21
1
-1
/
+1
*
Merge commit from fork
Julia
2024-11-21
1
-1
/
+1
*
Merge commit from fork
Julia
2024-11-21
1
-37
/
+56
*
wip (#14643)
syuilo
2024-09-28
1
-2
/
+2
*
refactor/perf(backend): provide metadata statically (#14601)
syuilo
2024-09-22
1
-5
/
+5
*
revert 5f88d56d96
syuilo
2024-07-20
1
-2
/
+9
*
perf(federation): Ed25519署名に対応する (#13464)
tamaina
2024-07-18
1
-9
/
+2
*
refactor(backend): remove unnecessary isNotNull sugar
syuilo
2024-06-21
1
-2
/
+1
*
feat: 通報を受けた際にメールまたはWebhookで通知を送出出...
おさむのひと
2024-06-08
1
-6
/
+4
*
fix(federation): InboxにきたCreate, AnnounceのobjectがBearcaps urlだっ...
tamaina
2024-05-28
1
-49
/
+68
*
enhance: 禁止ワードチェック強化 (#27)
tamaina
2024-03-01
1
-1
/
+0
*
enhance?: DeleteAccountServiceでユーザーを削除する際にuserChangeD...
tamaina
2024-02-23
1
-1
/
+0
*
refactor(backend): `Array.prototype.filter`での非null確認では`isNotNul...
okayurisotto
2024-02-23
1
-1
/
+2
*
リモートユーザーが復活してもキャッシュにより該当ユ...
MeiMei
2024-02-16
1
-0
/
+6
*
(re) update SPDX-FileCopyrightText
tamaina
2024-02-13
1
-1
/
+1
*
Revert "update SPDX-FileCopyrightText"
tamaina
2024-02-13
1
-1
/
+1
*
update SPDX-FileCopyrightText
syuilo
2024-02-12
1
-1
/
+1
*
refactor(backend): exist -> exists (#13203)
かっこかり
2024-02-08
1
-3
/
+3
*
enhance(backend): ActivityPub 周りで連合先から HTTP 429 Too Many Requ...
riku6460
2024-01-06
1
-4
/
+6
*
fix(backend): reject malformed timestamp (#12554)
Acid Chicken (硫酸鶏)
2023-12-03
1
-1
/
+7
*
新規にフォローした人のwithRepliesをtrueにする機能を追加 (...
anatawa12
2023-10-17
1
-1
/
+1
*
perf(backend): createdAtをidから取得するように & 無駄なDateイ...
syuilo
2023-10-16
1
-2
/
+1
*
refactor(backend): update directory structure for models
syuilo
2023-09-20
1
-1
/
+1
*
update deps (#11820)
syuilo
2023-09-15
1
-1
/
+1
*
refactor: prefix Mi for all entities (#11719)
syuilo
2023-08-16
1
-28
/
+28
*
refactor(backend): Remove unused injections (#11462)
woxtu
2023-08-05
1
-4
/
+0
*
chore: 著作権とライセンスについての情報を各ファイルに...
Shun Sakai
2023-07-27
1
-0
/
+5
*
refactor(backend): `core/activitypub` (#11247)
okayurisotto
2023-07-13
1
-14
/
+17
*
refactor(backend): 存在確認の`findOneBy`を`exist`に置き換え (#11224)
okayurisotto
2023-07-11
1
-12
/
+18
*
enhance: account migration (#10592)
Namekuji
2023-04-30
1
-50
/
+10
*
disable account migration
syuilo
2023-04-08
1
-1
/
+1
*
use for of
syuilo
2023-04-08
1
-4
/
+4
*
fetch person again (#10514)
Namekuji
2023-04-08
1
-2
/
+6
*
feat: account migration (#10507)
Namekuji
2023-04-08
1
-51
/
+104
*
refactor(backend): 必要ないas anyを消去 (#10293)
Kisaragi
2023-03-11
1
-1
/
+1
*
未知のユーザーが deleteActor されたら処理をスキップする ...
xianon
2023-02-25
1
-2
/
+4
*
削除済みのユーザーが deleteActor される時の動作を修正す...
xianon
2023-02-20
1
-1
/
+1
*
refactor: remove all unused imports (#9951)
Kagami Sascha Rosylight
2023-02-16
1
-2
/
+2
*
drop messaging (#9919)
syuilo
2023-02-15
1
-41
/
+2
*
refactor
syuilo
2023-02-13
1
-28
/
+28
*
refactor: fix types
syuilo
2023-02-13
1
-29
/
+29
*
refactor: fix types
syuilo
2023-02-12
1
-3
/
+3
*
enhance: Judge instance block by endsWith (#9263)
tamaina
2023-01-13
1
-1
/
+1
*
refactor: introduce bindThis decorator to bind this automaticaly
syuilo
2022-12-04
1
-0
/
+28
[next]