about summary refs log tree commit diff
AgeCommit message (Collapse)Author
2016-10-18Improving all formsEugen Rochko
2016-10-18Only run mastodon:push:clear on accounts that are still subscribed toEugen Rochko
2016-10-18Added e-mail edit field to settings, proper format default for webfingerEugen Rochko
2016-10-18Adding application/jrd+json webfinger resourceEugen Rochko
2016-10-18Small clean upEugen Rochko
2016-10-18This should fix itEugen Rochko
2016-10-18DebuggingEugen Rochko
2016-10-18More debuggingEugen Rochko
2016-10-18More debuggingEugen Rochko
2016-10-18More debuggingEugen Rochko
2016-10-18More debuggingEugen Rochko
2016-10-18Will this fix the issue?Eugen Rochko
2016-10-18More debuggingEugen Rochko
2016-10-18Do not compress JS (perhaps it removes source maps, needed for debugging)Eugen Rochko
2016-10-18Add console.error to all axios failuresEugen Rochko
2016-10-18Enable source mapsEugen Rochko
2016-10-17Include <id> (identical value to <uri>) on person-type objects in AtomEugen Rochko
This might help with GS compatibility
2016-10-17Actually fix public timelineEugen Rochko
2016-10-17Update ostatus2 versionEugen Rochko
2016-10-17Fix #82 - only show latest reblog of status in UIEugen 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-16Don't preload timelines as props, load them when timeline component is mountedEugen Rochko
This prevents the bug where if you go "back" to the UI after navigating to another page it loads with the old set of statuses
2016-10-16Fix RemoveStatusService trying to send delete salmons on behalf of remote ↵Eugen Rochko
statuses
2016-10-16Fix #16 - Optimize n+1 queries when checking reblogged/favourited values for ↵Eugen Rochko
status lists in API
2016-10-16Filter out reblogs of blocked users from public timeline (the not real-time ↵Eugen Rochko
variant)
2016-10-16Fix scrolling on small devices for account timelines and compose columnEugen Rochko
2016-10-16Backfill follow suggestions with fallback when not enough results. CyclingEugen Rochko
through suggestions in UI
2016-10-15Maybe it will work like thisEugen Rochko
2016-10-15Trying a travis fixEugen Rochko
2016-10-15Debugging travisEugen Rochko
2016-10-15Trying to fix travisEugen Rochko
2016-10-15Fix travis node installationEugen Rochko
2016-10-15Fix suggestions fallbackEugen Rochko
2016-10-15Fix follow suggestions orderEugen Rochko
2016-10-15Fix typoEugen Rochko
2016-10-15Fix follow suggestions rankingEugen Rochko
2016-10-15Adding sort by node rank to follow suggestions and fallback to most ↵Eugen Rochko
influential users
2016-10-15Add custom neo4j dockerfile with graphaware and noderank pluginsEugen Rochko
2016-10-15Exclude blocked users from follow suggestions, fix testsEugen Rochko
2016-10-15Fix suggestions box style for long namesEugen Rochko
2016-10-15Fix multiple results return from FollowSuggestion.getEugen Rochko
2016-10-15Merge branch 'feature-suggestions' into developmentEugen Rochko
2016-10-15Add sync command for neo4j, fix configuration, add neo4j to docker-compose, ↵Eugen Rochko
fix seed
2016-10-15Display follow suggestionsEugen Rochko
2016-10-14Adding sync of follow relationships to Neo4J, accounts/suggestions APIEugen Rochko
2016-10-14Fix duplication of media attachments when a remote status reblogs a local oneEugen Rochko
2016-10-14Fix remove status service sending salmonsEugen Rochko
2016-10-14Add "edit profile" link to dropdown on own profileEugen Rochko
2016-10-14Update yarn lockfileEugen Rochko