about summary refs log tree commit diff
AgeCommit message (Collapse)Author
2020-08-30[Feature, Database] Add migrations and models for queued boosts, delayed ↵Fire Demon
publishing, and self-destructing posts
2020-08-30[UI] Apply Monsterfork formatting overrides to external pagesFire Demon
2020-08-30[Command Tags] Add support for persistent variablesFire Demon
2020-08-30[Database, Models] Add missing uniqueness validationsFire Demon
2020-08-30[Feature] Add general-purpose account metadata to backendFire Demon
2020-08-30[Command Tags] Allow using #!publish with currrent roar if it contains a ↵Fire Demon
body beyond mentions and hashtags
2020-08-30[Command Tags] Move blank post check to utility methodFire Demon
2020-08-30[Command Tags] Make startup and shutdown calls to all modulesFire Demon
2020-08-30[UI, Accessibility] Make underlining hyperlinks optionalFire Demon
2020-08-30[Bug, Command Tags] Strip end markers out of multi-line text blocksFire Demon
2020-08-30[UI] Remove background of code nested in preFire Demon
2020-08-30[UI] Theme code and pre separatelyFire Demon
2020-08-30[UI] Add console-like theme to code snippetsFire Demon
2020-08-30[Bug, Command Tags] Use the "all" qualifier in return value templatesFire Demon
2020-08-30[Command Tags] Use return template with code commandFire Demon
2020-08-30[Command Tags] Alias "p" to visibility commandsFire Demon
2020-08-30[Rails] Revise association cachingFire Demon
2020-08-30[Bug, API] Pass current account to context serializer to add domain ↵Fire Demon
permission information
2020-08-30[UI, API, Rebase] Clean up original domain permissions APIFire Demon
2020-08-30[Privacy] Add options for private accountsFire Demon
2020-08-30[Localization] Add success string for future domain permissions manager pageFire Demon
2020-08-30[Formatting] Allow formatted account biosFire Demon
2020-08-30[Formatting] Add support for details/summary, centering; use Monsterfork v1 ↵Fire Demon
styling
2020-08-30[Privacy] Add support for matching unmatched domains with * glob in ↵Fire Demon
per-domain permissions
2020-08-30[Feature] Use unprocessed text for editsFire Demon
2020-08-30[Command Tags] Add abbreviations for truthy/falsy wordsFire Demon
2020-08-30[Privacy, API] Expose domain permissions to authorFire Demon
2020-08-30[Command Tags] Add colon to make delimiter syntax clearerFire Demon
2020-08-30[Command Tags] Add support for strings and interpolation in templates; escapesFire Demon
2020-08-30[Bug, Command Tags] Only skip invalid templates rather than all templatesFire Demon
2020-08-30[Command Tags] Require templates to have at least one non-blank character ↵Fire Demon
between sigils
2020-08-30[Command Tags] Simplify tag processing and add support for return value ↵Fire Demon
templates
2020-08-30[Command Tags] Skip processing if no prefix in bodyFire Demon
2020-08-30[Bug, Command Tags] Consider body blank if left with only mentions and ↵Fire Demon
hashtags to prevent accidental mentions
2020-08-30[Command Tags] Add support for module initializationFire Demon
2020-08-30[Command Tags] Simplify filtering of statement handler namesFire Demon
2020-08-30[Command Tags] Add commands for appending, prepending, and replacing body textFire Demon
2020-08-30[Command Tags] Do not convert body text to list / Parse and replace command ↵Fire Demon
tags in a single pass
2020-08-30[Command Tags] Give a user-friendlier message when processing command tags ↵Fire Demon
without output
2020-08-30[Bug] AccountConversation already covered by Conversation pruning in ↵Fire Demon
DatabaseCleanupScheduler
2020-08-30[Privacy] Improve handling of mixed permissionsFire Demon
2020-08-30[Bug, Command Tags] Match multi-line blocks non-greedilyFire Demon
2020-08-30[Privacy, Command Tags] Set semiprivate flag on mixed-privacy postsFire Demon
2020-08-30[Privacy] Exclude mixed-privacy posts from public collections unless the ↵Fire Demon
requesting actor is locally authenticated or follows the author
2020-08-30[Command Tags] Handle representing code blocks for all content typesFire Demon
2020-08-30[Command Tags, Revise] Use %%...%% for templates instead of {%...%}Fire Demon
2020-08-30[Command Tags] Add TextTools moduleFire Demon
2020-08-30[Command Tags] Fix parsing of of multi-line argument; add support for ↵Fire Demon
variables and templating
2020-08-30[Feature, Privacy, Command Tags] Add text commands for per-domain post privacyFire Demon
2020-08-30[Feature, Privacy] Add API support for per-domain post privacy (account)Fire Demon