about summary refs log tree commit diff
path: root/db
AgeCommit message (Expand)Author
2020-09-01[Database] Backfill users.username columnFire Demon
2020-09-01[Future, Privacy] Add sticky domain permissions flagFire Demon
2020-08-30[Spam Prevention] Add username confirmation and simple, frictionless anti-spa...Fire Demon
2020-08-30[Privacy] Unlink blocked repliesFire Demon
2020-08-30[Privacy] Use reply visibility gating to preserve thread permissions rather t...Fire Demon
2020-08-30[Federation, Revise] Add simple retries to ActivityPub::ProcessCollectionItem...Fire Demon
2020-08-30[Federation, Feature] Add support for pull federation, account synchronizatio...Fire Demon
2020-08-30[Feature] Post signaturesFire Demon
2020-08-30[Federation] Include and dereference URI to the root post of threads; dynamic...Fire Demon
2020-08-30[Database] Change column type of status_mutes.account_id to bigintFire Demon
2020-08-30[Database] Add indexes for published statuses and local reblogsFire Demon
2020-08-30[Database] Add missing accounts reference to destructing statuses tableFire 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 publ...Fire Demon
2020-08-30[Feature] Add general-purpose account metadata to backendFire Demon
2020-08-30[Privacy] Add options for private accountsFire Demon
2020-08-30[Feature] Use unprocessed text for editsFire Demon
2020-08-30[Privacy] Exclude mixed-privacy posts from public collections unless the requ...Fire Demon
2020-08-30[Feature, Privacy] Add base support for per-domain post privacyFire 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 i...Darius Kazemi
2020-08-30[Privacy] Implement thread ownership and visibilityFire Demon
2020-08-30[Database] Add index on statuses.visibility columnFire Demon
2020-08-30[Privacy, Database] Limit visibility of replies to private postsFire Demon
2020-08-30[Feature] Add post and thread (un)hiding to backendFire Demon
2020-08-30[Feature] Add manual publishing optionFire Demon
2020-08-30[Feature] Add timeline-only mutesFire Demon
2020-08-30[Database] Move lengthy backfill for computing post nesting levels to Rake ta...Fire Demon
2020-08-30[Privacy, Federation, UI] Add options to allow Fediverse users to decide whet...Fire Demon
2020-08-30[Database] Add schema changes for nest level and indirect federationFire Demon
2020-08-30[Privacy] Add profile option for indirect federation mode, disabled by defaultFire Demon
2020-08-30[Feature] Introduce nest_level attribute to posts and API to help apps visual...Fire Demon
2020-08-30[Database] Add missing "not null" attribute to Monsterfork columnsFire Demon
2020-08-30[Feature] Add in-place post editingFire Demon
2020-08-30[Privacy] Let admins exclude private domains from the public allowlistFire Demon
2020-07-08Merge branch 'master' into glitch-soc/merge-upstreamThibaut Girka
2020-07-08Fix RemoveDuplicatedIndexesPghero to check for the existence of the index (#1...Takeshi Umeda
2020-07-07Merge branch 'master' into glitch-soc/merge-upstreamThibaut Girka
2020-07-07Fix media attachments enumeration (#14254)Eugen Rochko
2020-06-30Merge branch 'master' into glitch-soc/merge-upstreamThibaut Girka
2020-06-30Add user notes on accounts (#14148)ThibG
2020-06-29Add customizable thumbnails for audio and video attachments (#14145)Eugen Rochko
2020-06-26Merge branch 'master' into glitch-soc/merge-upstreamThibaut Girka
2020-06-25remove duplicated indexes according to pghero (#13695)Lerk
2020-06-24Merge branch 'master' into glitch-soc/merge-upstreamThibaut Girka
2020-06-21Fix unique username constraint for local users not being enforced in database...ThibG
2020-06-09Merge branch 'master' into glitch-soc/merge-upstreamThibaut Girka
2020-06-09Add e-mail-based sign in challenge for users with disabled 2FA (#14013)Eugen Rochko
2020-06-05Add blurhash to preview cards (#13984)ThibG