about summary refs log tree commit diff
path: root/app
AgeCommit message (Expand)Author
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-05-22**security** - make sure local roars always get sanitizedmultiple creatures
2019-05-21ignore the `tsv` column on the statuses table - our code will never touch thismultiple 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-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-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
2019-05-21add `keysmash` bangtagmultiple creatures
2019-05-21fix hoverplay emoji in bbcodemultiple creatures
2019-05-21let account badges in web app wrapmultiple creatures
2019-05-21styling for staff quick linksmultiple creatures
2019-05-21space out badgesmultiple creatures
2019-05-21add quick links for staffmultiple creatures
2019-05-21show mod & admin badges in web appmultiple creatures
2019-05-21expose account roles to the apimultiple creatures
2019-05-21clear status caches when someone is moderated force unlisted or force sensitivemultiple creatures
2019-05-21limit search results to 33 until we split & paginate the search apimultiple creatures
2019-05-21render normalized status in reply indicator so that custom emojis are shownmultiple creatures
2019-05-21allow custom emojis in field keys in web appmultiple creatures
2019-05-21include bio field keys in emojifiable textmultiple creatures
2019-05-21remove clipping border from linksmultiple creatures
2019-05-21formatted bios + merge monsterpit markdown styles directly into glitch-soc scssmultiple creatures
2019-05-21apply monsterpit style overrides to public pagesmultiple creatures
2019-05-21set correct name on media caption `div`multiple creatures
2019-05-21add html to `format` bangtag + shortcut for bbdown`multiple creatures
2019-05-21add bbdown & bbcode options to prefs menumultiple creatures
2019-05-21fix bbdown newlines + format & emojify footersmultiple creatures