summaryrefslogtreecommitdiff
path: root/packages/backend/src/server/api (follow)
Commit message (Expand)AuthorAgeFilesLines
* Make NoteEdit entity match the database schemaHazelnoot2025-04-131-1/+1
* Merge tag '2025.4.0' into merge/2025-03-24Hazelnoot2025-04-1328-11/+56
|\
| * hideNotesInSensitiveChannel -> excludeNotesInSensitiveChannelsyuilo2025-04-082-4/+4
| * enhance: チャットの閲覧を無効化できるように (#15765)かっこかり2025-04-0724-7/+48
| * fix(backend): 非ログインでタイムラインのストリームに接続...syuilo2025-04-072-0/+4
* | Merge branch 'misskey-develop' into merge/2025-03-24Hazelnoot2025-04-0312-4/+13
|\|
| * Copy role on move (#15745)anatawa122025-04-032-0/+3
| * fix: チャット周りの修正 (#15741)かっこかり2025-04-037-4/+7
| * fix(backend): 非ログインでタイムラインのストリームに接続...syuilo2025-04-032-0/+2
* | refactor bubble-timeline.ts to match global-timeline.ts and local-timeline.tsHazelnoot2025-04-031-2/+3
* | merge from misskey-developHazelnoot2025-04-025-68/+30
|\|
| * feat: アンテナでセンシティブなチャンネルからのノート...Nanashi.2025-04-023-0/+7
| * Fix: 通知のページネーションで2つ以上読み込めなくなる...anatawa122025-04-022-68/+23
* | fix backend lint errorsHazelnoot2025-04-023-5/+5
* | lint and type fixesHazelnoot2025-04-0128-151/+30
* | remove no-op Connection.cachedNotes and Connection.cacheNoteHazelnoot2025-04-0112-43/+0
* | copy changes to notes/edit.tsHazelnoot2025-04-011-4/+2
* | fix backend type errorsHazelnoot2025-04-018-27/+24
* | Merge branch 'develop' into merge/2025-03-24Hazelnoot2025-03-312-81/+121
|\ \
| * | fix wsmessage rate limit definitionHazelnoot2025-03-291-1/+2
| * | increase limits on WS note subscriptions and cached notesHazelnoot2025-03-281-2/+2
| * | limit the number of active connections per client, and limit upgrade requests...Hazelnoot2025-03-281-18/+52
| * | avoid duplicate channels in WS connectionHazelnoot2025-03-281-10/+18
| * | avoid leaking cached notes in WS connectionHazelnoot2025-03-281-11/+11
| * | make sure that note subscriptions can't stay above limitHazelnoot2025-03-281-5/+3
| * | clear subscriptions when connection closesHazelnoot2025-03-281-0/+7
| * | limit the number of note subscriptions per connectionHazelnoot2025-03-281-6/+19
| * | close websocket when rate limit exceededHazelnoot2025-03-281-22/+7
| * | convert streaming rate limit to bucketHazelnoot2025-03-281-21/+14
* | | fix type errors from notes/versions endpointHazelnoot2025-03-311-8/+26
* | | fix type errors from SponsorsServiceHazelnoot2025-03-311-6/+47
* | | Revert "revert 7bfada9792bc4d29d47d3895643543cbe15191cd: enhance: remove bull...Hazelnoot2025-03-301-3/+0
* | | Merge branch 'develop' into merge/2025-03-24Hazelnoot2025-03-3018-1912/+1802
|\| |
| * | Ignore notifications that reference missing notesHazelnoot2025-03-273-3/+22
| * | use exclusive ranges in api/i/notifications and /api/v1/notificationsHazelnoot2025-03-271-2/+2
| * | convert notification types in mastodon APIHazelnoot2025-03-271-19/+16
| * | don't render CW as HTML for mastodonHazelnoot2025-03-271-4/+2
| * | hide sensitive content from Discord previewsHazelnoot2025-03-271-0/+6
| * | render profile bios in masto APIHazelnoot2025-03-271-1/+4
| * | fixes to CW and quote conversion for mastodonHazelnoot2025-03-271-9/+29
| * | handle errors in mastodon search endpointsHazelnoot2025-03-271-0/+33
| * | improve mastodon API error handlingHazelnoot2025-03-271-45/+43
| * | rename MastodonConverters.ts to matching naming schemeHazelnoot2025-03-279-16/+16
| * | add additional required CORS headers for masto-api requestsHazelnoot2025-03-271-0/+15
| * | enable local timeline in Phanpy clientsHazelnoot2025-03-271-1/+1
| * | support reactions in mastodon APIHazelnoot2025-03-272-39/+46
| * | remove unused async from toMastoApiHtml / fromMastoApiHtmlHazelnoot2025-03-271-10/+9
| * | don't log query parameters from mastodon APIHazelnoot2025-03-271-2/+4
| * | support Mastodon v4 "link header" paginationHazelnoot2025-03-276-82/+321
| * | implement /api/v1/favouritesHazelnoot2025-03-271-2/+16