about summary refs log tree commit diff
path: root/app/models
AgeCommit message (Expand)Author
2016-11-16Add user locale settingEugen Rochko
2016-11-15Fix #144 - Filter statuses from blocked users out of ancestors/descendants re...Eugen 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-10Fix public timeline queryEugen Rochko
2016-11-10Discard misattributed remote statuses, improve timelines filterEugen Rochko
2016-11-10Improve filtering of public/hashtag timelines, both in backlog and real-timeEugen Rochko
2016-11-09API pagination for all collections using Link headerEugen Rochko
2016-11-08Move timelines API from statuses to its own controller, add a check forEugen Rochko
2016-11-08Improve feed regenerationEugen 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-05Adding hashtagsEugen Rochko
2016-11-04Adding hashtag modelEugen Rochko
2016-11-03Enable caching for some rabl viewsEugen 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-28Fix follow suggestion fallback to exclude already followed usersEugen Rochko
2016-10-28Make suggestions box also use user list componentsEugen Rochko
2016-10-27Adding public timeline silencingEugen Rochko
2016-10-27Fix suggestions fallback queryEugen Rochko
2016-10-23Fix public channelEugen Rochko
2016-10-22Adding OAuth access scopes, fixing OAuth authorization UI, adding rate limitingEugen Rochko
2016-10-19Fix #100 - Add "back" button to certain viewsEugen Rochko
2016-10-18Do not force-transcode uploaded videos to webm (leave mp4 as-is)Eugen Rochko
2016-10-17Actually fix public timelineEugen Rochko
2016-10-17Fix #99 - public timeline not just reblogs, fix #98 infinite scrolling issuesEugen Rochko
2016-10-16Increase default number of loaded suggestions to 10Eugen Rochko
2016-10-16Fix #16 - Optimize n+1 queries when checking reblogged/favourited values for ...Eugen Rochko
2016-10-16Filter out reblogs of blocked users from public timeline (the not real-time v...Eugen Rochko
2016-10-16Backfill follow suggestions with fallback when not enough results. CyclingEugen Rochko
2016-10-15Fix suggestions fallbackEugen Rochko
2016-10-15Fix follow suggestions orderEugen Rochko
2016-10-15Fix follow suggestions rankingEugen Rochko
2016-10-15Adding sort by node rank to follow suggestions and fallback to most influenti...Eugen Rochko
2016-10-15Exclude blocked users from follow suggestions, fix testsEugen Rochko
2016-10-15Fix multiple results return from FollowSuggestion.getEugen Rochko
2016-10-15Add sync command for neo4j, fix configuration, add neo4j to docker-compose, f...Eugen Rochko
2016-10-15Display follow suggestionsEugen Rochko
2016-10-14Adding sync of follow relationships to Neo4J, accounts/suggestions APIEugen Rochko
2016-10-12Change how convert options are escapedEugen Rochko
2016-10-12Allow mp4 uploads, convert to WebMEugen Rochko
2016-10-10Make account domains case-insensitive, downcase before checking against localEugen Rochko
2016-10-10Fix default assumed object type (note->activity), make stream entry threaded?...Eugen Rochko
2016-10-09Public timeline to exclude users you blockedEugen Rochko