about summary refs log tree commit diff
path: root/spec/models/concerns
AgeCommit message (Expand)Author
2020-10-21Add follower synchronization mechanism (#14510)ThibG
2020-09-18Add option to be notified when a followed user posts (#13546)Eugen Rochko
2020-06-30Fix remote files not using Content-Type header, streaming (#14184)Eugen Rochko
2020-06-29Fix trying to write non-existent image remote URL attribute on preview cards ...Eugen Rochko
2020-06-29Add customizable thumbnails for audio and video attachments (#14145)Eugen Rochko
2019-10-09Fix attachment not being re-downloaded even if file is not stored (#12125)Eugen Rochko
2019-07-07Remove Atom feeds and old URLs in the form of `GET /:username/updates/:id` (#...Eugen Rochko
2019-05-14Record account suspend/silence time and keep track of domain blocks (#10660)ThibG
2019-02-03Add option to overwrite imported data (#9962)Eugen Rochko
2018-11-24Sort self-replies to the top of descendants (#9320)Eugen Rochko
2018-08-29Fix nil host in remotable (#8508)Renato "Lond" Cerqueira
2018-05-02Keep notification when muting_notifications is true (#7311)abcang
2018-04-23Paginate descendant statuses in public page (#7148)Akihiko Odaki
2018-04-11Paginate ancestor statuses in public page (#7102)Akihiko Odaki
2018-03-26Validate HTTP response length while receiving (#6891)Akihiko Odaki
2017-11-28Allow hiding of reblogs from followed users (#5762)aschmitz
2017-11-24Add tests for Streamable (#5771)ysksn
2017-11-21Add tests for Remotable (#5768)ysksn
2017-11-19Add tests for AccountInteractions (#5751)ysksn
2017-11-15Optional notification muting (#5087)Surinna Curtis
2017-06-05Introduce StatusThreadingConcern (#3490)Matt Jankowski
2017-06-01Handle nil and blank cases in Account finders (#3500)Matt Jankowski
2017-05-31Expand spec coverage and refactor the `Account.find_` methods (#3485)Matt Jankowski