1
0
Fork 0
mirror of https://github.com/mastodon/mastodon.git synced 2024-08-20 21:08:15 -07:00
mastodon/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
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
middleware
models Various fixes and improvements (#12878) 2020-01-20 15:55:03 +01:00
policies
presenters
serializers
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