about summary refs log tree commit diff
path: root/app/models/account.rb
AgeCommit message (Expand)Author
2017-04-11When avatar/header are GIF, generate static versions (#1428)Eugen
2017-04-10Clean up generation of account webfinger string (#1477)Matt Jankowski
2017-04-09Search cleanup (#1333)Matt Jankowski
2017-04-07DRY up reblog vs original status checkJoël Quenneville
2017-03-22Fix full-text search query quotation, improve tag search performance with an ...Eugen Rochko
2017-03-22More efficient single account retrieval (0.9ms vs 50ms before)Eugen Rochko
2017-03-18Federate header images, fix open-uri http->https redirection errorEugen Rochko
2017-03-17Make account search blazing fast and rank followers/followees higher in the r...Eugen Rochko
2017-03-16Add method for retrieving triadic closuresEugen Rochko
2017-03-05Fix wrongful matching of last period in extended usernamesEugen Rochko
2017-03-01Mute button progress so far. WIP, doesn't entirely work correctly.Kit Redgrave
2017-02-27Fix #104 - Style OAuth authorized applications pageEugen Rochko
2017-02-22Skip remote media URLs that don't have a hostnameEugen Rochko
2017-02-11Make PuSH only distribute to subscriptions that match follower domainsEugen Rochko
2017-01-19Fix statsd null backend not being initialized properlyEugen Rochko
2017-01-19Try to avoid any potential loopsEugen
2017-01-16Improve how the list entry Account component looks when target is blocked/fol...Eugen Rochko
2017-01-13Add extended about page stubEugen Rochko
2017-01-09Persist UI settings, add missing localizations for GermanEugen Rochko
2017-01-08Fix Paperclip timeout setting. Fix bug introduced in #437Eugen Rochko
2017-01-08Merge pull request #437 from krainboltgreene/patch-1Eugen
2017-01-07Simplifying followers mappingsKurtis Rainbolt-Greene
2017-01-07Less complicated determinationKurtis Rainbolt-Greene
2017-01-07Using "rails style" order argumentsKurtis Rainbolt-Greene
2016-12-22Hide follow/unfollow button from public page if follow already requestedEugen Rochko
2016-12-22Follow call on locked account creates follow request insteadEugen Rochko
2016-12-06Add suspend account functionality to admin UIEugen Rochko
2016-12-04Do not autoplay videos, display play button instead. Use expiring links when ...Eugen Rochko
2016-12-02Fix #329 - avatar errors no longer prevent remote accounts from being savedEugen Rochko
2016-11-29Upgrade Paperclip to 5, AWS-SDK to 2, do not generate medium/small versions o...Eugen Rochko
2016-11-28Adding embedded PuSH serverEugen Rochko
2016-11-26Public and hashtag timelines now exclude reblogs and repliesEugen Rochko
2016-11-25Filter statuses that mention blocked usersEugen Rochko
2016-11-24Remove Neo4JEugen Rochko
2016-11-21Remove orphaned notifications, add scopes param to app create APIEugen Rochko
2016-11-15Fix rubocop issues, introduce usage of frozen literal to improve performanceEugen Rochko
2016-11-13Fix #142 - Escape ILIKE special characters from Account.find_remoteEugen Rochko
2016-11-12Weigh username matches higher than domain matches in account searchEugen Rochko
2016-11-12Use full-text search for autosuggestionsEugen Rochko
2016-11-09API pagination for all collections using Link headerEugen Rochko
2016-11-07Fix account and hashtag regexEugen Rochko
2016-11-07Account notes (bios) can now contain links. Character limit upped to 160Eugen Rochko
2016-11-05Improve @mention regexEugen Rochko
2016-11-04Adding hashtag modelEugen Rochko
2016-11-01Catch 404 errors when downloading remote media, add screenshot to landing pageEugen Rochko
2016-10-30Limit returned followees/followers by API to 40 for nowEugen Rochko
2016-10-30Fix common followers APIEugen Rochko
2016-10-29Adding common followers API, fixing fallback query againEugen Rochko
2016-10-16Fix #16 - Optimize n+1 queries when checking reblogged/favourited values for ...Eugen Rochko
2016-10-10Make account domains case-insensitive, downcase before checking against localEugen Rochko