mastodon/app/assets/javascripts/components
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
..
actions Private visibility on statuses prevents non-followers from seeing those 2016-12-21 20:04:13 +01:00
components Fix key up listener on compose form 2016-12-14 18:38:28 +01:00
containers Declare Ukrainian 2016-12-08 18:57:58 +02:00
features Fix key up listener on compose form 2016-12-14 18:38:28 +01:00
locales added to missings spanish translations 2016-12-14 18:43:00 +01:00
middleware Moving some counter queries out of subqueries in the API 2016-11-22 22:59:54 +01:00
reducers Re-implemented autosuggestions component for the compose form 2016-12-14 18:21:31 +01:00
selectors Adding notifications column 2016-11-20 19:39:58 +01:00
store Improve how errors are displayed in the UI 2016-10-18 17:09:45 +02:00
.gitkeep Adding React.js, Redux, revamping dashboard 2016-08-24 17:56:44 +02:00
api.jsx Fix #203 - try/catch around JSON parse 2016-12-11 23:18:41 +01:00
emoji.jsx Support emojis in display name, bio 2016-11-15 18:38:57 +01:00