about summary refs log tree commit diff
path: root/app/models/status.rb
AgeCommit message (Expand)Author
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
2018-04-18Direct messages column (#4514)Kaito Sinclaire
2018-04-12Upgrade Rails to version 5.2.0 (#5898)Yamagishi Kazutoshi
2018-03-07Remove text requirement when media attached from statuses (#6672)Eugen Rochko
2018-02-21Account archive download (#6460)Eugen Rochko
2018-02-17Push discovered status through streaming API within a time window (#6484)Eugen Rochko
2018-02-09Full-text search for authorized statuses (#6423)Eugen Rochko
2018-01-19Change belongs_to_required_by_default to true (#5888)Yamagishi Kazutoshi
2017-12-29Add more instance stats APIs (#6125)Eugen Rochko
2017-11-25status: preserve visibility attribute when reblogging (infoleak fix) (#5789)William Pitcock
2017-11-24Fix unnecessary order (#5807)abcang
2017-11-18Lists (#5703)Eugen Rochko
2017-11-12Update model annotations to use BIGINT for IDs (#5461)Daniel Hunsaker
2017-10-13Optimize Status#permitted_for 500x (account timeline) (#5373)unarist
2017-10-13Fix UserTrackingConcern firing on every request, optimize some queries (#5368)Eugen Rochko
2017-10-13Retoot count increases without reason (#5363)Lex Alexander
2017-10-08Set snowflake IDs for backdated statuses (#5260)Eugen Rochko
2017-09-23Add emoji autosuggest (#5053)Eugen Rochko
2017-09-23Fix custom emojis not detected when used in content warning (#5049)Eugen Rochko
2017-09-22Do not filter statuses with unknown languages (#5045)Akihiko Odaki
2017-09-19Custom emoji (#4988)Eugen Rochko
2017-09-17Validate uri presence for remote status (#4985)unarist
2017-09-17Remove local_only scope in Status (#4977)Akihiko Odaki
2017-09-07Fix #4834 - Adjust Status#local and Status#remote scopes (#4839)Eugen Rochko
2017-09-06Fix locking migration on statuses table. Nullable column and NO default value...Eugen Rochko
2017-09-06Switch to static URIs, new URI format in both protocols for new statuses (#4815)Eugen Rochko
2017-09-01Make PreviewCard records reuseable between statuses (#4642)Eugen Rochko
2017-08-29Serialize ActivityPub alternate link into OStatus deletes, handle it (#4730)Eugen Rochko
2017-08-25Pinned statuses (#4675)Eugen Rochko
2017-07-14Fix #4149, fix #1199 - Store emojis as unicode (#4189)Eugen Rochko
2017-07-13Fix boolean columns sometimes having a null value (#4162)Eugen Rochko
2017-07-13Fix #1010 - When spoiler text is set, enforce sensitivity too (#4176)Eugen Rochko
2017-06-22Fix regression from #3842 (#3892)Eugen Rochko
2017-06-20Filter direct statuses in Status.as_home_timeline (#3842)Akihiko Odaki (@fn_aki@pawoo.net)
2017-06-09Language detection defaults to nil (#3666)Matt Jankowski
2017-06-05Introduce StatusThreadingConcern (#3490)Matt Jankowski
2017-05-31Misc tidying and clean ups (#3445)Matt Jankowski