87 Commits (322d74fc2aa9db2d05e5bad944661c6edf1660e1)

Author SHA1 Message Date
  ThibG 322d74fc2a
Fix boosted toots from blocked account not being retroactively removed from TL (#14339) 3 years ago
  Eugen Rochko 6d23d40420
Change Redis#exists calls to Redis#exists? to avoid deprecation warning (#14191) 3 years ago
  ThibG 01a99f7ec7
Fix crash in MergeWorker (#14129) 3 years ago
  Ben Lubar c66403b257
FIX: filters ignore media descriptions (#13837) 3 years ago
  Eugen Rochko b9d74d4076
Add streaming API updates for announcements being modified or deleted (#12963) 4 years ago
  Darius Kazemi 0092096328 Fix type mismatch (#12324) 4 years ago
  Eugen Rochko f665901e3c
Fix performance of home feed regeneration (#12084) 4 years ago
  Eugen Rochko 70ddef2654
Change trending hashtags to not disappear instantly after midnight (#11712) 4 years ago
  Eugen Rochko e46e9c9a8e
Fix delete regression (#11450) 4 years ago
  ThibG ff789a751a Fix boosting & unboosting preventing a boost from appearing in the TL (#11405) 4 years ago
  ThibG 47ef4a6c7a Apply filters to poll options (#11174) 4 years ago
  ysksn bcfff65195 Create Redisable#redis (#9633) 5 years ago
  ThibG 81bda7d67c Add setting to not aggregate reblogs (#9248) 5 years ago
  ThibG 466e3d710c Include replies to list owner and replies to list members in list statuses (#9324) 5 years ago
  Eugen Rochko ddd30f331c
Improve support for aspects/circles (#8950) 5 years ago
  cbayerlein 4b78546135 Exclude replies from list timelines (#8683) 5 years ago
  Quint Guvernator da13fa5021 Fix low-hanging rubocop gripes (#8458) 5 years ago
  Eugen Rochko 20fefdb714
Make whole-word filter regex consistent between Ruby and JS (#7987) 5 years ago
  ThibG 1ca4e51eb3 Add option to not consider word boundaries when processing keyword filtering (#7975) 5 years ago
  Eugen Rochko 404c7702ec
In keyword filter, account for reblogs, HTML and whole-words (#7960) 5 years ago
  Eugen Rochko 4b198b172d
Check reblogged status for blocked/muted mentions (#7957) 5 years ago
  Eugen Rochko cdb101340a
Keyword/phrase filtering (#7905) 5 years ago
  Eugen Rochko f62539ce5c
Remove most behaviour disparities between blocks and mutes (#7231) 6 years ago
  Akihiko Odaki f8f0572ee0 Do not push status to feed if its reblog is already inserted (#6488) 6 years ago
  aschmitz eeaec39888 Allow hiding of reblogs from followed users (#5762) 6 years ago
  Eugen Rochko 24cafd73a2
Lists (#5703) 6 years ago
  aschmitz 554c2fd8af Clean up reblog tracking keys, related improvements (#5428) 6 years ago
  Eugen Rochko 34118169ac Keep references to all reblogs of a status on home feed (#5419) 6 years ago
  Eugen Rochko 7cc71748ce Ensure that feed renegeration restores non-zero items (#5409) 6 years ago
  unarist 6f490b4bfe Fix un-reblogged status being at wrong position in the home timeline (#5418) 6 years ago
  Eugen Rochko b8db386e05 Fix UserTrackingConcern firing on every request, optimize some queries (#5368) 6 years ago
  Eugen Rochko 388d093beb When unfollowing, remove from home in web UI immediately (#5369) 6 years ago
  Eugen Rochko cfa68907ae Fix #5271 - Fix missing attribute in remove_from_feed (#5277) 6 years ago
  aschmitz 468523f4ad Non-Serial ("Snowflake") IDs (#4801) 6 years ago
  Eugen Rochko de397f3bc1 Fix subsequent replies to unresolved status not being filtered from home (#4190) 6 years ago
  Akihiko Odaki (@fn_aki@pawoo.net) 60b2b56d38 Reduce number of commands in FeedManager#trim (#3989) 6 years ago
  Yamagishi Kazutoshi 0a0b9a271a Improve RuboCop rules (compatibility to Code Climate) (#3636) 6 years ago
  Clworld dab8fc4584 Execute PushUpdateWorker only for accounts who uses StreamingAPI just now. (#3278) 6 years ago
  Eugen Rochko 620d0d8029 Account domain blocks (#2381) 7 years ago
  alpaca-tc 59804abc3d Optimize MuteService and AfterBlockService (#2836) 7 years ago
  Matt Jankowski b57eed4584 Remove order prior to .find_in_batches (#1470) 7 years ago
  Eugen Rochko 5b95be1c42 Replace calls to FeedManager#inline_render and #broadcast 7 years ago
  Eugen Rochko 8530f9413b Replace ActionCable broadcast call with simple redis publish 7 years ago
  Kurtis Rainbolt-Greene 7bed4e51db Moved to the worker 7 years ago
  Kurtis Rainbolt-Greene dc5704b0b0 This method isn't used anymore 7 years ago
  Kurtis Rainbolt-Greene 1e96ce378e By pushing this into a worker we can reduce the amount of time the feed manager using workers eat up a connection 7 years ago
  Eugen Rochko 6fd865c000 Spawn FeedInsertWorker to deliver status into personal feed 7 years ago
  Kurtis Rainbolt-Greene 731e650681 Use active record shorthand 7 years ago
  Eugen Rochko 82aaedec46 Reduce number of items in feeds, optimize regeneration worker slightly, 7 years ago
  Eugen Rochko b1f3499c38 Optimize FeedManager#unmerge, and slightly optimize FeedManager#merge 7 years ago