Ticket Filter Spam Prevention #7
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Currently the user can spam the ticket filters.
There is a bug caused by clicking another filter while the others are still loading, it shows the filter selected but not applied. This could be fixed by disabling the controls while loading, and removing the disabled attribute once loading is complete.
Should also implement some kind of rate limit to fight spam, but this shouldn't cause the user to get annoyed, so make it forgiving.
Throttling was added.
Anon 100/day
User 1000/day
This is configurable under the REST_FRAMEWORK option under /core/settings.py
This doesn't resolve the issue, however, as the user can still cause visual glitches by momentary spamming.
This should be looked into further.