about summary refs log tree commit diff
path: root/app/models
AgeCommit message (Expand)Author
2017-05-20guard against empty domain block list in status scope (#3161)beatrix
2017-05-19Fix federated timeline excluding local toots when any domain blocks are set (...Eugen Rochko
2017-05-19Add buttons to block and unblock domain (#3127)Eugen Rochko
2017-05-19Define instance method outside #included (#3128)alpaca-tc
2017-05-19Conditional validations no longer accept strings for if/unless (#3124)Matt Jankowski
2017-05-19Account domain blocks (#2381)Eugen Rochko
2017-05-18Fetch remote image using http.rb (#3114)Yamagishi Kazutoshi
2017-05-17Refactor Status#ancestors/descendants (#3092)alpaca-tc
2017-05-17Add filter to AccountFilter (#2968)alpaca-tc
2017-05-16Improve Account#triadic_closures (#3079)alpaca-tc
2017-05-16Order by symbol value (#3077)alpaca-tc
2017-05-16Optimize Status#permitted_for 24x (#3069)alpaca-tc
2017-05-15Fix change of status callbacks not setting in_reply_to_account_id and (#3072)Eugen Rochko
2017-05-15Feature conversations muting (#3017)Eugen Rochko
2017-05-13Fixes NoMethodError: undefined method 'first' for nil:NilClass (#3036)alpaca-tc
2017-05-12Add conversation model, <ostatus:conversation /> (#3016)Eugen Rochko
2017-05-11Fix #1426 - Trim long usernames in public follower/following lists (#2993)Eugen Rochko
2017-05-11Fix #2027 - Accept own ID for remote follow with and without preceding @ (#2991)Eugen Rochko
2017-05-11Fixed mention regex to support unicode (#2420)Go Shoemake
2017-05-08Delegate Account#user_locale method and allow nil (#2927)Matt Jankowski
2017-05-08Improve allowed language handling (#2897)Matt Jankowski
2017-05-07Refactor account.rb (#2881)alpaca-tc
2017-05-06Fixes slow query in notifications api (#2851)alpaca-tc
2017-05-06Stream entry specs and refactor to use delegate (#2827)Matt Jankowski
2017-05-05Move account header and avatar methods to a concern (#2825)Matt Jankowski
2017-05-05Fixes unknown mime type (#2822)alpaca-tc
2017-05-05Misc spec coverage improvements (#2821)Matt Jankowski
2017-05-05More robust PuSH subscription refreshes (#2799)Eugen Rochko
2017-05-03Correct Account model for rubocop (#2587)Tomohiro Suwa
2017-05-02Add option to disable two factor auth in admin accounts panel. (#2584)Kaylee
2017-05-02Fix subscription expiration condition (#2715)Yamagishi Kazutoshi
2017-05-02annotate models (#2697)yhirano
2017-05-02Coverage for remote follows (#2694)Matt Jankowski
2017-05-01Filter on allowed user language preferences (#2361)Matt Jankowski
2017-05-01Fix Rubocop offences (#2630)yhirano
2017-05-01Detect extension for preview card (#2679)Yamagishi Kazutoshi
2017-04-30Reports spec for media attachments, clean up method (#2660)Matt Jankowski
2017-04-30Revert "Use PostgreSQL inheritance for blocks and mutes (#2520)" (#2634)Akihiko Odaki
2017-04-30Use PostgreSQL inheritance for blocks and mutes (#2520)Akihiko Odaki
2017-04-29Set correct attachment type for rejected media (#2599)Patrick Figel
2017-04-28More controller specs (#2561)Matt Jankowski
2017-04-28More status specs (#2564)Matt Jankowski
2017-04-27Cache Status#ancestors recursive query results (#2527)Eugen Rochko
2017-04-27OEmbed support for PreviewCard (#2337)Eugen Rochko
2017-04-27Don't need to include ActiveModel::Validations (#2521)Tomohiro Suwa
2017-04-26Add media dimensions (#2448)Francis Chong
2017-04-25Punycode URI normalization (#2370)Eugen
2017-04-24Report processing improvements (#2349)Effy Elden
2017-04-24Followers-only post federation (#2111)Eugen
2017-04-23ActivityPub: Add basic, read-only support for Outboxes, Notes, and Create/Ann...Evan Minto