about summary refs log tree commit diff
path: root/app/models/status.rb
AgeCommit message (Expand)Author
2019-10-06Fix performance of home feed regeneration (#12084)Eugen Rochko
2019-10-02Fix needlessly indexing unsearchable statuses into ElasticSearch (#12041)Eugen Rochko
2019-10-01Fix records not being indexed sometimes (#12024)Eugen Rochko
2019-09-28Fix unscoped being used in the wrong place (#11987)Eugen Rochko
2019-09-28Fix index not being used in Status.reblogs_map (#11982)Eugen Rochko
2019-09-11Change deletes to preserve soft-deleted statuses in unresolved reports (#11805)Eugen Rochko
2019-08-22Add soft delete for statuses for instant deletes through API (#11623)Eugen Rochko
2019-08-18Add `tootctl cache recount` command (#11597)Eugen Rochko
2019-07-08Fix Status.remote scope matching *all* statuses (#11265)ThibG
2019-07-08Refactor controllers for statuses, accounts, and more (#11249)Eugen Rochko
2019-07-07Remove Atom feeds and old URLs in the form of `GET /:username/updates/:id` (#...Eugen Rochko
2019-07-05Remove deprecated REST API `GET /api/v1/timelines/direct` (#11212)Eugen Rochko
2019-06-04Change reblogs counter to be updated when boosted privately (#10964)Eugen Rochko
2019-06-04Refactor all ActivityPub deliveries to be serialized and signed through one c...Eugen Rochko
2019-05-14Record account suspend/silence time and keep track of domain blocks (#10660)ThibG
2019-03-28Rename :poll to :preloadable_poll and :owned_poll to :poll on Status (#10401)Eugen Rochko
2019-03-20Add support for custom emojis in poll options (#10322)ThibG
2019-03-17Fix reblogs privacy (#10302)ThibG
2019-03-15Fix detailed poll validation errors not being returned in the API (#10261)Eugen Rochko
2019-03-15Add `visibility` param to reblog REST API (#9851)Eugen Rochko
2019-03-05Fix status creation API silently discarding invalid poll (#10171)Eugen Rochko
2019-03-04Make sure the poll is created before storing its id (#10142)ThibG
2019-03-03Add polls (#10111)Eugen Rochko
2019-01-18Add support for non-public reblogs from ActivityPub (#9841)Eugen Rochko
2018-12-05Attempt fixing deadlocks by moving account stats update outside transaction (...ThibG
2018-11-25Ensure replied-to is a status not a boost (#9129)valerauko
2018-11-19Extract counters from accounts table to account_stats table (#9295)Eugen Rochko
2018-11-16Remove intermediary arrays when creating hash maps from results (#9291)Eugen Rochko
2018-11-05Allow joining several hashtags in a single column (#8904)James Kiesel
2018-10-28Reset status cache when status_stat or media_attachment updates (#9119)Eugen Rochko
2018-10-28Include preview cards in status entity in REST API (#9120)Eugen Rochko
2018-10-17Do not show "limited" visibility in default visibility preference (#8999)Eugen Rochko
2018-10-17Improve support for aspects/circles (#8950)Eugen Rochko
2018-10-07Add conversations API (#8832)Eugen Rochko
2018-09-14Misc. typos (#8694)luzpaz
2018-08-22exclude-other-silenced-accounts (#7528)masarakki
2018-08-19Unuse ActiveRecord::Base#cache_key (#8185)abcang
2018-08-18Fix error when trying to update counters for statuses that are gone (#8251)Eugen Rochko
2018-08-16Update reply counters only if the reply is public/unlisted (#8211)Eugen Rochko
2018-08-14Move status counters to separate table, count replies (#8104)Eugen Rochko
2018-06-17Change language opt-out to language opt-in (#7823)Eugen Rochko
2018-06-06Filter out blocked/muted people from profile timelines (#7747)Eugen Rochko
2018-06-05Add redraft function (#7735)Eugen Rochko
2018-06-04Do not mark remote status sensitive even if spoiler text is present (#7395)Akihiko Odaki
2018-05-30Improve counter caches on Status and Account (#7644)Eugen Rochko
2018-05-28optimize direct timeline (#7614)tateisu
2018-05-03Fixes/do not override timestamps (#7336)ThibG
2018-04-27Add entity cache (#7271)Eugen Rochko
2018-04-23Implement the ability for instances to define a list of disallowed hashtags (...Emelia Smith
2018-04-23Update dependencies for Ruby (2018-04-23) (#7237)Yamagishi Kazutoshi