mastodon/app/controllers
James Kiesel 4c03e05a4e Allow joining several hashtags in a single column ()
* Nascent tag menu on frontend

* Hook up frontend to search

* Tag intersection backend first pass

* Update yarnlock

* WIP

* Fix for tags not searching correctly

* Make radio buttons function

* Simplify radio buttons with modeOption

* Better naming

* Rearrange options

* Add all/any/none functionality on backend

* Small PR cleanup

* Move to service from scope

* Small cleanup, add proper service tests

* Don't use send with user input :D

* Set appropriate column header

* Handle auto updating timeline

* Fix up toggle function

* Use tag value correctly

* A bit more correct to use 'self' rather than 'all' in status scope

* Fix some style issues

* Fix more code style issues

* Style select dropdown more better

* Only use to_id'ed value to ensure no SQL injection

* Revamp frontend to allow for multiple selects

* Update backend / col header to account for more flexible tagging

* Update brakeman ignore

* Codeclimate suggestions

* Fix presenter tag_url

* Implement initial PR feedback

* Handle additional tag streaming

* CodeClimate tweak
..
activitypub Allow inbox owner to view implicitly targeted ActivityPub payload ()
admin Set @body_classes to admin layout ()
api Allow joining several hashtags in a single column ()
auth Revert "feat(auth/session_controller): Send Clear-Site-Data when logging out (8627)" ()
concerns Improve signature verification safeguards ()
oauth Add force_login option to OAuth authorize page ()
settings Set @body_classes to admin layout ()
well_known Make host_meta/webfinger replies cacheable (fixes ) ()
about_controller.rb Update /terms and /about/more to use public layout ()
account_follow_controller.rb Restful refactor of accounts/ routes ()
account_unfollow_controller.rb Restful refactor of accounts/ routes ()
accounts_controller.rb Unuse ActiveRecord::Base#cache_key ()
application_controller.rb Include preview cards in status entity in REST API ()
authorize_interactions_controller.rb Add remote interaction dialog for toots ()
custom_css_controller.rb Add admin custom CSS setting ()
emojis_controller.rb Unuse ActiveRecord::Base#cache_key ()
filters_controller.rb Set @body_classes to admin layout ()
follower_accounts_controller.rb Add preference to hide following/followers lists ()
following_accounts_controller.rb Add preference to hide following/followers lists ()
home_controller.rb Ensure single user is a local user (fixes ) ()
intents_controller.rb Add remote interaction dialog for toots ()
invites_controller.rb Set @body_classes to admin layout ()
manifests_controller.rb Make Chrome splash screen same color as web UI's background color ()
media_controller.rb Save video metadata and improve video OpenGraph tags ()
media_proxy_controller.rb Raise Mastodon::RaceConditionError if Redis lock failed ()
remote_follow_controller.rb Add remote interaction dialog for toots ()
remote_interaction_controller.rb Add remote interaction dialog for toots ()
remote_unfollows_controller.rb Add tests for remote_unfollows_controller ()
shares_controller.rb Add REST API for Web Push Notifications subscriptions ()
statuses_controller.rb Set Content-Security-Policy rules through RoR's config ()
stream_entries_controller.rb Fix "Show more" URL on paginated threads for remote statuses ()
tags_controller.rb Allow joining several hashtags in a single column ()