solidus_backend 4.6.2 → 4.7.1

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.
Files changed (65) hide show
  1. checksums.yaml +4 -4
  2. data/Rakefile +17 -17
  3. data/app/assets/images/spree/backend/themes/solidus_admin/remixicon.license.txt +222 -0
  4. data/app/assets/javascripts/spree/backend/components/tabs.js +0 -2
  5. data/app/assets/javascripts/spree/backend/views/tables/selectable_table/sum_return_item_amount.js +1 -1
  6. data/app/controllers/spree/admin/adjustments_controller.rb +1 -1
  7. data/app/controllers/spree/admin/base_controller.rb +9 -9
  8. data/app/controllers/spree/admin/cancellations_controller.rb +3 -3
  9. data/app/controllers/spree/admin/customer_returns_controller.rb +6 -6
  10. data/app/controllers/spree/admin/images_controller.rb +2 -2
  11. data/app/controllers/spree/admin/locale_controller.rb +4 -4
  12. data/app/controllers/spree/admin/option_types_controller.rb +1 -1
  13. data/app/controllers/spree/admin/orders/customer_details_controller.rb +2 -2
  14. data/app/controllers/spree/admin/orders_controller.rb +29 -29
  15. data/app/controllers/spree/admin/payment_methods_controller.rb +3 -3
  16. data/app/controllers/spree/admin/payments_controller.rb +12 -10
  17. data/app/controllers/spree/admin/prices_controller.rb +1 -1
  18. data/app/controllers/spree/admin/product_properties_controller.rb +1 -1
  19. data/app/controllers/spree/admin/products_controller.rb +14 -14
  20. data/app/controllers/spree/admin/properties_controller.rb +3 -3
  21. data/app/controllers/spree/admin/refunds_controller.rb +2 -2
  22. data/app/controllers/spree/admin/reimbursements_controller.rb +4 -8
  23. data/app/controllers/spree/admin/resource_controller.rb +10 -10
  24. data/app/controllers/spree/admin/return_authorizations_controller.rb +14 -11
  25. data/app/controllers/spree/admin/return_items_controller.rb +1 -1
  26. data/app/controllers/spree/admin/search_controller.rb +8 -8
  27. data/app/controllers/spree/admin/stock_items_controller.rb +5 -5
  28. data/app/controllers/spree/admin/stock_locations_controller.rb +1 -1
  29. data/app/controllers/spree/admin/stock_movements_controller.rb +5 -5
  30. data/app/controllers/spree/admin/store_credits_controller.rb +10 -10
  31. data/app/controllers/spree/admin/style_guide_controller.rb +19 -19
  32. data/app/controllers/spree/admin/taxons/attachment_controller.rb +2 -2
  33. data/app/controllers/spree/admin/taxons_controller.rb +5 -5
  34. data/app/controllers/spree/admin/theme_controller.rb +3 -3
  35. data/app/controllers/spree/admin/users/api_key_controller.rb +2 -2
  36. data/app/controllers/spree/admin/users_controller.rb +6 -6
  37. data/app/controllers/spree/admin/variant_property_rule_values_controller.rb +1 -1
  38. data/app/controllers/spree/admin/variants_controller.rb +8 -8
  39. data/app/helpers/spree/admin/adjustments_helper.rb +7 -7
  40. data/app/helpers/spree/admin/base_helper.rb +10 -10
  41. data/app/helpers/spree/admin/navigation_helper.rb +37 -37
  42. data/app/helpers/spree/admin/orders_helper.rb +2 -2
  43. data/app/helpers/spree/admin/reimbursement_type_helper.rb +1 -1
  44. data/app/helpers/spree/admin/stock_locations_helper.rb +1 -1
  45. data/app/helpers/spree/admin/store_credit_events_helper.rb +9 -9
  46. data/app/views/spree/admin/orders/_shipment.html.erb +1 -0
  47. data/app/views/spree/admin/search/users.json.jbuilder +2 -2
  48. data/config/initializers/assets.rb +1 -1
  49. data/config/initializers/form_builder.rb +1 -1
  50. data/config/routes.rb +9 -9
  51. data/lib/solidus_backend.rb +1 -1
  52. data/lib/spree/backend/callbacks.rb +2 -2
  53. data/lib/spree/backend/config.rb +1 -1
  54. data/lib/spree/backend/engine.rb +3 -3
  55. data/lib/spree/backend.rb +12 -12
  56. data/lib/spree/backend_configuration/deprecated_tab_constants.rb +2 -0
  57. data/lib/spree/backend_configuration.rb +46 -46
  58. data/lib/spree_backend.rb +1 -1
  59. data/solidus_backend.gemspec +22 -21
  60. data/vendor/assets/fonts/inter/inter.license.txt +97 -0
  61. data/vendor/assets/javascripts/solidus_admin/backbone-nested-models.license.txt +29 -0
  62. data/vendor/assets/javascripts/solidus_admin/bind-polyfill.license.txt +9 -0
  63. data/vendor/assets/javascripts/solidus_admin/flatpickr/flatpickr.license.txt +244 -0
  64. data/vendor/assets/javascripts/solidus_admin/select2.license.txt +226 -0
  65. metadata +32 -12
