about summary refs log tree commit diff
path: root/app/models
AgeCommit message (Expand)Author
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
2016-10-09Adding domain blocksEugen Rochko
2016-10-08Strip exif data from uploaded imagesYann Vaillant
2016-10-07Adding user settings (model and mailer), no form yetEugen Rochko
2016-10-03Integrating block relationships into the API (read-only for now)Eugen Rochko
2016-10-03Adding a block model and filter mentions from blocked users (fix #60)Eugen Rochko
2016-10-03Adding e-mail confirmationsEugen Rochko
2016-10-03Fix most pages on small screensEugen Rochko
2016-10-03Making public pages responsive, removing reblogs/favs counts from themEugen Rochko
2016-10-02Add since_id param to feedsEugen Rochko
2016-10-02Validate against multiple reblogs of same status by same accountEugen Rochko
2016-09-29Fix #25 - Only latest reblog of status kept on feed as zset value is set to "...Eugen Rochko
2016-09-29Improve code styleEugen Rochko
2016-09-25Limit usernames to 30 chars, statuses to 500, open account after follow form ...Eugen Rochko
2016-09-25Better styling for selected status in detailed viewEugen Rochko
2016-09-24Some extra scopes for user sortingEugen Rochko
2016-09-24Don't generate stream entries for streamables of remote accountsEugen Rochko
2016-09-22Uploading/undoing media modifies status text. Also: status text trimmed befor...Eugen Rochko
2016-09-21Fix #50 - Order ancestors/descendants by tree pathEugen Rochko