summaryrefslogtreecommitdiff
path: root/packages/backend/src/server/api/endpoints/antennas/notes.ts (follow)
Commit message (Expand)AuthorAgeFilesLines
* additional fixes and cleanup to all note endpointsHazelnoot2025-06-051-2/+2
* copy changes to antennas/notes.tsHazelnoot2025-06-031-8/+10
* use instance block columns instead of checking meta columnsHazelnoot2025-05-281-0/+1
* Merge branch 'misskey-develop' into merge/2025-03-24Hazelnoot2025-04-291-0/+1
|\
| * Exclude blocked instance note from most timelines (#15792)anatawa122025-04-281-0/+1
* | merge from misskey-developHazelnoot2025-04-021-0/+3
|\|
| * feat: アンテナでセンシティブなチャンネルからのノート...Nanashi.2025-04-021-0/+3
* | Merge branch 'misskey-develop' into merge/2025-03-24Hazelnoot2025-03-301-2/+2
|\|
| * refactor(backend): better method namesyuilo2025-03-271-2/+2
* | merge upstreamHazelnoot2025-03-251-7/+0
|\|
| * Feat: Chat (#15686)syuilo2025-03-241-7/+0
* | add rate limits to all public endpointsHazelnoot2024-11-221-0/+6
|/
* refactor: Refactor NoteReadService.read (#13429)tamaina2024-02-221-3/+1
* (re) update SPDX-FileCopyrightTexttamaina2024-02-131-1/+1
* Revert "update SPDX-FileCopyrightText"tamaina2024-02-131-1/+1
* update SPDX-FileCopyrightTextsyuilo2024-02-121-1/+1
* refactor: make sure promises are settled before app shutdown (#12942)Kagami Sascha Rosylight2024-01-081-1/+2
* fix(backend): rename FunoutTimelineService to FanoutTimelineService (#12453)zyoshoka2023-11-261-3/+3
* サーバ起動時にアンテナが非アクティブだった場合、ア...おさむのひと2023-11-211-4/+12
* refactor(backend): rename servicesyuilo2023-10-181-3/+3
* perf(backend): createdAtをidから取得するように & 無駄なDateイ...syuilo2023-10-161-2/+2
* fix of 0bb0c32908syuilo2023-10-101-1/+5
* fix of 0bb0c32908syuilo2023-10-091-2/+2
* enhance(backend): RedisへのTLの構築をListで行うようにsyuilo2023-10-091-9/+7
* refactorsyuilo2023-10-071-8/+4
* feat: improve tl performance (#11946)syuilo2023-10-031-3/+3
* update deps (#11820)syuilo2023-09-151-1/+1
* chore(backend): Resolve `import/no-default-export` rule violations (#11732)woxtu2023-08-171-2/+1
* chore: 著作権とライセンスについての情報を各ファイルに...Shun Sakai2023-07-271-0/+5
* fix(backend): antennas/notesを叩いてもアンテナの無効化が解除...syuilo2023-07-211-5/+5
* fix(backend): 7日経過して無効化されたアンテナを再度有効...syuilo2023-06-021-0/+1
* fix typessyuilo2023-04-141-1/+1
* fix(server): アンテナとロールTLのuntil/sinceプロパティが動く...futchitwo2023-04-131-4/+4
* feat: role timelinesyuilo2023-04-121-1/+2
* perf(backend): cache avatar and banner url to dbsyuilo2023-04-061-7/+1
* perf(backend): store notes of an antenna to redis instead of postgresqlsyuilo2023-04-031-12/+28
* enhance: 使われてないアンテナは自動停止されるようにsyuilo2023-03-201-0/+4
* fixessyuilo2022-09-241-1/+1
* fix import typesyuilo2022-09-211-1/+1
* なんかもうめっちゃ変えたsyuilo2022-09-181-41/+59
* fix: アンテナ、クリップ、リストの表示を速くする (#8518)xianon2022-04-191-6/+2
* refactor: migrate to typeorm 3.0 (#8443)syuilo2022-03-261-1/+1
* Fix avatar/banner proxy (#8346)tamaina2022-02-271-0/+6
* refactor: Use ESM (#8358)syuilo2022-02-271-8/+8
* Fix ajv (#8333)tamaina2022-02-201-1/+1
* refactor: use ajv instead of cafy (#8324)syuilo2022-02-191-31/+15
* refactor: APIエンドポイントファイルの定義を良い感じにす...tamaina2022-01-181-6/+6
* lintsyuilo2022-01-031-0/+1
* fix lintsyuilo2021-12-091-7/+7
* /antennas/notes API で日付による絞り込みができるようにする...xianon2021-11-281-1/+10