@@ -0,0 +1,29 @@
1
+ This license covers the vendored backbone-nested-models v2.0.4
2
+ (backbone-nested-models.js in this directory), from
3
+ https://github.com/blittle/backbone-nested-models.
4
+
5
+ Upstream declares the MIT license in its package metadata but ships no
6
+ license file; the standard MIT license text follows.
7
+
8
+ --------------------------------------------------------------------------------
9
+
10
+ Copyright (c) Bret Little
11
+
12
+ Permission is hereby granted, free of charge, to any person obtaining a
13
+ copy of this software and associated documentation files (the
14
+ "Software"), to deal in the Software without restriction, including
15
+ without limitation the rights to use, copy, modify, merge, publish,
16
+ distribute, sublicense, and/or sell copies of the Software, and to
17
+ permit persons to whom the Software is furnished to do so, subject to
18
+ the following conditions:
19
+
20
+ The above copyright notice and this permission notice shall be included
21
+ in all copies or substantial portions of the Software.
22
+
23
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
24
+ OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
25
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
26
+ IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
27
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
28
+ TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
29
+ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
@@ -0,0 +1,9 @@
1
+ bind-polyfill.js in this directory is the Function.prototype.bind
2
+ polyfill code example from MDN Web Docs:
3
+
4
+ https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Function/bind
5
+
6
+ MDN's code examples are dedicated to the public domain under CC0:
7
+
8
+ https://developer.mozilla.org/en-US/docs/MDN/Writing_guidelines/Attrib_copyright_license
9
+ https://creativecommons.org/publicdomain/zero/1.0/
@@ -0,0 +1,244 @@
1
+ This license covers the vendored flatpickr v4.2.3 distribution:
2
+
3
+ - flatpickr.js (this directory)
4
+ - ../../../stylesheets/solidus_admin/flatpickr/flatpickr.css
5
+
6
+ flatpickr is from https://github.com/flatpickr/flatpickr.
7
+
8
+ --------------------------------------------------------------------------------
9
+
10
+ The MIT License (MIT)
11
+
12
+ Copyright (c) 2017 Gregory Petrosyan
13
+
14
+ Permission is hereby granted, free of charge, to any person obtaining a copy
15
+ of this software and associated documentation files (the "Software"), to deal
16
+ in the Software without restriction, including without limitation the rights
17
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
18
+ copies of the Software, and to permit persons to whom the Software is
19
+ furnished to do so, subject to the following conditions:
20
+
21
+ The above copyright notice and this permission notice shall be included in all
22
+ copies or substantial portions of the Software.
23
+
24
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
25
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
26
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
27
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
28
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
29
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
30
+ SOFTWARE.
31
+
32
+ --------------------------------------------------------------------------------
33
+
34
+ flatpickr.js additionally embeds helper functions from tslib
35
+ (https://github.com/microsoft/tslib):
36
+
37
+ Copyright (c) Microsoft Corporation. All rights reserved.
38
+
39
+ tslib is licensed under the Apache License, Version 2.0, reproduced in
40
+ full below.
41
+
42
+ --------------------------------------------------------------------------------
43
+
44
+ Apache License
45
+ Version 2.0, January 2004
46
+ http://www.apache.org/licenses/
47
+
48
+ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
49
+
50
+ 1. Definitions.
51
+
52
+ "License" shall mean the terms and conditions for use, reproduction,
53
+ and distribution as defined by Sections 1 through 9 of this document.
54
+
55
+ "Licensor" shall mean the copyright owner or entity authorized by
56
+ the copyright owner that is granting the License.
57
+
58
+ "Legal Entity" shall mean the union of the acting entity and all
59
+ other entities that control, are controlled by, or are under common
60
+ control with that entity. For the purposes of this definition,
61
+ "control" means (i) the power, direct or indirect, to cause the
62
+ direction or management of such entity, whether by contract or
63
+ otherwise, or (ii) ownership of fifty percent (50%) or more of the
64
+ outstanding shares, or (iii) beneficial ownership of such entity.
65
+
66
+ "You" (or "Your") shall mean an individual or Legal Entity
67
+ exercising permissions granted by this License.
68
+
69
+ "Source" form shall mean the preferred form for making modifications,
70
+ including but not limited to software source code, documentation
71
+ source, and configuration files.
72
+
73
+ "Object" form shall mean any form resulting from mechanical
74
+ transformation or translation of a Source form, including but
75
+ not limited to compiled object code, generated documentation,
76
+ and conversions to other media types.
77
+
78
+ "Work" shall mean the work of authorship, whether in Source or
79
+ Object form, made available under the License, as indicated by a
80
+ copyright notice that is included in or attached to the work
81
+ (an example is provided in the Appendix below).
82
+
83
+ "Derivative Works" shall mean any work, whether in Source or Object
84
+ form, that is based on (or derived from) the Work and for which the
85
+ editorial revisions, annotations, elaborations, or other modifications
86
+ represent, as a whole, an original work of authorship. For the purposes
87
+ of this License, Derivative Works shall not include works that remain
88
+ separable from, or merely link (or bind by name) to the interfaces of,
89
+ the Work and Derivative Works thereof.
90
+
91
+ "Contribution" shall mean any work of authorship, including
92
+ the original version of the Work and any modifications or additions
93
+ to that Work or Derivative Works thereof, that is intentionally
94
+ submitted to Licensor for inclusion in the Work by the copyright owner
95
+ or by an individual or Legal Entity authorized to submit on behalf of
96
+ the copyright owner. For the purposes of this definition, "submitted"
97
+ means any form of electronic, verbal, or written communication sent
98
+ to the Licensor or its representatives, including but not limited to
99
+ communication on electronic mailing lists, source code control systems,
100
+ and issue tracking systems that are managed by, or on behalf of, the
101
+ Licensor for the purpose of discussing and improving the Work, but
102
+ excluding communication that is conspicuously marked or otherwise
103
+ designated in writing by the copyright owner as "Not a Contribution."
104
+
105
+ "Contributor" shall mean Licensor and any individual or Legal Entity
106
+ on behalf of whom a Contribution has been received by Licensor and
107
+ subsequently incorporated within the Work.
108
+
109
+ 2. Grant of Copyright License. Subject to the terms and conditions of
110
+ this License, each Contributor hereby grants to You a perpetual,
111
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
112
+ copyright license to reproduce, prepare Derivative Works of,
113
+ publicly display, publicly perform, sublicense, and distribute the
114
+ Work and such Derivative Works in Source or Object form.
115
+
116
+ 3. Grant of Patent License. Subject to the terms and conditions of
117
+ this License, each Contributor hereby grants to You a perpetual,
118
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
119
+ (except as stated in this section) patent license to make, have made,
120
+ use, offer to sell, sell, import, and otherwise transfer the Work,
121
+ where such license applies only to those patent claims licensable
122
+ by such Contributor that are necessarily infringed by their
123
+ Contribution(s) alone or by combination of their Contribution(s)
124
+ with the Work to which such Contribution(s) was submitted. If You
125
+ institute patent litigation against any entity (including a
126
+ cross-claim or counterclaim in a lawsuit) alleging that the Work
127
+ or a Contribution incorporated within the Work constitutes direct
128
+ or contributory patent infringement, then any patent licenses
129
+ granted to You under this License for that Work shall terminate
130
+ as of the date such litigation is filed.
131
+
132
+ 4. Redistribution. You may reproduce and distribute copies of the
133
+ Work or Derivative Works thereof in any medium, with or without
134
+ modifications, and in Source or Object form, provided that You
135
+ meet the following conditions:
136
+
137
+ (a) You must give any other recipients of the Work or
138
+ Derivative Works a copy of this License; and
139
+
140
+ (b) You must cause any modified files to carry prominent notices
141
+ stating that You changed the files; and
142
+
143
+ (c) You must retain, in the Source form of any Derivative Works
144
+ that You distribute, all copyright, patent, trademark, and
145
+ attribution notices from the Source form of the Work,
146
+ excluding those notices that do not pertain to any part of
147
+ the Derivative Works; and
148
+
149
+ (d) If the Work includes a "NOTICE" text file as part of its
150
+ distribution, then any Derivative Works that You distribute must
151
+ include a readable copy of the attribution notices contained
152
+ within such NOTICE file, excluding those notices that do not
153
+ pertain to any part of the Derivative Works, in at least one
154
+ of the following places: within a NOTICE text file distributed
155
+ as part of the Derivative Works; within the Source form or
156
+ documentation, if provided along with the Derivative Works; or,
157
+ within a display generated by the Derivative Works, if and
158
+ wherever such third-party notices normally appear. The contents
159
+ of the NOTICE file are for informational purposes only and
160
+ do not modify the License. You may add Your own attribution
161
+ notices within Derivative Works that You distribute, alongside
162
+ or as an addendum to the NOTICE text from the Work, provided
163
+ that such additional attribution notices cannot be construed
164
+ as modifying the License.
165
+
166
+ You may add Your own copyright statement to Your modifications and
167
+ may provide additional or different license terms and conditions
168
+ for use, reproduction, or distribution of Your modifications, or
169
+ for any such Derivative Works as a whole, provided Your use,
170
+ reproduction, and distribution of the Work otherwise complies with
171
+ the conditions stated in this License.
172
+
173
+ 5. Submission of Contributions. Unless You explicitly state otherwise,
174
+ any Contribution intentionally submitted for inclusion in the Work
175
+ by You to the Licensor shall be under the terms and conditions of
176
+ this License, without any additional terms or conditions.
177
+ Notwithstanding the above, nothing herein shall supersede or modify
178
+ the terms of any separate license agreement you may have executed
179
+ with Licensor regarding such Contributions.
180
+
181
+ 6. Trademarks. This License does not grant permission to use the trade
182
+ names, trademarks, service marks, or product names of the Licensor,
183
+ except as required for reasonable and customary use in describing the
184
+ origin of the Work and reproducing the content of the NOTICE file.
185
+
186
+ 7. Disclaimer of Warranty. Unless required by applicable law or
187
+ agreed to in writing, Licensor provides the Work (and each
188
+ Contributor provides its Contributions) on an "AS IS" BASIS,
189
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
190
+ implied, including, without limitation, any warranties or conditions
191
+ of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
192
+ PARTICULAR PURPOSE. You are solely responsible for determining the
193
+ appropriateness of using or redistributing the Work and assume any
194
+ risks associated with Your exercise of permissions under this License.
195
+
196
+ 8. Limitation of Liability. In no event and under no legal theory,
197
+ whether in tort (including negligence), contract, or otherwise,
198
+ unless required by applicable law (such as deliberate and grossly
199
+ negligent acts) or agreed to in writing, shall any Contributor be
200
+ liable to You for damages, including any direct, indirect, special,
201
+ incidental, or consequential damages of any character arising as a
202
+ result of this License or out of the use or inability to use the
203
+ Work (including but not limited to damages for loss of goodwill,
204
+ work stoppage, computer failure or malfunction, or any and all
205
+ other commercial damages or losses), even if such Contributor
206
+ has been advised of the possibility of such damages.
207
+
208
+ 9. Accepting Warranty or Additional Liability. While redistributing
209
+ the Work or Derivative Works thereof, You may choose to offer,
210
+ and charge a fee for, acceptance of support, warranty, indemnity,
211
+ or other liability obligations and/or rights consistent with this
212
+ License. However, in accepting such obligations, You may act only
213
+ on Your own behalf and on Your sole responsibility, not on behalf
214
+ of any other Contributor, and only if You agree to indemnify,
215
+ defend, and hold each Contributor harmless for any liability
216
+ incurred by, or claims asserted against, such Contributor by reason
217
+ of your accepting any such warranty or additional liability.
218
+
219
+ END OF TERMS AND CONDITIONS
220
+
221
+ APPENDIX: How to apply the Apache License to your work.
222
+
223
+ To apply the Apache License to your work, attach the following
224
+ boilerplate notice, with the fields enclosed by brackets "[]"
225
+ replaced with your own identifying information. (Don't include
226
+ the brackets!) The text should be enclosed in the appropriate
227
+ comment syntax for the file format. We also recommend that a
228
+ file or class name and description of purpose be included on the
229
+ same "printed page" as the copyright notice for easier
230
+ identification within third-party archives.
231
+
232
+ Copyright [yyyy] [name of copyright owner]
233
+
234
+ Licensed under the Apache License, Version 2.0 (the "License");
235
+ you may not use this file except in compliance with the License.
236
+ You may obtain a copy of the License at
237
+
238
+ http://www.apache.org/licenses/LICENSE-2.0
239
+
240
+ Unless required by applicable law or agreed to in writing, software
241
+ distributed under the License is distributed on an "AS IS" BASIS,
242
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
243
+ See the License for the specific language governing permissions and
244
+ limitations under the License.
@@ -0,0 +1,226 @@
1
+ This license covers the vendored Select2 3.5.4 distribution:
2
+
3
+ - select2.js (this directory)
4
+ - select2_locales/select2_locale_*.js (this directory)
5
+ - ../../stylesheets/solidus_admin/select2.scss
6
+ - ../../images/solidus_admin/select2.png
7
+ - ../../images/solidus_admin/select2x2.png
8
+ - ../../images/solidus_admin/select2-spinner.gif
9
+
10
+ Select2 is from https://github.com/select2/select2.
11
+
12
+ Copyright 2012 Igor Vaynberg
13
+
14
+ This software is licensed under the Apache License, Version 2.0 (the
15
+ "Apache License") or the GNU General Public License version 2 (the "GPL
16
+ License"). You may choose either license to govern your use of this
17
+ software only upon the condition that you accept all of the terms of
18
+ either the Apache License or the GPL License.
19
+
20
+ Solidus redistributes Select2 under the Apache License, Version 2.0,
21
+ reproduced in full below. The GPL License option remains available from
22
+ upstream at http://www.gnu.org/licenses/gpl-2.0.html.
23
+
24
+ --------------------------------------------------------------------------------
25
+
26
+ Apache License
27
+ Version 2.0, January 2004
28
+ http://www.apache.org/licenses/
29
+
30
+ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
31
+
32
+ 1. Definitions.
33
+
34
+ "License" shall mean the terms and conditions for use, reproduction,
35
+ and distribution as defined by Sections 1 through 9 of this document.
36
+
37
+ "Licensor" shall mean the copyright owner or entity authorized by
38
+ the copyright owner that is granting the License.
39
+
40
+ "Legal Entity" shall mean the union of the acting entity and all
41
+ other entities that control, are controlled by, or are under common
42
+ control with that entity. For the purposes of this definition,
43
+ "control" means (i) the power, direct or indirect, to cause the
44
+ direction or management of such entity, whether by contract or
45
+ otherwise, or (ii) ownership of fifty percent (50%) or more of the
46
+ outstanding shares, or (iii) beneficial ownership of such entity.
47
+
48
+ "You" (or "Your") shall mean an individual or Legal Entity
49
+ exercising permissions granted by this License.
50
+
51
+ "Source" form shall mean the preferred form for making modifications,
52
+ including but not limited to software source code, documentation
53
+ source, and configuration files.
54
+
55
+ "Object" form shall mean any form resulting from mechanical
56
+ transformation or translation of a Source form, including but
57
+ not limited to compiled object code, generated documentation,
58
+ and conversions to other media types.
59
+
60
+ "Work" shall mean the work of authorship, whether in Source or
61
+ Object form, made available under the License, as indicated by a
62
+ copyright notice that is included in or attached to the work
63
+ (an example is provided in the Appendix below).
64
+
65
+ "Derivative Works" shall mean any work, whether in Source or Object
66
+ form, that is based on (or derived from) the Work and for which the
67
+ editorial revisions, annotations, elaborations, or other modifications
68
+ represent, as a whole, an original work of authorship. For the purposes
69
+ of this License, Derivative Works shall not include works that remain
70
+ separable from, or merely link (or bind by name) to the interfaces of,
71
+ the Work and Derivative Works thereof.
72
+
73
+ "Contribution" shall mean any work of authorship, including
74
+ the original version of the Work and any modifications or additions
75
+ to that Work or Derivative Works thereof, that is intentionally
76
+ submitted to Licensor for inclusion in the Work by the copyright owner
77
+ or by an individual or Legal Entity authorized to submit on behalf of
78
+ the copyright owner. For the purposes of this definition, "submitted"
79
+ means any form of electronic, verbal, or written communication sent
80
+ to the Licensor or its representatives, including but not limited to
81
+ communication on electronic mailing lists, source code control systems,
82
+ and issue tracking systems that are managed by, or on behalf of, the
83
+ Licensor for the purpose of discussing and improving the Work, but
84
+ excluding communication that is conspicuously marked or otherwise
85
+ designated in writing by the copyright owner as "Not a Contribution."
86
+
87
+ "Contributor" shall mean Licensor and any individual or Legal Entity
88
+ on behalf of whom a Contribution has been received by Licensor and
89
+ subsequently incorporated within the Work.
90
+
91
+ 2. Grant of Copyright License. Subject to the terms and conditions of
92
+ this License, each Contributor hereby grants to You a perpetual,
93
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
94
+ copyright license to reproduce, prepare Derivative Works of,
95
+ publicly display, publicly perform, sublicense, and distribute the
96
+ Work and such Derivative Works in Source or Object form.
97
+
98
+ 3. Grant of Patent License. Subject to the terms and conditions of
99
+ this License, each Contributor hereby grants to You a perpetual,
100
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
101
+ (except as stated in this section) patent license to make, have made,
102
+ use, offer to sell, sell, import, and otherwise transfer the Work,
103
+ where such license applies only to those patent claims licensable
104
+ by such Contributor that are necessarily infringed by their
105
+ Contribution(s) alone or by combination of their Contribution(s)
106
+ with the Work to which such Contribution(s) was submitted. If You
107
+ institute patent litigation against any entity (including a
108
+ cross-claim or counterclaim in a lawsuit) alleging that the Work
109
+ or a Contribution incorporated within the Work constitutes direct
110
+ or contributory patent infringement, then any patent licenses
111
+ granted to You under this License for that Work shall terminate
112
+ as of the date such litigation is filed.
113
+
114
+ 4. Redistribution. You may reproduce and distribute copies of the
115
+ Work or Derivative Works thereof in any medium, with or without
116
+ modifications, and in Source or Object form, provided that You
117
+ meet the following conditions:
118
+
119
+ (a) You must give any other recipients of the Work or
120
+ Derivative Works a copy of this License; and
121
+
122
+ (b) You must cause any modified files to carry prominent notices
123
+ stating that You changed the files; and
124
+
125
+ (c) You must retain, in the Source form of any Derivative Works
126
+ that You distribute, all copyright, patent, trademark, and
127
+ attribution notices from the Source form of the Work,
128
+ excluding those notices that do not pertain to any part of
129
+ the Derivative Works; and
130
+
131
+ (d) If the Work includes a "NOTICE" text file as part of its
132
+ distribution, then any Derivative Works that You distribute must
133
+ include a readable copy of the attribution notices contained
134
+ within such NOTICE file, excluding those notices that do not
135
+ pertain to any part of the Derivative Works, in at least one
136
+ of the following places: within a NOTICE text file distributed
137
+ as part of the Derivative Works; within the Source form or
138
+ documentation, if provided along with the Derivative Works; or,
139
+ within a display generated by the Derivative Works, if and
140
+ wherever such third-party notices normally appear. The contents
141
+ of the NOTICE file are for informational purposes only and
142
+ do not modify the License. You may add Your own attribution
143
+ notices within Derivative Works that You distribute, alongside
144
+ or as an addendum to the NOTICE text from the Work, provided
145
+ that such additional attribution notices cannot be construed
146
+ as modifying the License.
147
+
148
+ You may add Your own copyright statement to Your modifications and
149
+ may provide additional or different license terms and conditions
150
+ for use, reproduction, or distribution of Your modifications, or
151
+ for any such Derivative Works as a whole, provided Your use,
152
+ reproduction, and distribution of the Work otherwise complies with
153
+ the conditions stated in this License.
154
+
155
+ 5. Submission of Contributions. Unless You explicitly state otherwise,
156
+ any Contribution intentionally submitted for inclusion in the Work
157
+ by You to the Licensor shall be under the terms and conditions of
158
+ this License, without any additional terms or conditions.
159
+ Notwithstanding the above, nothing herein shall supersede or modify
160
+ the terms of any separate license agreement you may have executed
161
+ with Licensor regarding such Contributions.
162
+
163
+ 6. Trademarks. This License does not grant permission to use the trade
164
+ names, trademarks, service marks, or product names of the Licensor,
165
+ except as required for reasonable and customary use in describing the
166
+ origin of the Work and reproducing the content of the NOTICE file.
167
+
168
+ 7. Disclaimer of Warranty. Unless required by applicable law or
169
+ agreed to in writing, Licensor provides the Work (and each
170
+ Contributor provides its Contributions) on an "AS IS" BASIS,
171
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
172
+ implied, including, without limitation, any warranties or conditions
173
+ of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
174
+ PARTICULAR PURPOSE. You are solely responsible for determining the
175
+ appropriateness of using or redistributing the Work and assume any
176
+ risks associated with Your exercise of permissions under this License.
177
+
178
+ 8. Limitation of Liability. In no event and under no legal theory,
179
+ whether in tort (including negligence), contract, or otherwise,
180
+ unless required by applicable law (such as deliberate and grossly
181
+ negligent acts) or agreed to in writing, shall any Contributor be
182
+ liable to You for damages, including any direct, indirect, special,
183
+ incidental, or consequential damages of any character arising as a
184
+ result of this License or out of the use or inability to use the
185
+ Work (including but not limited to damages for loss of goodwill,
186
+ work stoppage, computer failure or malfunction, or any and all
187
+ other commercial damages or losses), even if such Contributor
188
+ has been advised of the possibility of such damages.
189
+
190
+ 9. Accepting Warranty or Additional Liability. While redistributing
191
+ the Work or Derivative Works thereof, You may choose to offer,
192
+ and charge a fee for, acceptance of support, warranty, indemnity,
193
+ or other liability obligations and/or rights consistent with this
194
+ License. However, in accepting such obligations, You may act only
195
+ on Your own behalf and on Your sole responsibility, not on behalf
196
+ of any other Contributor, and only if You agree to indemnify,
197
+ defend, and hold each Contributor harmless for any liability
198
+ incurred by, or claims asserted against, such Contributor by reason
199
+ of your accepting any such warranty or additional liability.
200
+
201
+ END OF TERMS AND CONDITIONS
202
+
203
+ APPENDIX: How to apply the Apache License to your work.
204
+
205
+ To apply the Apache License to your work, attach the following
206
+ boilerplate notice, with the fields enclosed by brackets "[]"
207
+ replaced with your own identifying information. (Don't include
208
+ the brackets!) The text should be enclosed in the appropriate
209
+ comment syntax for the file format. We also recommend that a
210
+ file or class name and description of purpose be included on the
211
+ same "printed page" as the copyright notice for easier
212
+ identification within third-party archives.
213
+
214
+ Copyright [yyyy] [name of copyright owner]
215
+
216
+ Licensed under the Apache License, Version 2.0 (the "License");
217
+ you may not use this file except in compliance with the License.
218
+ You may obtain a copy of the License at
219
+
220
+ http://www.apache.org/licenses/LICENSE-2.0
221
+
222
+ Unless required by applicable law or agreed to in writing, software
223
+ distributed under the License is distributed on an "AS IS" BASIS,
224
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
225
+ See the License for the specific language governing permissions and
226
+ limitations under the License.
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: solidus_backend
3
3
  version: !ruby/object:Gem::Version
4
- version: 4.6.2
4
+ version: 4.7.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Solidus Team
@@ -15,28 +15,28 @@ dependencies:
15
15
  requirements:
16
16
  - - '='
17
17
  - !ruby/object:Gem::Version
18
- version: 4.6.2
18
+ version: 4.7.1
19
19
  type: :runtime
20
20
  prerelease: false
21
21
  version_requirements: !ruby/object:Gem::Requirement
22
22
  requirements:
23
23
  - - '='
24
24
  - !ruby/object:Gem::Version
25
- version: 4.6.2
25
+ version: 4.7.1
26
26
  - !ruby/object:Gem::Dependency
27
27
  name: solidus_core
28
28
  requirement: !ruby/object:Gem::Requirement
29
29
  requirements:
30
30
  - - '='
31
31
  - !ruby/object:Gem::Version
32
- version: 4.6.2
32
+ version: 4.7.1
33
33
  type: :runtime
34
34
  prerelease: false
35
35
  version_requirements: !ruby/object:Gem::Requirement
36
36
  requirements:
37
37
  - - '='
38
38
  - !ruby/object:Gem::Version
39
- version: 4.6.2
39
+ version: 4.7.1
40
40
  - !ruby/object:Gem::Dependency
41
41
  name: font-awesome-rails
42
42
  requirement: !ruby/object:Gem::Requirement
@@ -107,6 +107,20 @@ dependencies:
107
107
  - - ">="
108
108
  - !ruby/object:Gem::Version
109
109
  version: '0'
110
+ - !ruby/object:Gem::Dependency
111
+ name: handlebars_assets
112
+ requirement: !ruby/object:Gem::Requirement
113
+ requirements:
114
+ - - "~>"
115
+ - !ruby/object:Gem::Version
116
+ version: '0.23'
117
+ type: :runtime
118
+ prerelease: false
119
+ version_requirements: !ruby/object:Gem::Requirement
120
+ requirements:
121
+ - - "~>"
122
+ - !ruby/object:Gem::Version
123
+ version: '0.23'
110
124
  - !ruby/object:Gem::Dependency
111
125
  name: sassc-rails
112
126
  requirement: !ruby/object:Gem::Requirement
@@ -122,19 +136,19 @@ dependencies:
122
136
  - !ruby/object:Gem::Version
123
137
  version: '0'
124
138
  - !ruby/object:Gem::Dependency
125
- name: handlebars_assets
139
+ name: sprockets-rails
126
140
  requirement: !ruby/object:Gem::Requirement
127
141
  requirements:
128
- - - "~>"
142
+ - - "!="
129
143
  - !ruby/object:Gem::Version
130
- version: '0.23'
144
+ version: 3.5.0
131
145
  type: :runtime
132
146
  prerelease: false
133
147
  version_requirements: !ruby/object:Gem::Requirement
134
148
  requirements:
135
- - - "~>"
149
+ - - "!="
136
150
  - !ruby/object:Gem::Version
137
- version: '0.23'
151
+ version: 3.5.0
138
152
  description: Admin interface for the Solidus e-commerce framework.
139
153
  email: contact@solidus.io
140
154
  executables: []
@@ -146,6 +160,7 @@ files:
146
160
  - app/assets/config/solidus_backend_manifest.js
147
161
  - app/assets/images/favicon.ico
148
162
  - app/assets/images/solidus-style-guide-logo.png
163
+ - app/assets/images/spree/backend/themes/solidus_admin/remixicon.license.txt
149
164
  - app/assets/images/spree/backend/themes/solidus_admin/remixicon.symbol.svg
150
165
  - app/assets/javascripts/spree/backend.js
151
166
  - app/assets/javascripts/spree/backend/addresses.js
@@ -682,6 +697,7 @@ files:
682
697
  - vendor/assets/fonts/inter/Inter-Regular.woff2
683
698
  - vendor/assets/fonts/inter/Inter-SemiBold.woff
684
699
  - vendor/assets/fonts/inter/Inter-SemiBold.woff2
700
+ - vendor/assets/fonts/inter/inter.license.txt
685
701
  - vendor/assets/images/solidus_admin/select2-spinner.gif
686
702
  - vendor/assets/images/solidus_admin/select2.png
687
703
  - vendor/assets/images/solidus_admin/select2x2.png
@@ -690,12 +706,16 @@ files:
690
706
  - vendor/assets/javascripts/solidus_admin/Sortable.js
691
707
  - vendor/assets/javascripts/solidus_admin/accounting.js
692
708
  - vendor/assets/javascripts/solidus_admin/backbone-nested-models.js
709
+ - vendor/assets/javascripts/solidus_admin/backbone-nested-models.license.txt
693
710
  - vendor/assets/javascripts/solidus_admin/backbone.js
694
711
  - vendor/assets/javascripts/solidus_admin/bind-polyfill.js
712
+ - vendor/assets/javascripts/solidus_admin/bind-polyfill.license.txt
695
713
  - vendor/assets/javascripts/solidus_admin/bootstrap.js
696
714
  - vendor/assets/javascripts/solidus_admin/flatpickr/flatpickr.js
715
+ - vendor/assets/javascripts/solidus_admin/flatpickr/flatpickr.license.txt
697
716
  - vendor/assets/javascripts/solidus_admin/popover.js
698
717
  - vendor/assets/javascripts/solidus_admin/select2.js
718
+ - vendor/assets/javascripts/solidus_admin/select2.license.txt
699
719
  - vendor/assets/javascripts/solidus_admin/select2_locales/index.js
700
720
  - vendor/assets/javascripts/solidus_admin/select2_locales/select2_locale_ar.js
701
721
  - vendor/assets/javascripts/solidus_admin/select2_locales/select2_locale_az.js
@@ -850,14 +870,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
850
870
  requirements:
851
871
  - - ">="
852
872
  - !ruby/object:Gem::Version
853
- version: 3.1.0
873
+ version: 3.2.0
854
874
  required_rubygems_version: !ruby/object:Gem::Requirement
855
875
  requirements:
856
876
  - - ">="
857
877
  - !ruby/object:Gem::Version
858
878
  version: 1.8.23
859
879
  requirements: []
860
- rubygems_version: 3.7.2
880
+ rubygems_version: 4.0.10
861
881
  specification_version: 4
862
882
  summary: Admin interface for the Solidus e-commerce framework.
863
883
  test_files: []