summaryrefslogtreecommitdiff
path: root/packages/backend/src/core/IdService.ts (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix: ↵anatawa122025-04-021-6/+20
| | | | | | | | | | | | | | | | | | | 通知のページネーションで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-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
|
* fix(backend): reject malformed timestamp (#12554)Acid Chicken (硫酸鶏)2023-12-031-5/+18
|
* perf(backend): createdAtをidから取得するように & ↵syuilo2023-10-161-8/+12
| | | | 無駄なDateインスタンスの生成を避けるように
* feat: introduce aidx and make it defaultsyuilo2023-09-061-0/+3
| | | | Co-Authored-By: MeiMei <30769358+mei23@users.noreply.github.com>
* chore: ↵Shun Sakai2023-07-271-0/+5
| | | | | | | | | | | | | | 著作権とライセンスについての情報を各ファイルに追加する (#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>
* cleanup: trim trailing whitespace (#11136)okayurisotto2023-07-081-1/+1
| | | | | | | | | * cleanup: trim trailing whitespace * update(`.editorconfig`) --------- Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
* fix(backend): Resolve missing parseObjectId in IdService (#11039)Caipira2023-06-231-2/+2
|
* fix(server): ↵tamaina2023-04-091-7/+7
| | | | | | | | | IdService.parseを全てのidタイプに対応させるように (#10533) * wip fix-id * :v: * fix import
* perf(backend): cache timeline of a channel to redissyuilo2023-04-031-1/+14
|
* fix: typo (#9300)xtexChooser2022-12-101-3/+3
|
* refactor: introduce bindThis decorator to bind this automaticalysyuilo2022-12-041-0/+2
|
* fix import typesyuilo2022-09-211-1/+1
|
* testsyuilo2022-09-191-3/+3
|
* なんかもうめっちゃ変えたsyuilo2022-09-181-0/+33