about summary refs log tree commit diff
AgeCommit message (Collapse)Author
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
2017-02-02Prevent potential issue with public/hashtag statuses arriving afterEugen 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-02Move rendering of JSON payloads for public/hashtag timelines toEugen 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-02Cleaning up format of broadcast real-time messages, removingEugen Rochko
redis-backed "mentions" timeline as redundant (given notifications)
2017-02-01Looks like log level :debug is required for activerecord times to be trackedEugen Rochko
2017-02-01Fix activerecord logging in productionEugen Rochko
2017-01-31Fix #529 - Make hashtag timelines show conversations, fix hashtag loading in ↵Eugen Rochko
the UI
2017-01-31Revert to animating avatars by defaultEugen Rochko
2017-01-31Fix elephant friendEugen Rochko
2017-01-31Fix CORS issue on avatars resamplingEugen Rochko
2017-01-31Fix text overlapping image in Edge and on mobile (#582)tom
Changing the way the background image is positioned and the box is sized should fix problems with the text overlapping the image on mobile browsers and Edge.
2017-01-30Add "open in web" link to detailed public status pagesEugen Rochko
2017-01-30Fix not reloading account/fetching relationship on newly independent componentsEugen Rochko
2017-01-30Make profile header scroll along with contents. AccountTimeline, Followers ↵Eugen Rochko
and Following are no longer nested inside a common parent (<Account>), instead they all embed <HeaderContainer />
2017-01-30Add capistrano to development environmentEugen Rochko
2017-01-30Add explicit "load more" link to the bottom of StatusList and notificationsEugen Rochko
2017-01-30Improve avatar resampling of non-animated canvasEugen Rochko
2017-01-30Merge branch 'PurpleBooth-add-missing-back-on-follow'Eugen Rochko
2017-01-30Resolve confusion between ColumnBackButton and the slim version thatEugen Rochko
the public timeline has been using
2017-01-29Add missing back button to "Follow Requests"Billie Thompson
Currently we have the problem where the follow request button is missing from the Follow request tab. This means that when you visit that tab you either have to press the back button in the browser or re-enter the home page, which breaks the app flow. This will resolve that issue by adding a new back button to that tab, in the same way that the public timeline, and favourites have.
2017-01-29Add 2-FA instructions for non-technical users (#580)James
2017-01-29Update some API docsEugen
2017-01-29Fix avatar scaling on high-DPI displays (#573)Misty De Meo
2017-01-29Update sample .envEugen Rochko
2017-01-29Add more links to main docs pageEugen Rochko
2017-01-29Fix JSON formatting in docsEugen Rochko
2017-01-29Update docs with information about push notificationsEugen Rochko
2017-01-29Add tests for new APIEugen Rochko
2017-01-29Fix testsEugen Rochko
2017-01-29API for apps to register for push notificationsEugen Rochko
2017-01-29Fix #569 - seeds.rbEugen Rochko
2017-01-28Fix settings design on mobileEugen Rochko
2017-01-28Split 2FA login into two promptsEugen Rochko
2017-01-28Add pixel background to modal imagesEugen Rochko
2017-01-28Update settings to re-use admin layout, one big navigation tree, improve ↵Eugen Rochko
settings forms
2017-01-27Clean upEugen Rochko
2017-01-27Do not automatically login after password reset, as it would circumvent ↵Eugen Rochko
two-factor auth (if enabled) Do not require e-mail address changes to be re-confirmed, it's only trouble for no real benefit
2017-01-27Added optional two-factor authenticationEugen Rochko
2017-01-27Less ambiguous sensitive content toggle label (#556)Zachary Spector
2017-01-27Merge pull request #557 from hoodiek/masterEugen
fix button outline showing on clicks for prettiness
2017-01-27fix button outline showing on clicks for prettinesshoodie
remove button outlines on-click for retweet, boost, favourite, and reply buttons
2017-01-27Update broken links, add new sponsorEugen Rochko
2017-01-27Do not run FetchLinkCardService on local URLs, increase file size limit to 8MB,Eugen Rochko
fix ProcessFeedService pushing status into distribution if called a second time while the first is still running (i.e. when a PuSH comes after a Salmon slap), fix not running escape on spoiler text before emojify
2017-01-27Updated translation doc to get working linksnicolas
2017-01-26Fix font weightEugen Rochko