about summary refs log tree commit diff
AgeCommit message (Collapse)Author
2019-07-19move query string sanitizer to its own module & sanitize link cards as wellmultiple creatures
2019-07-19make anchor tagging check full pathmultiple creatures
2019-07-19update schemamultiple creatures
2019-07-19correct references in kobold migrationmultiple creatures
2019-07-19make community visibility default for new accountsmultiple creatures
2019-07-19remove aliases of old of kobold prefs from account modelmultiple creatures
2019-07-19remove old version of kobold prefs from stringsmultiple creatures
2019-07-19remove old version of kobold prefs from uimultiple creatures
2019-07-19migrate the kobolds from user setting to accountmultiple creatures
2019-07-18federate account locked status (`mp:locked`)multiple creatures
2019-07-18unbreak logicmultiple creatures
2019-07-18exclude mentions & hashtags from anchor taggingmultiple creatures
2019-07-18add icons to user-specified link text & potentially misleading linksmultiple creatures
2019-07-18strip known tracking parameters (e.g., utm codes) from linksmultiple creatures
2019-07-18add missing visibility strings to preferencesmultiple creatures
2019-07-18add community visibility to the web appmultiple creatures
2019-07-18Improve the anti-spam prompt.multiple creatures
2019-07-18add `visibility:parent` bangtag to allow retroactive post visibility changes ↵multiple creatures
(currently only between `local` & `unlisted`)
2019-07-18alias `parent:permalink` to `parent:link`multiple creatures
2019-07-18better handling of bangtag-only posts that produce no outputmultiple creatures
2019-07-17make sure announcements get streamed to the local tl & make them ↵multiple creatures
unlisted-local visibility
2019-07-17add `admin:announce` bangtagmultiple creatures
2019-07-17allow escaping bangtags with `#!!`multiple creatures
2019-07-17fix bbcode bracket workaroundmultiple creatures
2019-07-17don't override mobile ui or drawer when resizingmultiple creatures
2019-07-17include skipped in `admin:` outputmultiple creatures
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-17Document search.sqlLumb
Added install instructions for full text search.
2019-07-17Add dist/search.sqlLumb
Adding SQL file to set up full text search.
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-17reset toot limit and pinned limit to merge upstreamLumb
What the desc says uwu
2019-07-17update size limits in env sampleLumb
Updated video and image size limit var to reflect monsterpits implementation, added gif size limit var
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 var to sample envLumb
Adding MAX_SEARCH RESULTS to the env sample file, and documented
2019-07-17add search env to controller fileLumb
Add variable to controller file for search results
2019-07-17add vars to sample envLumb
Adding vars to the sample env for profile fields, display name characters, max image and video size, and max audio clip length
2019-07-17Update '.env.production.sample'Lumb
Changed max toot char to 5000 Changed max pinned toots to 10
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