about summary refs log tree commit diff
path: root/src/lib/labeling/const.ts
Commit message (Collapse)AuthorAgeFilesLines
* labels: add 'corpse' to 'violent' category (#802)bnewbold2023-05-301-1/+1
| | | Overlooked this when the label was added earlier.
* small label updates (#612)bnewbold2023-05-111-5/+5
| | | | | | | | | | | * labels: fix 'consentual' typo This label has never been applied, so safe to just change it. * labels: new 'nsfl' label, under both porn and gore categories * labels: new account-security label (always warn) * labling: re-word spam subtitle
* [APP-639] Improve nsfw handling & force hidden on iOS (#605)Paul Frazee2023-05-091-11/+4
| | | | | | | | | | | * Identify adult content labels and handle them more specifically * Change adult content defaults to more conservative settings * Add an adultcontentenabled override that prohibits access on iOS * Improve usability of the content hider * Fix lint
* Add the !filter and !warn imperative labels (#580)Paul Frazee2023-05-041-1/+17
|
* Add icon-intolerant and behavior-intolerant to the political hategroup ↵Paul Frazee2023-05-041-1/+1
| | | | category (#579)
* Refactor moderation to apply to accounts, profiles, and posts correctly (#548)Paul Frazee2023-04-271-8/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | * Add ScreenHider component * Add blur attribute to UserAvatar and UserBanner * Remove dead suggested posts component and model * Bump @atproto/api@0.2.10 * Rework moderation tooling to give a more precise DSL * Add label mocks * Apply finer grained moderation controls * Refactor ProfileCard to just take the profile object * Apply moderation to user listings and banner * Apply moderation to notifications * Fix lint * Tune avatar & banner blur settings per platform * 1.24
* [APP 513] Label tuning (#496)Paul Frazee2023-04-191-3/+28
| | | | | * Label updates: break out sexual into 3 categories; tune defaults; improve descriptions * Fix misapplication of warning in notifications
* Add first round of labeling tools (#467)Paul Frazee2023-04-121-0/+50
* Rework notifications to sync locally in full and give users better control * Fix positioning of load more btn on web * Improve behavior of load more notifications btn * Fix to post rendering * Fix notification fetch abort condition * Add start of post-hiding by labels * Create a standard postcontainer and improve show/hide UI on posts * Add content hiding to expanded post form * Improve label rendering to give more context to users when appropriate * Fix rendering bug * Add user/profile labeling * Implement content filtering preferences * Filter notifications by content prefs * Update test-pds config * Bump deps