mastodon/spec
Eugen Rochko 364f2ff9aa
Add featured hashtags to profiles (#9755)
* Add hashtag filter to profiles

GET /@:username/tagged/:hashtag
GET /api/v1/accounts/:id/statuses?tagged=:hashtag

* Display featured hashtags on public profile

* Use separate model for featured tags

* Update featured hashtag counters on-write

* Limit featured tags to 10
2019-02-04 04:25:59 +01:00
..
controllers Redesign public hashtag page to use a masonry layout (#9822) 2019-01-16 19:47:46 +01:00
fabricators Add featured hashtags to profiles (#9755) 2019-02-04 04:25:59 +01:00
features rubocop issues - Cleaning up (#8912) 2018-10-08 04:50:11 +02:00
fixtures
helpers
lib Allow most kinds of characters in URL query (fixes #8408) (#8447) 2019-02-02 19:01:18 +01:00
mailers
models Add featured hashtags to profiles (#9755) 2019-02-04 04:25:59 +01:00
policies Redesign admin instances area (#9645) 2019-01-08 13:39:49 +01:00
presenters
requests Use raw status code on have_http_status (#7214) 2018-04-21 21:35:07 +02:00
routing
services Prevent posting toots with media attachments from someone else (#9921) 2019-01-26 23:59:39 +01:00
support Remove empty strings (#5732) 2017-11-17 10:52:30 +09:00
validators Add specs for UrlValidator (#9699) 2019-01-03 13:10:20 +09:00
views
workers Add scheduled statuses (#9706) 2019-01-05 12:43:28 +01:00
rails_helper.rb
spec_helper.rb