about summary refs log tree commit diff
path: root/app
AgeCommit message (Expand)Author
2016-11-17Fix #148 - Devise mailer fixed, test spec added so it won't slip past againEugen Rochko
2016-11-16Remove broken testEugen Rochko
2016-11-16i18n for devise mailer tooEugen Rochko
2016-11-16Add user locale settingEugen Rochko
2016-11-16Adding react-intl i18n to the frontend. No translations yetEugen Rochko
2016-11-16Localizations for most server-side stringsEugen Rochko
2016-11-15Adding some localizationsEugen Rochko
2016-11-15Improve how public status pages look slightlyEugen Rochko
2016-11-15Support emojis in display name, bioEugen Rochko
2016-11-15Fix #144 - Filter statuses from blocked users out of ancestors/descendants re...Eugen Rochko
2016-11-15Fix rubocop issues, introduce usage of frozen literal to improve performanceEugen Rochko
2016-11-15Delegate processing of incoming PuSH data to background workersEugen Rochko
2016-11-14Fix wrong link header on followers API, wrong link in tabs component, orderEugen Rochko
2016-11-13Fix #63 - Filter mentions that reply to blocked usersEugen Rochko
2016-11-13Fix another mistake with infinite user list for followingEugen Rochko
2016-11-13Fix another mistakeEugen Rochko
2016-11-13Fix infinite scrolling mistakeEugen Rochko
2016-11-13Infinite scroll for followers/following listsEugen Rochko
2016-11-13Fix stale referenceEugen Rochko
2016-11-13Use privacy policy from DiscourseEugen Rochko
2016-11-13Force utf-8 encoding when processing XMLEugen Rochko
2016-11-13Making upload button into a smaller icon buttonEugen Rochko
2016-11-13Fix #110 - Make web UI use browser history, change links in e-mails to link t...Eugen Rochko
2016-11-13Debounce autosuggestions requestsEugen Rochko
2016-11-13Search componentEugen Rochko
2016-11-13Fix #142 - Escape ILIKE special characters from Account.find_remoteEugen Rochko
2016-11-12Weigh username matches higher than domain matches in account searchEugen Rochko
2016-11-12Add limit to search resultsEugen Rochko
2016-11-12Use full-text search for autosuggestionsEugen Rochko
2016-11-10Enable emojis in reply indicator as wellEugen Rochko
2016-11-10Fix modals sizing and add animation to it, fix #140 by only making the text ofEugen Rochko
2016-11-10Fix public timeline queryEugen Rochko
2016-11-10Fix #131 - Make active favourite buttons yellowEugen Rochko
2016-11-10Fix #122 - Add microformats-2 classes to mention linksEugen Rochko
2016-11-10Fix live status removal from public/hashtag channelsEugen Rochko
2016-11-10Discard misattributed remote statuses, improve timelines filterEugen Rochko
2016-11-10Improve filtering of public/hashtag timelines, both in backlog and real-timeEugen Rochko
2016-11-09Status removal is broadcast to public/hashtag timelines tooEugen Rochko
2016-11-09Replace setting custom CORS headers with rack-cors, set it on /oauth/token en...Eugen Rochko
2016-11-09API pagination for all collections using Link headerEugen Rochko
2016-11-08Move timelines API from statuses to its own controller, add a check forEugen Rochko
2016-11-08Adding Emoji OneEugen Rochko
2016-11-08Adding more loggingEugen Rochko
2016-11-08Fix for thread resolve service and process feed service url methodEugen Rochko
2016-11-08Fix region setting for AWS gemEugen Rochko
2016-11-08Improve feed regenerationEugen Rochko
2016-11-08Fix typoEugen Rochko
2016-11-08ProcessFeedService refactorEugen Rochko
2016-11-07Improved configuration from ENV, cleaned up timeline filter methodsEugen Rochko
2016-11-07Click video player to toggle playbackEugen Rochko