about summary refs log tree commit diff
path: root/app/assets
AgeCommit message (Expand)Author
2016-11-14Fix wrong link header on followers API, wrong link in tabs component, orderEugen 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-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-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 #131 - Make active favourite buttons yellowEugen Rochko
2016-11-10Fix live status removal from public/hashtag channelsEugen 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-07Click video player to toggle playbackEugen Rochko
2016-11-07Fix #135 - More prominent focus style for inputsEugen Rochko
2016-11-07Better look/behaviours for video player/lightboxEugen Rochko
2016-11-07Replace react-skylight with own solution that centers images betterEugen Rochko
2016-11-07Do not modify scroll position unless content has been added to the top, not b...Eugen Rochko
2016-11-07Keep scroll position when scrolled down and new content is addedEugen Rochko
2016-11-07Account notes (bios) can now contain links. Character limit upped to 160Eugen Rochko
2016-11-05Fix remote hashtag linkingEugen Rochko
2016-11-05Fix mistakeEugen Rochko
2016-11-05Fix linking of remote hashtags in UI, add public view of hashtagsEugen Rochko
2016-11-05Adding hashtagsEugen Rochko
2016-11-04Add forgotten reducer for FAVOURITES_FETCH_SUCCESSEugen Rochko
2016-11-04Adding list of who favourited statusEugen Rochko
2016-11-04Reduce code duplication, add touch scrolling behaviour for webkit browsersEugen Rochko
2016-11-04Optimize how statuses are re-rendered and relative time intervalsEugen Rochko
2016-11-03Add list of who reblogged statusEugen Rochko
2016-11-03Aria-labels actually didn't work in React, so removing. Fixing some bugsEugen Rochko
2016-11-03Fix #136: Add aria-labelsEugen Rochko
2016-11-03Allow @username@domain/@username in follow form, prevent duplicate accountsEugen Rochko
2016-11-03Add own composed status to home without waiting for websocket eventEugen Rochko
2016-11-02Fix subtle bugs, new icon buttonEugen Rochko
2016-11-02Merge pull request #132 from marcus-herrmann/masterEugen
2016-11-02a11y: Improve icon button component regarding semantics and screen reader usagemhe
2016-11-02a11y: Add labels to input fields for screenreaderFrederic Hemberger
2016-11-01Fix follow icon changing plus to minus, add terms page stubEugen Rochko
2016-11-01Catch 404 errors when downloading remote media, add screenshot to landing pageEugen Rochko
2016-10-31Actually fix the reblogs/favs reducer issueEugen Rochko
2016-10-31Fix forgotten reducers for reblogs/favouritesEugen
2016-10-31Fix accounts not being normalized from context statusesEugen
2016-10-30Actually complete the autosuggestion featureEugen Rochko
2016-10-30Basic username autocomplete for text areaEugen Rochko
2016-10-30Refactoring redux state into different reducersEugen Rochko