Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-02-02 | Add redis configuration to streaming API | Eugen Rochko | |
2017-02-02 | Fix potential resource leaks in streaming server | Eugen Rochko | |
2017-02-02 | Add logging and filtering to the node.js streaming API | Eugen Rochko | |
2017-02-02 | Add streaming API in Node.js | 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-02-01 | Looks like log level :debug is required for activerecord times to be tracked | Eugen Rochko | |
2017-02-01 | Fix activerecord logging in production | Eugen Rochko | |
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 | |
2017-01-31 | Fix CORS issue on avatars resampling | Eugen Rochko | |
2017-01-31 | Fix 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-30 | Add "open in web" link to detailed public status pages | Eugen Rochko | |
2017-01-30 | Fix not reloading account/fetching relationship on newly independent components | Eugen Rochko | |
2017-01-30 | Make 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-30 | Add capistrano to development environment | Eugen Rochko | |
2017-01-30 | Add explicit "load more" link to the bottom of StatusList and notifications | Eugen Rochko | |
2017-01-30 | Improve avatar resampling of non-animated canvas | Eugen Rochko | |
2017-01-30 | Merge branch 'PurpleBooth-add-missing-back-on-follow' | Eugen Rochko | |
2017-01-30 | Resolve confusion between ColumnBackButton and the slim version that | Eugen Rochko | |
the public timeline has been using | |||
2017-01-29 | Add 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-29 | Add 2-FA instructions for non-technical users (#580) | James | |
2017-01-29 | Update some API docs | Eugen | |
2017-01-29 | Fix avatar scaling on high-DPI displays (#573) | Misty De Meo | |
2017-01-29 | Update sample .env | Eugen Rochko | |
2017-01-29 | Add more links to main docs page | Eugen Rochko | |
2017-01-29 | Fix JSON formatting in docs | Eugen Rochko | |
2017-01-29 | Update docs with information about push notifications | Eugen Rochko | |
2017-01-29 | Add tests for new API | Eugen Rochko | |
2017-01-29 | Fix tests | Eugen Rochko | |
2017-01-29 | API for apps to register for push notifications | Eugen Rochko | |
2017-01-29 | Fix #569 - seeds.rb | Eugen Rochko | |
2017-01-28 | Fix settings design on mobile | Eugen Rochko | |
2017-01-28 | Split 2FA login into two prompts | Eugen Rochko | |
2017-01-28 | Add pixel background to modal images | Eugen Rochko | |
2017-01-28 | Update settings to re-use admin layout, one big navigation tree, improve ↵ | Eugen Rochko | |
settings forms | |||
2017-01-27 | Clean up | Eugen Rochko | |
2017-01-27 | Do 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-27 | Added optional two-factor authentication | Eugen Rochko | |
2017-01-27 | Less ambiguous sensitive content toggle label (#556) | Zachary Spector | |
2017-01-27 | Merge pull request #557 from hoodiek/master | Eugen | |
fix button outline showing on clicks for prettiness | |||
2017-01-27 | fix button outline showing on clicks for prettiness | hoodie | |
remove button outlines on-click for retweet, boost, favourite, and reply buttons | |||
2017-01-27 | Update broken links, add new sponsor | Eugen Rochko | |
2017-01-27 | Do 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-27 | Updated translation doc to get working links | nicolas | |
2017-01-26 | Fix font weight | Eugen Rochko | |
2017-01-26 | Merge pull request #549 from ↵ | Eugen | |
ineffyble/docs/add-default-account-to-dev-documentation Add default account details to developer documentation. | |||
2017-01-26 | Merge pull request #548 from PurpleBooth/make-fonts-local | Eugen | |
Move the fonts from Google Fonts to local assets |