summaryrefslogtreecommitdiff
path: root/packages/backend/src/core (follow)
Commit message (Expand)AuthorAgeFilesLines
* initial link attributions work.piuvas2025-05-265-0/+9
* merge: Experimental improvements to Delete Account process (maybe resolves #1...Hazelnoot2025-05-152-14/+7
|\
| * allow caller to pass in existing reaction hint to ReactionService.deleteHazelnoot2025-05-121-2/+2
| * await delete account in queue in case of errorsHazelnoot2025-05-121-2/+2
| * use deliverMany to reduce overhead of account deletion queueHazelnoot2025-05-121-10/+3
* | don't trend notes from non-explorable or non-trendable usersHazelnoot2025-05-142-20/+31
* | update user activity on Renote, Un-Renote, Note Edit, React, and Un-ReactHazelnoot2025-05-144-0/+10
* | also delete AP logs for cascading notesHazelnoot2025-05-141-2/+5
* | decrement quote count correctlyHazelnoot2025-05-141-1/+1
* | fix references to userOrIdHazelnoot2025-05-141-9/+10
* | enforce "can trend" role policy in trending user pageHazelnoot2025-05-141-6/+8
* | add role policy to allow note trendingHazelnoot2025-05-144-16/+30
* | merge: Allow port ranges in allowedPrivateIps (!1025)Marie2025-05-141-41/+27
|\ \
| * | enforce port restrictions against requests that happen to be missing the portHazelnoot2025-05-131-1/+1
| * | allow private IP ranges to specify allowed portsHazelnoot2025-05-121-41/+27
| |/
* / add redis cache for note translationsHazelnoot2025-05-121-1/+46
|/
* add "is from local bubble instance" role conditionHazelnoot2025-05-121-0/+4
* merge: Fix word mute character calculation (resolves #861) (!1018)Hazelnoot2025-05-121-1/+1
|\
| * raise default character limit for word mutesHazelnoot2025-05-101-1/+1
* | merge: Fix unique constraint error when processing a flurry of note pinning a...Marie2025-05-121-13/+19
|\ \
| * | use transaction to avoid unique constraint error when processing duplicate Ad...Hazelnoot2025-05-111-13/+19
| |/
* / add new role conditions for local/remote followers/followeesHazelnoot2025-05-102-6/+99
|/
* add isFromInstance role conditionHazelnoot2025-05-091-0/+13
* remove extra space in NoteCreateService.tsHazelnoot2025-05-081-1/+1
* re-fetch notes after create/edit to ensure they have all fields populatedHazelnoot2025-05-082-4/+8
* use targetNotes to reduce duplicate codeHazelnoot2025-05-081-29/+22
* avoid error when editing notes without any mentionsHazelnoot2025-05-081-4/+1
* resolve mentioned user handles on the backendHazelnoot2025-05-081-2/+56
* merge: Replace JSDOM with cheerio (!973)Marie2025-05-081-21/+24
|\
| * separate type imports for CheerioHazelnoot2025-05-081-1/+2
| * replace JSDOM with cheerioHazelnoot2025-05-081-21/+23
* | merge: Improve inline quote detection and link previews (resolves #1047 and #...Marie2025-05-081-0/+10
|\ \
| * | validate more URLs in UrlPreviewService.tsHazelnoot2025-05-081-0/+10
| |/
* | merge: add `scheduleNotePost` queue to dashboard (!994)Marie2025-05-081-0/+2
|\ \
| * | add `scheduleNotePost` queue to dashboarddakkar2025-05-081-0/+2
| |/
* / add `logging.verbose` option to enable debug logging in production. (same fun...Hazelnoot2025-05-083-8/+20
|/
* merge: when creating a note as a side-effect, make it silent - fixes #986 (!932)Hazelnoot2025-05-081-4/+4
|\
| * when creating a note as a side-effect, make it silent - fixes #986dakkar2025-03-281-4/+4
* | merge: Reorder relay activities to avoid delivery race condition (resolves #9...Marie2025-05-088-40/+32
|\ \
| * | reorder relay activities to avoid delivery race conditionHazelnoot2025-05-078-40/+32
* | | revert back to old checkMarie2025-05-071-2/+1
|/ /
* | merge: Merge upstream 2025.4.1 (!955)Hazelnoot2025-05-0763-1030/+3141
|\ \
| * \ Merge branch 'develop' into merge/2025-03-24Hazelnoot2025-05-061-2/+11
| |\ \
| * | | nicer SQL checks for blocked hostsdakkar2025-05-022-7/+6
| * | | enforce maxFileSize for remote usersHazelnoot2025-05-021-1/+6
| * | | add setting to disable proxy account (resolves #766)Hazelnoot2025-05-011-2/+5
| * | | fix type errors in SponsorsService.tsHazelnoot2025-04-301-3/+3
| * | | Merge branch 'misskey-develop' into merge/2025-03-24Hazelnoot2025-04-296-4/+77
| |\ \ \
| | * | | Exclude blocked instance note from most timelines (#15792)anatawa122025-04-283-4/+66
| | * | | feat: アップロード可能な最大ファイルサイズをロールご...syuilo2025-04-272-0/+10