mastodon/config
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
..
environments
initializers Add timeouts for S3 (#9842) 2019-01-18 01:36:59 +01:00
locales Add featured hashtags to profiles (#9755) 2019-02-04 04:25:59 +01:00
webpack Update dependencies for Node.js (2018-12-31) (#9669) 2018-12-31 18:11:48 +01:00
application.rb
boot.rb Fix bootsnap cache directory being declared relatively (#9511) 2018-12-13 05:19:52 +01:00
brakeman.ignore
database.yml Remove PostgreSQL statement timeout (#9537) 2018-12-16 21:17:15 +01:00
deploy.rb Use the bundled Capistrano version (#9855) 2019-01-18 21:31:11 +01:00
environment.rb
i18n-tasks.yml Re-enable ignored translations that is needed (#7842) 2019-02-02 19:37:16 +01:00
navigation.rb Add featured hashtags to profiles (#9755) 2019-02-04 04:25:59 +01:00
puma.rb Improve ActiveRecord connection in on_worker_boot (#9238) 2018-11-09 09:08:01 +01:00
routes.rb Add featured hashtags to profiles (#9755) 2019-02-04 04:25:59 +01:00
secrets.yml
settings.yml Make displaying application used to toot opt-in (#9897) 2019-02-02 19:18:15 +01:00
sidekiq.yml Add scheduled statuses (#9706) 2019-01-05 12:43:28 +01:00
themes.yml
webpacker.yml