Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-09-21 | Do not clear boosts list when removing boosts from home timeline; do not ↵ | Fire Demon | |
stream boosts timeline during regeneration | |||
2020-09-21 | Add option to filter boosts from home timeline at backend level | Fire Demon | |
2020-09-21 | Add dedidcated boosts timeline list | Fire Demon | |
2020-09-21 | Include user's filter options when checking list filters | Fire Demon | |
2020-09-21 | Make local timeline a default column | Fire Demon | |
2020-09-21 | Bump per-account list limit to 100 | Fire Demon | |
2020-09-21 | Precompute list feeds; include replies when computing home feeds | Fire Demon | |
2020-09-21 | Exclude boosts and own posts from lists | Fire Demon | |
2020-09-21 | Drop Monsterfork v2 thread permissions; simplify feed filters | Fire Demon | |
2020-09-21 | Fix method of the DELETE DATA button (#14855) | Takeshi Umeda | |
2020-09-21 | Fix not being able to enable status notifications in Web Push API (#14822) | Eugen Rochko | |
2020-09-20 | Do not apply curated view on local timeline | Fire Demon | |
2020-09-20 | Monsterfork v1-style curated Federated timeline | Fire Demon | |
2020-09-20 | Merge remote-tracking branch 'upstream/master' into merge-glitch | Fire Demon | |
2020-09-20 | [Admin] Do not deliver pending account notifications to service accounts | Fire Demon | |
2020-09-20 | [Bug] Explicitly include "unpublish_on_delete" setting in deletions | Fire Demon | |
2020-09-20 | [Privacy, UI] Remove badge added by mainline suggesting that users disclose ↵ | Fire Demon | |
their client app | |||
2020-09-20 | [Privacy, UI] Split privacy-related preferences into Privacy options ↵ | Fire Demon | |
section; add option to disable RSS | |||
2020-09-20 | [Feature] Community-managed custom emoji | Fire Demon | |
2020-09-20 | [Registration] Convert non-Unix newlines before verifying form | Fire Demon | |
2020-09-20 | [Models] Add site_contact convenience method to AccountFinder | Fire Demon | |
2020-09-19 | [Federation] Add support for distributing ActivityPub events to all ↵ | Fire Demon | |
unsuspended inboxes | |||
2020-09-19 | [Bug] "script" tags must not be self-closing | Fire Demon | |
2020-09-19 | Fix minor bugs | Thibaut Girka | |
2020-09-19 | Minor refactoring and fixups | Thibaut Girka | |
2020-09-18 | Filter out mounted lists from “getting started” column | Thibaut Girka | |
2020-09-18 | [Bug] Properly discard originals when redrafting in manual publishing mode | Fire Demon | |
2020-09-18 | Add option to be notified when a followed user posts (#13546) | Eugen Rochko | |
* Add bell button Fix #4890 * Remove duplicate type from post-deployment migration * Fix legacy class type mappings * Improve query performance with better index * Fix validation * Remove redundant index from notifications | |||
2020-09-17 | [Filters] Merge thread muting and hiding into a single action | Fire Demon | |
2020-09-17 | [Timelines] Include local posts in Rowdy Tavern mode | Fire Demon | |
2020-09-17 | [Models] Consider anything that is not a top-level post a reply | Fire Demon | |
2020-09-17 | Submit timeline markers closer to the moment they change | Thibaut Girka | |
2020-09-17 | Fix crashes when connection drops | Thibaut Girka | |
2020-09-17 | Add button to manually mark all notifications as read | Thibaut Girka | |
2020-09-17 | Only update read marker when giving focus/mounting column | Thibaut Girka | |
2020-09-17 | Refactor and change logic to only update marker if we reached the last | Thibaut Girka | |
read notification. | |||
2020-09-17 | Display unread marker for notifications | Thibaut Girka | |
2020-09-17 | Clean up leftover from DM conversation view redesign | Thibaut Girka | |
2020-09-16 | Fix home TL marker code mishandling gaps (#14809) | ThibG | |
2020-09-16 | Fix notification filter bar incorrectly filtering gaps (#14808) | ThibG | |
2020-09-16 | Fix validates :sign_count of WebauthnCredential (#14806) | kawaguchi | |
2020-09-15 | Change account suspensions to be reversible by default (#14726) | Eugen Rochko | |
2020-09-15 | Fix unreadable placeholder text color in high contrast theme in web UI (#14803) | Eugen Rochko | |
Fix #14717 | |||
2020-09-14 | Add paragraph about browser add-ons when encountering some errors (#14801) | ThibG | |
* Add paragraph about browser add-ons when encountering some errors When a crash is caused by a NotFoundError exception, add a paragraph to the error page mentioning browser add-ons. Indeed, crashes with NotFoundError are often caused by browser extensions messing with the DOM in ways React.JS can't recover from (e.g. issues #13325 and #14731). * Reword error messages | |||
2020-09-14 | Do not serve account actors at all in limited federation mode (#14800) | ThibG | |
* Do not serve account actors at all in limited federation mode When an account is fetched without a signature from an allowed instance, return an error. This isn't really an improvement in security, as the only information that was previously returned was required protocol-level info, and the only personal bit was the existence of the account. The existence of the account can still be checked by issuing a webfinger query, as those are accepted without signatures. However, this change makes it so that unallowed instances won't create account records on their end when they find a reference to an unknown account. The previous behavior of rendering a limited list of fields, instead of not rendering the actor at all, was in order to prevent situations in which two instances in Authorized Fetch mode or Limited Federation mode would fail to reach each other because resolving an account would require a signed query… from an account which can only be fetched with a signed query itself. However, this should now be fine as fetching accounts is done by signing on behalf of the special instance actor, which does not require any kind of valid signature to be fetched. * Fix tests | |||
2020-09-13 | Fix reported statuses not being included in warning e-mail (#14778) | Eugen Rochko | |
2020-09-12 | allow pagination by min_id and max_id (#14776) | tateisu | |
* allow pagination by min_id and max_id * also AccountConversation allows min_id,max_id pair * also home,list TL allows min_id,max_id pair | |||
2020-09-11 | Refactor settings controllers (#14767) | Eugen Rochko | |
- Disallow suspended accounts from revoking sessions and apps - Allow suspended accounts to access exports | |||
2020-09-11 | Change REST API to return empty data for suspended accounts (#14765) | Eugen Rochko | |
2020-09-10 | Add border around 🕺 emoji (#14769) | ThibG | |
Fixes #14768 |