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
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
7 years ago
..
chewy Get rid of Chewy order/limit warning (#8355) 8 years ago
controllers Allow joining several hashtags in a single column (#8904) 7 years ago
helpers Fix missing protocol in dns-prefetch, improve code style (#8963) 7 years ago
javascript Allow joining several hashtags in a single column (#8904) 7 years ago
lib Accept the same payload in multiple inboxes and deliver (#9150) 7 years ago
mailers Fix low-hanging rubocop gripes (#8458) 8 years ago
models Allow joining several hashtags in a single column (#8904) 7 years ago
policies Improve support for aspects/circles (#8950) 7 years ago
presenters Replace SVG asset with Custom mascot (#8766) 7 years ago
serializers Include preview cards in status entity in REST API (#9120) 7 years ago
services Allow joining several hashtags in a single column (#8904) 7 years ago
validators Limit the number of people that can be followed from one account (#8807) 7 years ago
views Fix td instead of th in sessions table header (#9162) 7 years ago
workers Allow inbox owner to view implicitly targeted ActivityPub payload (#9093) 7 years ago