loyal_devise 2.1.7 → 2.1.10

Sign up to get free protection for your applications and to get access to all the features.
Files changed (145) hide show
  1. data/README.md +16 -46
  2. data/app/controllers/devise/passwords_controller.rb +1 -1
  3. data/app/controllers/devise/registrations_controller.rb +1 -1
  4. data/lib/devise/controllers/helpers.rb +3 -6
  5. data/lib/devise/failure_app.rb +1 -8
  6. data/lib/devise/hooks/lockable.rb +1 -1
  7. data/lib/devise/mapping.rb +6 -6
  8. data/lib/devise/models/authenticatable.rb +4 -4
  9. data/lib/devise/models/confirmable.rb +4 -12
  10. data/lib/devise/models/database_authenticatable.rb +1 -1
  11. data/lib/devise/models/lockable.rb +1 -1
  12. data/lib/devise/models/recoverable.rb +2 -7
  13. data/lib/devise/models/rememberable.rb +1 -1
  14. data/lib/devise/{parameter_filter.rb → param_filter.rb} +1 -1
  15. data/lib/devise/parameter_sanitizer.rb +3 -3
  16. data/lib/devise/version.rb +1 -1
  17. data/lib/devise.rb +1 -1
  18. data/lib/generators/templates/README +1 -1
  19. data/lib/loyal_devise.rb +1 -0
  20. metadata +65 -301
  21. data/.gitignore +0 -12
  22. data/.travis.yml +0 -20
  23. data/.yardopts +0 -9
  24. data/CHANGELOG.rdoc +0 -936
  25. data/CONTRIBUTING.md +0 -14
  26. data/Gemfile +0 -31
  27. data/Gemfile.lock +0 -160
  28. data/devise.gemspec +0 -26
  29. data/devise.png +0 -0
  30. data/gemfiles/Gemfile.rails-3.2.x +0 -31
  31. data/gemfiles/Gemfile.rails-3.2.x.lock +0 -156
  32. data/loyal_devise.gemspec +0 -29
  33. data/test/controllers/custom_strategy_test.rb +0 -62
  34. data/test/controllers/helpers_test.rb +0 -253
  35. data/test/controllers/internal_helpers_test.rb +0 -120
  36. data/test/controllers/passwords_controller_test.rb +0 -32
  37. data/test/controllers/sessions_controller_test.rb +0 -85
  38. data/test/controllers/url_helpers_test.rb +0 -59
  39. data/test/delegator_test.rb +0 -19
  40. data/test/devise_test.rb +0 -83
  41. data/test/failure_app_test.rb +0 -221
  42. data/test/generators/active_record_generator_test.rb +0 -73
  43. data/test/generators/devise_generator_test.rb +0 -39
  44. data/test/generators/install_generator_test.rb +0 -13
  45. data/test/generators/mongoid_generator_test.rb +0 -23
  46. data/test/generators/views_generator_test.rb +0 -67
  47. data/test/helpers/devise_helper_test.rb +0 -51
  48. data/test/integration/authenticatable_test.rb +0 -699
  49. data/test/integration/confirmable_test.rb +0 -299
  50. data/test/integration/database_authenticatable_test.rb +0 -84
  51. data/test/integration/http_authenticatable_test.rb +0 -115
  52. data/test/integration/lockable_test.rb +0 -242
  53. data/test/integration/omniauthable_test.rb +0 -133
  54. data/test/integration/recoverable_test.rb +0 -335
  55. data/test/integration/registerable_test.rb +0 -349
  56. data/test/integration/rememberable_test.rb +0 -165
  57. data/test/integration/timeoutable_test.rb +0 -150
  58. data/test/integration/token_authenticatable_test.rb +0 -205
  59. data/test/integration/trackable_test.rb +0 -92
  60. data/test/mailers/confirmation_instructions_test.rb +0 -111
  61. data/test/mailers/reset_password_instructions_test.rb +0 -92
  62. data/test/mailers/unlock_instructions_test.rb +0 -87
  63. data/test/mapping_test.rb +0 -127
  64. data/test/models/authenticatable_test.rb +0 -13
  65. data/test/models/confirmable_test.rb +0 -443
  66. data/test/models/database_authenticatable_test.rb +0 -226
  67. data/test/models/lockable_test.rb +0 -273
  68. data/test/models/omniauthable_test.rb +0 -7
  69. data/test/models/recoverable_test.rb +0 -222
  70. data/test/models/registerable_test.rb +0 -7
  71. data/test/models/rememberable_test.rb +0 -175
  72. data/test/models/serializable_test.rb +0 -49
  73. data/test/models/timeoutable_test.rb +0 -46
  74. data/test/models/token_authenticatable_test.rb +0 -55
  75. data/test/models/trackable_test.rb +0 -13
  76. data/test/models/validatable_test.rb +0 -127
  77. data/test/models_test.rb +0 -163
  78. data/test/omniauth/config_test.rb +0 -57
  79. data/test/omniauth/url_helpers_test.rb +0 -54
  80. data/test/orm/active_record.rb +0 -10
  81. data/test/orm/mongoid.rb +0 -13
  82. data/test/parameter_sanitizer_test.rb +0 -51
  83. data/test/rails_app/Rakefile +0 -6
  84. data/test/rails_app/app/active_record/admin.rb +0 -6
  85. data/test/rails_app/app/active_record/shim.rb +0 -2
  86. data/test/rails_app/app/active_record/user.rb +0 -6
  87. data/test/rails_app/app/controllers/admins/sessions_controller.rb +0 -6
  88. data/test/rails_app/app/controllers/admins_controller.rb +0 -11
  89. data/test/rails_app/app/controllers/application_controller.rb +0 -9
  90. data/test/rails_app/app/controllers/home_controller.rb +0 -25
  91. data/test/rails_app/app/controllers/publisher/registrations_controller.rb +0 -2
  92. data/test/rails_app/app/controllers/publisher/sessions_controller.rb +0 -2
  93. data/test/rails_app/app/controllers/users/omniauth_callbacks_controller.rb +0 -14
  94. data/test/rails_app/app/controllers/users_controller.rb +0 -31
  95. data/test/rails_app/app/helpers/application_helper.rb +0 -3
  96. data/test/rails_app/app/mailers/users/mailer.rb +0 -12
  97. data/test/rails_app/app/mongoid/admin.rb +0 -29
  98. data/test/rails_app/app/mongoid/shim.rb +0 -23
  99. data/test/rails_app/app/mongoid/user.rb +0 -42
  100. data/test/rails_app/app/views/admins/index.html.erb +0 -1
  101. data/test/rails_app/app/views/admins/sessions/new.html.erb +0 -2
  102. data/test/rails_app/app/views/home/admin_dashboard.html.erb +0 -1
  103. data/test/rails_app/app/views/home/index.html.erb +0 -1
  104. data/test/rails_app/app/views/home/join.html.erb +0 -1
  105. data/test/rails_app/app/views/home/private.html.erb +0 -1
  106. data/test/rails_app/app/views/home/user_dashboard.html.erb +0 -1
  107. data/test/rails_app/app/views/layouts/application.html.erb +0 -24
  108. data/test/rails_app/app/views/users/edit_form.html.erb +0 -1
  109. data/test/rails_app/app/views/users/index.html.erb +0 -1
  110. data/test/rails_app/app/views/users/mailer/confirmation_instructions.erb +0 -1
  111. data/test/rails_app/app/views/users/sessions/new.html.erb +0 -1
  112. data/test/rails_app/bin/bundle +0 -3
  113. data/test/rails_app/bin/rails +0 -4
  114. data/test/rails_app/bin/rake +0 -4
  115. data/test/rails_app/config/application.rb +0 -40
  116. data/test/rails_app/config/boot.rb +0 -8
  117. data/test/rails_app/config/database.yml +0 -18
  118. data/test/rails_app/config/environment.rb +0 -5
  119. data/test/rails_app/config/environments/development.rb +0 -34
  120. data/test/rails_app/config/environments/production.rb +0 -84
  121. data/test/rails_app/config/environments/test.rb +0 -36
  122. data/test/rails_app/config/initializers/backtrace_silencers.rb +0 -7
  123. data/test/rails_app/config/initializers/devise.rb +0 -178
  124. data/test/rails_app/config/initializers/inflections.rb +0 -2
  125. data/test/rails_app/config/initializers/secret_token.rb +0 -8
  126. data/test/rails_app/config/initializers/session_store.rb +0 -1
  127. data/test/rails_app/config/routes.rb +0 -104
  128. data/test/rails_app/config.ru +0 -4
  129. data/test/rails_app/db/migrate/20100401102949_create_tables.rb +0 -74
  130. data/test/rails_app/db/schema.rb +0 -52
  131. data/test/rails_app/lib/shared_admin.rb +0 -14
  132. data/test/rails_app/lib/shared_user.rb +0 -25
  133. data/test/rails_app/public/404.html +0 -26
  134. data/test/rails_app/public/422.html +0 -26
  135. data/test/rails_app/public/500.html +0 -26
  136. data/test/rails_app/public/favicon.ico +0 -0
  137. data/test/routes_test.rb +0 -250
  138. data/test/support/assertions.rb +0 -40
  139. data/test/support/helpers.rb +0 -91
  140. data/test/support/integration.rb +0 -92
  141. data/test/support/locale/en.yml +0 -4
  142. data/test/support/webrat/integrations/rails.rb +0 -24
  143. data/test/test_helper.rb +0 -34
  144. data/test/test_helpers_test.rb +0 -151
  145. data/test/test_models.rb +0 -26
