about summary refs log tree commit diff
path: root/app
AgeCommit message (Collapse)Author
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[Filtering] Apply home timeline filtering behavior to listsFire Demon
2020-08-30[Glitch] Adds follow action timestamp to notificationThibaut Girka
Port 330e320b40e975472e042730f9dfb23083f170e3 to glitch-soc
2020-08-30[Privacy, UI, Port: glitch-soc@b8b6f1d] Change secondary and primary toot ↵Thibaut Girka
button color when it may reduce privacy Co-authored-by: Fire Demon <firedemon@creature.cafe>
2020-08-30[Privacy, Port: glitch-soc@0898ff9] Set replies to local-only toots as ↵Thibaut Girka
local-only unless explicitly specified otherwise Co-authored-by: Fire Demon <firedemon@creature.cafe>
2020-08-30Don't leak reblogs of local-only tootsThibaut Girka
Co-authored-by: Fire Demon <firedemon@creature.cafe>
2020-08-30Redesign local-only toots in glitch flavourThibaut Girka
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] Implement thread ownership and visibilityFire Demon
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] Sign requests as the first follower of the descendant post ↵Fire Demon
author when attempting to resolve private threads
2020-08-30[Database] Add task to prune empty and orphaned itemsFire Demon
2020-08-30[Federation] Split collection items fetching from FetchRepliesService off ↵Fire Demon
into general-purpose FetchCollectionItemsService
2020-08-30[Privacy] Limit visibility of replies to private threads and branchesFire Demon
2020-08-30[Filtering] Do not include replies when blocked by parent or boosts if ↵Fire Demon
silenced and not following
2020-08-30[Filtering] Do not include boosts in listsFire Demon
2020-08-30[Filtering] Do not include own posts in list timelinesFire Demon
2020-08-30[Convenience] Parse command tags at the end of lines containing only ↵Fire Demon
mentions and/or hashtags
2020-08-30[Feature] Add additional aliases for (un)hidingFire Demon
2020-08-30[Feature] Add text commands and various aliases for thread (un)hiding: ↵Fire Demon
#!hide, #!unhide, #!hide_thread, #!unhide_thread
2020-08-30[Feature] Add post and thread (un)hiding to backendFire Demon
2020-08-30[Convenience] Add convenience variable for current conversationFire Demon
2020-08-30[Convenience] Treat colons and dots as underscores and ignore consecutive ↵Fire Demon
word separators when translating command tags to method names
2020-08-30[Bug] Purge cached status when processing command tags and editsFire Demon
2020-08-30[Feature] Add command tags; add #!edit and #!publish commands for mobile usersFire Demon
2020-08-30[Feature] Add manual publishing optionFire Demon
2020-08-30[Feature] Use permitted-for scope for public pagesFire Demon
2020-08-30[Revise] Move :nest_level to Monsterfork attributesFire Demon
2020-08-30[UI] Use upstream styling for post separatorsFire Demon
2020-08-30[Feature] Add timeline-only mutesFire Demon
2020-08-30[Spam Prevention] Allow muting notifications from any threadFire 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[Localization] Move Advanced Privacy string out of upstream en locale and ↵Fire Demon
into en-MP
2020-08-30[Bug, UI] Fix footer link textFire Demon
2020-08-30[UI] Use dashed thread nesting indicator borderFire Demon
2020-08-30[Privacy] Add profile option for indirect federation mode, disabled by defaultFire Demon
2020-08-30[Feature, UI] Visualize thread nesting in Web appFire Demon
2020-08-30[Feature] Introduce nest_level attribute to posts and API to help apps ↵Fire Demon
visualize nesting in threads
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[Localization] Add custom locale for Monsterfork additions and Monsterpit ↵Fire Demon
community flavor
2020-08-30[Convenience] Adjust default settings for Web appFire Demon
2020-08-30Move Monsterfork locale modifications into own directoriesFire Demon
2020-08-30[Privacy] Allow access to own repliesFire Demon
2020-08-30[Privacy] Remove replies scope from UI and APIFire Demon
2020-08-30[Anxiety Reduction] Remove account metrics from UIFire Demon
2020-08-30[Privacy] Allow unlisted posts on public pages when viewer is authenticatedFire Demon
2020-08-30[Database] Add missing "not null" attribute to Monsterfork columnsFire Demon
2020-08-30[Refactoring] Minor code style auto-refactorings from RubocopFire Demon
2020-08-30[Future] Add distributable scopeFire Demon