about summary refs log tree commit diff
path: root/app/controllers
AgeCommit message (Expand)Author
2020-02-21include community visibility as part of posts visible from profilemultiple creatures
2020-02-21make peers api take graylist mode into considerationmultiple creatures
2020-02-21fix invisible mode being unfederatable, mask actor props & outbox instead of ...multiple creatures
2020-02-21use upstream check for reject media in media proxymultiple creatures
2020-02-21port tootsuite#11123 to monsterfork: Add audio uploadsEugen Rochko
2020-02-21Fix account JSON/RSS not being cacheable due to wrong mime type comparison (#...ThibG
2020-02-21port tootsuite#12748 to monsterfork: Fix base64-encoded file uploads not bein...Eugen Rochko
2020-02-21port tootsuite#11138 to monsterfork: Change domain blocks to automatically su...Eugen Rochko
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-21(lazily) port tootsuite#11298 to monsterfork: Add public blocks to /about/blocksThibG
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-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-20port tootsuite/#12930 to monsterfork: Fix OEmbed leaking information about ex...Eugen Rochko
2020-02-18move defang toggle to preferences instead of profilemultiple 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-16change context of `hidden?` to mean a hidden post, not a non-distributable postmultiple creatures
2020-02-16handle possibility of account being `nil`multiple creatures
2020-02-14add admin option to toggle auto-marking instance actors known & make enabling...multiple creatures
2020-02-14make `reject_unknown` policy bidirectional when server has secure mode enabledmultiple creatures
2020-02-13check user's sensitive card filter setting in the status controllermultiple creatures
2020-02-13(reso: report #201) add option to strip embed cards from sensitive posts, mak...multiple creatures
2020-02-07revert & revise `3631689bd`, fix broken 404 pagesmultiple creatures
2020-02-04use `raise_not_found` instead of `not_found` to avoid attempting to call mult...multiple creatures