This repository has been archived on 2023-07-01. You can view files and clone it, but cannot push or open issues or pull requests.
mastodon/app/assets/javascripts/components/actions
Eugen Rochko 80e02b90e4 Private visibility on statuses prevents non-followers from seeing those
Filters out hidden stream entries from Atom feed
Blocks now generate hidden stream entries, can be used to federate blocks
Private statuses cannot be reblogged (generates generic 422 error for now)
POST /api/v1/statuses now takes visibility=(public|unlisted|private) param instead of unlisted boolean
Statuses JSON now contains visibility=(public|unlisted|private) field
2016-12-21 20:04:13 +01:00
..
accounts.jsx Fix unfollows not clearing reblogs, fix blocks not clearing reblogs and notifications, 2016-11-23 22:57:57 +01:00
alerts.jsx Adding notifications column 2016-11-20 19:39:58 +01:00
compose.jsx Private visibility on statuses prevents non-followers from seeing those 2016-12-21 20:04:13 +01:00
interactions.jsx Adding list of who favourited status 2016-11-04 13:39:24 +01:00
meta.jsx Adding a notification stack for error messages 2016-09-12 19:20:55 +02:00
modal.jsx Add opening images in a modal window 2016-10-24 18:08:23 +02:00
notifications.jsx Try to fix for browsers that don't support notifications 2016-11-21 10:59:59 +01:00
search.jsx Search component 2016-11-13 13:04:18 +01:00
statuses.jsx Refactoring redux state into different reducers 2016-10-30 15:06:43 +01:00
timelines.jsx Fix timelines loading bug 2016-12-12 14:39:18 +01:00