about summary refs log tree commit diff
path: root/app/assets
AgeCommit message (Expand)Author
2016-10-15Exclude blocked users from follow suggestions, fix testsEugen Rochko
2016-10-15Fix suggestions box style for long namesEugen Rochko
2016-10-15Display follow suggestionsEugen Rochko
2016-10-14Adding sync of follow relationships to Neo4J, accounts/suggestions APIEugen Rochko
2016-10-14Add "edit profile" link to dropdown on own profileEugen Rochko
2016-10-14E-mail preferences pageEugen Rochko
2016-10-14Add window titles to auth pages and about page, link sign up/login from about...Eugen Rochko
2016-10-12Fix stylesEugen Rochko
2016-10-12Responsively changing layout to single-column + nav on smaller screensEugen Rochko
2016-10-09Improved how in-UI profiles lookEugen Rochko
2016-10-09Making AccountTimeline into a sub-routeEugen Rochko
2016-10-08Fix mistakeEugen Rochko
2016-10-08Add link to public timeline to getting started screenEugen Rochko
2016-10-08Use reselect to memoize denormalization in UI stateEugen Rochko
2016-10-07Adding public timelineEugen Rochko
2016-10-06Fix #73 - Click on in-UI profile avatar/name to open public profileEugen Rochko
2016-10-06Styling loading indicator, removing unused routes, adding "getting started" e...Eugen Rochko
2016-10-06Fix how missing display name is displayed (fallback to username)Eugen Rochko
2016-10-06Adjusting new CSS for smaller screensEugen Rochko
2016-10-06Fix #79 - break too long lines and hide overflowing characters in status contentEugen Rochko
2016-10-06Fix #80 - pretty scrollbars for lucky webkit usersEugen Rochko
2016-10-06Fix #72 - add follow/unfollow button to public profilesEugen Rochko
2016-10-06Fix delete option missing from statuses in detailed viewEugen Rochko
2016-10-06Fix #76 - set scrollTop property of element node rather than use scrollTo() m...Eugen Rochko
2016-10-06Fix #71 - Add logout link to UIEugen Rochko
2016-10-06Fix #70 - disable autocomplete on follow formEugen Rochko
2016-10-03Blocking will prevent e-mail notifications from blocked user, blocks in UIEugen Rochko
2016-10-03API for blocking and unblockingEugen 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-02Preparing feeds for better filteringEugen Rochko
2016-10-02Unreblogging and unfavouriting from the UIEugen Rochko
2016-10-02Add logging for outgoing http requestsEugen Rochko
2016-09-30Deleting statuses from UIEugen Rochko
2016-09-27Adding landing pageEugen Rochko
2016-09-27Fix #58 - disable compose form while image is uploadingEugen Rochko
2016-09-27Fix #52 - Add API versioning (v1)Eugen Rochko
2016-09-26Replace logo, fix #57 - delete/unreblog/unfavourite API, fix #45 - appEugen Rochko
2016-09-26Fix #55 - Filter self from pre-filled mentionsEugen Rochko
2016-09-25Improved style of settings pageEugen Rochko
2016-09-25Limit usernames to 30 chars, statuses to 500, open account after follow form ...Eugen Rochko
2016-09-25Improved styling for media/videos in detailed status viewEugen Rochko
2016-09-25Better styling for selected status in detailed viewEugen Rochko
2016-09-24Only load JS on homepage, no other page uses itEugen Rochko
2016-09-23Temporarily link "settings" to the static version of the formEugen Rochko
2016-09-23Improved ColumnsArea on smaller windows, improved how ActionBar looksEugen Rochko
2016-09-23Change output of api/accounts/:id/follow and unfollow to return relationshipEugen Rochko
2016-09-22Uploading/undoing media modifies status text. Also: status text trimmed befor...Eugen Rochko
2016-09-22Handle remote account mentions a little better by trying a URL lookup in the dbEugen Rochko