chinwagsocial/app
Eugen Rochko 6feafb8802
Various fixes and improvements (#12878)
* Fix unused role routes being generated

* Remove unused JavaScript code

* Refactor filters code to be DRYer

* Fix `.count == 0` comparisons to `.empty?` in views

* Fix filters in views
2020-01-20 15:55:03 +01:00
..
chewy Fix needlessly indexing unsearchable statuses into ElasticSearch (#12041) 2019-10-02 20:04:46 +02:00
controllers Various fixes and improvements (#12878) 2020-01-20 15:55:03 +01:00
helpers Various fixes and improvements (#12878) 2020-01-20 15:55:03 +01:00
javascript Various fixes and improvements (#12878) 2020-01-20 15:55:03 +01:00
lib Exempt staff members from spam check (#12874) 2020-01-17 07:50:30 +01:00
mailers Split AccountsHelper from StatusesHelper (#12078) 2019-10-24 22:50:09 +02:00
middleware Fix uncaught query param encoding errors (#12741) 2020-01-02 17:14:58 +01:00
models Various fixes and improvements (#12878) 2020-01-20 15:55:03 +01:00
policies Change admin UI for hashtags and add back whitelisted trends (#11490) 2019-08-05 19:54:29 +02:00
presenters Fix n+1 query for bookmarks on statuses (#12494) 2019-11-28 04:08:00 +01:00
serializers Fix IDN mentions not being processed, IDN domains not being rendered (#12715) 2019-12-30 19:20:43 +01:00
services Fix invalid votes from the API being accepted (#12601) 2020-01-12 14:17:03 +01:00
validators Fix invalid votes from the API being accepted (#12601) 2020-01-12 14:17:03 +01:00
views Various fixes and improvements (#12878) 2020-01-20 15:55:03 +01:00
workers Suppress backtrace when delivering toots (#12798) 2020-01-11 02:15:03 +01:00