about summary refs log tree commit diff
path: root/app/models
AgeCommit message (Expand)Author
2020-02-13allow moderators to change sensitive content flag on posts without media atta...multiple creatures
2020-02-13remove unneeded `setting_` prefixmultiple creatures
2020-02-13`setting` -> `settings`multiple creatures
2020-02-13(reso: report #201) add option to strip embed cards from sensitive posts, mak...multiple creatures
2020-02-10`this` -> `self`multiple creatures
2020-02-05move rando check into the account model so it can be reused by other anti-har...multiple creatures
2020-02-05(finally) remove unused `vars` from account modelmultiple creatures
2020-02-04lazily merge accounts helper & necessary methods from glitchsoc 3.0multiple creatures
2020-02-04`setting` -> `settings`multiple creatures
2020-02-04fix rss endpoint & add option to enable it (off by default)multiple creatures
2020-01-30use upstream spam detectionmultiple creatures
2020-01-26restore monsterfork hashtag parsing behaviormultiple creatures
2020-01-20Original upstream mergeThibG
2020-01-15port commit `7e2bff995` from upstream to fix broken attachment downloadingmultiple creatures
2020-01-15handle passing `0` to `lifespan` & `defed_in` bangtags to unset the auto-dest...multiple creatures
2020-01-15anti-harassment: add option to toggle whether to allow follows/packmate reque...multiple creatures
2020-01-13use `update` instead of assignment on `delete_after=` & `defederate_after=`multiple creatures
2020-01-13add new privacy option to auto-defederate after a given timespan + add option...multiple creatures
2020-01-13remove duplicates from media gallery mode, attempt 2multiple creatures
2020-01-12add privacy option to limit lifespan of public access to post & object urls b...multiple creatures
2020-01-11skip spam check if invite-only registrationmultiple creatures
2020-01-11remove duplicate posts in gallery modemultiple creatures
2020-01-10add option for changing the monsterfork api exposure level, defaulting to `fu...multiple creatures
2020-01-10add custom filter master toggle, add media gallery mode, & fix various filter...multiple creatures
2020-01-10trigger feed update after a filter is deletedmultiple creatures
2020-01-10remove duplicate `private` sectionmultiple creatures
2020-01-10add ability to toggle individual filters without deleting themmultiple creatures
2020-01-10don't try to apply filters when there's not any setmultiple creatures
2020-01-10bon voyage to that shitty text normalization codemultiple creatures
2020-01-10switch (back) to postgres fts engine for fast search & timeline filtersmultiple creatures
2019-12-21add virtual scopes for `#``self.boosts` (your boosts) & `#``self.home.boosts`...multiple creatures
2019-12-21add option to only apply phrase filters to timelinesmultiple creatures
2019-12-21add option to use phrase filters as an allow listmultiple creatures
2019-12-21add option to set mutes that apply only to timelinesmultiple creatures
2019-12-19rework hide boosts / show only packmates options to work with timeline streamingmultiple creatures
2019-12-19add preference options to a: hide boosts globally, & b: show only packmates a...multiple creatures
2019-12-17when applying user filters only `select` columns from the `statuses` tablemultiple creatures
2019-12-12include "do not interact" as a trigger for infering no replies modemultiple creatures
2019-12-12only pass account id into scope instead of whole account objectmultiple creatures
2019-12-12add ability for post authors to kick jerks out of their threadsmultiple creatures
2019-12-11move sharekeys & import metadata to own tablesmultiple creatures
2019-12-11move normalized text into own tablemultiple creatures
2019-12-10add accessibility option to make everything lowercasemultiple creatures
2019-12-07add option to toggle whether regex filters should be applied to mentionsmultiple creatures
2019-12-07make sure filter cache gets wiped when a filter is deletedmultiple creatures
2019-12-07make domain policies templatablemultiple creatures
2019-12-07get rid of unneccesary protocol check from upstreammultiple creatures
2019-12-06use `self.draft` scope tag for draft posts & add draft headermultiple creatures
2019-12-03when someone adds/changes a filter retroactively apply it to their home & lis...multiple creatures
2019-12-03add `all` & `all_cached` props to feed modelmultiple creatures