about summary refs log tree commit diff
path: root/app/lib
AgeCommit message (Expand)Author
2020-08-30[Feature] Add support for unlisted and out-of-body tagsFire Demon
2020-08-30[Command Tags] Add #!notify toggle to allow toggling whether or not a post sh...Fire Demon
2020-08-30[Command Tags] Add support for interpreting arbitary blocks of command statementFire Demon
2020-08-30[UI] Make blog-style wide media optionalFire Demon
2020-08-30[Moderation] Limit scope of admin-level silences to timelines, search, and ac...Fire Demon
2020-08-30[Privacy, Timelines] Improve filteringFire Demon
2020-08-30[Timelines] Bump up size of feedsFire Demon
2020-08-30[Privacy, Bug] Exclude unpublished statuses and replies from timeline generationFire Demon
2020-08-30[Privacy] Check permissions of boosts and dereference boosts before sending t...Fire Demon
2020-08-30[Feature, Federation] Add support for arbitarty account and server metadata f...Fire Demon
2020-08-30[Federation] Use correct IRI prefix for schema.orgFire Demon
2020-08-30[Command Tags] Unpublish status before destroyingFire Demon
2020-08-30[Bug, Command Tags] Do not set publish flag on status before passing to Publi...Fire Demon
2020-08-30[Feature, Partial] Add backend support for additional publishing and customiz...Fire Demon
2020-08-30[Privacy, Command Tags] Add advanced deletesFire Demon
2020-08-30[Federation] cc implicit participants of limited-audience messagesFire Demon
2020-08-30[Bug, Command Tags] Include cc in visibilities listFire Demon
2020-08-30[Bug] Remove & from includesFire Demon
2020-08-30[Feature, Privacy, Command Tags] Add support for addressing listsFire Demon
2020-08-30[Bug, Command Tags] Remove stray ?Fire Demon
2020-08-30[Command Tags] Add support for persistent variablesFire Demon
2020-08-30[Command Tags] Allow using #!publish with currrent roar if it contains a body...Fire Demon
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[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[Privacy] Add options for private accountsFire Demon
2020-08-30[Formatting] Allow formatted account biosFire Demon
2020-08-30[Formatting] Add support for details/summary, centering; use Monsterfork v1 s...Fire Demon
2020-08-30[Privacy] Add support for matching unmatched domains with * glob in per-domai...Fire Demon
2020-08-30[Command Tags] Add abbreviations for truthy/falsy wordsFire 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 bet...Fire Demon
2020-08-30[Command Tags] Simplify tag processing and add support for return value templ...Fire Demon
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 hashta...Fire Demon
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 t...Fire Demon
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[Command Tags] Handle representing code blocks for all content typesFire Demon
2020-08-30[Command Tags, Revise] Use %%...%% for templates instead of {%...%}Fire Demon