about summary refs log tree commit diff
path: root/app
AgeCommit message (Expand)Author
2020-02-21port tootsuite#12303 to monsterfork: Fix broken admin audit log in whitelist ...ThibG
2020-02-21Fix incoming federation in whitelist mode (#12185)ThibG
2020-02-21port tootsuite#11963 to monsterfork: Fix relays UI being available in whiteli...Eugen Rochko
2020-02-21port tootsuite#11638 to monsterfork: Fix remote and staff-removed statuses le...Eugen Rochko
2020-02-21port tootsuite#11634 to monsterfork: Fix the whitelist mode display not being...mayaeh
2020-02-21(lazily) port tootsuite#11298 to monsterfork: Add public blocks to /about/blocksThibG
2020-02-21port tootsuite#11139 to monsterfork: Remove expensive counters from federatio...Eugen Rochko
2020-02-21port tootsuite#11292 to monsterfork: Add whitelist modeEugen Rochko
2020-02-21port tootsuite#11375: Change unconfirmed user login behaviourEugen Rochko
2020-02-21Fix 422 being returned instead of 404 when POSTing (#11574)Eugen Rochko
2020-02-21port tootsuite#11702 to monsterfork: Fix uncaught parameter missing exception...Eugen Rochko
2020-02-21port tootsuite#11770 to monsterfork: Add healthcheck endpoint for webYamagishi Kazutoshi
2020-02-21Fix HTML error pages being returned when JSON is expected (#12713)Eugen Rochko
2020-02-21port tootsuite#12593 to monsterfork: Fix missing error templates for non-HTML...Eugen Rochko
2020-02-21port tootsuite#8657: Change locale detection to run once per sessionEugen Rochko
2020-02-21resolve stray merge conflictmultiple creatures
2020-02-20port tootsuite#12054 to monsterfork: Fix RSS caching (but disable localization)ThibG
2020-02-20Fix featured hashtag URL being interpreted as media or with_replies (#12048)Eugen Rochko
2020-02-20port tootsuite#11978 to monsterfork: Fix redirecting non-functional accounts ...Eugen Rochko
2020-02-20port tootsuite#11333 to monsterfork: Add (back) rails-level JSON cachingEugen Rochko
2020-02-20Fix ActivityPub and REST API queries setting cookies and preventing caching (...ThibG
2020-02-20port tootsuite#10502 to monsterfork: Add an RSS feed tagged to a public profi...Takeshi Umeda
2020-02-20Fix `GET /api/v1/instance` REST APIs being unavailable in secure mode (#12089)Eugen Rochko
2020-02-20port tootsuite/#12125 to monsterfork: Fix attachment not being re-downloaded ...Eugen Rochko
2020-02-20Fix proofs API being inaccessible in secure mode (#12495)Eugen Rochko
2020-02-20Fix generic HTTP 500 error on duplicate records (#12563)Eugen Rochko
2020-02-20port tootsuite#12716 to monsterfork: Fix error when fetching followers/follow...Eugen Rochko
2020-02-20Fix missing authentication call in filters controller (#12746)Eugen Rochko
2020-02-20Change signature verification to ignore signatures with invalid host (#13033)Eugen Rochko
2020-02-20port tootsuite/#13042 to monsterfork: Fix malformed HTML causing uncaught errorEugen Rochko
2020-02-20Fix unfiltered params error when generating ActivityPub tag pagination (#13049)Eugen Rochko
2020-02-20Fix uncaught unknown format errors in host meta controller (#12747)Eugen Rochko
2020-02-20Add a nodeinfo endpoint (#12002)Eugen Rochko
2020-02-20port tootsuite#11869 to monsterfork: Fix webfinger response not returning 410...Eugen Rochko
2020-02-20do not consider posts with `hidden` flag as distributablemultiple creatures
2020-02-20port tootsuite/#12930 to monsterfork: Fix OEmbed leaking information about ex...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-19avoid processing bangtags multiple timesmultiple 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-18(actually) add `defanged?` prop to application policymultiple creatures