.codeclimate.yml | |
|
|
.gitignore | |
|
|
.gitlab-ci.yml | |
|
|
.rubocop.yml | |
|
|
.rubocop_todo.yml | |
|
|
.ruby-version | |
|
|
.travis.yml | |
|
|
CONTRIBUTING.md | |
|
|
CUSTOMIZING.md | |
|
|
Gemfile | |
|
|
LOCALES.md | |
|
|
MIT-LICENSE | |
|
|
README.md | |
|
|
Rakefile | |
|
|
app/controllers/hello/application_controller.rb | 22 | A 0 mins |
|
app/controllers/hello/authentication/sessions_controller.rb | 58 | A 0 mins |
|
app/controllers/hello/authentication/sign_in_controller.rb | 29 | A 0 mins |
|
app/controllers/hello/authentication/sudo_mode_controller.rb | 31 | A 0 mins |
|
app/controllers/hello/concerns/authentication/sign_in.rb | 35 | A 0 mins |
|
app/controllers/hello/concerns/management/forgot_password.rb | 36 | A 0 mins |
|
app/controllers/hello/concerns/management/reset_password.rb | 25 | A 0 mins |
|
app/controllers/hello/concerns/registration/sign_up.rb | 53 | A 0 mins |
|
app/controllers/hello/internationalization/locale_controller.rb | 22 | A 0 mins |
|
app/controllers/hello/management/accesses_controller.rb | 24 | A 0 mins |
|
app/controllers/hello/management/confirm_emails_controller.rb | 29 | A 0 mins |
|
app/controllers/hello/management/emails_controller.rb | 51 | A 35 mins |
|
app/controllers/hello/management/forgot_password_controller.rb | 29 | A 0 mins |
|
app/controllers/hello/management/passwords_controller.rb | 45 | A 0 mins |
|
app/controllers/hello/management/profiles_controller.rb | 54 | A 0 mins |
|
app/controllers/hello/management/reset_password_controller.rb | 39 | A 0 mins |
|
app/controllers/hello/registration/sign_up_controller.rb | 54 | A 0 mins |
|
app/helpers/hello/application_helper.rb | 4 | A 0 mins |
|
app/mailers/hello/mailer.rb | 20 | A 0 mins |
|
app/models/access.rb | 3 | A 0 mins |
|
app/models/credential.rb | 3 | A 0 mins |
|
app/models/email_credential.rb | 3 | A 0 mins |
|
app/models/password_credential.rb | 3 | A 0 mins |
|
app/models/user.rb | 3 | A 0 mins |
|
app/views/hello/authentication/_sign_in.html.erb | |
|
|
app/views/hello/authentication/new_session.html.erb | |
|
|
app/views/hello/authentication/sessions.html.erb | |
|
|
app/views/hello/authentication/sign_in.html.erb | |
|
|
app/views/hello/authentication/sudo_mode.html.erb | |
|
|
app/views/hello/internationalization/locales.html.erb | |
|
|
app/views/hello/mailer/confirm_email.html.erb | |
|
|
app/views/hello/mailer/forgot_password.html.erb | |
|
|
app/views/hello/mailer/welcome.html.erb | |
|
|
app/views/hello/management/accesses.html.erb | |
|
|
app/views/hello/management/cancel.html.erb | |
|
|
app/views/hello/management/email_credentials/expired_confirmation_token.html.erb | |
|
|