]> cat aescling's git repositories - mastodon.git/commit
Added a timeline for Direct statuses
authorMatthew Walsh <mattwcstrfan@gmail.com>
Mon, 16 Oct 2017 04:02:39 +0000 (21:02 -0700)
committerMatthew Walsh <mattwcstrfan@gmail.com>
Mon, 23 Oct 2017 01:35:14 +0000 (18:35 -0700)
commit3db80f75a6d76a7eea576413c5ae9b206d2ab385
tree0b6f4a0f446c94fbbda1484b6f14537181d00a1a
parent09d81defcda96eae7ffba36ccf1fb091ce08f17b
Added a timeline for Direct statuses
* Lists all Direct statuses you've sent and received
* Displayed in Getting Started
* Streaming server support for direct TL
20 files changed:
app/controllers/api/v1/timelines/direct_controller.rb [new file with mode: 0644]
app/javascript/mastodon/actions/compose.js
app/javascript/mastodon/actions/streaming.js
app/javascript/mastodon/actions/timelines.js
app/javascript/mastodon/features/direct_timeline/containers/column_settings_container.js [new file with mode: 0644]
app/javascript/mastodon/features/direct_timeline/index.js [new file with mode: 0644]
app/javascript/mastodon/features/getting_started/index.js
app/javascript/mastodon/features/ui/components/columns_area.js
app/javascript/mastodon/features/ui/index.js
app/javascript/mastodon/features/ui/util/async-components.js
app/javascript/mastodon/locales/defaultMessages.json
app/javascript/mastodon/locales/en.json
app/javascript/mastodon/reducers/settings.js
app/models/status.rb
app/services/batched_remove_status_service.rb
app/services/fan_out_on_write_service.rb
app/services/remove_status_service.rb
config/routes.rb
spec/models/status_spec.rb
streaming/index.js
This page took 0.030262 seconds and 3 git commands to generate.