]> cat aescling's git repositories - mastodon.git/commit
Add API modifiers to limit returned toots from public/hashtag timelines
authorEugen Rochko <eugen@zeonfederated.com>
Mon, 6 Feb 2017 22:16:20 +0000 (23:16 +0100)
committerEugen Rochko <eugen@zeonfederated.com>
Mon, 6 Feb 2017 22:16:20 +0000 (23:16 +0100)
commit347a153b3dc73068aedf7510c395cc350a553629
tree8befe52ea5aa0525aae8ecd08f32a4e820d33471
parent4d2be9f43273d010d683a0fccda97974b7249579
Add API modifiers to limit returned toots from public/hashtag timelines
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
15 files changed:
app/assets/javascripts/components/components/button.jsx
app/assets/javascripts/components/features/compose/components/compose_form.jsx
app/assets/javascripts/components/features/compose/containers/compose_form_container.jsx
app/assets/javascripts/components/features/getting_started/index.jsx
app/assets/javascripts/components/reducers/compose.jsx
app/assets/stylesheets/components.scss
app/assets/stylesheets/variables.scss
app/controllers/api/v1/timelines_controller.rb
app/controllers/settings/preferences_controller.rb
app/models/status.rb
app/models/user.rb
app/views/home/initial_state.json.rabl
app/views/settings/preferences/show.html.haml
config/locales/en.yml
config/locales/simple_form.en.yml