Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-02-10 | Merge pull request #617 from halcy/style-changes | Eugen | |
Style changes | |||
2017-02-10 | Move more colours to scss | Lorenz Diener | |
2017-02-10 | Move more inline colours to scss | Lorenz Diener | |
2017-02-09 | Fix the fix | Eugen Rochko | |
2017-02-09 | Fix #614 - extra reply-boolean on statuses to account for cases when replied-to | Eugen Rochko | |
status is not in the system at time of distribution; fix #607 - reset privacy settings to defaults when cancelling replies | |||
2017-02-09 | Progress on moving color styles to Sass | Eugen Rochko | |
2017-02-08 | Fix reblogs not having content warnings forwarded | Eugen | |
2017-02-08 | Fix #611 - Layout setting in registrations controller | Eugen | |
2017-02-07 | Change blocked users icon to fa-ban in getting started view (#608) | Isabelle Knott | |
2017-02-07 | Make streaming API use one pattern-matching redis pubsub connection | Eugen Rochko | |
Refresh timelines when streaming API reconnects in the UI | |||
2017-02-07 | Merge pull request #603 from evanminto/activitypub-account | Eugen | |
Expose ActivityStreams 2.0 representation of accounts | |||
2017-02-06 | Add AS2 format to RABL files | Evan Minto | |
2017-02-07 | Fix wrong prediction of whether toot will apear on public timeline in UI | Eugen Rochko | |
2017-02-07 | Fix preferences save | Eugen Rochko | |
2017-02-07 | Add "clear notifications" button, exclude posts from people who have blocked ↵ | Eugen Rochko | |
*you* from public/hashtag timelines | |||
2017-02-06 | Add streaming API channels for local-only statuses | Eugen Rochko | |
2017-02-06 | Add API modifiers to limit returned toots from public/hashtag timelines | Eugen 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-06 | Add trailing newline | Evan Minto | |
2017-02-06 | Simplify RABL | Evan Minto | |
2017-02-06 | Reuse existing controller and route | Evan Minto | |
2017-02-05 | Don't allow people to follow people they blocked without unblocking first | Eugen Rochko | |
2017-02-05 | Remove bios from blocked users list, filter out broken entries from API response | Eugen Rochko | |
2017-02-05 | Add link to blocked users to getting started page | Eugen Rochko | |
2017-02-05 | Fix #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-05 | Removing failed push notification API, make context loads use cache | Eugen Rochko | |
2017-02-05 | Preheat status cache | Eugen Rochko | |
2017-02-05 | Fix showing ellipsis even when link hasn't been cut off | Eugen Rochko | |
2017-02-05 | Fix #552 - Replace image links with image icons in status text in the UI | Eugen Rochko | |
2017-02-05 | Fix content warning margin | Eugen Rochko | |
2017-02-05 | Remove react-dnd as it was interfering with text selection. Move content | Eugen Rochko | |
warning mentions preview into area where actual content would be | |||
2017-02-05 | Add tracking of delay to streaming API | Eugen Rochko | |
2017-02-05 | Fix #598 - arrow keys to navigate media; fix #481 - non-exact matches no longer | Eugen Rochko | |
overshadow requirement for remote-lookup | |||
2017-02-05 | Add next/previous navigation in modal for media attachments | Eugen Rochko | |
2017-02-05 | No replies filter on home timeline no longer hides self-replies | Eugen Rochko | |
2017-02-05 | Getting started on draggable columns | Eugen Rochko | |
2017-02-05 | Fix column settings not being scrollable on short screens | Eugen Rochko | |
2017-02-05 | Display mentions prepended to the content warning | Eugen Rochko | |
2017-02-04 | Remove unnecessary leftover code | Evan Minto | |
2017-02-04 | Add an account endpoint for ActivityPub and link to it on HTML profile pages | Evan Minto | |
2017-02-04 | untested!! spoiler hotfix for replies | hoodie | |
untested, my vagrant is bugged again, submitted at gargron's request | |||
2017-02-04 | Make 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-03 | easier 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-02 | Fix bug | Eugen Rochko | |
2017-02-02 | Add logging and filtering to the node.js streaming API | Eugen Rochko | |
2017-02-02 | Prevent potential issue with public/hashtag statuses arriving after | Eugen Rochko | |
they have been loaded and favourited/reblogged from another source Since the status JSON returned from public/hashtag streams does not contain favourited/reblogged attributes, merging them should not override existing ones. | |||
2017-02-02 | Move rendering of JSON payloads for public/hashtag timelines to | Eugen Rochko | |
FanOutOnWriteService. The only recipient-specific part on them is reblogged/favourited. But since only newly created statuses appear on them, it is safe to assume that both attributes would be false | |||
2017-02-02 | Cleaning up format of broadcast real-time messages, removing | Eugen Rochko | |
redis-backed "mentions" timeline as redundant (given notifications) | |||
2017-01-31 | Fix #529 - Make hashtag timelines show conversations, fix hashtag loading in ↵ | Eugen Rochko | |
the UI | |||
2017-01-31 | Revert to animating avatars by default | Eugen Rochko | |
2017-01-31 | Fix elephant friend | Eugen Rochko | |