about summary refs log tree commit diff
path: root/app
AgeCommit message (Collapse)Author
2016-11-08Move timelines API from statuses to its own controller, add a check forEugen Rochko
resources that require a user context vs those that don't (such as public timeline) /api/v1/statuses/public -> /api/v1/timelines/public /api/v1/statuses/home -> /api/v1/timelines/home /api/v1/statuses/mentions -> /api/v1/timelines/mentions /api/v1/statuses/tag/:tag -> /api/v1/timelines/tag/:tag
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
to be more readable, add extra logging to process feed service
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-07Fix account and hashtag regexEugen Rochko
2016-11-07Do not modify scroll position unless content has been added to the top, not ↵Eugen Rochko
bottom
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-06Fix URL configuration when S3 is enabledEugen Rochko
2016-11-06Add test for FanOutOnWriteServiceEugen Rochko
2016-11-05Improve @mention regexEugen 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-04Adding hashtag modelEugen Rochko
2016-11-04Fix web app manifestsEugen 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
on scrollable areas
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-03Disable accounts caching tooEugen Rochko
2016-11-03Disable caching of statuses (maybe this will help with the weird bug)Eugen Rochko
2016-11-03Allow @username@domain/@username in follow form, prevent duplicate accountsEugen Rochko
created via remote look-up when domains differ but point to the same resource
2016-11-03Fix reblogged/favourited caching; add API endpoints for who favd/reblogged ↵Eugen Rochko
status
2016-11-03Caching should work correctly now (fingers crossed)Eugen Rochko
2016-11-03Need to disable caching again due to bug in RablEugen Rochko
2016-11-03Enable caching for some rabl viewsEugen Rochko
2016-11-03Add own composed status to home without waiting for websocket eventEugen Rochko
This makes the UI appear less laggy. After all, the status *is* created right there and then, it's the distribution to home timelines that can take a while
2016-11-02Fix subtle bugs, new icon buttonEugen Rochko
2016-11-02Merge pull request #132 from marcus-herrmann/masterEugen
a11y: Improve icon button component regarding semantics, screen reader usage
2016-11-02Merge pull request #129 from fhemberger/fix/a11y-labelsEugen
a11y: Add labels to input fields for screenreader
2016-11-02a11y: Improve icon button component regarding semantics and screen reader usagemhe
2016-11-02Fix syntax errorsEugen
2016-11-02Add touch icons for Chrome, iOS and Windows 10Frederic Hemberger
2016-11-02a11y: Add labels to input fields for screenreaderFrederic Hemberger
See: https://dequeuniversity.com/rules/axe/2.1/label
2016-11-02Make cookies https-only if LOCAL_HTTPS is true, set X-Frame-Options to DENY,Eugen Rochko
add permissive CORS to API controllers
2016-11-02a11y: Add HTML lang attribute and utf8 encoding meta tagFrederic Hemberger
See: https://dequeuniversity.com/rules/axe/2.1/html-has-lang