summaryrefslogtreecommitdiff
path: root/packages/backend/src/misc/id (follow)
Commit message (Collapse)AuthorAgeFilesLines
* more use of identifiable errors, improvements to inner error rendering, and ↵Hazelnoot2025-06-062-2/+4
| | | | more heuristics for is-retryable-error
* Fix: ↵anatawa122025-04-026-4/+58
| | | | | | | | | | | | | | | | | | | 通知のページネーションで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しているのを消し忘れていた
* (re) update SPDX-FileCopyrightTexttamaina2024-02-136-6/+6
| | | | Fix #13290
* Revert "update SPDX-FileCopyrightText"tamaina2024-02-136-6/+6
| | | | This reverts commit 9b5aeb76d8c9372d67058c512597152b6bf222f2.
* update SPDX-FileCopyrightTextsyuilo2024-02-126-6/+6
|
* fix(backend): reject malformed timestamp (#12554)Acid Chicken (硫酸鶏)2023-12-035-0/+20
|
* perf(backend): createdAtをidから取得するように & ↵syuilo2023-10-165-10/+8
| | | | 無駄なDateインスタンスの生成を避けるように
* feat: introduce aidx and make it defaultsyuilo2023-09-061-0/+44
| | | | Co-Authored-By: MeiMei <30769358+mei23@users.noreply.github.com>
* chore: ↵Shun Sakai2023-07-275-0/+25
| | | | | | | | | | | | | | 著作権とライセンスについての情報を各ファイルに追加する (#11348) * chore: Add the SPDX information to each file Add copyright and licensing information as defined in version 3.0 of the REUSE Specification. * tweak format --------- Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
* Fix auto-fixable issues (#11314)woxtu2023-07-191-6/+6
|
* enhance(backend): migrate bull to bullmq (#10910)syuilo2023-05-291-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | * wip * wip * Update QueueService.ts * wip * refactor * :v: * fix * Update QueueStatsService.ts * refactor * Update ApNoteService.ts * Update mock-resolver.ts * refactor * Update mock-resolver.ts
* fix(server): ↵tamaina2023-04-095-0/+41
| | | | | | | | | IdService.parseを全てのidタイプに対応させるように (#10533) * wip fix-id * :v: * fix import
* perf(backend): cache timeline of a channel to redissyuilo2023-04-031-0/+5
|
* fix: typo (#9300)xtexChooser2022-12-101-2/+2
|
* refactor: Use ESM (#8358)syuilo2022-02-271-1/+1
| | | | | | | | | | | | | | | * wip * wip * fix * clean up * Update tsconfig.json * Update activitypub.ts * wip
* refactoringsyuilo2021-11-124-0/+105
Resolve #7779