Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-11-13 | Change to always returns html document in error pages (#12214) | Yamagishi Kazutoshi | |
2019-10-24 | Add setting for whether to crop images in unexpanded toots (#12126) | Faye Duxovni | |
2019-10-24 | Fix incoming federation in whitelist mode (#12185) | ThibG | |
… posting to the AP inbox required a logged-in local user… | |||
2019-10-09 | Fix attachment not being re-downloaded even if file is not stored (#12125) | Eugen Rochko | |
Change the behaviour of remotable concern. Previously, it would skip downloading an attachment if the stored remote URL is identical to the new one. Now it would not be skipped if the attachment is not actually currently stored by Paperclip. | |||
2019-10-06 | Fix `GET /api/v1/instance` REST APIs being unavailable in secure mode (#12089) | Eugen Rochko | |
2019-10-06 | Fix performance of home feed regeneration (#12084) | Eugen Rochko | |
Fetching statuses from all followed accounts at once takes too long within Postgres. Fetching them one by one and merging in Ruby could be a lot less resource-intensive Because the query for dynamically fetching the home timeline is so heavy, we can no longer offer it when the home timeline is missing | |||
2019-10-03 | Add `reason` param to `POST /api/v1/accounts` REST API (#12064) | Eugen Rochko | |
For approval-required registrations mode | |||
2019-10-02 | Fix RSS caching (but disable localization) (#12054) | ThibG | |
2019-10-02 | Fix featured hashtag URL being interpreted as media or with_replies (#12048) | Eugen Rochko | |
Fix #12034 | |||
2019-09-29 | 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 | |||
2019-09-29 | Fix account migration not affecting followers on origin server (#11980) | Eugen Rochko | |
2019-09-29 | Add (back) option to set redirect notice on account without moving followers ↵ | Eugen Rochko | |
(#11994) Fix #11913 | |||
2019-09-28 | Fix redirecting non-functional accounts on public pages (#11978) | Eugen Rochko | |
Fix #11969 | |||
2019-09-28 | Add `exclude_unreviewed` param to `GET /api/v2/search` REST API (#11977) | Eugen Rochko | |
Make it so normal search returns even unreviewed matches, but autosuggestions do not. Fix #11960 | |||
2019-09-27 | Change silences to always require approval on follow (#11975) | ThibG | |
* Change silenced accounts to require approval on follow * Also require approval for follows by people explicitly muted by target accounts * Do not auto-accept silenced or muted accounts when switching from locked to unlocked * Add `follow_requests_count` to verify_credentials * Show “Follow requests” menu item if needed even if account is locked * Add tests * Correctly reflect that follow requests weren't auto-accepted when local account is silenced * Accept follow requests from user-muted accounts to avoid leaking mutes | |||
2019-09-27 | Improve status pin query (#11972) | abcang | |
2019-09-27 | Fix relays UI being available in whitelist/secure mode (#11963) | Eugen Rochko | |
Fix relays UI referencing relay that is not functional | |||
2019-09-24 | Fix authentication before 2FA challenge (#11943) | Eugen Rochko | |
Regression from #11831 | |||
2019-09-21 | Addition of update activity distribution by alias, minor correction (#11905) | Takeshi Umeda | |
* Addition of update activity distribution by alias, minor correction * Distribute Update activity after adding alias * Add uniqueness verification to alias uri * accept acct starting with @ * fix double-quoted to single-quoted | |||
2019-09-21 | Fixed an error in the aliases template of the aliases controller (#11902) | Takeshi Umeda | |
2019-09-19 | Add account migration UI (#11846) | Eugen Rochko | |
Fix #10736 - Change data export to be available for non-functional accounts - Change non-functional accounts to include redirecting accounts | |||
2019-09-19 | Add table of contents to about page (#11885) | Eugen Rochko | |
Move public domain blocks information to about page | |||
2019-09-18 | Add password challenge to 2FA settings, e-mail notifications (#11878) | Eugen Rochko | |
Fix #3961 | |||
2019-09-18 | Fix TOTP codes not being filtered from logs during enabling/disabling (#11877) | Eugen Rochko | |
Not a serious issue because they are meaningless past single use | |||
2019-09-17 | Fix webfinger response not returning 410 when account is suspended (#11869) | Eugen Rochko | |
2019-09-16 | Add search and sort functions to hashtag admin UI (#11829) | mayaeh | |
* Add search and sort functions to hashtag admin UI * Move scope processing from tags_controller to tag_filter * Fix based on method naming conventions * Fixed not to get 500 errors for invalid requests | |||
2019-09-15 | Fix 2FA challenge and password challenge for non-database users (#11831) | Eugen Rochko | |
* Fix 2FA challenge not appearing for non-database users Fix #11685 * Fix account deletion not working when using external login Fix #11691 | |||
2019-09-13 | Remove deprecated `GET /api/v1/search` API (#11823) | Eugen Rochko | |
Use `GET /api/v2/search` instead | |||
2019-09-13 | Change /api/v1/timelines/public to require auth when public preview is off ↵ | ThibG | |
(#11802) Fixes #11289 | |||
2019-09-13 | Change unlisted custom emoji to not appear in autosuggestions (#11818) | Eugen Rochko | |
Fix #11669 | |||
2019-09-12 | Fix uncaught errors in media proxy controller (#11811) | Eugen Rochko | |
2019-09-11 | Change deletes to preserve soft-deleted statuses in unresolved reports (#11805) | Eugen Rochko | |
Change all account actions except "none" to resolve all unresolved reports Refactor `SuspendAccountService` to be more readable | |||
2019-09-10 | Add updated relationship to follow request API responses (#11800) | ThibG | |
Fixes #11747 | |||
2019-09-09 | Add batch actions and categories to admin UI for custom emojis (#11793) | Eugen Rochko | |
2019-09-09 | Add batch approve/reject for pending hashtags in admin UI (#11791) | Eugen Rochko | |
2019-09-09 | Add featured tags API (#11778) | Takeshi Umeda | |
* Add featured tags API * Remove show and update, change scope, fix code style | |||
2019-09-07 | Add healthcheck endpoint for web (#11770) | Yamagishi Kazutoshi | |
2019-09-06 | Add timeline read markers API (#11762) | Eugen Rochko | |
Fix #4093 | |||
2019-09-05 | Fix wrong variable regression from #11753 (#11763) | Eugen Rochko | |
2019-09-04 | Change account deletion page to have better explanations (#11753) | Eugen Rochko | |
Fix deletion of unconfirmed account not freeing up the username Add prefill of logged-in user's email in the reconfirmation form | |||
2019-09-02 | Change trending hashtags to not disappear instantly after midnight (#11712) | Eugen Rochko | |
2019-09-01 | Fix wrong percentages in admin UI for hashtag usage breakdown (#11714) | Eugen Rochko | |
2019-08-30 | Change layout of public profile directory to be the same as in web UI (#11705) | Eugen Rochko | |
2019-08-30 | Fix error in REST API for an account's statuses (#11700) | Eugen Rochko | |
2019-08-30 | Fix uncaught error when resource param is missing in Webfinger request (#11701) | Eugen Rochko | |
2019-08-30 | Fix uncaught domain normalization error in remote follow (#11703) | Eugen Rochko | |
2019-08-30 | Fix uncaught parameter missing exceptions and missing error templates (#11702) | Eugen Rochko | |
2019-08-30 | Add profile directory to web UI (#11688) | Eugen Rochko | |
* Add profile directory to web UI * Add a line of bio to the directory | |||
2019-08-23 | Add option to include reported statuses in warning e-mail (#11639) | Eugen Rochko | |
2019-08-22 | Add soft delete for statuses for instant deletes through API (#11623) | Eugen Rochko | |
* Add soft delete for statuses to allow them to appear instant * Allow reporting soft-deleted statuses and show them in the admin UI * Change index for getting an account's statuses |