about summary refs log tree commit diff
path: root/app/controllers/auth/confirmations_controller.rb
AgeCommit message (Collapse)Author
2017-09-10Default follows for new users (#4871)Eugen Rochko
When a new user confirms their e-mail, bootstrap their home timeline by automatically following a set of accounts. By default, all local admin accounts (that are unlocked). Can be customized by new admin setting (comma-separated usernames, local and unlocked only)
2016-11-15Fix rubocop issues, introduce usage of frozen literal to improve performanceEugen Rochko
2016-10-03Adding e-mail confirmationsEugen Rochko