about summary refs log tree commit diff
AgeCommit message (Collapse)Author
2016-09-08Optimized n+1 queries in accounts Atom and HTML viewsEugen Rochko
Added stack trace for SQL queries in development Removed badly thought out accounts/lookup API
2016-09-08Removing default avatarsEugen Rochko
2016-09-08Fix local follows, 404 in logsEugen Rochko
2016-09-08Improving production logs, removing n+1 on media attachments in atom,Eugen Rochko
adding attachments display to static views
2016-09-08Fixing atom feeds for accounts, adding tests that would catch such bugs in ↵Eugen Rochko
future
2016-09-07UI for uploading media attachments (and cancelling them)Eugen Rochko
Mostly resolves #8, though attachments are still not displayed in public view
2016-09-06Fix enclosures not being parsed for reblogged statusesEugen
2016-09-06Fix for Drawer growing horizontallyEugen Rochko
2016-09-06Fixed styling for media attachments in statuses (margins)Eugen Rochko
2016-09-06Add icons to column headers, click them to scroll to topEugen Rochko
2016-09-06Fix styling of media attachments in statusesEugen Rochko
2016-09-05Fix reply bug introduced when compose form started using normalized dataEugen
2016-09-05Better layout for attachments in <MediaGallery>Eugen Rochko
2016-09-05Displaying media attachments in timelinesEugen Rochko
2016-09-05Improve JSON output for media attachments, generate :small preview for themEugen Rochko
2016-09-05Fix for media attachments remote URL downloadEugen Rochko
2016-09-05Adding enclosures to Atom and statuses JSONEugen Rochko
2016-09-05PostStatusService can attach media to status, ProcessFeedService likewiseEugen Rochko
2016-09-05Add API to upload media attachmentsEugen Rochko
2016-09-05Make compose form also use normalized dataEugen Rochko
2016-09-05RemoveStatusService fleshed out, still doesn't send Salmon slaps thoughEugen Rochko
2016-09-05Enhancing test suite but I think the problem might have been caching settingEugen Rochko
2016-09-04Possibly fix issue with stale favourite/reblog information after API callEugen Rochko
2016-09-04Fixed more case-sensitivity issuesEugen Rochko
2016-09-04Fix wrongful mentions breaking status updateEugen Rochko
2016-09-04Case-insensitive search by usernamesEugen Rochko
2016-09-04Fix timelines for users whose user id and account_id are not the sameEugen Rochko
2016-09-04Handle delete Salmons, todo: clean up timelinesEugen Rochko
2016-09-04Normalized data in Redux, fix for asset URLs when rendered outside requestEugen Rochko
2016-09-03Trying to fix travis buildsEugen Rochko
2016-09-03Fix for travis node issueEugen Rochko
2016-09-03Fix reblogs of reblogs in UI, add follow form in UIEugen Rochko
2016-09-02Update README.mdEugen
2016-09-01Preparing for follow formEugen Rochko
2016-09-01Reblogs fixedEugen Rochko
2016-09-01Favouriting works, reblogging is a little broken because of <Status>Eugen Rochko
2016-09-01Small style fixesEugen Rochko
2016-08-31Fixing one more typoEugen Rochko
2016-08-31Fix typoEugen Rochko
2016-08-31Replies in the compose formEugen Rochko
2016-08-31Improving styling a little bitEugen Rochko
2016-08-31Cleaning up action names and compose drawerEugen Rochko
2016-08-26The frontend will now be an OAuth app, auto-authorized. The frontend will ↵Eugen Rochko
use an access token for API requests Adding better errors for the API controllers, posting a simple status works from the frontend now
2016-08-25Improving statuses, adding a composer drawer, which doesn't work yetEugen Rochko
2016-08-24Forgotten returnEugen
2016-08-24More styling for statusesEugen Rochko
2016-08-24Removing mini-profiler that doesn't work, formatting timelines a bit betterEugen Rochko
2016-08-24Trying to fix travis testsEugen Rochko
2016-08-24Dockerfile adjustmentsEugen Rochko
2016-08-24Adding React.js, Redux, revamping dashboardEugen Rochko