about summary refs log tree commit diff
AgeCommit message (Collapse)Author
2016-10-25Add restart policy to docker composeEugen Rochko
2016-10-25Guard against unexisting statuses renderingEugen Rochko
2016-10-24Add opening images in a modal windowEugen Rochko
2016-10-24Move status components inside individual containers. We still need to selectEugen Rochko
all statuses/accounts to assemble, but at least lists don't have to be re-rendered all the time now. Also add "mention" dropdown option
2016-10-24Add more useful links to the readmeEugen
2016-10-23Restrict access to oauth/applications to admins onlyEugen Rochko
2016-10-23Fix OAuth authorization redirectEugen Rochko
2016-10-23Fix public channelEugen Rochko
2016-10-22Adding OAuth access scopes, fixing OAuth authorization UI, adding rate limitingEugen Rochko
to the API
2016-10-20Merge pull request #101 from kschaper/masterEugen
Add specs for Button, DisplayName, DropdownMenu components
2016-10-20Fix method return when rescuingEugen Rochko
2016-10-20Merge remote-tracking branch 'upstream/master'Kai Schaper
2016-10-20add/update specs for Button, DisplayName, DropdownMenuKai Schaper
2016-10-19Fix #100 - Add "back" button to certain viewsEugen Rochko
Also fix reloading of timelines after merge-type events
2016-10-18Remember scroll position when navigating back, do not needlessly reloadEugen Rochko
entire timelines (only fetch since last known ID). Side effect: account timelines no longer update in real-time
2016-10-18Do not force-transcode uploaded videos to webm (leave mp4 as-is)Eugen Rochko
2016-10-18Improve how errors are displayed in the UIEugen Rochko
2016-10-18Fix #97 - plain text version of devise e-mailsEugen Rochko
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