You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
mastodon/app/controllers
James Kiesel 4c03e05a4e Allow joining several hashtags in a single column (#8904)
* 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
6 years ago
..
activitypub Allow inbox owner to view implicitly targeted ActivityPub payload (#9093) 6 years ago
admin Set @body_classes to admin layout (#9081) 6 years ago
api Allow joining several hashtags in a single column (#8904) 6 years ago
auth Revert "feat(auth/session_controller): Send Clear-Site-Data when logging out (8627)" (#9161) 6 years ago
concerns Improve signature verification safeguards (#8959) 6 years ago
oauth Add force_login option to OAuth authorize page (#8655) 7 years ago
settings Set @body_classes to admin layout (#9081) 6 years ago
well_known
about_controller.rb Update /terms and /about/more to use public layout (#8142) 7 years ago
account_follow_controller.rb
account_unfollow_controller.rb
accounts_controller.rb Unuse ActiveRecord::Base#cache_key (#8185) 7 years ago
application_controller.rb Include preview cards in status entity in REST API (#9120) 6 years ago
authorize_interactions_controller.rb Add remote interaction dialog for toots (#8202) 7 years ago
custom_css_controller.rb Add admin custom CSS setting (#8399) 7 years ago
emojis_controller.rb Unuse ActiveRecord::Base#cache_key (#8185) 7 years ago
filters_controller.rb Set @body_classes to admin layout (#9081) 6 years ago
follower_accounts_controller.rb Add preference to hide following/followers lists (#7532) 7 years ago
following_accounts_controller.rb Add preference to hide following/followers lists (#7532) 7 years ago
home_controller.rb Ensure single user is a local user (fixes #8154) (#8157) 7 years ago
intents_controller.rb Add remote interaction dialog for toots (#8202) 7 years ago
invites_controller.rb Set @body_classes to admin layout (#9081) 6 years ago
manifests_controller.rb
media_controller.rb
media_proxy_controller.rb Raise Mastodon::RaceConditionError if Redis lock failed (#7511) 7 years ago
remote_follow_controller.rb Add remote interaction dialog for toots (#8202) 7 years ago
remote_interaction_controller.rb Add remote interaction dialog for toots (#8202) 7 years ago
remote_unfollows_controller.rb Add tests for remote_unfollows_controller (#7879) 7 years ago
shares_controller.rb Add REST API for Web Push Notifications subscriptions (#7445) 7 years ago
statuses_controller.rb Set Content-Security-Policy rules through RoR's config (#8957) 6 years ago
stream_entries_controller.rb Fix "Show more" URL on paginated threads for remote statuses (#7285) 7 years ago
tags_controller.rb Allow joining several hashtags in a single column (#8904) 6 years ago