about summary refs log tree commit diff
path: root/app
AgeCommit message (Collapse)Author
2019-07-17add `parent:urls` & `parent:domains` bangtagsmultiple creatures
2019-07-17allow admins to retag parent posts (`parent:tag:monsterpit.dev.todo`)multiple creatures
2019-07-17pretty output for `admin:` bangtagsmultiple creatures
2019-07-17add `admin:eval` bangtag & make `admin:` output local-onlymultiple creatures
2019-07-17make `draft`s local-onlymultiple creatures
2019-07-17pretty-format `i:am:list` & make output local-onlymultiple creatures
2019-07-17use private user var for `media:desc` bangtagmultiple creatures
2019-07-17Call resize cssLumb
This should be the right place to add an import so it affects the whole site I think? I'm new to this, forgive.
2019-07-17Add css to auto-resize columnsLumb
I'm not totally confident in all this CSS but it does what it's supposed to. Auto-resizing columns, which makes the interface slightly more usable for me.
2019-07-17add size var to controller fileLumb
Add MAX_SIZE_LIMIT to control image and video size limit to read from env file
2019-07-17add search env to controller fileLumb
Add variable to controller file for search results
2019-07-17make admin bangtag output use htmlmultiple creatures
2019-07-17set correct content type for `draft`smultiple creatures
2019-07-17add `i:am:list` bangtagmultiple creatures
2019-07-17don't include parent components of scoped tags in folded tag listmultiple creatures
2019-07-17fix parsing of tags for foldingmultiple creatures
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-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-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
of users blocked at the admin level
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`, ↵multiple creatures
federate the kobolds~
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 & ↵multiple creatures
local + treat `:` in tags as `.`
2019-05-21`hashtag_scope` is a method in *this* class - how did we even manage to ↵multiple creatures
break that???
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