about summary refs log tree commit diff
AgeCommit message (Expand)Author
2016-09-24Add screenshot to readmeEugen
2016-09-24Some extra scopes for user sortingEugen Rochko
2016-09-24Don't generate stream entries for streamables of remote accountsEugen Rochko
2016-09-24Improved partial rendering for threadsEugen Rochko
2016-09-24Fix #6 - Rate limit GET reqs to 300/5min, POST to 100/5minEugen Rochko
2016-09-24Only load JS on homepage, no other page uses itEugen Rochko
2016-09-24Improve partial rendering and Haml performance (Haml->Hamlit)Eugen 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
2016-09-22Infinite scroll for account timelinesEugen Rochko
2016-09-22Fix #51 - prevent duplicate attachments for remote statusesEugen Rochko
2016-09-22Add BTC address for donations to readmeEugen
2016-09-22Infinite scroll for timeline columnsEugen Rochko
2016-09-22Make in-text mentions open account detailed view when possibleEugen Rochko
2016-09-22API returns mentions for statuses, compose form pre-fills all relevant userna...Eugen Rochko
2016-09-21Improve README, fix #48Eugen Rochko
2016-09-21Fix #50 - Order ancestors/descendants by tree pathEugen Rochko
2016-09-21Fix #49 - License changed from GPL-2.0 to AGPL-3.0Eugen Rochko
2016-09-21Fix notifications in UI, added new API for fetching account relationshipsEugen Rochko
2016-09-21Fix #24 - Thread resolving for remote statusesEugen Rochko
2016-09-20Fix #47 by renaming TIMELINE_SET action to TIMELINE_REFRESH_SUCCESSEugen Rochko
2016-09-20Since GNU Social hubs don't seem to return a hub.lease_seconds param in the s...Eugen Rochko
2016-09-20More debugging for PuSH confirmationsEugen Rochko
2016-09-20Add more logging to PuSH callbackEugen Rochko
2016-09-20Upgrade to PubSubHubbub 0.4 (removing verify_token)Eugen Rochko
2016-09-20Fix rake tasks and loading barEugen Rochko
2016-09-20OStatus2 and Goldfinger gems now have timeouts for requestsEugen Rochko
2016-09-20Separate PuSH subscriptions from following, add mastodon:push:refresh task,Eugen Rochko
2016-09-19Update OStatus2 libraryEugen Rochko
2016-09-19Remove background mask from avatarsEugen Rochko
2016-09-19Re-organizing components to be more modular, adding loading barsEugen Rochko
2016-09-18Fix type mistake in account componentEugen Rochko
2016-09-18Live update account timelines, small fix for replyComposeEugen Rochko
2016-09-18Improve how account detailed view looks, load account's statusesEugen Rochko
2016-09-18Remove unused action constantsEugen Rochko
2016-09-18Small rubocop offences removedEugen Rochko
2016-09-18Update sidekiq, remove sinatra dependencyEugen Rochko
2016-09-18Detailed status view scrollableEugen Rochko
2016-09-18Add ancestors/descendants during normalization in timeline reducerEugen Rochko
2016-09-18Volume toggle control in VideoPlayerEugen Rochko
2016-09-18Fix #43Eugen Rochko
2016-09-17Fix typo in dockerfileEugen Rochko
2016-09-17Update doorkeeper dependency and replace libav with backported ffmpeg in dockerEugen 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