ArtOfCode
ArtOfCode
Removes the jQuery dependency from our code - see #1429. WIP: Re-write scripts to use vanilla JS instead of jQuery. Once scripts are rewritten we can remove the dependency itself....
Adds content summary emails sent to staff. Helps in raising our email volume to avoid AWS issues...
Allows admins to look up user accounts by email address (for i.e. deletion requests). Only shows profiles in communities on which the querying user is an admin.
Adds a configurable rate limit for how quickly accounts can be created from the same IP. Related to the ongoing email issues.
meta:293904 When uploading an image via the toolbar button, tab context is not transferred to the modal, resulting in the Tab key cycling elements on the background page rather than...
We've had two separate reports of this now, same issue both times: meta:293657 and meta:293622. I've checked the logs and the `__html` attribute that should contain the HTML rendered by...
https://meta.codidact.com/q/74817
See: https://meta.codidact.com/questions/279537 It may be that by changing this request to a POST request we can avoid this problem; needs investigation.
Follow up to #1870. It should be possible for staff to legal-delete user accounts. This should: * Remove profile content * Feed user to STAT * Delete the user network-wide
We don't currently lint our HTML/ERB code. We should add a way of doing this to bring it in line with other languages.