Age | Commit message (Expand) | Author |
2020-02-20 | Fix proofs API being inaccessible in secure mode (#12495) | Eugen Rochko |
2020-02-20 | Fix generic HTTP 500 error on duplicate records (#12563) | Eugen Rochko |
2020-02-20 | port tootsuite#12716 to monsterfork: Fix error when fetching followers/follow... | Eugen Rochko |
2020-02-20 | Fix missing authentication call in filters controller (#12746) | Eugen Rochko |
2020-02-20 | Change signature verification to ignore signatures with invalid host (#13033) | Eugen Rochko |
2020-02-20 | port tootsuite/#13042 to monsterfork: Fix malformed HTML causing uncaught error | Eugen Rochko |
2020-02-20 | Fix unfiltered params error when generating ActivityPub tag pagination (#13049) | Eugen Rochko |
2020-02-20 | Fix uncaught unknown format errors in host meta controller (#12747) | Eugen Rochko |
2020-02-20 | Add a nodeinfo endpoint (#12002) | Eugen Rochko |
2020-02-20 | port tootsuite#11869 to monsterfork: Fix webfinger response not returning 410... | Eugen Rochko |
2020-02-20 | do not consider posts with `hidden` flag as distributable | multiple creatures |
2020-02-20 | port tootsuite/#12930 to monsterfork: Fix OEmbed leaking information about ex... | Eugen Rochko |
2020-02-19 | fix bangtag and screenreader escape tags (`#``!!`, `#``!nosr ... ``#``!sr`) | multiple creatures |
2020-02-19 | remove print debugging | multiple creatures |
2020-02-19 | do not strip newlines between chunks without bangtag tokens | multiple creatures |
2020-02-19 | move bangtag processing responsibility to `PostStatusService` | multiple creatures |
2020-02-19 | resort to sprinkling print debug statements in production to find bangtags bu... | multiple creatures |
2020-02-19 | only process bangtags on `create`, add `process_bangtags?` & `process_bangtag... | multiple creatures |
2020-02-19 | remove a level of nesting | multiple creatures |
2020-02-19 | avoid processing bangtags multiple times | multiple creatures |
2020-02-19 | fix `bangtags:on`, `bangtags:skip` - attempt 2 | multiple creatures |
2020-02-19 | `elsif` -> `if` | multiple creatures |
2020-02-19 | fix `bangtags:on`, `bangtags:skip` | multiple creatures |
2020-02-19 | add `bangtags:off`, `bangtags:on`, `bangtags:skip` | multiple creatures |
2020-02-19 | fix `fangs`/`defang` bangtags | multiple creatures |
2020-02-18 | (actually) add `defanged?` prop to application policy | multiple creatures |
2020-02-18 | fix spelling | multiple creatures |
2020-02-18 | make sure fang/defang gets logged when set by an `update` | multiple creatures |
2020-02-18 | move defang toggle to preferences instead of profile | multiple creatures |
2020-02-18 | switch to irc-like oper behavior; require mods & admins to explicitly oper up... | multiple creatures |
2020-02-17 | allow admin to define ambassador delay (in minutes) with `AMBASSADOR_DELAY` e... | multiple creatures |
2020-02-17 | implement our fork of @mykola@weirder.earth's ambassador bot (@ambassador@mon... | multiple creatures |
2020-02-17 | remove unique job constaint, handle `Mastodon::NotPermittedError` | multiple creatures |
2020-02-17 | shorten frozen & limited badges | multiple creatures |
2020-02-17 | shorten frozen & limited badges | multiple creatures |
2020-02-17 | add a `manual_only` (manual trust only) moderation option + handle more `reje... | multiple creatures |
2020-02-16 | make sure manually-tagged drafts are not accidentally published by delayed roars | multiple creatures |
2020-02-16 | fix mention processing bug | multiple creatures |
2020-02-16 | add `hidden` bangtag to let authors mark the current roar hidden until `publi... | multiple creatures |
2020-02-16 | clean up | multiple creatures |
2020-02-16 | add `keep_hidden?` flag to make sure drafts are not accidentally published by... | multiple creatures |
2020-02-16 | symbolize options hash | multiple creatures |
2020-02-16 | invalidate cache when publishing previously-unpublished posts | multiple creatures |
2020-02-16 | make sure `hidden` is set false when it has not been specifed in the post worker | multiple creatures |
2020-02-16 | must throw exception if update fails | multiple creatures |
2020-02-16 | do not try to process mentions in hidden posts | multiple creatures |
2020-02-16 | refresh `status` state after updating | multiple creatures |
2020-02-16 | change context of `hidden?` to mean a hidden post, not a non-distributable post | multiple creatures |
2020-02-16 | check use `hidden` instead of `hidden?` | multiple creatures |
2020-02-16 | check use `hidden` instead of `hidden?` | multiple creatures |