index
:
sharkey
stable
my custom sharkey fork
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
packages
/
backend
/
src
/
server
/
api
/
ApiCallService.ts
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'misskey-develop' into merge/2025-03-24
Hazelnoot
2025-04-29
1
-54
/
+112
|
\
|
*
fix: 添付ファイルのあるリクエストを受けたときの初動を...
おさむのひと
2025-04-29
1
-54
/
+112
*
|
merge upstream
Hazelnoot
2025-03-25
1
-3
/
+3
|
\
|
|
*
refactor(backend): better prop name
syuilo
2025-03-22
1
-2
/
+2
|
*
enhance(backend): refine system account (#15530)
syuilo
2025-03-02
1
-2
/
+2
*
|
move SkRateLimiterService to correct directory
Hazelnoot
2025-02-05
1
-1
/
+1
*
|
lookup and cache rate limit factors directly within SkRateLimiterService
Hazelnoot
2025-02-05
1
-21
/
+16
*
|
fix passing rate limiting info via ApiError
dakkar
2024-12-13
1
-2
/
+1
*
|
on 429, retry `fetchAccount` instead of failing
dakkar
2024-12-13
1
-0
/
+1
*
|
fix type errors from new rate limit definitions
Hazelnoot
2024-12-08
1
-2
/
+2
*
|
move all Rate Limit type defs to rate-limit-utils.ts
Hazelnoot
2024-12-08
1
-10
/
+9
*
|
separate SkRateLimiterService from RateLimiterService and update all usages
Hazelnoot
2024-12-07
1
-46
/
+7
*
|
implement SkRateLimiterService with Leaky Bucket rate limiting
Hazelnoot
2024-12-07
1
-17
/
+47
*
|
add default / fallback rate limit
Hazelnoot
2024-11-22
1
-2
/
+10
*
|
Merge remote-tracking branch 'misskey/master' into feature/2024.9.0
dakkar
2024-10-09
1
-7
/
+16
|
\
|
|
*
refactor/perf(backend): provide metadata statically (#14601)
syuilo
2024-09-22
1
-6
/
+6
|
*
fix(backend): `Retry-After`ヘッダーが実際には送信されなかっ...
かっこかり
2024-09-21
1
-9
/
+9
|
*
add note
syuilo
2024-08-23
1
-0
/
+1
|
*
fix(backend): ファイルがサイズの制限を超えてアップロード...
syuilo
2024-08-23
1
-1
/
+9
*
|
fix exception when logging IP addresses
Hazel K
2024-10-02
1
-0
/
+5
*
|
move rate-limit-exceeded error reporting, earlier
dakkar
2024-09-20
1
-9
/
+9
|
/
*
feat(backend): report `Retry-After` if client hit rate limit (#13949)
Kisaragi
2024-06-13
1
-6
/
+21
*
enhance(backend): improve sentry integration
syuilo
2024-06-07
1
-0
/
+1
*
enhance(backend): improve sentry integration
syuilo
2024-06-06
1
-4
/
+10
*
feat: sentry integration (#13897)
syuilo
2024-05-28
1
-25
/
+52
*
(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
*
Merge pull request from GHSA-7pxq-6xx9-xpgm
Chocolate Pie
2023-12-27
1
-1
/
+2
*
fix(backend): 管理者権限のロールを持っていても一部のAPIが...
syuilo
2023-10-19
1
-1
/
+2
*
refactor(backend): update directory structure for models
syuilo
2023-09-20
1
-2
/
+2
*
update deps (#11820)
syuilo
2023-09-15
1
-1
/
+1
*
update deps (#11764)
syuilo
2023-09-04
1
-1
/
+1
*
refactor: prefix Mi for all entities (#11719)
syuilo
2023-08-16
1
-7
/
+7
*
chore: 著作権とライセンスについての情報を各ファイルに...
Shun Sakai
2023-07-27
1
-0
/
+5
*
Use promises API (#11351)
woxtu
2023-07-27
1
-5
/
+2
*
refactor(backend): Improve UUID generation (#11286)
woxtu
2023-07-15
1
-2
/
+2
*
feat(backend): accept OAuth bearer token (#11052)
Kagami Sascha Rosylight
2023-06-28
1
-29
/
+52
*
fix(backend): APIエラーのHTTP status code変更 (#11047)
Kagami Sascha Rosylight
2023-06-26
1
-2
/
+6
*
refactor
syuilo
2023-05-29
1
-1
/
+6
*
enhance: account migration (#10592)
Namekuji
2023-04-30
1
-0
/
+11
*
enhance: アカウント削除時のクライアントの挙動をいい感...
tamaina
2023-03-09
1
-3
/
+3
*
test(backend): APIテストの復活 (#10163)
Kagami Sascha Rosylight
2023-03-03
1
-1
/
+4
*
fix(server): エラーのスタックトレースは返さないように
syuilo
2023-02-26
1
-2
/
+5
*
refactor: 型エラー修正 / Fix type errors backend (#9983)
noonworks
2023-02-20
1
-2
/
+2
*
refactor: fix types
syuilo
2023-02-17
1
-2
/
+2
*
refactor: remove all unused imports (#9951)
Kagami Sascha Rosylight
2023-02-16
1
-1
/
+0
*
refactor
syuilo
2023-02-13
1
-3
/
+3
*
refactor: fix types
syuilo
2023-02-13
1
-2
/
+2
*
enhance: レートリミットを0%にできるように
syuilo
2023-02-12
1
-8
/
+10
[next]