]> cat aescling's git repositories - mastodon.git/commit
Add profile directory to web UI (#11688)
authorEugen Rochko <eugen@zeonfederated.com>
Thu, 29 Aug 2019 22:14:36 +0000 (00:14 +0200)
committerGitHub <noreply@github.com>
Thu, 29 Aug 2019 22:14:36 +0000 (00:14 +0200)
commitcb447b28c403c7db32e3e3d7c2510004287edfda
tree5bf7b38a977107857407ba7e9d03044eb0c1534a
parent7802ebd5f3de1ef4b7384f24fe5067977aff8da3
Add profile directory to web UI (#11688)

* Add profile directory to web UI

* Add a line of bio to the directory
25 files changed:
app/controllers/api/v1/directories_controller.rb [new file with mode: 0644]
app/controllers/directories_controller.rb
app/javascript/mastodon/actions/directory.js [new file with mode: 0644]
app/javascript/mastodon/components/radio_button.js [new file with mode: 0644]
app/javascript/mastodon/features/directory/components/account_card.js [new file with mode: 0644]
app/javascript/mastodon/features/directory/index.js [new file with mode: 0644]
app/javascript/mastodon/features/getting_started/index.js
app/javascript/mastodon/features/hashtag_timeline/containers/column_settings_container.js
app/javascript/mastodon/features/ui/components/columns_area.js
app/javascript/mastodon/features/ui/components/navigation_panel.js
app/javascript/mastodon/features/ui/index.js
app/javascript/mastodon/features/ui/util/async-components.js
app/javascript/mastodon/reducers/user_lists.js
app/javascript/styles/mastodon/components.scss
app/lib/activitypub/adapter.rb
app/models/account.rb
app/serializers/activitypub/actor_serializer.rb
app/serializers/rest/account_serializer.rb
app/services/activitypub/process_account_service.rb
app/views/application/_card.html.haml
app/views/directories/index.html.haml
app/views/settings/profiles/show.html.haml
config/locales/en.yml
config/locales/simple_form.en.yml
config/routes.rb