about summary refs log tree commit diff
path: root/app
AgeCommit message (Expand)Author
2016-09-18Fix #43Eugen Rochko
2016-09-17Adding webm playback to UIEugen Rochko
2016-09-17Adding media controller, 1 webm/compose form allowed, previews generatedEugen Rochko
2016-09-17Fix how other services used old FollowRemoteAccountServiceEugen Rochko
2016-09-17Improved error handling for FollowRemoteServiceEugen Rochko
2016-09-17Fix #41, debug #42Eugen Rochko
2016-09-16Stop event propagation after IconButton onClickEugen
2016-09-16Setting up preliminary "detailed" routes in the UI, new API end-point for fet...Eugen Rochko
2016-09-13Adding sense of self to the UI, cleaning up routing, adding third (detail) co...Eugen Rochko
2016-09-12Adding a notification stack for error messagesEugen Rochko
2016-09-12Send "delete" Salmons to remote mentioned accounts on status removalEugen Rochko
2016-09-12Fixing image upload limits, allowing webm, merge/unmerge events triggerEugen Rochko
2016-09-10Fix formatter return blockEugen Rochko
2016-09-10Merge and unmerge timelines on follow/unfollow, solves #21, #22Eugen Rochko
2016-09-10Fix local mention regex so it works on newlines in HTML (with a preceding tag)Eugen Rochko
2016-09-10Styling for paragraphs in statusesEugen Rochko
2016-09-10Newlines and paragraphs in local statuses properly formattedEugen Rochko
2016-09-10Disallow self-followEugen Rochko
2016-09-10Shorten mentions to only usernamesEugen Rochko
2016-09-10Validates local username, max sizes for uploads. Fixes #32Eugen Rochko
2016-09-09Fix typo in deleteFromTimelines action creatorEugen
2016-09-09Refactored generation of unique tags, URIs and object URLs into own classes,Eugen Rochko
2016-09-09Probably fixes #31Eugen Rochko
2016-09-08Fix for single status pagesEugen Rochko
2016-09-08Optimized n+1 queries in accounts Atom and HTML viewsEugen Rochko
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
2016-09-08Fixing atom feeds for accounts, adding tests that would catch such bugs in fu...Eugen Rochko
2016-09-07UI for uploading media attachments (and cancelling them)Eugen Rochko
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-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