mastodon/lib
Eugen fa08b5079d Make the rake mastodon:users:clear task properly clear out unconfirmed users (#1777)
Before it cleared out user records only (e-mail, password) without
freeing up the associated username (account record). Furthermore, since
these records have no dependent records (due to no user activity)
they can be deleted quickly with delete_all instead of destroy
2017-04-15 21:55:28 +02:00
..
assets Initial commit 2016-02-20 22:53:20 +01:00
paperclip Use more widely supported MP4 format for gifv's 2017-03-06 00:30:03 +01:00
tasks Make the rake mastodon:users:clear task properly clear out unconfirmed users (#1777) 2017-04-15 21:55:28 +02:00
templates/haml/scaffold Adding simple_form, adding profile settings, header image 2016-03-12 20:47:22 +01:00