summaryrefslogtreecommitdiff
path: root/packages/backend/src/server/api/endpoints (follow)
Commit message (Expand)AuthorAgeFilesLines
* add "followStats" property to admin/show-user responseHazelnoot2025-05-161-0/+39
* replace andWhere with whereHazelnoot2025-05-141-1/+1
* use /users endpoint for explore exclusively (restore original behavior)Hazelnoot2025-05-141-12/+6
* don't trend notes from non-explorable or non-trendable usersHazelnoot2025-05-141-1/+2
* check ps.trending before hiding non-explorable users from /users endpointHazelnoot2025-05-141-1/+4
* enforce "can trend" role policy in trending user pageHazelnoot2025-05-142-2/+30
* add new featured tab for "users popular locally"Hazelnoot2025-05-141-2/+17
* add role policy to allow note trendingHazelnoot2025-05-142-2/+2
* merge: Cache note translations in Redis (!1027)Marie2025-05-141-13/+48
|\
| * add debug logging for translation endpointHazelnoot2025-05-121-0/+1
| * cache and re-use note translationsHazelnoot2025-05-121-13/+47
* | add configurable timeout for note translationsHazelnoot2025-05-123-0/+12
|/
* merge: Fix word mute character calculation (resolves #861) (!1018)Hazelnoot2025-05-121-2/+7
|\
| * fix calculation of word muteHazelnoot2025-05-101-2/+7
* | don't show hidden hashtags on the trending pageHazelnoot2025-05-101-0/+6
|/
* refactor: ファイルアップロード時のテストを追加 (#15928)おさむのひと2025-05-081-0/+1
* merge: Replace JSDOM with cheerio (!973)Marie2025-05-081-1/+2
|\
| * replace JSDOM with cheerioHazelnoot2025-05-081-1/+2
* | implement '/v1/apps/verify_credentials'Hazelnoot2025-05-081-0/+73
|/
* add missing stateMarie2025-05-081-1/+1
* merge: Reorder relay activities to avoid delivery race condition (resolves #9...Marie2025-05-082-2/+2
|\
| * reorder relay activities to avoid delivery race conditionHazelnoot2025-05-072-2/+2
* | Fix polls not rendering properly in Schedule ListMarie2025-05-081-0/+18
* | merge: Show all files for Drive Cleaner (!982)Hazelnoot2025-05-071-4/+7
|\ \ | |/ |/|
| * upMarie2025-05-071-2/+2
| * add boolean to ignore folderId sorting, show all files on drive cleanerMarie2025-05-071-4/+7
* | check role assignments in featured timelineHazelnoot2025-05-041-0/+16
* | use bucket rate limit for featured timelineHazelnoot2025-05-041-3/+4
* | apply optimized domain block pattern to silence and bubble checksHazelnoot2025-05-031-27/+8
* | check suspended users/hosts in following feedHazelnoot2025-05-031-0/+6
* | honour blocked hosts in global-timelinedakkar2025-05-021-0/+2
* | nicer SQL checks for blocked hostsdakkar2025-05-021-2/+2
* | make bubble timeline visibility checks match local timelineHazelnoot2025-05-011-5/+5
* | add setting to disable proxy account (resolves #766)Hazelnoot2025-05-012-0/+13
* | Merge branch 'misskey-develop' into merge/2025-03-24Hazelnoot2025-04-2926-24/+31
|\ \
| * | fix(backend): correct response schema of chat endpoints (#15904)zyoshoka2025-04-288-24/+0
| * | Exclude blocked instance note from most timelines (#15792)anatawa122025-04-2817-0/+24
| * | feat: アップロード可能な最大ファイルサイズをロールご...syuilo2025-04-271-1/+8
* | | merge upstream againHazelnoot2025-04-249-81/+269
|\| |
| * | feat: Job queue inspector (#15856)syuilo2025-04-199-81/+266
| * | enhance: コントロールパネルでジョブキューをクリアでき...syuilo2025-04-161-4/+7
* | | Merge branch 'develop' into merge/2025-03-24Hazelnoot2025-04-241-6/+5
|\ \ \ | | |/ | |/|
| * | remove redundant sql query.piuvas2025-04-201-9/+0
| * | requested changes to verifyFieldLinkspiuvas2025-04-201-14/+11
| * | refactor link verification.piuvas2025-04-191-1/+12
* | | allow `/` in `objectStoragePrefix`dakkar2025-04-141-1/+1
* | | relax rate limit on /users endpointHazelnoot2025-04-131-3/+4
* | | Make NoteEdit entity match the database schemaHazelnoot2025-04-131-1/+1
* | | Merge tag '2025.4.0' into merge/2025-03-24Hazelnoot2025-04-1326-11/+52
|\ \ \ | | |/ | |/|
| * | hideNotesInSensitiveChannel -> excludeNotesInSensitiveChannelsyuilo2025-04-082-4/+4