solidus_auth_devise 2.3.0 → 2.5.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of solidus_auth_devise might be problematic. Click here for more details.
- checksums.yaml +4 -4
- data/.gem_release.yml +3 -8
- data/.github/stale.yml +17 -0
- data/.gitignore +12 -8
- data/.rubocop.yml +1 -325
- data/CHANGELOG.md +106 -6
- data/Gemfile +20 -21
- data/{LICENSE.md → LICENSE} +2 -2
- data/README.md +1 -42
- data/app/models/spree/user.rb +4 -0
- data/app/overrides/spree/admin/users/edit/_add_reset_password_form.html.erb.deface +20 -0
- data/bin/console +17 -0
- data/bin/rails +12 -4
- data/bin/setup +8 -0
- data/config/locales/it.yml +4 -4
- data/db/migrate/20200417153503_add_unconfirmed_email_to_spree_users.rb +7 -0
- data/lib/controllers/backend/spree/admin/user_passwords_controller.rb +1 -1
- data/lib/controllers/frontend/spree/users_controller.rb +5 -2
- data/lib/{controllers/backend → decorators/backend/controllers}/spree/admin/base_controller_decorator.rb +0 -0
- data/lib/{controllers/backend → decorators/backend/controllers}/spree/admin/orders/customer_details_controller_decorator.rb +6 -2
- data/lib/{controllers/frontend → decorators/frontend/controllers}/spree/checkout_controller_decorator.rb +0 -0
- data/lib/generators/solidus/auth/install/install_generator.rb +12 -2
- data/lib/solidus_auth_devise.rb +10 -12
- data/lib/spree/auth/devise.rb +0 -7
- data/lib/spree/auth/engine.rb +48 -35
- data/lib/spree/auth/version.rb +1 -1
- data/{app/models → lib}/spree/auth_configuration.rb +0 -0
- data/lib/views/backend/spree/admin/shared/_navigation_footer.html.erb +2 -2
- data/lib/views/backend/spree/admin/user_passwords/edit.html.erb +4 -4
- data/lib/views/backend/spree/admin/user_passwords/new.html.erb +4 -4
- data/lib/views/backend/spree/admin/user_sessions/authorization_failure.html.erb +1 -1
- data/lib/views/backend/spree/admin/user_sessions/new.html.erb +9 -9
- data/lib/views/backend/spree/layouts/admin/_login_nav.html.erb +4 -4
- data/lib/views/frontend/spree/checkout/registration.html.erb +4 -4
- data/lib/views/frontend/spree/shared/_login.html.erb +4 -4
- data/lib/views/frontend/spree/shared/_login_bar_items.html.erb +3 -3
- data/lib/views/frontend/spree/shared/_user_form.html.erb +3 -3
- data/lib/views/frontend/spree/user_passwords/edit.html.erb +4 -4
- data/lib/views/frontend/spree/user_passwords/new.html.erb +4 -4
- data/lib/views/frontend/spree/user_registrations/new.html.erb +3 -3
- data/lib/views/frontend/spree/user_sessions/authorization_failure.html.erb +1 -1
- data/lib/views/frontend/spree/user_sessions/new.html.erb +2 -2
- data/lib/views/frontend/spree/users/edit.html.erb +2 -2
- data/lib/views/frontend/spree/users/show.html.erb +13 -13
- data/solidus_auth_devise.gemspec +28 -33
- data/spec/controllers/spree/admin/base_controller_spec.rb +53 -0
- data/spec/controllers/spree/base_controller_spec.rb +53 -0
- data/spec/controllers/spree/products_controller_spec.rb +3 -7
- data/spec/controllers/spree/users_controller_spec.rb +23 -0
- data/spec/features/admin/password_reset_spec.rb +43 -0
- data/spec/features/checkout_spec.rb +7 -32
- data/spec/features/confirmation_spec.rb +2 -3
- data/spec/models/user_spec.rb +13 -8
- data/spec/spec_helper.rb +10 -8
- data/spec/support/confirm_helpers.rb +19 -10
- data/spec/support/features/fill_addresses_fields.rb +29 -0
- metadata +3151 -275
- data/app/overrides/auth_admin_login_navigation_bar.rb +0 -10
- data/app/overrides/auth_shared_login_bar.rb +0 -10
- data/lib/assets/javascripts/spree/backend/solidus_auth.js +0 -1
- data/lib/assets/javascripts/spree/frontend/solidus_auth.js +0 -1
- data/lib/assets/stylesheets/spree/backend/solidus_auth.css +0 -3
- data/lib/assets/stylesheets/spree/frontend/solidus_auth.css +0 -3
- data/spec/features/admin/orders_spec.rb +0 -31
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: e442fd849cd81697c2738c0456da5353b23c973e33bb5d17cbe596da7afd790a
|
4
|
+
data.tar.gz: d74b42a53ea082caf38c5a4404890fd0b9ebafa102e1c1dd273ae05d52697a80
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 7ca6fef05444b0005956f8a7089ebb4424b1c1e128c1eb04bfc7613401cfa0d7f9d29f663b3e0730860c1ff015610ea5543901f66d4f2f4b5c030a9fe14bf39d
|
7
|
+
data.tar.gz: 76582bc566e1626cc19d6a168ce693c980d3b65a8cba889e4ed9dbd90a62ba3c27c1e9233fc297435c681c57017afca58c04d4f8001591772ad535711fde9e82
|
data/.gem_release.yml
CHANGED
@@ -1,10 +1,5 @@
|
|
1
1
|
bump:
|
2
|
+
recurse: false
|
2
3
|
file: 'lib/spree/auth/version.rb'
|
3
|
-
message: Bump
|
4
|
-
|
5
|
-
commit: true
|
6
|
-
push: true
|
7
|
-
|
8
|
-
tag:
|
9
|
-
push: true
|
10
|
-
remote: upstream
|
4
|
+
message: Bump SolidusAuthDevise to %{version}
|
5
|
+
tag: true
|
data/.github/stale.yml
ADDED
@@ -0,0 +1,17 @@
|
|
1
|
+
# Number of days of inactivity before an issue becomes stale
|
2
|
+
daysUntilStale: 60
|
3
|
+
# Number of days of inactivity before a stale issue is closed
|
4
|
+
daysUntilClose: 7
|
5
|
+
# Issues with these labels will never be considered stale
|
6
|
+
exemptLabels:
|
7
|
+
- pinned
|
8
|
+
- security
|
9
|
+
# Label to use when marking an issue as stale
|
10
|
+
staleLabel: wontfix
|
11
|
+
# Comment to post when marking an issue as stale. Set to `false` to disable
|
12
|
+
markComment: >
|
13
|
+
This issue has been automatically marked as stale because it has not had
|
14
|
+
recent activity. It will be closed if no further activity occurs. Thank you
|
15
|
+
for your contributions.
|
16
|
+
# Comment to post when closing a stale issue. Set to `false` to disable
|
17
|
+
closeComment: false
|
data/.gitignore
CHANGED
@@ -1,12 +1,16 @@
|
|
1
|
-
|
2
|
-
|
1
|
+
*.gem
|
2
|
+
\#*
|
3
|
+
*~
|
4
|
+
.#*
|
5
|
+
.DS_Store
|
6
|
+
.idea
|
7
|
+
.project
|
3
8
|
.sass-cache
|
4
9
|
coverage
|
5
10
|
Gemfile.lock
|
6
|
-
|
7
|
-
|
8
|
-
.ruby-gemsets
|
9
|
-
.ruby-version
|
10
|
-
.bundle
|
11
|
+
tmp
|
12
|
+
nbproject
|
11
13
|
pkg
|
12
|
-
|
14
|
+
*.swp
|
15
|
+
spec/dummy
|
16
|
+
spec/examples.txt
|
data/.rubocop.yml
CHANGED
@@ -1,326 +1,2 @@
|
|
1
1
|
require:
|
2
|
-
- rubocop
|
3
|
-
- rubocop-rails
|
4
|
-
|
5
|
-
# Relaxed.Ruby.Style
|
6
|
-
|
7
|
-
AllCops:
|
8
|
-
Exclude:
|
9
|
-
- 'spec/dummy/**/*'
|
10
|
-
- 'app/overrides/*'
|
11
|
-
- 'bin/**'
|
12
|
-
TargetRubyVersion: 2.3
|
13
|
-
|
14
|
-
|
15
|
-
Rails/Output:
|
16
|
-
Exclude:
|
17
|
-
- 'db/default/users.rb'
|
18
|
-
|
19
|
-
# Sometimes I believe this reads better
|
20
|
-
# This also causes spacing issues on multi-line fixes
|
21
|
-
Style/BracesAroundHashParameters:
|
22
|
-
Enabled: false
|
23
|
-
|
24
|
-
# We use class vars and will have to continue doing so for compatability
|
25
|
-
Style/ClassVars:
|
26
|
-
Enabled: false
|
27
|
-
|
28
|
-
# We need these names for backwards compatability
|
29
|
-
Naming/PredicateName:
|
30
|
-
Enabled: false
|
31
|
-
|
32
|
-
Naming/AccessorMethodName:
|
33
|
-
Enabled: false
|
34
|
-
|
35
|
-
# This has been used for customization
|
36
|
-
Style/MutableConstant:
|
37
|
-
Enabled: false
|
38
|
-
|
39
|
-
Style/ClassAndModuleChildren:
|
40
|
-
Enabled: false
|
41
|
-
|
42
|
-
Style/EmptyElse:
|
43
|
-
Enabled: false
|
44
|
-
|
45
|
-
Style/GuardClause:
|
46
|
-
Enabled: false
|
47
|
-
|
48
|
-
Style/Next:
|
49
|
-
Enabled: false
|
50
|
-
|
51
|
-
Style/NumericPredicate:
|
52
|
-
Enabled: false
|
53
|
-
|
54
|
-
Style/WordArray:
|
55
|
-
Enabled: false
|
56
|
-
|
57
|
-
Style/ConditionalAssignment:
|
58
|
-
Enabled: false
|
59
|
-
|
60
|
-
Style/RaiseArgs:
|
61
|
-
Enabled: false
|
62
|
-
|
63
|
-
Naming/BinaryOperatorParameterName:
|
64
|
-
Enabled: false
|
65
|
-
|
66
|
-
# We can use good judgement here
|
67
|
-
Style/RegexpLiteral:
|
68
|
-
Enabled: false
|
69
|
-
|
70
|
-
# Unicode comments are useful
|
71
|
-
Style/AsciiComments:
|
72
|
-
Enabled: false
|
73
|
-
|
74
|
-
Layout/EndAlignment:
|
75
|
-
Enabled: false
|
76
|
-
|
77
|
-
Layout/ElseAlignment:
|
78
|
-
Enabled: false
|
79
|
-
|
80
|
-
Layout/IndentationWidth:
|
81
|
-
Enabled: false
|
82
|
-
|
83
|
-
Layout/AlignParameters:
|
84
|
-
Enabled: false
|
85
|
-
|
86
|
-
Layout/ClosingParenthesisIndentation:
|
87
|
-
Enabled: false
|
88
|
-
|
89
|
-
Layout/MultilineMethodCallIndentation:
|
90
|
-
Enabled: false
|
91
|
-
|
92
|
-
Layout/IndentFirstArrayElement:
|
93
|
-
Enabled: false
|
94
|
-
|
95
|
-
Layout/IndentFirstHashElement:
|
96
|
-
Enabled: false
|
97
|
-
|
98
|
-
Layout/AlignHash:
|
99
|
-
Enabled: false
|
100
|
-
|
101
|
-
Style/TrailingCommaInArguments:
|
102
|
-
Enabled: false
|
103
|
-
|
104
|
-
Style/TrailingCommaInArrayLiteral:
|
105
|
-
Enabled: false
|
106
|
-
|
107
|
-
Style/TrailingCommaInHashLiteral:
|
108
|
-
Enabled: false
|
109
|
-
|
110
|
-
# Symbol Arrays are ok and the %i syntax widely unknown
|
111
|
-
Style/SymbolArray:
|
112
|
-
Enabled: false
|
113
|
-
|
114
|
-
Rails/DynamicFindBy:
|
115
|
-
Whitelist:
|
116
|
-
- find_by_param
|
117
|
-
- find_by_param!
|
118
|
-
|
119
|
-
# We use a lot of
|
120
|
-
#
|
121
|
-
# expect {
|
122
|
-
# something
|
123
|
-
# }.to { happen }
|
124
|
-
#
|
125
|
-
# syntax in the specs files.
|
126
|
-
Lint/AmbiguousBlockAssociation:
|
127
|
-
Exclude:
|
128
|
-
- '*/spec/**/*'
|
129
|
-
- 'spec/**/*' # For the benefit of apps that inherit from this config
|
130
|
-
|
131
|
-
# We use eval to add common_spree_dependencies into the Gemfiles of each of our gems
|
132
|
-
Security/Eval:
|
133
|
-
Exclude:
|
134
|
-
- 'Gemfile'
|
135
|
-
- 'common_spree_dependencies.rb'
|
136
|
-
- '*/Gemfile'
|
137
|
-
|
138
|
-
Naming/VariableNumber:
|
139
|
-
Enabled: false
|
140
|
-
|
141
|
-
# Write empty methods as you wish.
|
142
|
-
Style/EmptyMethod:
|
143
|
-
Enabled: false
|
144
|
-
|
145
|
-
# From http://relaxed.ruby.style/
|
146
|
-
|
147
|
-
Style/Alias:
|
148
|
-
Enabled: false
|
149
|
-
StyleGuide: http://relaxed.ruby.style/#stylealias
|
150
|
-
|
151
|
-
Style/BeginBlock:
|
152
|
-
Enabled: false
|
153
|
-
StyleGuide: http://relaxed.ruby.style/#stylebeginblock
|
154
|
-
|
155
|
-
Style/BlockDelimiters:
|
156
|
-
Enabled: false
|
157
|
-
StyleGuide: http://relaxed.ruby.style/#styleblockdelimiters
|
158
|
-
|
159
|
-
Style/Documentation:
|
160
|
-
Enabled: false
|
161
|
-
StyleGuide: http://relaxed.ruby.style/#styledocumentation
|
162
|
-
|
163
|
-
Layout/DotPosition:
|
164
|
-
Enabled: false
|
165
|
-
StyleGuide: http://relaxed.ruby.style/#styledotposition
|
166
|
-
|
167
|
-
Style/DoubleNegation:
|
168
|
-
Enabled: false
|
169
|
-
StyleGuide: http://relaxed.ruby.style/#styledoublenegation
|
170
|
-
|
171
|
-
Style/EndBlock:
|
172
|
-
Enabled: false
|
173
|
-
StyleGuide: http://relaxed.ruby.style/#styleendblock
|
174
|
-
|
175
|
-
Style/FormatString:
|
176
|
-
Enabled: false
|
177
|
-
StyleGuide: http://relaxed.ruby.style/#styleformatstring
|
178
|
-
|
179
|
-
Style/IfUnlessModifier:
|
180
|
-
Enabled: false
|
181
|
-
StyleGuide: http://relaxed.ruby.style/#styleifunlessmodifier
|
182
|
-
|
183
|
-
Style/Lambda:
|
184
|
-
Enabled: false
|
185
|
-
StyleGuide: http://relaxed.ruby.style/#stylelambda
|
186
|
-
|
187
|
-
Style/ModuleFunction:
|
188
|
-
Enabled: false
|
189
|
-
StyleGuide: http://relaxed.ruby.style/#stylemodulefunction
|
190
|
-
|
191
|
-
Style/MultilineBlockChain:
|
192
|
-
Enabled: false
|
193
|
-
StyleGuide: http://relaxed.ruby.style/#stylemultilineblockchain
|
194
|
-
|
195
|
-
Style/NegatedIf:
|
196
|
-
Enabled: false
|
197
|
-
StyleGuide: http://relaxed.ruby.style/#stylenegatedif
|
198
|
-
|
199
|
-
Style/NegatedWhile:
|
200
|
-
Enabled: false
|
201
|
-
StyleGuide: http://relaxed.ruby.style/#stylenegatedwhile
|
202
|
-
|
203
|
-
Style/ParallelAssignment:
|
204
|
-
Enabled: false
|
205
|
-
StyleGuide: http://relaxed.ruby.style/#styleparallelassignment
|
206
|
-
|
207
|
-
Style/PercentLiteralDelimiters:
|
208
|
-
Enabled: false
|
209
|
-
StyleGuide: http://relaxed.ruby.style/#stylepercentliteraldelimiters
|
210
|
-
|
211
|
-
Style/PerlBackrefs:
|
212
|
-
Enabled: false
|
213
|
-
StyleGuide: http://relaxed.ruby.style/#styleperlbackrefs
|
214
|
-
|
215
|
-
Style/Semicolon:
|
216
|
-
Enabled: false
|
217
|
-
StyleGuide: http://relaxed.ruby.style/#stylesemicolon
|
218
|
-
|
219
|
-
Style/SignalException:
|
220
|
-
Enabled: false
|
221
|
-
StyleGuide: http://relaxed.ruby.style/#stylesignalexception
|
222
|
-
|
223
|
-
Style/SingleLineBlockParams:
|
224
|
-
Enabled: false
|
225
|
-
StyleGuide: http://relaxed.ruby.style/#stylesinglelineblockparams
|
226
|
-
|
227
|
-
Style/SingleLineMethods:
|
228
|
-
Enabled: false
|
229
|
-
StyleGuide: http://relaxed.ruby.style/#stylesinglelinemethods
|
230
|
-
|
231
|
-
Layout/SpaceBeforeBlockBraces:
|
232
|
-
Enabled: false
|
233
|
-
StyleGuide: http://relaxed.ruby.style/#stylespacebeforeblockbraces
|
234
|
-
|
235
|
-
Layout/SpaceInsideParens:
|
236
|
-
Enabled: false
|
237
|
-
StyleGuide: http://relaxed.ruby.style/#stylespaceinsideparens
|
238
|
-
|
239
|
-
Style/SpecialGlobalVars:
|
240
|
-
Enabled: false
|
241
|
-
StyleGuide: http://relaxed.ruby.style/#stylespecialglobalvars
|
242
|
-
|
243
|
-
Style/StringLiterals:
|
244
|
-
Enabled: false
|
245
|
-
StyleGuide: http://relaxed.ruby.style/#stylestringliterals
|
246
|
-
|
247
|
-
Style/SymbolProc:
|
248
|
-
Enabled: false
|
249
|
-
|
250
|
-
Style/TernaryParentheses:
|
251
|
-
Enabled: false
|
252
|
-
|
253
|
-
Style/WhileUntilModifier:
|
254
|
-
Enabled: false
|
255
|
-
StyleGuide: http://relaxed.ruby.style/#stylewhileuntilmodifier
|
256
|
-
|
257
|
-
Lint/AmbiguousRegexpLiteral:
|
258
|
-
Enabled: false
|
259
|
-
StyleGuide: http://relaxed.ruby.style/#lintambiguousregexpliteral
|
260
|
-
|
261
|
-
Lint/AssignmentInCondition:
|
262
|
-
Enabled: false
|
263
|
-
StyleGuide: http://relaxed.ruby.style/#lintassignmentincondition
|
264
|
-
|
265
|
-
Metrics/AbcSize:
|
266
|
-
Enabled: false
|
267
|
-
|
268
|
-
Metrics/BlockNesting:
|
269
|
-
Enabled: false
|
270
|
-
|
271
|
-
Metrics/ClassLength:
|
272
|
-
Enabled: false
|
273
|
-
|
274
|
-
Metrics/ModuleLength:
|
275
|
-
Enabled: false
|
276
|
-
|
277
|
-
Metrics/BlockLength:
|
278
|
-
Enabled: false
|
279
|
-
|
280
|
-
Metrics/CyclomaticComplexity:
|
281
|
-
Enabled: false
|
282
|
-
|
283
|
-
Metrics/LineLength:
|
284
|
-
Enabled: false
|
285
|
-
|
286
|
-
Metrics/MethodLength:
|
287
|
-
Enabled: false
|
288
|
-
|
289
|
-
Metrics/ParameterLists:
|
290
|
-
Enabled: false
|
291
|
-
|
292
|
-
Metrics/PerceivedComplexity:
|
293
|
-
Enabled: false
|
294
|
-
|
295
|
-
Bundler/OrderedGems:
|
296
|
-
Enabled: false
|
297
|
-
|
298
|
-
Style/NumericLiterals:
|
299
|
-
Enabled: false
|
300
|
-
|
301
|
-
Style/FrozenStringLiteralComment:
|
302
|
-
Enabled: true
|
303
|
-
EnforcedStyle: always
|
304
|
-
|
305
|
-
# json.() is idiomatic in jbuilder files
|
306
|
-
Style/LambdaCall:
|
307
|
-
Enabled: false
|
308
|
-
|
309
|
-
Naming/UncommunicativeMethodParamName:
|
310
|
-
AllowedNames:
|
311
|
-
- id
|
312
|
-
- to
|
313
|
-
- _
|
314
|
-
|
315
|
-
# Rubocop doesn't understand side-effects
|
316
|
-
Style/IdenticalConditionalBranches:
|
317
|
-
Enabled: false
|
318
|
-
|
319
|
-
Naming/MemoizedInstanceVariableName:
|
320
|
-
Enabled: false
|
321
|
-
|
322
|
-
Lint/UselessComparison:
|
323
|
-
Enabled: false
|
324
|
-
|
325
|
-
Lint/HandleExceptions:
|
326
|
-
Enabled: false
|
2
|
+
- solidus_dev_support/rubocop
|
data/CHANGELOG.md
CHANGED
@@ -1,8 +1,89 @@
|
|
1
|
-
#
|
1
|
+
# Changelog
|
2
2
|
|
3
|
-
## [
|
3
|
+
## [v2.5.2](https://github.com/solidusio/solidus_auth_devise/tree/v2.5.2) (2020-11-11)
|
4
4
|
|
5
|
-
[Full Changelog](https://github.com/solidusio/solidus_auth_devise/compare/v2.
|
5
|
+
[Full Changelog](https://github.com/solidusio/solidus_auth_devise/compare/v2.5.1...v2.5.2)
|
6
|
+
|
7
|
+
**Implemented enhancements:**
|
8
|
+
|
9
|
+
- Replace `I18n.t` with `t` in views [\#200](https://github.com/solidusio/solidus_auth_devise/pull/200) ([spaghetticode](https://github.com/spaghetticode))
|
10
|
+
|
11
|
+
**Merged pull requests:**
|
12
|
+
|
13
|
+
- Update migrations to support Rails 5.1 [\#201](https://github.com/solidusio/solidus_auth_devise/pull/201) ([brchristian](https://github.com/brchristian))
|
14
|
+
- Point to Solidus wiki for gem release [\#199](https://github.com/solidusio/solidus_auth_devise/pull/199) ([spaghetticode](https://github.com/spaghetticode))
|
15
|
+
|
16
|
+
## [v2.5.1](https://github.com/solidusio/solidus_auth_devise/tree/v2.5.1) (2020-10-23)
|
17
|
+
|
18
|
+
[Full Changelog](https://github.com/solidusio/solidus_auth_devise/compare/v2.5.0...v2.5.1)
|
19
|
+
|
20
|
+
**Closed issues:**
|
21
|
+
|
22
|
+
- Asset compilation crashes on 2.5.0 [\#196](https://github.com/solidusio/solidus_auth_devise/issues/196)
|
23
|
+
|
24
|
+
**Merged pull requests:**
|
25
|
+
|
26
|
+
- Use proper name for add\_migrations [\#198](https://github.com/solidusio/solidus_auth_devise/pull/198) ([peterberkenbosch](https://github.com/peterberkenbosch))
|
27
|
+
- Move AuthConfiguration out of autoloading paths [\#197](https://github.com/solidusio/solidus_auth_devise/pull/197) ([elia](https://github.com/elia))
|
28
|
+
|
29
|
+
## [v2.5.0](https://github.com/solidusio/solidus_auth_devise/tree/v2.5.0) (2020-10-07)
|
30
|
+
|
31
|
+
[Full Changelog](https://github.com/solidusio/solidus_auth_devise/compare/v2.4.0...v2.5.0)
|
32
|
+
|
33
|
+
**Implemented enhancements:**
|
34
|
+
|
35
|
+
- Remove admin orders controller specs [\#195](https://github.com/solidusio/solidus_auth_devise/pull/195) ([kennyadsl](https://github.com/kennyadsl))
|
36
|
+
- Redirect back if not authorized [\#192](https://github.com/solidusio/solidus_auth_devise/pull/192) ([kennyadsl](https://github.com/kennyadsl))
|
37
|
+
|
38
|
+
**Closed issues:**
|
39
|
+
|
40
|
+
- Zeitwerk::NameError [\#193](https://github.com/solidusio/solidus_auth_devise/issues/193)
|
41
|
+
- Rails 6 and Solidus AuthDevise issues? [\#189](https://github.com/solidusio/solidus_auth_devise/issues/189)
|
42
|
+
- Cant locate devise.rb file to locate secret key. [\#188](https://github.com/solidusio/solidus_auth_devise/issues/188)
|
43
|
+
- RuntimeError: Can't modify frozen hash [\#184](https://github.com/solidusio/solidus_auth_devise/issues/184)
|
44
|
+
- Bug: NameError [\#174](https://github.com/solidusio/solidus_auth_devise/issues/174)
|
45
|
+
- `devise.user\_registrations` key is not the same in the view [\#119](https://github.com/solidusio/solidus_auth_devise/issues/119)
|
46
|
+
- The update action of the password controller from devise makes my app go into a loop. [\#78](https://github.com/solidusio/solidus_auth_devise/issues/78)
|
47
|
+
|
48
|
+
**Merged pull requests:**
|
49
|
+
|
50
|
+
- Add option to skip migrations [\#194](https://github.com/solidusio/solidus_auth_devise/pull/194) ([seand7565](https://github.com/seand7565))
|
51
|
+
- Bump solidus\_support to latest 0.5 release [\#191](https://github.com/solidusio/solidus_auth_devise/pull/191) ([peterberkenbosch](https://github.com/peterberkenbosch))
|
52
|
+
- Fix tests for Devise's :confirmable module [\#190](https://github.com/solidusio/solidus_auth_devise/pull/190) ([aldesantis](https://github.com/aldesantis))
|
53
|
+
- Fix chrome warnings [\#187](https://github.com/solidusio/solidus_auth_devise/pull/187) ([coorasse](https://github.com/coorasse))
|
54
|
+
- Fill address names combined when needed [\#186](https://github.com/solidusio/solidus_auth_devise/pull/186) ([kennyadsl](https://github.com/kennyadsl))
|
55
|
+
- Allow to really\_destroy! users [\#185](https://github.com/solidusio/solidus_auth_devise/pull/185) ([skukx](https://github.com/skukx))
|
56
|
+
- Add paranoia dependency explicitly [\#183](https://github.com/solidusio/solidus_auth_devise/pull/183) ([cedum](https://github.com/cedum))
|
57
|
+
- Adopt conditional code loading from solidus\_support [\#182](https://github.com/solidusio/solidus_auth_devise/pull/182) ([aldesantis](https://github.com/aldesantis))
|
58
|
+
- Upgrade infrastructure with solidus\_dev\_support [\#181](https://github.com/solidusio/solidus_auth_devise/pull/181) ([aldesantis](https://github.com/aldesantis))
|
59
|
+
- Add support for Zeitwerk [\#180](https://github.com/solidusio/solidus_auth_devise/pull/180) ([kennyadsl](https://github.com/kennyadsl))
|
60
|
+
- Fix feature\_helper require [\#179](https://github.com/solidusio/solidus_auth_devise/pull/179) ([omnistegan](https://github.com/omnistegan))
|
61
|
+
- Update postgresql variable name to reflect CircleCI config [\#177](https://github.com/solidusio/solidus_auth_devise/pull/177) ([kennyadsl](https://github.com/kennyadsl))
|
62
|
+
|
63
|
+
## [v2.4.0](https://github.com/solidusio/solidus_auth_devise/tree/v2.4.0) (2019-11-18)
|
64
|
+
|
65
|
+
[Full Changelog](https://github.com/solidusio/solidus_auth_devise/compare/v2.3.0...v2.4.0)
|
66
|
+
|
67
|
+
**Implemented enhancements:**
|
68
|
+
|
69
|
+
- Add an automatic CHANGELOG generator [\#154](https://github.com/solidusio/solidus_auth_devise/issues/154)
|
70
|
+
|
71
|
+
**Closed issues:**
|
72
|
+
|
73
|
+
- Rails 6, Production only issue, works fine in dev, tripped up assets:precompile build process on Heroku, compiled fine locally. [\#175](https://github.com/solidusio/solidus_auth_devise/issues/175)
|
74
|
+
- Spree.user\_class not using my specific class [\#169](https://github.com/solidusio/solidus_auth_devise/issues/169)
|
75
|
+
- Missing `config.secret\_key\_base` from default devise.rb? [\#33](https://github.com/solidusio/solidus_auth_devise/issues/33)
|
76
|
+
|
77
|
+
**Merged pull requests:**
|
78
|
+
|
79
|
+
- Fixes for Zeitwerk [\#176](https://github.com/solidusio/solidus_auth_devise/pull/176) ([kennyadsl](https://github.com/kennyadsl))
|
80
|
+
- Update it translations [\#172](https://github.com/solidusio/solidus_auth_devise/pull/172) ([delphaber](https://github.com/delphaber))
|
81
|
+
- Relax sqlite3 dependency for Rails 6 support [\#170](https://github.com/solidusio/solidus_auth_devise/pull/170) ([aldesantis](https://github.com/aldesantis))
|
82
|
+
- Allow admins to reset an user's password through the admin panel [\#146](https://github.com/solidusio/solidus_auth_devise/pull/146) ([aitbw](https://github.com/aitbw))
|
83
|
+
|
84
|
+
## [v2.3.0](https://github.com/solidusio/solidus_auth_devise/tree/v2.3.0) (2019-08-19)
|
85
|
+
|
86
|
+
[Full Changelog](https://github.com/solidusio/solidus_auth_devise/compare/v2.2.0...v2.3.0)
|
6
87
|
|
7
88
|
**Closed issues:**
|
8
89
|
|
@@ -10,6 +91,7 @@
|
|
10
91
|
|
11
92
|
**Merged pull requests:**
|
12
93
|
|
94
|
+
- Add GitHub changelog generator [\#168](https://github.com/solidusio/solidus_auth_devise/pull/168) ([kennyadsl](https://github.com/kennyadsl))
|
13
95
|
- Fix CI issues [\#167](https://github.com/solidusio/solidus_auth_devise/pull/167) ([kennyadsl](https://github.com/kennyadsl))
|
14
96
|
- Stub preferences in specs instead of resetting [\#166](https://github.com/solidusio/solidus_auth_devise/pull/166) ([kennyadsl](https://github.com/kennyadsl))
|
15
97
|
- Add appropriate classes to admin login button [\#164](https://github.com/solidusio/solidus_auth_devise/pull/164) ([jacobeubanks](https://github.com/jacobeubanks))
|
@@ -25,6 +107,7 @@
|
|
25
107
|
- Introduce Rubocop for linting [\#148](https://github.com/solidusio/solidus_auth_devise/pull/148) ([aitbw](https://github.com/aitbw))
|
26
108
|
|
27
109
|
## [v2.2.0](https://github.com/solidusio/solidus_auth_devise/tree/v2.2.0) (2019-06-13)
|
110
|
+
|
28
111
|
[Full Changelog](https://github.com/solidusio/solidus_auth_devise/compare/v2.1.0...v2.2.0)
|
29
112
|
|
30
113
|
**Closed issues:**
|
@@ -51,7 +134,7 @@
|
|
51
134
|
- Remove warnings [\#139](https://github.com/solidusio/solidus_auth_devise/pull/139) ([jtapia](https://github.com/jtapia))
|
52
135
|
- Add missing translation [\#137](https://github.com/solidusio/solidus_auth_devise/pull/137) ([spaghetticode](https://github.com/spaghetticode))
|
53
136
|
- Allow Spree::Admin::UserPasswordsController to be accessed from admin… [\#136](https://github.com/solidusio/solidus_auth_devise/pull/136) ([acreilly](https://github.com/acreilly))
|
54
|
-
- Fix typo of french locale [\#135](https://github.com/solidusio/solidus_auth_devise/pull/135) ([
|
137
|
+
- Fix typo of french locale [\#135](https://github.com/solidusio/solidus_auth_devise/pull/135) ([imfaruk](https://github.com/imfaruk))
|
55
138
|
- Remove Solidus v2.2 support from Travis config [\#134](https://github.com/solidusio/solidus_auth_devise/pull/134) ([aitbw](https://github.com/aitbw))
|
56
139
|
- Replace Spree.t with I18n.t [\#132](https://github.com/solidusio/solidus_auth_devise/pull/132) ([aitbw](https://github.com/aitbw))
|
57
140
|
- Fix to not reuse spree\_current\_user as `@user` [\#131](https://github.com/solidusio/solidus_auth_devise/pull/131) ([yono](https://github.com/yono))
|
@@ -62,6 +145,7 @@
|
|
62
145
|
- Disable backend footer profile edit link if role cannot edit users [\#120](https://github.com/solidusio/solidus_auth_devise/pull/120) ([gianlucarizzo](https://github.com/gianlucarizzo))
|
63
146
|
|
64
147
|
## [v2.1.0](https://github.com/solidusio/solidus_auth_devise/tree/v2.1.0) (2018-01-22)
|
148
|
+
|
65
149
|
[Full Changelog](https://github.com/solidusio/solidus_auth_devise/compare/v2.0.0...v2.1.0)
|
66
150
|
|
67
151
|
**Closed issues:**
|
@@ -74,10 +158,12 @@
|
|
74
158
|
- update spec according new solidus behaviour for 404 [\#115](https://github.com/solidusio/solidus_auth_devise/pull/115) ([ccarruitero](https://github.com/ccarruitero))
|
75
159
|
- Don't require deface for solidus 2.5+ [\#114](https://github.com/solidusio/solidus_auth_devise/pull/114) ([jhawthorn](https://github.com/jhawthorn))
|
76
160
|
- Test that we are acting as paranoid not it's behaviour [\#113](https://github.com/solidusio/solidus_auth_devise/pull/113) ([tvdeyen](https://github.com/tvdeyen))
|
161
|
+
- Remove references to dash [\#104](https://github.com/solidusio/solidus_auth_devise/pull/104) ([jhawthorn](https://github.com/jhawthorn))
|
77
162
|
- Reset api key when assigning password [\#99](https://github.com/solidusio/solidus_auth_devise/pull/99) ([jhawthorn](https://github.com/jhawthorn))
|
78
163
|
- RFC: Support Backend-Only Stores [\#96](https://github.com/solidusio/solidus_auth_devise/pull/96) ([stewart](https://github.com/stewart))
|
79
164
|
|
80
165
|
## [v2.0.0](https://github.com/solidusio/solidus_auth_devise/tree/v2.0.0) (2017-09-20)
|
166
|
+
|
81
167
|
[Full Changelog](https://github.com/solidusio/solidus_auth_devise/compare/v1.6.4...v2.0.0)
|
82
168
|
|
83
169
|
**Merged pull requests:**
|
@@ -88,10 +174,10 @@
|
|
88
174
|
- Remove has\_many orders [\#107](https://github.com/solidusio/solidus_auth_devise/pull/107) ([jhawthorn](https://github.com/jhawthorn))
|
89
175
|
- Use base spec\_helper from solidus\_support [\#106](https://github.com/solidusio/solidus_auth_devise/pull/106) ([jhawthorn](https://github.com/jhawthorn))
|
90
176
|
- Extract \*\_available? to solidus\_support [\#105](https://github.com/solidusio/solidus_auth_devise/pull/105) ([jhawthorn](https://github.com/jhawthorn))
|
91
|
-
- Remove references to dash [\#104](https://github.com/solidusio/solidus_auth_devise/pull/104) ([jhawthorn](https://github.com/jhawthorn))
|
92
177
|
- match logout route to devise configuration [\#103](https://github.com/solidusio/solidus_auth_devise/pull/103) ([BenMorganIO](https://github.com/BenMorganIO))
|
93
178
|
|
94
179
|
## [v1.6.4](https://github.com/solidusio/solidus_auth_devise/tree/v1.6.4) (2017-07-24)
|
180
|
+
|
95
181
|
[Full Changelog](https://github.com/solidusio/solidus_auth_devise/compare/v1.6.3...v1.6.4)
|
96
182
|
|
97
183
|
**Closed issues:**
|
@@ -110,6 +196,7 @@
|
|
110
196
|
- Remove unused line [\#75](https://github.com/solidusio/solidus_auth_devise/pull/75) ([Murph33](https://github.com/Murph33))
|
111
197
|
|
112
198
|
## [v1.6.3](https://github.com/solidusio/solidus_auth_devise/tree/v1.6.3) (2017-05-09)
|
199
|
+
|
113
200
|
[Full Changelog](https://github.com/solidusio/solidus_auth_devise/compare/v1.6.2...v1.6.3)
|
114
201
|
|
115
202
|
**Merged pull requests:**
|
@@ -123,6 +210,7 @@
|
|
123
210
|
- Add missing translations for already\_authenticated [\#79](https://github.com/solidusio/solidus_auth_devise/pull/79) ([vladstoick](https://github.com/vladstoick))
|
124
211
|
|
125
212
|
## [v1.6.2](https://github.com/solidusio/solidus_auth_devise/tree/v1.6.2) (2016-11-18)
|
213
|
+
|
126
214
|
[Full Changelog](https://github.com/solidusio/solidus_auth_devise/compare/v1.6.1...v1.6.2)
|
127
215
|
|
128
216
|
**Fixed bugs:**
|
@@ -138,6 +226,7 @@
|
|
138
226
|
- Fix spec order dependencies and run in a random order [\#77](https://github.com/solidusio/solidus_auth_devise/pull/77) ([jhawthorn](https://github.com/jhawthorn))
|
139
227
|
|
140
228
|
## [v1.6.1](https://github.com/solidusio/solidus_auth_devise/tree/v1.6.1) (2016-08-24)
|
229
|
+
|
141
230
|
[Full Changelog](https://github.com/solidusio/solidus_auth_devise/compare/v1.6.0...v1.6.1)
|
142
231
|
|
143
232
|
**Merged pull requests:**
|
@@ -145,6 +234,7 @@
|
|
145
234
|
- Replace before\_filter with before\_action [\#73](https://github.com/solidusio/solidus_auth_devise/pull/73) ([jhawthorn](https://github.com/jhawthorn))
|
146
235
|
|
147
236
|
## [v1.6.0](https://github.com/solidusio/solidus_auth_devise/tree/v1.6.0) (2016-08-23)
|
237
|
+
|
148
238
|
[Full Changelog](https://github.com/solidusio/solidus_auth_devise/compare/v1.5.0...v1.6.0)
|
149
239
|
|
150
240
|
**Merged pull requests:**
|
@@ -156,6 +246,7 @@
|
|
156
246
|
- Remove load-time manipulation of the secret\_key [\#67](https://github.com/solidusio/solidus_auth_devise/pull/67) ([jhawthorn](https://github.com/jhawthorn))
|
157
247
|
|
158
248
|
## [v1.5.0](https://github.com/solidusio/solidus_auth_devise/tree/v1.5.0) (2016-07-18)
|
249
|
+
|
159
250
|
[Full Changelog](https://github.com/solidusio/solidus_auth_devise/compare/v1.4.0...v1.5.0)
|
160
251
|
|
161
252
|
**Closed issues:**
|
@@ -180,6 +271,7 @@
|
|
180
271
|
- Misc: Syntax Cleanup [\#50](https://github.com/solidusio/solidus_auth_devise/pull/50) ([stewart](https://github.com/stewart))
|
181
272
|
|
182
273
|
## [v1.4.0](https://github.com/solidusio/solidus_auth_devise/tree/v1.4.0) (2016-05-16)
|
274
|
+
|
183
275
|
[Full Changelog](https://github.com/solidusio/solidus_auth_devise/compare/v1.3.0...v1.4.0)
|
184
276
|
|
185
277
|
**Merged pull requests:**
|
@@ -198,6 +290,7 @@
|
|
198
290
|
- Moved the encryptor setting for the User model into the devise config [\#32](https://github.com/solidusio/solidus_auth_devise/pull/32) ([lukepfarrar](https://github.com/lukepfarrar))
|
199
291
|
|
200
292
|
## [v1.3.0](https://github.com/solidusio/solidus_auth_devise/tree/v1.3.0) (2016-01-12)
|
293
|
+
|
201
294
|
[Full Changelog](https://github.com/solidusio/solidus_auth_devise/compare/v1.2.3...v1.3.0)
|
202
295
|
|
203
296
|
**Merged pull requests:**
|
@@ -207,6 +300,7 @@
|
|
207
300
|
- Admin navigation sidebar [\#28](https://github.com/solidusio/solidus_auth_devise/pull/28) ([Sinetheta](https://github.com/Sinetheta))
|
208
301
|
|
209
302
|
## [v1.2.3](https://github.com/solidusio/solidus_auth_devise/tree/v1.2.3) (2015-11-30)
|
303
|
+
|
210
304
|
[Full Changelog](https://github.com/solidusio/solidus_auth_devise/compare/v1.2.2...v1.2.3)
|
211
305
|
|
212
306
|
**Closed issues:**
|
@@ -221,6 +315,7 @@
|
|
221
315
|
- Fix registration errors [\#22](https://github.com/solidusio/solidus_auth_devise/pull/22) ([jhawthorn](https://github.com/jhawthorn))
|
222
316
|
|
223
317
|
## [v1.2.2](https://github.com/solidusio/solidus_auth_devise/tree/v1.2.2) (2015-10-01)
|
318
|
+
|
224
319
|
[Full Changelog](https://github.com/solidusio/solidus_auth_devise/compare/v1.2.0...v1.2.2)
|
225
320
|
|
226
321
|
**Closed issues:**
|
@@ -238,6 +333,7 @@
|
|
238
333
|
- Fix some specs [\#14](https://github.com/solidusio/solidus_auth_devise/pull/14) ([adammathys](https://github.com/adammathys))
|
239
334
|
|
240
335
|
## [v1.2.0](https://github.com/solidusio/solidus_auth_devise/tree/v1.2.0) (2015-07-22)
|
336
|
+
|
241
337
|
[Full Changelog](https://github.com/solidusio/solidus_auth_devise/compare/v1.1.0...v1.2.0)
|
242
338
|
|
243
339
|
**Merged pull requests:**
|
@@ -249,6 +345,7 @@
|
|
249
345
|
- Minor tweaks and deprecation warning fixes. [\#9](https://github.com/solidusio/solidus_auth_devise/pull/9) ([adammathys](https://github.com/adammathys))
|
250
346
|
|
251
347
|
## [v1.1.0](https://github.com/solidusio/solidus_auth_devise/tree/v1.1.0) (2015-06-03)
|
348
|
+
|
252
349
|
[Full Changelog](https://github.com/solidusio/solidus_auth_devise/compare/v1.0.0...v1.1.0)
|
253
350
|
|
254
351
|
**Merged pull requests:**
|
@@ -261,6 +358,9 @@
|
|
261
358
|
- Minor update to README.md [\#3](https://github.com/solidusio/solidus_auth_devise/pull/3) ([adammathys](https://github.com/adammathys))
|
262
359
|
|
263
360
|
## [v1.0.0](https://github.com/solidusio/solidus_auth_devise/tree/v1.0.0) (2015-05-26)
|
361
|
+
|
362
|
+
[Full Changelog](https://github.com/solidusio/solidus_auth_devise/compare/8ee9c748ec9bff1d90a61a1192e03fa9999c6dfd...v1.0.0)
|
363
|
+
|
264
364
|
**Merged pull requests:**
|
265
365
|
|
266
366
|
- Use solidus gem instead of spree [\#2](https://github.com/solidusio/solidus_auth_devise/pull/2) ([jhawthorn](https://github.com/jhawthorn))
|
@@ -268,4 +368,4 @@
|
|
268
368
|
|
269
369
|
|
270
370
|
|
271
|
-
\* *This
|
371
|
+
\* *This Changelog was automatically generated by [github_changelog_generator](https://github.com/github-changelog-generator/github-changelog-generator)*
|