about summary refs log tree commit diff
AgeCommit message (Expand)Author
2019-07-17add `admin:unsuspend` bangtag & aliasesmultiple creatures
2019-07-17fix `i:am`/`we:are` signaturesmultiple creatures
2019-07-17`admin:silence` and `admin:suspend` bangtagsmultiple creatures
2019-07-16[Security] Bump lodash from 4.17.11 to 4.17.13 (#11287)dependabot-preview[bot]
2019-07-15add visibility shortcodesmultiple creatures
2019-07-15bangtags are not for eating >:omultiple creatures
2019-07-15alias `visibility` bangtag to `v`multiple creatures
2019-07-15stop breaking things with missing commasmultiple creatures
2019-07-15make sure user exists before migratingmultiple creatures
2019-07-15ignore `tsv` column & add index to local-scope postsmultiple creatures
2019-07-15don't put boosts of silenced folks into home feed if you don't follow themmultiple creatures
2019-07-15drop home feed & boost dedup window sizes to save resourcesmultiple creatures
2019-07-15show formatting of replies in composer areamultiple creatures
2019-07-15unbreak `domain_block_impact`multiple creatures
2019-07-15drop incoming twitter retweetsmultiple creatures
2019-07-15add text representation of statuses to status serializermultiple creatures
2019-07-15revise status filters & make `hide mentions of blocked` also filter mentions ...multiple creatures
2019-07-15only tolerate 3 days of remote failures before giving upmultiple creatures
2019-07-15add `untag` bangtagmultiple creatures
2019-07-15sanitize bio formatting!multiple creatures
2019-07-15workaround bbcode parser voring bracketsmultiple creatures
2019-07-15revise bbcode markupmultiple creatures
2019-07-15move user variables to `users` relationmultiple creatures
2019-07-15tag foldingmultiple creatures
2019-07-15add `supports_chat` property, rename `adults_only` to `adult_content`, federa...multiple creatures
2019-07-15local visibility scope, chat scope+tags, unlisted tagsmultiple creatures
2019-07-15add ability to export followersmultiple creatures
2019-07-15make blocking domains actually block the accountsmultiple creatures
2019-07-14update `ruby-bbcode` to 2.1.0multiple creatures
2019-05-22fix tag routing once and for allmultiple creatures
2019-05-22**security** - make sure local roars always get sanitizedmultiple creatures
2019-05-22remove push subscription schedulers from sidekiqmultiple creatures
2019-05-21ignore the `tsv` column on the statuses table - our code will never touch thismultiple creatures
2019-05-21who would win? controller of the tags or a `:` who skipped character class?multiple creatures
2019-05-21handle tags with the old `:` scope delimiter but translate those to `.`multiple creatures
2019-05-21make sure only `self`/`self.` & `local`/`local.` tags are marked private & lo...multiple creatures
2019-05-21convince resource router that dots are good actuallymultiple creatures
2019-05-21`hashtag_scope` is a method in *this* class - how did we even manage to break...multiple creatures
2019-05-21make canceling a reply not take your roar out with itmultiple creatures
2019-05-21fix `thread:reall`multiple creatures
2019-05-21upstream forgot to allow the import mode parammultiple creatures
2019-05-21exceptions: gotta catch em allmultiple creatures
2019-05-21handle importing posts from json dumpsmultiple creatures
2019-05-21add `origin` to status table to mark posts that were previously importedmultiple creatures
2019-05-21add `imported` column to status table to mark posts imported from a json dumpmultiple creatures
2019-05-21add `edited` column to status table to mark if a mod/admin changed somethingmultiple creatures
2019-05-21use dots instead of colons for tag scopesmultiple creatures
2019-05-21add `skip_notify` option to service objects we might use for post importsmultiple creatures
2019-05-21if `created_at` is given to `PostStatusService` make sure it's utcmultiple creatures
2019-05-21add missing `account_media_status_ids` method to accounts controller (oooops~)multiple creatures