about summary refs log tree commit diff
path: root/app/models
AgeCommit message (Collapse)Author
2020-09-01[Bug] Skip spam registration check on email address change if already approvedFire Demon
2020-09-01[Future, Privacy] Add sticky domain permissions flagFire Demon
2020-08-30[Spam Prevention] Add username confirmation and simple, frictionless ↵Fire Demon
anti-spam mechanism
2020-08-30[Invites] Add more bits to invite stringsFire Demon
2020-08-30[Media] Bump quality of media attachmentsFire Demon
2020-08-30[Privacy] Use reply visibility gating to preserve thread permissions rather ↵Fire Demon
than public/private flag on thread
2020-08-30[Federation, Revise] Add simple retries to ↵Fire Demon
ActivityPub::ProcessCollectionItemsService
2020-08-30[Federation, Feature] Add support for pull federation, account ↵Fire Demon
synchronization, and server-to-server migration
2020-08-30[Privacy] Choose random local follower for private fetches instead of firstFire Demon
2020-08-30[Privacy] Restrict visibility of replies to private threadsFire Demon
2020-08-30[Privacy] Allow forcing local-only posts to be excluded in ↵Fire Demon
apply_account_filters and include account filters in own posts
2020-08-30[Privacy] Add public-only scope to "permitted_for"Fire Demon
2020-08-30[Privacy] Add "include_semiprivate" scope to "permitted_for", disabled by ↵Fire Demon
default
2020-08-30[Emoji] Include custom emoji in footer textFire Demon
2020-08-30[Feature] Post signaturesFire Demon
2020-08-30[Federation] Include and dereference URI to the root post of threads; ↵Fire Demon
dynamically update thread permissions
2020-08-30[Filters, Timelines] Add options to toggle filters for replies to and boosts ↵Fire Demon
of unfollowed accounts
2020-08-30[Bug, Localization] Replace "en-MP" with "en" in post languageFire Demon
2020-08-30[Profiles] Add category filtersFire Demon
2020-08-30[Feature] Add support for unlisted and out-of-body tagsFire 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[UI] Make blog-style wide media optionalFire Demon
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, Timelines] Improve filteringFire Demon
2020-08-30[Timelines] Replace Federated timetime with public local reblogs when in ↵Fire Demon
local mode
2020-08-30[Bug] Do not try to set hidden attribute if it is nil when someone is muting ↵Fire Demon
a post
2020-08-30[Feature, Federation] Add support for arbitarty account and server metadata ↵Fire Demon
fields
2020-08-30[Feature, Partial] Add backend support for additional publishing and ↵Fire Demon
customization options
2020-08-30[Database] Add missing accounts reference to destructing statuses tableFire Demon
2020-08-30[Federation] Define silent mentions on status modelFire Demon
2020-08-30[Bug, Database] Fix publishing delay migrationFire Demon
2020-08-30[Database] Add missing accounts reference to publishing delay tableFire Demon
2020-08-30[Feature, Database] Add migrations and models for queued boosts, delayed ↵Fire Demon
publishing, and self-destructing posts
2020-08-30[Database, Models] Add missing uniqueness validationsFire Demon
2020-08-30[Feature] Add general-purpose account metadata to backendFire Demon
2020-08-30[UI, Accessibility] Make underlining hyperlinks optionalFire Demon
2020-08-30[Rails] Revise association cachingFire Demon
2020-08-30[Privacy] Add options for private accountsFire Demon
2020-08-30[Privacy] Add support for matching unmatched domains with * glob in ↵Fire Demon
per-domain permissions
2020-08-30[Feature] Use unprocessed text for editsFire Demon
2020-08-30[Privacy] Improve handling of mixed permissionsFire Demon
2020-08-30[Privacy] Exclude mixed-privacy posts from public collections unless the ↵Fire Demon
requesting actor is locally authenticated or follows the author
2020-08-30[Feature, Privacy] Add base support for per-domain post privacyFire Demon
2020-08-30[Performance] Cache inlined_attachments associationFire Demon
2020-08-30[UI, Accessibiity] Make dashed nest level indicators optionalFire Demon
2020-08-30[Federation] Add backend support for ActivityPub object titlesFire 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@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-30[Privacy] Implement thread ownership and visibilityFire Demon