Brian
b828a9d6c6
fixes redirect loop
...
Redirecting users to `/account/sign_in` caused a redirect loop which crashed the page, but still adds them to the `users` table correctly.. Forcing users to the `root_path` solves the redirect loop.
2019-12-20 08:26:22 -05:00
Ana María Martínez Gómez
ca32024268
s/skip_before_filter/skip_before_action/
...
`skip_before_filter` was deprecated in Rails 4.2 and removed in Rails
5.1 in favor of `skip_before_action`.
2019-05-05 09:40:49 +02:00
James Mason
6d31dfeef4
Add frozen_string_literal magic comment
...
re: https://www.rubydoc.info/gems/rubocop/RuboCop/Cop/Style/FrozenStringLiteralComment
2018-05-09 06:54:26 -07:00
ViditChitkara
83053f4626
added email presence validation to openid
...
closes #1658
added test for openid
fixed robocup offences
written tests for email presence validation
minor changes
shifted omniauth callback tests to rspec controllers
fixed linting bug
minor changes
minor changes
2017-12-15 23:07:03 +02:00
ViditChitkara
f44e6e5ca5
fixed openid username
...
closes #1747
minor changes for styling issue
2017-10-17 15:49:04 +03:00
Nishanth Vijayan
434eb90b76
Add flash type error.Rewrite controllers to use common flash style with redirect_to
2016-03-16 09:17:41 +05:30
Henne Vogelsang
e8ab94e1c7
Implements sign up during registration. Solves most of #215
2015-03-12 23:53:57 +01:00
chrisbr
49d565def2
Implements iChain authentication
2014-11-04 17:42:47 +01:00
Stella Rouzi
e2fb434dc7
Implement role authorization
2014-08-13 22:53:13 +03:00
Artem Chernikov
d9d72eae07
Merge pull request #349 from openSUSE/review_140721_basic_rubocop_rules
...
[Review] Request from 'KalabiYau' @ 'openSUSE/osem/review_140721_basic_rubocop_rules'
2014-07-23 11:00:30 +02:00
Artem Chernikov
056fe5ec3f
Fix others additional lints
2014-07-21 15:05:58 +02:00
Artem Chernikov
763f864dc9
Fix basic style issues with rubocop
2014-07-21 15:05:58 +02:00
Stella Rouzi
be468be5d7
Only show openid options if providers are set in User model.
2014-07-20 19:43:20 +03:00
Stella Rouzi
de58ddde50
openid fixes
2014-06-19 12:58:05 +03:00
Stella Rouzi
600adde6ba
implement openID authentication
2014-06-19 12:58:05 +03:00