about summary refs log tree commit diff
path: root/app/assets
AgeCommit message (Collapse)Author
2017-02-13Add remote mentions warning when composing a private statusEugen Rochko
2017-02-13Merge branch 'patch-5' of https://github.com/yiskah/mastodon into yiskah-patch-5Eugen Rochko
2017-02-13Clean up collapsible componentsEugen Rochko
2017-02-13Activity stream background should use $color5Your Name
2017-02-11Add privacy disclaimershel
I haven't had a chance to test this, because I don't currently have a fully functioning computer I can set up a dev-environment on, but this *should* make it so when a user toggles a post to be private, a disclaimer appears clarifying what "private" really means.
2017-02-11Add privacy disclaimershel
Add variable for text of privacy disclaimer
2017-02-10Improve public tag pageEugen Rochko
2017-02-10Fix spoiler link color in muted contextEugen Rochko
2017-02-10Finish up moving colors from JSX to Sass (#584, #348)Eugen Rochko
2017-02-10Merge pull request #617 from halcy/style-changesEugen
Style changes
2017-02-10Move more colours to scssLorenz Diener
2017-02-10Move more inline colours to scssLorenz Diener
2017-02-09Fix #614 - extra reply-boolean on statuses to account for cases when replied-toEugen Rochko
status is not in the system at time of distribution; fix #607 - reset privacy settings to defaults when cancelling replies
2017-02-09Progress on moving color styles to SassEugen Rochko
2017-02-07Change blocked users icon to fa-ban in getting started view (#608)Isabelle Knott
2017-02-07Make streaming API use one pattern-matching redis pubsub connectionEugen Rochko
Refresh timelines when streaming API reconnects in the UI
2017-02-07Fix wrong prediction of whether toot will apear on public timeline in UIEugen 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-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-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-05Fix column settings not being scrollable on short screensEugen Rochko
2017-02-05Display mentions prepended to the content warningEugen Rochko
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-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-02Add logging and filtering to the node.js streaming APIEugen 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-02Cleaning up format of broadcast real-time messages, removingEugen Rochko
redis-backed "mentions" timeline as redundant (given notifications)
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 explicit "load more" link to the bottom of StatusList and notificationsEugen Rochko
2017-01-30Improve avatar resampling of non-animated canvasEugen Rochko