about summary refs log tree commit diff
AgeCommit message (Expand)Author
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
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-21add strings for new import options & change domain block -> domain policymultiple 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
2019-05-21correct media reveal wordingmultiple creatures
2019-05-21reimplement monsterpit bbcode and markdown extensions on top of new glitch-so...multiple creatures