summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add warning about memory fragmentationPrivateGER2025-02-261-0/+2
* override compression from env varsPrivateGER2025-02-251-1/+1
* Optionally enable websocket compressionPrivateGER2025-02-253-0/+14
* merge: Fix file description labels to use "alt text" terminology (!911)Hazelnoot2025-02-222-1/+5
|\
| * do not change "description" key to "Alt text"Jacob Hall2025-02-202-2/+1
| * fix file description labels to use "alt text" terminologyJacob Hall2025-02-191-0/+5
* | merge: TSVector based search provider (!910)dakkar2025-02-203-2/+18
|\ \
| * | fix linter...PrivateGER2025-02-191-2/+2
| * | Rename tsvector to sqlTsvectorPrivateGER2025-02-193-4/+4
| |\ \
| | * | simplify tsvector implementation, remove cover densityPrivateGER2025-02-191-56/+5
| * | | change to sqlTsvectorPrivateGER2025-02-191-56/+5
| |/ /
| * | adjust docsPrivateGER2025-02-191-1/+6
| * | fix wrong column namePrivateGER2025-02-191-1/+1
| * | Implement tsvector search supportPrivateGER2025-02-193-1/+63
| |/
* | merge: Add "force content warning" setting for user moderation (resolves #905...dakkar2025-02-2046-108/+843
|\ \ | |/ |/|
| * add `admin/cw-user` to new endpoints listHazelnoot2025-02-166-408/+489
| * fix build error in compute-merged-cw.tsHazelnoot2025-02-161-1/+1
| * factor out shared "compute-merged-cw" routineHazelnoot2025-02-1613-96/+41
| * document "special character" as zero-width space in activitypub unit testsHazelnoot2025-02-161-2/+2
| * adjust types to avoid merge conflicts in NoteCreateService.ts and NoteEditSer...Hazelnoot2025-02-162-5/+35
| * fix type errors in NoteCreateService.tsHazelnoot2025-02-161-21/+3
| * append mandatory CW in `Update(Note)` activitiesHazelnoot2025-02-163-53/+97
| * fix type error in WebhookTestService.tsHazelnoot2025-02-161-0/+1
| * add translation entry for "write:admin:cw-user"Hazelnoot2025-02-162-0/+5
| * append mandatory CW in note previewsHazelnoot2025-02-162-4/+18
| * append mandatory CW in all note views (Mk/Sk/Em + basic/Detailed/Simple/Sub)Hazelnoot2025-02-1612-44/+152
| * move `mandatoryCW` from admin-user to PackedUserLite (public field)Hazelnoot2025-02-165-6/+7
| * append default CW when rendering AP `Note` objectsHazelnoot2025-02-165-15/+117
| * factor out common append-content-warning routine for use in both frontend and...Hazelnoot2025-02-164-12/+219
| * remove mandatory CW logic from NoteCreateService and NoteEditServiceHazelnoot2025-02-162-24/+3
| * prevent duplicate ModLog entries when changing mod note or force CWHazelnoot2025-02-161-15/+12
| * don't duplicate mandatory CWsHazelnoot2025-02-162-6/+6
| * record ModLog entry when setting a user's content warningHazelnoot2025-02-168-9/+55
| * fix TypeScript errors in modlog.MogLog.vueHazelnoot2025-02-166-3/+63
| * fix typescript errors in WebhookTestService.tsHazelnoot2025-02-161-0/+1
| * add user-level "force content warning" moderation featureHazelnoot2025-02-1611-407/+534
| * refresh cache when marking a user as NSFWHazelnoot2025-02-161-2/+7
| * fix lint errors in NoteCreateService & NoteEditServiceHazelnoot2025-02-162-3/+3
* | merge: Add separate redis for rate limit (!908)Marie2025-02-1810-4/+60
|\ \
| * | implement redisForRateLimitHazelnoot2025-02-1810-4/+60
* | | merge: fix time zone for CustomEmojiService test (!909)Marie2025-02-182-2/+4
|\ \ \
| * | | fix names that annoy @dakkardakkar2025-02-181-2/+2
| * | | fix time zone for CustomEmojiService testdakkar2025-02-181-0/+2
|/ / /
* | | merge: Optionally log remote ActivityPub objects to database (!833)Hazelnoot2025-02-1828-14/+900
|\ \ \ | |/ / |/| |
| * | delete fetch logs when a note or user is deletedHazelnoot2025-02-163-2/+50
| * | fix unit tests using mock-resolverHazelnoot2025-02-161-0/+2
| * | add missing `await` in ApLogCleanupServiceHazelnoot2025-02-161-1/+1
| * | don't log slow activities, as this is known to happen under regular circumsta...Hazelnoot2025-02-161-8/+1
| * | implement AP fetch logsHazelnoot2025-02-1611-95/+395
| * | rename activity_log and activity_context to ap_inbox_log and ap_contextHazelnoot2025-02-1611-65/+113