about summary refs log tree commit diff
AgeCommit message (Collapse)Author
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-03Add tests for recently added API end pointsEugen 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-02Merge pull request #130 from fhemberger/feature/manifestEugen
Add touch icons for Chrome, iOS and Windows 10
2016-11-02Fix syntax errorsEugen
2016-11-02Add puma preloading, decrease DB pool size to size of threads per workerEugen Rochko
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-02Replace in-memory cache store with redis store, should decrease memoryEugen Rochko
footprint of each running process by 128mb
2016-11-02Fix missing default headersEugen Rochko
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-02Merge pull request #125 from fhemberger/fix/a11y-languageEugen
a11y: Add HTML lang attribute and utf8 encoding meta tag
2016-11-02a11y: Add HTML lang attribute and utf8 encoding meta tagFrederic Hemberger
See: https://dequeuniversity.com/rules/axe/2.1/html-has-lang
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-31Updated screenshotEugen
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-30Limit returned followees/followers by API to 40 for nowEugen Rochko
2016-10-30Fix common followers APIEugen Rochko
2016-10-30Refactoring redux state into different reducersEugen Rochko
2016-10-29Hide notes on user lists for nowEugen Rochko
2016-10-29Adding common followers API, fixing fallback query againEugen Rochko
2016-10-28Fix follow suggestion fallback to exclude already followed usersEugen Rochko
2016-10-28Make suggestions box also use user list componentsEugen Rochko
2016-10-28Improved how user lists look, added follow button to themEugen Rochko
2016-10-27Adding following/followers lists to the UIEugen Rochko
2016-10-27Adding public timeline silencingEugen Rochko
2016-10-27Fix suggestions fallback queryEugen Rochko
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