Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-02-21 | port tootsuite#11770 to monsterfork: Add healthcheck endpoint for web | Yamagishi Kazutoshi | |
2020-02-21 | Fix HTML error pages being returned when JSON is expected (#12713) | Eugen Rochko | |
Fix #12509 See also #12214 | |||
2020-02-21 | port tootsuite#12593 to monsterfork: Fix missing error templates for ↵ | Eugen Rochko | |
non-HTML requests | |||
2020-02-21 | port tootsuite#8657: Change locale detection to run once per session | Eugen Rochko | |
Fix #6462 | |||
2020-02-21 | resolve stray merge conflict | multiple creatures | |
2020-02-20 | port tootsuite#12054 to monsterfork: Fix RSS caching (but disable localization) | ThibG | |
2020-02-20 | Fix featured hashtag URL being interpreted as media or with_replies (#12048) | Eugen Rochko | |
Fix #12034 | |||
2020-02-20 | port tootsuite#11978 to monsterfork: Fix redirecting non-functional accounts ↵ | Eugen Rochko | |
on public pages Fix #11969 | |||
2020-02-20 | port tootsuite#11333 to monsterfork: Add (back) rails-level JSON caching | Eugen Rochko | |
2020-02-20 | Fix ActivityPub and REST API queries setting cookies and preventing caching ↵ | ThibG | |
(#11539) Regression from #8657 | |||
2020-02-20 | port tootsuite#10502 to monsterfork: Add an RSS feed tagged to a public ↵ | Takeshi Umeda | |
profile page * Add featured tag support to rss feed on public account page * fix codeing style | |||
2020-02-20 | Fix `GET /api/v1/instance` REST APIs being unavailable in secure mode (#12089) | Eugen Rochko | |
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 | |
Fix #12551 Fix #12547 | |||
2020-02-20 | port tootsuite#12716 to monsterfork: Fix error when fetching ↵ | Eugen Rochko | |
followers/following from REST API when user has network hidden Fix #12510 | |||
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 | |
Instead of returning a signature verification error, pretend there was no signature (i.e., this does not allow access to resources that need a valid signature), so public resources can still be fetched Fix #13011 | |||
2020-02-20 | port tootsuite/#13042 to monsterfork: Fix malformed HTML causing uncaught error | Eugen Rochko | |
Fix OEmbed preview API leaking existence of private statuses (see #12930) | |||
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 | |
* Add nodeinfo endpoint * dont commit stuff from my local dev * consistant naming since we implimented 2.1 schema * Add some additional node info stuff * Add nodeinfo endpoint * dont commit stuff from my local dev * consistant naming since we implimented 2.1 schema * expanding this to include federation info * codeclimate feedback * CC feedback * using activeserializers seems like a good idea... * get rid of draft 2.1 version * Reimplement 2.1, also fix metaData -> metadata * Fix metaData -> metadata here too * Fix nodeinfo 2.1 tests * Implement cache for monthly user aggregate * Useless * Remove ostatus from the list of supported protocols * Fix nodeinfo's open_registration reading obsolete setting variable * Only serialize domain blocks with user-facing limitations * Do not needlessly list noop severity in nodeinfo * Only serialize domain blocks info in nodeinfo when they are set to be displayed to everyone * Enable caching for nodeinfo endpoints * Fix rendering nodeinfo * CodeClimate fixes * Please CodeClimate * Change InstancePresenter#active_user_count_months for clarity * Refactor NodeInfoSerializer#metadata * Remove nodeinfo 2.1 support as the schema doesn't exist * Clean-up | |||
2020-02-20 | port tootsuite#11869 to monsterfork: Fix webfinger response not returning ↵ | Eugen Rochko | |
410 when account is suspended | |||
2020-02-20 | port tootsuite/#12930 to monsterfork: Fix OEmbed leaking information about ↵ | Eugen Rochko | |
existence of non-public statuses | |||
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 ↵ | multiple creatures | |
up using `fangs`/`op` bangtag or toggling defang setting in profile; auto-defang after 15 mins or with `defang`/`deop` bangtag | |||
2020-02-17 | add a `manual_only` (manual trust only) moderation option + handle more ↵ | multiple creatures | |
`reject_unknown`/graylist mode caveats | |||
2020-02-16 | change context of `hidden?` to mean a hidden post, not a non-distributable post | multiple creatures | |
2020-02-16 | handle possibility of account being `nil` | multiple creatures | |
2020-02-14 | add admin option to toggle auto-marking instance actors known & make ↵ | multiple creatures | |
enabling greylist federation also enable secure mode | |||
2020-02-14 | make `reject_unknown` policy bidirectional when server has secure mode enabled | multiple creatures | |
2020-02-13 | check user's sensitive card filter setting in the status controller | multiple creatures | |
2020-02-13 | (reso: report #201) add option to strip embed cards from sensitive posts, ↵ | multiple creatures | |
make default | |||
2020-02-07 | revert & revise `3631689bd`, fix broken 404 pages | multiple creatures | |
2020-02-04 | use `raise_not_found` instead of `not_found` to avoid attempting to call ↵ | multiple creatures | |
multiple renderers | |||
2020-02-04 | outright throw 404 if rss is disabled | multiple creatures | |
2020-02-04 | fix rss endpoint & add option to enable it (off by default) | multiple creatures | |
2020-01-25 | fix manifests json (thanks @@Frinkeldoodle@transfur.online) | multiple creatures | |
2020-01-22 | Fix change breaking sharekey functionality | Holly 'Frinkel' Lotor | |
2020-01-20 | fix code typo | multiple creatures | |
2020-01-20 | More smoke testing, I believe the stability is passable now | Holly 'Frinkel' Lotor | |
2020-01-20 | More smoke testing, merge in request pool from upstream | Holly 'Frinkel' Lotor | |
2020-01-20 | Original upstream merge | ThibG | |
2020-01-17 | Fix issue fetching new accts | Holly "Frinkeldoodle" Lotor | |
2020-01-17 | Comment out reference to var that hasn't been ported yet | Holly "Frinkeldoodle" Lotor | |
2020-01-17 | Fix typo | Holly "Frinkeldoodle" Lotor | |
2020-01-17 | Port render_with_cache, CacheConcern from upstream | Holly "Frinkeldoodle" Lotor | |
2020-01-15 | port commit `7e2bff995` from upstream to fix broken attachment downloading | multiple creatures | |
2020-01-15 | port instances controller from upstream | multiple creatures | |
2020-01-15 | port new application controller error handlers from upstream | multiple creatures | |
2020-01-15 | anti-harassment: add option to toggle whether to allow follows/packmate ↵ | multiple creatures | |
requests from accounts you've never interacted with before; default to off |