about summary refs log tree commit diff
AgeCommit message (Collapse)Author
2017-02-07Make streaming API use one pattern-matching redis pubsub connectionEugen Rochko
Refresh timelines when streaming API reconnects in the UI
2017-02-07Merge pull request #603 from evanminto/activitypub-accountEugen
Expose ActivityStreams 2.0 representation of accounts
2017-02-06Add AS2 format to RABL filesEvan Minto
2017-02-07Fix wrong prediction of whether toot will apear on public timeline in UIEugen Rochko
2017-02-07Fix preferences saveEugen Rochko
2017-02-07Add "clear notifications" button, exclude posts from people who have blocked ↵Eugen Rochko
*you* from public/hashtag timelines
2017-02-06Add streaming API channels for local-only statusesEugen Rochko
2017-02-06Add API modifiers to limit returned toots from public/hashtag timelinesEugen Rochko
to only those from local users; Add link to "extended information" to getting started in the UI; Add defaults for posting privacy; Change how publish button looks depending on posting privacy chosen
2017-02-06Add trailing newlineEvan Minto
2017-02-06Add testEvan Minto
2017-02-06Simplify RABLEvan Minto
2017-02-06Reuse existing controller and routeEvan Minto
2017-02-05Add unique request IDs to streaming API to improve logsEugen Rochko
2017-02-05Don't allow people to follow people they blocked without unblocking firstEugen Rochko
2017-02-05Remove bios from blocked users list, filter out broken entries from API responseEugen Rochko
2017-02-05Add link to blocked users to getting started pageEugen Rochko
2017-02-05Fix #61 - Add list of blocked users to the UI; clean up failed push ↵Eugen Rochko
notifications API Try to fix Travis CI setup
2017-02-05Removing failed push notification API, make context loads use cacheEugen Rochko
2017-02-05Preheat status cacheEugen Rochko
2017-02-05Fix showing ellipsis even when link hasn't been cut offEugen Rochko
2017-02-05Fix #552 - Replace image links with image icons in status text in the UIEugen Rochko
2017-02-05Fix content warning marginEugen Rochko
2017-02-05Remove react-dnd as it was interfering with text selection. Move contentEugen Rochko
warning mentions preview into area where actual content would be
2017-02-05Add tracking of delay to streaming APIEugen Rochko
2017-02-05Fix #598 - arrow keys to navigate media; fix #481 - non-exact matches no longerEugen Rochko
overshadow requirement for remote-lookup
2017-02-05Add next/previous navigation in modal for media attachmentsEugen Rochko
2017-02-05No replies filter on home timeline no longer hides self-repliesEugen Rochko
2017-02-05Getting started on draggable columnsEugen Rochko
2017-02-05Merge branch 'hoodiek-master'Eugen Rochko
2017-02-05Fix column settings not being scrollable on short screensEugen Rochko
2017-02-05Display mentions prepended to the content warningEugen Rochko
2017-02-04Remove unnecessary leftover codeEvan Minto
2017-02-04Add an account endpoint for ActivityPub and link to it on HTML profile pagesEvan Minto
2017-02-04untested!! spoiler hotfix for replieshoodie
untested, my vagrant is bugged again, submitted at gargron's request
2017-02-04Make the streaming API also handle websockets (because trying to get the ↵Eugen Rochko
browser EventSource interface to work flawlessly was a nightmare). WARNING: This commit makes the web UI connect to the streaming API instead of ActionCable like before. This means that if you are upgrading, you should set that up beforehand.
2017-02-03Add CORS to the streaming APIEugen Rochko
2017-02-03easier comprehension of toot settings and properties (#595)hoodie
sounds complex, but really it just reorganizes the posting options and adds a seperator line
2017-02-03fix extraneous text in 2fa readme (#592)James
2017-02-02Add tootyfruityEugen
2017-02-02Update Sponsors.mdEugen
2017-02-02Update Sponsors.mdEugen
2017-02-02Updated list of top sponsorsEugen
2017-02-02Fix streaming API queriesEugen Rochko
2017-02-02Fix bugEugen Rochko
2017-02-02Adding documentation for streaming API. Fixing filtering bugEugen Rochko
2017-02-02Make node read the right .env fileEugen Rochko
2017-02-02Add redis configuration to streaming APIEugen Rochko
2017-02-02Fix potential resource leaks in streaming serverEugen Rochko
2017-02-02Add logging and filtering to the node.js streaming APIEugen Rochko
2017-02-02Add streaming API in Node.jsEugen Rochko