Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-08-30 | [Privacy] Allow setting local-only flag on edits if original was unpublished | Fire Demon | |
2020-08-30 | [Command Tags] Add #!notify toggle to allow toggling whether or not a post ↵ | Fire Demon | |
should be locally delivered to timelines/notifications | |||
2020-08-30 | [Privacy] Make authorized fetch and allowlist mode a hard requirement for ↵ | Fire Demon | |
Monsterfork | |||
2020-08-30 | [Moderation] Limit scope of admin-level silences to timelines, search, and ↵ | Fire Demon | |
accounts not following or followed by the user | |||
2020-08-30 | [Privacy] Check permissions of boosts and dereference boosts before sending ↵ | Fire Demon | |
to public timelines | |||
2020-08-30 | [Timelines] Replace Federated timetime with public local reblogs when in ↵ | Fire Demon | |
local mode | |||
2020-08-30 | [Bug] Do not send notifications for implicit mentions | Fire Demon | |
2020-08-30 | [Major Bug] Fix processing and removal of removed tags in updated posts | Fire Demon | |
2020-08-30 | [Bug] Include mentions already attached to status in result set | Fire Demon | |
2020-08-30 | [Feature] Deliver limited-audience posts to lists | Fire Demon | |
2020-08-30 | [Federation] Do not force-reveal passive mentions of secondary audience - ↵ | Fire Demon | |
these are participants allowed to access a limited-audience thread, not Mastodon mentions | |||
2020-08-30 | [Privacy, Command Tags] Add advanced deletes | Fire Demon | |
2020-08-30 | [Privacy] Send delete requests to known federation | Fire Demon | |
2020-08-30 | [Bug, Privacy, Federation] Remove faulty (and unnecessary!) per-domain payload | Fire Demon | |
2020-08-30 | [Privacy, Federation] Include implicit mentions when delivering deletes | Fire Demon | |
2020-08-30 | [Bug] Fix handling of mention in updates | Fire Demon | |
2020-08-30 | [Privacy] Force in-body mentions to have explicit mentions | Fire Demon | |
2020-08-30 | [Privacy] Add options for private accounts | Fire Demon | |
2020-08-30 | [Feature] Use unprocessed text for edits | Fire Demon | |
2020-08-30 | [Command Tags] Give a user-friendlier message when processing command tags ↵ | Fire Demon | |
without output | |||
2020-08-30 | [Feature, Privacy] Add base support for per-domain post privacy | Fire Demon | |
2020-08-30 | [Federation] Add backend support for ActivityPub object titles | Fire Demon | |
2020-08-30 | [Feature, Federation, Port: hometown@b3e6597] Support locally cached inline ↵ | Darius Kazemi | |
images [+ Monsterfork additions] Changes added by Monsterfork: - Do not limit to only Articles - Reuse existing media; retroactively using more-detailed descriptions - Also scrub carrige returns between tags - Handle download failures - Attach to statuses and keep track of inlined media - Handle local edits Co-authored-by: Fire Demon <firedemon@creature.cafe> | |||
2020-08-30 | [Privacy, Port: glitch-soc@71b1d4c] Backend changes to allow handling ↵ | Thibaut Girka | |
local-only toots not based on emoji Co-authored-by: Fire Demon <firedemon@creature.cafe> | |||
2020-08-30 | [Privacy, Preemptive] Make sure only published posts can ever be distributed ↵ | Fire Demon | |
to local timelines other than author's | |||
2020-08-30 | [Federation] Split collection items fetching from FetchRepliesService off ↵ | Fire Demon | |
into general-purpose FetchCollectionItemsService | |||
2020-08-30 | [Feature] Add post and thread (un)hiding to backend | Fire Demon | |
2020-08-30 | [Bug] Purge cached status when processing command tags and edits | Fire Demon | |
2020-08-30 | [Feature] Add command tags; add #!edit and #!publish commands for mobile users | Fire Demon | |
2020-08-30 | [Feature] Add manual publishing option | Fire Demon | |
2020-08-30 | [Feature] Add timeline-only mutes | Fire Demon | |
2020-08-30 | [Privacy, Federation, UI] Add options to allow Fediverse users to decide ↵ | Fire Demon | |
whether to include replies and unlisted posts on their profiles | |||
2020-08-30 | [Privacy] Add profile option for indirect federation mode, disabled by default | Fire Demon | |
2020-08-30 | [Federation] Add support for signing fetches as the participating local user ↵ | Fire Demon | |
in various scenarios | |||
2020-08-30 | [Privacy] Federate references to objects than embedding them so that their ↵ | Fire Demon | |
permissions can be enforced on request | |||
2020-08-30 | [Feature] Add in-place post editing | Fire Demon | |
2020-08-01 | Merge branch 'master' into glitch-soc/merge-upstream | Thibaut Girka | |
Conflicts: - `yarn.lock`: No real conflict, just a glitch-soc-only dependency textually too close to one updated upstream. Ported upstream changes. | |||
2020-07-26 | Fix following restriction not working when exact match in account search ↵ | Takeshi Umeda | |
(#14394) | |||
2020-07-24 | Merge branch 'master' into glitch-soc/master | Thibaut Girka | |
2020-07-23 | Fix duplicate notification and delivery of mentions (#14378) | Takeshi Umeda | |
2020-07-22 | Merge branch 'master' into glitch-soc/merge-upstream | Thibaut Girka | |
Conflicts: - `app/javascript/mastodon/actions/compose.js`: Not a “real” conflict, but change too close to a change we made to fix the vanilla WebUI locally pushing authored local-only toots in the public TL view. | |||
2020-07-19 | Fix movie width and frame_rate returning nil (#14357) | Takeshi Umeda | |
* Fix movie width and frame_rate returning nil * Add StreamValidationError and raise * Fix code style | |||
2020-07-16 | Merge branch 'master' into glitch-soc/merge-upstream | Thibaut Girka | |
2020-07-15 | Fix removing allowed domains being done synchronously (#14302) | ThibG | |
* Fix removing allowed domains being done synchronously * Add tests | |||
2020-07-15 | Merge branch 'master' into glitch-soc/merge-upstream | Thibaut Girka | |
Conflicts: - `config/routes.rb`: Upstream disabled E2EE routes, which we did earlier, but slightly differently. Took upstream's version. | |||
2020-07-13 | Fix account domain block not properly unfollowing accounts from domain (#14304) | Eugen Rochko | |
Fix #14303 | |||
2020-07-12 | Fix removing a DomainAllow rule wiping known accounts in open federation ↵ | ThibG | |
mode (#14298) Fixes #14296 | |||
2020-07-07 | Merge branch 'master' into glitch-soc/merge-upstream | Thibaut Girka | |
Conflicts: - `package.json`: Not really a conflict, just some glitch-soc-specific dependency too close to an upstream-updated one. | |||
2020-07-07 | Change User-Agent of link preview fetching service to include "Bot" (#14248) | Eugen Rochko | |
This forces Twitter to render OpenGraph tags in the response | |||
2020-06-30 | Merge branch 'master' into glitch-soc/merge-upstream | Thibaut Girka | |
Conflicts: - `.env.production.sample`: Upstream deleted it, I decided to keep it. - `package.json`: Upstream updated a dependency textually too close to wavesurfer.js which has been deleted from upstream but is kept in glitch-soc for now. |