@@ -1,242 +0,0 @@
1
- require 'test_helper'
2
-
3
- class LockTest < ActionDispatch::IntegrationTest
4
-
5
- def visit_user_unlock_with_token(unlock_token)
6
- visit user_unlock_path(:unlock_token => unlock_token)
7
- end
8
-
9
- def send_unlock_request
10
- user = create_user(:locked => true)
11
- ActionMailer::Base.deliveries.clear
12
-
13
- visit new_user_session_path
14
- click_link "Didn't receive unlock instructions?"
15
-
16
- fill_in 'email', :with => user.email
17
- click_button 'Resend unlock instructions'
18
- end
19
-
20
- test 'user should be able to request a new unlock token' do
21
- send_unlock_request
22
-
23
- assert_template 'sessions/new'
24
- assert_contain 'You will receive an email with instructions about how to unlock your account in a few minutes'
25
- assert_equal 1, ActionMailer::Base.deliveries.size
26
- assert_equal ['please-change-me@config-initializers-devise.com'], ActionMailer::Base.deliveries.first.from
27
- end
28
-
29
- test 'user should receive the instructions from a custom mailer' do
30
- User.any_instance.stubs(:devise_mailer).returns(Users::Mailer)
31
-
32
- send_unlock_request
33
-
34
- assert_equal ['custom@example.com'], ActionMailer::Base.deliveries.first.from
35
- end
36
-
37
- test 'unlocked user should not be able to request a unlock token' do
38
- user = create_user(:locked => false)
39
- ActionMailer::Base.deliveries.clear
40
-
41
- visit new_user_session_path
42
- click_link "Didn't receive unlock instructions?"
43
-
44
- fill_in 'email', :with => user.email
45
- click_button 'Resend unlock instructions'
46
-
47
- assert_template 'unlocks/new'
48
- assert_contain 'not locked'
49
- assert_equal 0, ActionMailer::Base.deliveries.size
50
- end
51
-
52
- test 'unlocked pages should not be available if email strategy is disabled' do
53
- visit "/admin_area/sign_in"
54
-
55
- assert_raise Webrat::NotFoundError do
56
- click_link "Didn't receive unlock instructions?"
57
- end
58
-
59
- assert_raise NameError do
60
- visit new_admin_unlock_path
61
- end
62
-
63
- assert_raise ActionController::RoutingError do
64
- visit "/admin_area/unlock/new"
65
- end
66
- end
67
-
68
- test 'user with invalid unlock token should not be able to unlock an account' do
69
- visit_user_unlock_with_token('invalid_token')
70
-
71
- assert_response :success
72
- assert_current_url '/users/unlock?unlock_token=invalid_token'
73
- assert_have_selector '#error_explanation'
74
- assert_contain /Unlock token(.*)invalid/
75
- end
76
-
77
- test "locked user should be able to unlock account" do
78
- user = create_user(:locked => true)
79
- assert user.access_locked?
80
-
81
- visit_user_unlock_with_token(user.unlock_token)
82
-
83
- assert_current_url "/users/sign_in"
84
- assert_contain 'Your account has been unlocked successfully. Please sign in to continue.'
85
-
86
- assert_not user.reload.access_locked?
87
- end
88
-
89
- test "redirect user to sign in page after unlocking its account" do
90
- user = create_user(:locked => true)
91
- visit_user_unlock_with_token(user.unlock_token)
92
- assert_not warden.authenticated?(:user)
93
- end
94
-
95
- test "user should not send a new e-mail if already locked" do
96
- user = create_user(:locked => true)
97
- user.failed_attempts = User.maximum_attempts + 1
98
- user.save!
99
-
100
- ActionMailer::Base.deliveries.clear
101
-
102
- sign_in_as_user(:password => "invalid")
103
- assert_contain 'Your account is locked.'
104
- assert ActionMailer::Base.deliveries.empty?
105
- end
106
-
107
- test 'error message is configurable by resource name' do
108
- store_translations :en, :devise => {
109
- :failure => {:user => {:locked => "You are locked!"}}
110
- } do
111
-
112
- user = create_user(:locked => true)
113
- user.failed_attempts = User.maximum_attempts + 1
114
- user.save!
115
-
116
- sign_in_as_user(:password => "invalid")
117
- assert_contain "You are locked!"
118
- end
119
- end
120
-
121
- test "user should not be able to sign in when locked" do
122
- store_translations :en, :devise => {
123
- :failure => {:user => {:locked => "You are locked!"}}
124
- } do
125
-
126
- user = create_user(:locked => true)
127
- user.failed_attempts = User.maximum_attempts + 1
128
- user.save!
129
-
130
- sign_in_as_user(:password => "123456")
131
- assert_contain "You are locked!"
132
- end
133
- end
134
-
135
- test 'user should be able to request a new unlock token via XML request' do
136
- user = create_user(:locked => true)
137
- ActionMailer::Base.deliveries.clear
138
-
139
- post user_unlock_path(:format => 'xml'), :user => {:email => user.email}
140
- assert_response :success
141
- assert_equal response.body, {}.to_xml
142
- assert_equal 1, ActionMailer::Base.deliveries.size
143
- end
144
-
145
- test 'unlocked user should not be able to request a unlock token via XML request' do
146
- user = create_user(:locked => false)
147
- ActionMailer::Base.deliveries.clear
148
-
149
- post user_unlock_path(:format => 'xml'), :user => {:email => user.email}
150
- assert_response :unprocessable_entity
151
- assert response.body.include? %(<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<errors>)
152
- assert_equal 0, ActionMailer::Base.deliveries.size
153
- end
154
-
155
- test 'user with valid unlock token should be able to unlock account via XML request' do
156
- user = create_user(:locked => true)
157
- assert user.access_locked?
158
- get user_unlock_path(:format => 'xml', :unlock_token => user.unlock_token)
159
- assert_response :success
160
- assert response.body.include? %(<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<user>)
161
- end
162
-
163
-
164
- test 'user with invalid unlock token should not be able to unlock the account via XML request' do
165
- get user_unlock_path(:format => 'xml', :unlock_token => 'invalid_token')
166
- assert_response :unprocessable_entity
167
- assert response.body.include? %(<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<errors>)
168
- end
169
-
170
- test "when using json to ask a unlock request, should not return the user" do
171
- user = create_user(:locked => true)
172
- post user_unlock_path(:format => "json", :user => {:email => user.email})
173
- assert_response :success
174
- assert_equal response.body, {}.to_json
175
- end
176
-
177
- test "in paranoid mode, when trying to unlock an user that exists it should not say that it exists if it is locked" do
178
- swap Devise, :paranoid => true do
179
- user = create_user(:locked => true)
180
-
181
- visit new_user_session_path
182
- click_link "Didn't receive unlock instructions?"
183
-
184
- fill_in 'email', :with => user.email
185
- click_button 'Resend unlock instructions'
186
-
187
- assert_current_url "/users/sign_in"
188
- assert_contain "If your account exists, you will receive an email with instructions about how to unlock it in a few minutes."
189
- end
190
- end
191
-
192
- test "in paranoid mode, when trying to unlock an user that exists it should not say that it exists if it is not locked" do
193
- swap Devise, :paranoid => true do
194
- user = create_user(:locked => false)
195
-
196
- visit new_user_session_path
197
- click_link "Didn't receive unlock instructions?"
198
-
199
- fill_in 'email', :with => user.email
200
- click_button 'Resend unlock instructions'
201
-
202
- assert_current_url "/users/sign_in"
203
- assert_contain "If your account exists, you will receive an email with instructions about how to unlock it in a few minutes."
204
- end
205
- end
206
-
207
- test "in paranoid mode, when trying to unlock an user that does not exists it should not say that it does not exists" do
208
- swap Devise, :paranoid => true do
209
- visit new_user_session_path
210
- click_link "Didn't receive unlock instructions?"
211
-
212
- fill_in 'email', :with => "arandomemail@hotmail.com"
213
- click_button 'Resend unlock instructions'
214
-
215
- assert_not_contain "1 error prohibited this user from being saved:"
216
- assert_not_contain "Email not found"
217
- assert_current_url "/users/sign_in"
218
-
219
- assert_contain "If your account exists, you will receive an email with instructions about how to unlock it in a few minutes."
220
-
221
- end
222
- end
223
-
224
- test "in paranoid mode, when locking a user that exists it should not say that the user was locked" do
225
- swap Devise, :paranoid => true, :maximum_attempts => 1 do
226
- user = create_user(:locked => false)
227
-
228
- visit new_user_session_path
229
- fill_in 'email', :with => user.email
230
- fill_in 'password', :with => "abadpassword"
231
- click_button 'Sign in'
232
-
233
- fill_in 'email', :with => user.email
234
- fill_in 'password', :with => "abadpassword"
235
- click_button 'Sign in'
236
-
237
- assert_current_url "/users/sign_in"
238
- assert_not_contain "locked"
239
- end
240
- end
241
-
242
- end
@@ -1,133 +0,0 @@
1
- require 'test_helper'
2
-
3
-
4
- class OmniauthableIntegrationTest < ActionDispatch::IntegrationTest
5
- FACEBOOK_INFO = {
6
- "id" => '12345',
7
- "link" => 'http://facebook.com/josevalim',
8
- "email" => 'user@example.com',
9
- "first_name" => 'Jose',
10
- "last_name" => 'Valim',
11
- "website" => 'http://blog.plataformatec.com.br'
12
- }
13
-
14
- setup do
15
- OmniAuth.config.test_mode = true
16
- OmniAuth.config.mock_auth[:facebook] = {
17
- "uid" => '12345',
18
- "provider" => 'facebook',
19
- "user_info" => {"nickname" => 'josevalim'},
20
- "credentials" => {"token" => 'plataformatec'},
21
- "extra" => {"user_hash" => FACEBOOK_INFO}
22
- }
23
- end
24
-
25
- teardown do
26
- OmniAuth.config.test_mode = false
27
- end
28
-
29
- def stub_action!(name)
30
- Users::OmniauthCallbacksController.class_eval do
31
- alias_method :__old_facebook, :facebook
32
- alias_method :facebook, name
33
- end
34
- yield
35
- ensure
36
- Users::OmniauthCallbacksController.class_eval do
37
- alias_method :facebook, :__old_facebook
38
- end
39
- end
40
-
41
- test "can access omniauth.auth in the env hash" do
42
- visit "/users/sign_in"
43
- click_link "Sign in with Facebook"
44
-
45
- json = ActiveSupport::JSON.decode(response.body)
46
-
47
- assert_equal "12345", json["uid"]
48
- assert_equal "facebook", json["provider"]
49
- assert_equal "josevalim", json["user_info"]["nickname"]
50
- assert_equal FACEBOOK_INFO, json["extra"]["user_hash"]
51
- assert_equal "plataformatec", json["credentials"]["token"]
52
- end
53
-
54
- test "cleans up session on sign up" do
55
- assert_no_difference "User.count" do
56
- visit "/users/sign_in"
57
- click_link "Sign in with Facebook"
58
- end
59
-
60
- assert session["devise.facebook_data"]
61
-
62
- assert_difference "User.count" do
63
- visit "/users/sign_up"
64
- fill_in "Password", :with => "12345678"
65
- fill_in "Password confirmation", :with => "12345678"
66
- click_button "Sign up"
67
- end
68
-
69
- assert_current_url "/"
70
- assert_contain "You have signed up successfully."
71
- assert_contain "Hello User user@example.com"
72
- assert_not session["devise.facebook_data"]
73
- end
74
-
75
- test "cleans up session on cancel" do
76
- assert_no_difference "User.count" do
77
- visit "/users/sign_in"
78
- click_link "Sign in with Facebook"
79
- end
80
-
81
- assert session["devise.facebook_data"]
82
- visit "/users/cancel"
83
- assert !session["devise.facebook_data"]
84
- end
85
-
86
- test "cleans up session on sign in" do
87
- assert_no_difference "User.count" do
88
- visit "/users/sign_in"
89
- click_link "Sign in with Facebook"
90
- end
91
-
92
- assert session["devise.facebook_data"]
93
- sign_in_as_user
94
- assert !session["devise.facebook_data"]
95
- end
96
-
97
- test "sign in and send remember token if configured" do
98
- visit "/users/sign_in"
99
- click_link "Sign in with Facebook"
100
- assert_nil warden.cookies["remember_user_token"]
101
-
102
- stub_action!(:sign_in_facebook) do
103
- create_user
104
- visit "/users/sign_in"
105
- click_link "Sign in with Facebook"
106
- assert warden.authenticated?(:user)
107
- assert warden.cookies["remember_user_token"]
108
- end
109
- end
110
-
111
- test "generates a proper link when SCRIPT_NAME is set" do
112
- header 'SCRIPT_NAME', '/q'
113
- visit "/users/sign_in"
114
- assert_select "a", :href => "/q/users/auth/facebook"
115
- end
116
-
117
- test "handles callback error parameter according to the specification" do
118
- OmniAuth.config.mock_auth[:facebook] = :access_denied
119
- visit "/users/auth/facebook/callback?error=access_denied"
120
- assert_current_url "/users/sign_in"
121
- assert_contain 'Could not authenticate you from Facebook because "Access denied".'
122
- end
123
-
124
- test "handles other exceptions from omniauth" do
125
- OmniAuth.config.mock_auth[:facebook] = :invalid_credentials
126
-
127
- visit "/users/sign_in"
128
- click_link "Sign in with Facebook"
129
-
130
- assert_current_url "/users/sign_in"
131
- assert_contain 'Could not authenticate you from Facebook because "Invalid credentials".'
132
- end
133
- end