about summary refs log tree commit diff
path: root/app/lib
AgeCommit message (Expand)Author
2020-01-10add custom filter master toggle, add media gallery mode, & fix various filter...multiple creatures
2020-01-10switch (back) to postgres fts engine for fast search & timeline filtersmultiple creatures
2020-01-04monsterpit says trans rights!!!multiple creatures
2019-12-23fix `queued:boosts` & `queued:posts` breaking if populatedmultiple creatures
2019-12-23add next scheduled seconds to `queued:boosts`multiple creatures
2019-12-23set footers on service dmsmultiple creatures
2019-12-23fix tired admin typomultiple creatures
2019-12-23add `queued:boosts` & `queued:posts` bangtagsmultiple 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-19add preference options to a: hide boosts globally, & b: show only packmates a...multiple creatures
2019-12-17remove prefix from the `bangtag` bangtagmultiple creatures
2019-12-17fix the `bangtag` bangtag but actuallymultiple creatures
2019-12-17fix `bangtag` bangtagmultiple creatures
2019-12-12avoid letting folks kick themselves out of their own threadsmultiple creatures
2019-12-12avoid posting when body only has mentions itmultiple creatures
2019-12-12use `origin` prop for imported announcesmultiple creatures
2019-12-12add `thread:kick` & `thread:unkick` bangtags, alias them to `kick` & `unkick`multiple 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-07skip posts that don't actually existmultiple creatures
2019-12-06use `self.draft` scope tag for draft posts & add draft headermultiple creatures
2019-12-05use `update` to change `curated` flagsmultiple creatures
2019-12-03cache list of already-filtered statusesmultiple creatures
2019-12-03fix `thread:sharekey:sync` by spelling `earliest` correctlymultiple creatures
2019-11-19Change priority of delete activity forwards for replies and reblogs (#11002)Eugen Rochko
2019-11-19Do not misattribute inlined boosts if `attributedTo` isn't present (#10967)ThibG
2019-11-19Refactor all ActivityPub deliveries to be serialized and signed through one c...Eugen Rochko
2019-11-19Handle blank poll options more gracefully (#10946)ThibG
2019-11-19Truncate long URLs while providing alt text for inline imagesThibaut Girka
2019-11-19Translate incoming remote img tags by a linkThibaut Girka
2019-11-19Add responsive panels to the single-column layout (#10820)Eugen Rochko
2019-11-19Fix possible race condition when processing statuses (#10815)ThibG
2019-11-19Do not share a single Redcarpet::Markdown object across threadsThibaut Girka
2019-11-19Allow rel=tag in status textThibaut Girka
2019-11-18Send status ID instead of objects to `ActivityPub::DistributionWorker`multiple creatures
2019-11-18Get rid of the `Formatter` cache. It isn't worth the admin headaches.multiple creatures
2019-11-18Remove unused and incompatable filter settings. These will be re-added in ti...multiple creatures
2019-11-16Allow callers of `Formatter` methods to specify that formatting results shoul...multiple creatures
2019-11-16Moved to using a normalized text column for searches. Admins using an FTS-ena...multiple creatures
2019-11-16Regular expressions can now be used in full-text searches. Wrapping a search...multiple creatures
2019-11-16Update database queries to reflect change of search implementation.multiple creatures
2019-11-06fix missing `srem` argument in commit `d162ebae7`multiple creatures
2019-11-06remove undeliverable flag from temporarily offline remote accounts & servers ...multiple creatures
2019-10-26fix breaking typosmultiple creatures
2019-10-26add `skip_cache` to all cached formatter methods & do not cache the results o...multiple creatures
2019-10-26add `skip_cache` option to formatter & mark cached html as safemultiple creatures