about summary refs log tree commit diff
path: root/app/lib
AgeCommit message (Expand)Author
2020-03-09handle possible `nil`multiple creatures
2020-03-08add option to auto-trust accounts (at the time of processing a create note) f...multiple creatures
2020-03-02clean up timeline scoping & drop timeline options no longer used by monsterforkmultiple creatures
2020-03-01fix bug in which someone enabling `reject unknown follows` after accepting a ...multiple creatures
2020-03-01immediately drop announces & creates whose object domain is blockedmultiple creatures
2020-02-27port tootsuite#11805 to monserfork: Change deletes to preserve soft-deleted s...Eugen Rochko
2020-02-22handle potential `nil` with safe navigationmultiple creatures
2020-02-21do not add public collection to `cc` field in inivisible modemultiple creatures
2020-02-21remove uneeded argumentsmultiple creatures
2020-02-21Suppress backtrace when delivering toots (#12798)Daigo 3 Dango
2020-02-21port tootsuite#12831 to monsterfork: Fix Ruby 2.7 supportThibG
2020-02-21port tootsuite#11775 to monsterfork: Add retry for failed media downloads and...Eugen Rochko
2020-02-21Fix audio not being downloaded from remote servers (#11145)Eugen Rochko
2020-02-21get rid of refereces to now-rejected autoreject helper (& unbreak the server)multiple creatures
2020-02-21remove autoreject implementation, superseded by monsterfork graylisting + ups...multiple creatures
2020-02-21get rid of stray merge conflictmultiple creatures
2020-02-21port tootsuite#11138 to monsterfork: Change domain blocks to automatically su...Eugen Rochko
2020-02-21port tootsuite#11638 to monsterfork: Fix remote and staff-removed statuses le...Eugen Rochko
2020-02-20port tootsuite/#13042 to monsterfork: Fix malformed HTML causing uncaught errorEugen Rochko
2020-02-20Add a nodeinfo endpoint (#12002)Eugen Rochko
2020-02-19fix bangtag and screenreader escape tags (`#``!!`, `#``!nosr ... ``#``!sr`)multiple creatures
2020-02-19remove print debuggingmultiple creatures
2020-02-19do not strip newlines between chunks without bangtag tokensmultiple creatures
2020-02-19move bangtag processing responsibility to `PostStatusService`multiple creatures
2020-02-19resort to sprinkling print debug statements in production to find bangtags bu...multiple creatures
2020-02-19only process bangtags on `create`, add `process_bangtags?` & `process_bangtag...multiple creatures
2020-02-19remove a level of nestingmultiple creatures
2020-02-19fix `bangtags:on`, `bangtags:skip` - attempt 2multiple creatures
2020-02-19`elsif` -> `if`multiple creatures
2020-02-19fix `bangtags:on`, `bangtags:skip`multiple creatures
2020-02-19add `bangtags:off`, `bangtags:on`, `bangtags:skip`multiple creatures
2020-02-19fix `fangs`/`defang` bangtagsmultiple creatures
2020-02-18switch to irc-like oper behavior; require mods & admins to explicitly oper up...multiple creatures
2020-02-17add a `manual_only` (manual trust only) moderation option + handle more `reje...multiple creatures
2020-02-16add `hidden` bangtag to let authors mark the current roar hidden until `publi...multiple creatures
2020-02-16add `keep_hidden?` flag to make sure drafts are not accidentally published by...multiple creatures
2020-02-16make it possible to publish drafts local-onlymultiple creatures
2020-02-16add `parent:publish` (aliased to `public`) bangtag to publish a draftmultiple creatures
2020-02-16marking post as a draft with `draft` bangtag sets it to hidden instead of cha...multiple creatures
2020-02-15add admin option to toggle whether service/app accounts should be auto-truste...multiple creatures
2020-02-14check `mark_known_from_boosts` setting when processing incoming boostsmultiple creatures
2020-02-14fix `reject_unknown` policy & graylist federation logicmultiple creatures
2020-02-13(reso: report #201) add option to strip embed cards from sensitive posts, mak...multiple creatures
2020-02-13fix line spacing issuesmultiple creatures
2020-02-10fix broken follow reqsmultiple creatures
2020-02-07fix saving preferences (wrong `boolean_cast_setting` syntax)multiple creatures
2020-02-05move rando check into the account model so it can be reused by other anti-har...multiple creatures
2020-02-05try to clean up code formatting in bangtags lib somewhatmultiple creatures
2020-02-04fix rss endpoint & add option to enable it (off by default)multiple creatures
2020-02-01**MAJOR**: fix access policy short-circuit bug caused by `fa8437f49` & `cb38a...multiple creatures