Commit graph

528 commits

Author SHA1 Message Date
Eric Schultz
7fb83b8657 Use the typescript version of semicolon eslint rule 2021-01-11 12:38:44 -06:00
Eric Schultz
79da440af2 Fix bug in credit_card.spec.ts 2021-01-06 17:15:20 -06:00
Eric Schultz
d68b68fb70 DirectUploadsController only accepts confirmed users 2021-01-06 17:15:20 -06:00
Eric Schultz
229c688664 Fix for add_template_helper being removed without announcement
Explained at: https://stackoverflow.com/questions/65528227/the-method-add-template-helper-does-not-seem-to-work-in-rails-6-1
2021-01-06 17:15:20 -06:00
Eric Schultz
93d41ec2f7 fix bug in loading peer-to-peer javascript pack 2021-01-06 17:15:20 -06:00
Eric Schultz
bdd32643db Add support for non-html authenticate_user! responses 2021-01-06 17:15:20 -06:00
Eric Schultz
3d92560e7a Use proxy-only urls for all ActiveStorage images 2021-01-06 17:15:20 -06:00
Eric Schultz
fcdd5bcbab Improve i18n-js generation and use 2020-11-24 17:02:45 -06:00
Eric Schultz
de840411fb Create a version of yup that uses useIntl 2020-11-24 13:00:40 -06:00
Eric Schultz
1bbb83c280 Fix bug preventing jest from ever finishing on build server 2020-11-10 16:52:26 -06:00
Eric Schultz
ed62f02b53 Fix a lint error in a spec file 2020-11-10 16:52:26 -06:00
Eric Schultz
c9a1bdb3e4 Fix an eslint for hooks issue 2020-11-10 16:52:26 -06:00
Eric Schultz
8fb92ef1ca Fix bug in loading countries in nonprofit_controller.rb 2020-10-26 19:03:50 -05:00
Eric Schultz
b423daed20 Fix cors bug on WidgetController 2020-10-26 18:18:54 -05:00
Eric Schultz
e8d439d63c Creating intl expected messages from yup is simpler 2020-10-24 19:49:23 -05:00
Eric Schultz
94f63f3b3c Translations regenerate at runtime when using webpack-dev-server or storybook 2020-10-24 19:02:19 -05:00
Eric Schultz
57af3b92ea Extract the Intl decorator for storybook 2020-10-24 19:02:19 -05:00
Eric Schultz
9a02e56800 Rename Intl so you can use normal react-intl interface but only use our module 2020-10-24 19:02:19 -05:00
Eric Schultz
1a87c097ab Convert from comma-dangle to @typescript-eslint/comma-dangle in eslint 2020-10-23 15:08:04 -05:00
Eric Schultz
edcb2613f1 Add @typescript-eslint/member-delimiter-style to eslint 2020-10-23 15:08:04 -05:00
Eric Schultz
c43eb07638 Add documentation to Money.isNegative 2020-10-23 15:08:04 -05:00
Eric Schultz
659c2eecc2 Add @typescript-eslint/member-ordering to eslint 2020-10-23 15:08:04 -05:00
Eric Schultz
aedb45e78b Fix warnings on components/tests/intl/index.tsx 2020-10-21 15:00:06 -05:00
Eric Schultz
203a62ac51 Fix some types which were set to any 2020-10-21 15:00:06 -05:00
Eric Schultz
2ff0c5460e Fix warning about Formik in jest tests 2020-10-21 13:48:09 -05:00
Eric Schultz
cba2acfe55 Reorganize HoudiniIntl 2020-10-20 17:08:34 -05:00
Eric Schultz
0fe9810f1b Make hooks a subdirectory of app/javascript 2020-10-20 17:08:34 -05:00
Eric Schultz
7f37a826fe Add max-width to .campaign-banner so it's responsive for mobile 2020-10-14 12:00:30 -05:00
Eric Schultz
807143fe65 Add the intl-polyfill for IE11 2020-10-09 11:47:39 -05:00
Eric Schultz
35402a0d18 Correct blocklist/allowlist language 2020-10-05 15:07:21 -05:00
Eric Schultz
0f0a0d2063 Add comma-dangle requirement for eslint 2020-09-30 13:23:39 -05:00
Eric Schultz
176f88a9c4 Fix supporter import bug 2020-09-01 21:32:32 -05:00
Eric Schultz
45bf8cb2c1 Create MoneyTextField 2020-08-10 16:06:30 -05:00
Eric Schultz
e1979d809f Add HoudiniIntl 2020-08-01 11:14:08 -05:00
Eric
ae0e3e0da0 Correct bug preventing translations from displaying 2020-07-30 21:20:56 -05:00
Eric Schultz
260e0596ab Add useSteps hook 2020-07-16 15:39:40 -05:00
Eric
0e9ab03352 Add lodash-joins 2020-07-15 12:30:18 -05:00
Eric
40fdd7a8b9 Add missing license information on money.spec.ts 2020-07-15 11:47:45 -05:00
Eric
238eba4a50 full_contact action only returns FullContact details if the gem is installed 2020-07-06 17:14:41 -05:00
Eric
64ebf2f26b Remove Gemfile, fix bugs in gemspec 2020-07-06 17:14:41 -05:00
Eric
219c815bec Fix the build from react-intl changes 2020-06-30 17:26:32 -05:00
Eric
d33600f663 Update specs to pass on updated react-intl 2020-06-30 17:26:32 -05:00
Eric
415e3b80cc Add additional react eslint checks. Illustrate its use on a single file. 2020-06-29 17:20:56 -05:00
Eric
862eea3867 Update snapshots due to upgraded jest packages 2020-06-27 15:09:03 -05:00
Eric
48f2303216 Enforce ts tab indents for accessibility 2020-06-27 15:09:03 -05:00
Eric
4e51e9ecfc Lint money.spec.ts 2020-06-27 15:09:03 -05:00
Eric
6554861627 Add money.ts as first linted .ts file 2020-06-27 15:09:03 -05:00
Eric
9eedc704b5 Change names of the Money properties and add some specs 2020-06-26 17:04:39 -05:00
Eric
79d7d2c99d Correct a few ts bugs 2020-06-24 17:53:22 -05:00
Eric
977fff89be Add JS Money type 2020-06-24 17:53:22 -05:00
Eric
0b02f64693 Add example storybook 2020-06-24 13:04:03 -05:00
Eric
a3f68d7a15 Move SessionLoginPage to react-rails 2020-06-23 16:30:01 -05:00
Eric
7b171a97ac Move RegistrationPage to react-rails 2020-06-23 16:30:01 -05:00
Eric
6c492bb202 Add react-rails 2020-06-23 16:30:01 -05:00
Eric
502abde5ee Supporters now have a merged_from attribute to get the Supporter records that were merged into this given Supporter 2020-06-23 15:49:29 -05:00
Eric
436efb7c5f Add billing_subscription to nonprofit by default 2020-06-23 13:06:22 -05:00
Eric
ba7f924b02 Remove another few unneeded polyfills 2020-06-23 11:47:14 -05:00
Eric
43136fbbf5 Remove the polyfill for Intl as it's no longer needed even in IE11 2020-06-23 11:47:14 -05:00
Eric
c25ecd4caf Correct the Wisper listeners 2020-06-22 15:13:54 -05:00
Eric
75543f8b8f Move the nonprofits#show check for super_admin into a before_action 2020-06-22 15:13:54 -05:00
Eric
0eaede39d0 Fix bug where email wasn't getting saved in supporter_controller 2020-06-22 15:13:54 -05:00
Eric
858860f274 Fix bug in concern where the wrong Nonprofit class was being searched for 2020-06-18 17:28:54 -05:00
Eric
d5fcab066c Fix some Bess migration bugs 2020-06-18 17:28:54 -05:00
Eric
ea049c43b5 Add Campaign.get_campaign_and_children 2020-06-18 17:16:08 -05:00
Eric
6e9d2f2d4d Make sure to only create javascript locales if Houdini has a translation for it 2020-06-17 23:48:38 -05:00
Eric
2b3b9497f1 Remove a rabl file which was not deleted by accident 2020-06-16 16:55:06 -05:00
Eric
e3b25f8486 Shorten license definition 2020-06-15 10:26:57 -05:00
Eric
6dbe500043 Move event publisher into Bess 2020-06-12 13:41:40 -05:00
Eric
2ddab4713a Move all configuration to initializers 2020-06-12 13:24:16 -05:00
Eric
b4f201729e Remove remaining use of rabl 2020-06-10 14:40:54 -05:00
Eric
47857f7b86 Remove AWS 2020-06-10 11:35:39 -05:00
Eric Schultz
24b47c719b Fix bug where we don't percent encode parts of the widget iframe URL 2020-06-05 14:08:45 -05:00
Eric
b27aa8e724 Update year in validateCardExpiry test 2020-06-04 11:08:45 -05:00
Eric
9e7e62c1e7 Update to latest Houdini v1 changes 2020-06-03 13:54:46 -05:00
Eric
3429598874 Remove unneeded profile picture assign 2020-06-02 17:12:53 -05:00
Eric
354b93bbf9 Fix setting the profile pic from user pic on creation 2020-06-02 16:35:43 -05:00
Eric
28e0e373df Set default profile pic 2020-06-02 16:35:04 -05:00
Eric
24bcef23c6 Migrate from imagemagick to vips for image transformation 2020-05-29 16:54:53 -05:00
Eric
760dc7e99b Correct bug in creating portions of the app_data 2020-05-29 15:34:46 -05:00
Eric
afbc20b8dc Update to Webpacker 5.1.1 2020-05-27 17:05:25 -05:00
Eric
dbd993fd8e Convert MapsController to Rails 6 and jbuilder 2020-05-27 12:59:13 -05:00
Eric
b02aa85e58 Update nonprofits/custom_field_masters_controller.rb to Rails 6 and jbuilder 2020-05-27 12:49:04 -05:00
Eric
5ff8418f73 Update custom_field_joins/index to Rails 6 and jbuilder 2020-05-27 12:32:32 -05:00
Eric
2854603d56 Update nonprofits/payments_controller to Rails 6 and jbuilder 2020-05-27 12:32:32 -05:00
Eric
4b01c2aeb9 Update nonprofits/recurring_donations_controller to Rails v6 and jbuilder 2020-05-27 12:32:32 -05:00
Eric
085be0c082 Migrate recurring_donations#show.json to jbuilder 2020-05-27 12:32:32 -05:00
Eric
d81c3e5ec8 Move campaigns/index.json to jbuilder 2020-05-27 12:32:32 -05:00
Eric
26be1858d3 Update Campaign creation to use jbuilder 2020-05-27 12:32:32 -05:00
Eric
7ccd6870aa Handle rails 6 deprecation of update_attributes to update 2020-05-27 12:32:32 -05:00
Eric
34882dc099 Make additional updates to ActiveStorage 2020-05-27 12:32:31 -05:00
Eric
a7cb3419cd Migrate many image calls to Active Storage 2020-05-27 12:32:31 -05:00
Eric
057007e85e Profile doesn't have a default picture now 2020-05-27 12:32:31 -05:00
Eric
03a270b61b profile.json.jbuilder now gets the pic_tiny url by variant 2020-05-27 12:32:31 -05:00
Eric
2e0a3a6c03 Create default image attachments for all models 2020-05-27 12:32:31 -05:00
Eric
60eb01c2ee Add has_one_attached_with_default 2020-05-27 12:32:31 -05:00
Eric
afecb1d63f Rename attribute to attribute_name 2020-05-27 12:32:31 -05:00
Eric
2ad9ac8c92 Attachment variants can be requested by name 2020-05-27 12:32:31 -05:00
Eric
8c997b6488 Remove uploaded fields from models 2020-05-27 12:32:31 -05:00
Eric
7c85c2e70e Correct render bugs with the user and profile json 2020-05-27 12:32:31 -05:00
Eric
5e8a1c4099 Correct javascript ordering issur in nonprofits/show view 2020-05-27 12:32:31 -05:00
Eric
f747571a75 Add user email to the user.jbuilder 2020-05-27 12:32:31 -05:00
Eric
91a173052a Move nonprofit app_data to jbuilder 2020-05-27 12:32:30 -05:00
Eric
8c9dc3af37 Correct javascript ordering issue in nonprofits/show view 2020-05-27 12:30:04 -05:00
Eric
f84fef200c Fix bugs in ordering of javascript loads on events/show 2020-05-27 12:30:04 -05:00
Eric
72e78babd9 Add current_nonprofit_user? as a helper_method 2020-05-27 12:30:04 -05:00
Eric
480ac12c64 Fix the donations history page due to the webpacker migration 2020-05-27 12:30:04 -05:00
Eric
25a64abe3f Remove bizarre unneeded profile call 2020-05-27 12:30:04 -05:00
Eric
c499f8f7a5 Fix bugs in profile views caused by webpacker conversion 2020-05-27 12:30:04 -05:00
Eric
1b68d6e04c Correct render bugs with the user and profile json 2020-05-27 12:30:04 -05:00
Eric
94f3c13a70 Move profile and user json generation to Jbuilder partials 2020-05-27 12:28:52 -05:00
Eric
bf64d85852 Merge branch 'feat/extract_controller_concerns' into rails-v5 2020-05-12 11:53:21 -05:00
Eric
63f5146655 Extract controller related concerns and put them in one place 2020-05-11 13:38:50 -05:00
Eric Schultz
0990d830ca Correct pack load typo in app/views/campaigns/supporters/index.html.erb 2020-04-23 14:54:20 -05:00
Eric Schultz
91ec83575b Remove no longer used pack 2020-04-23 14:54:00 -05:00
Eric Schultz
dbb71b9b17 Fixes for javascript in basic and guided button mode 2020-04-23 14:09:58 -05:00
Eric Schultz
6ed0463867 Fix strange bug in DirectDebitDetail 2020-04-23 14:09:58 -05:00
Eric Schultz
abbfae739c Removal of the codegen 2020-04-23 14:09:58 -05:00
Eric Schultz
49bdabe889 Fix typo in stylesheet 2020-04-23 14:09:58 -05:00
Eric Schultz
4645f8d1d0 Correct typo in super admin 2020-04-23 14:09:58 -05:00
Eric Schultz
45b3c436ae Re-add the style sheets accidentally deleted 2020-04-23 14:09:58 -05:00
Eric Schultz
ed50061e38 Remove unneeded non-WOFF fonts 2020-04-23 14:09:57 -05:00
Eric Schultz
1819a1f4b3 Fix routing bugs 2020-04-23 14:09:57 -05:00
Eric Schultz
a1e7d76ddd modified a lot of things 2020-04-23 14:09:56 -05:00
Eric Schultz
564711f174 Move widget css into a controller so it's updateable 2020-04-23 14:09:56 -05:00
Eric Schultz
1cd17aa1e5 Rearrange scripts on the donate page 2020-04-23 14:09:56 -05:00
Eric Schultz
40ace51da1 Remove unused onboarding modals 2020-04-23 14:09:56 -05:00
Eric Schultz
e58571524b Don't use root in to_json calls 2020-04-23 14:09:56 -05:00
Eric Schultz
567549c85c Everything works except fonts 2020-04-23 14:09:56 -05:00
Eric Schultz
8ebbda7819 Remove debug line 2020-04-23 14:09:56 -05:00
Eric Schultz
d95ebf53a3 Onboard loads properly! 2020-04-23 14:09:55 -05:00
Eric Schultz
1af1aac683 Build works when check_yarn_integrity turned off 2020-04-23 14:09:55 -05:00
Eric Schultz
3558f2712c WIP 2020-04-23 14:09:14 -05:00
Eric Schultz
e9c26ce2d0 Add erb support 2020-04-23 14:09:14 -05:00
Eric Schultz
8d4b9d172d js/donate-button.v2.js now redirects to the asset pack 2020-04-23 14:09:14 -05:00
Eric Schultz
f5cbca1f26 WIP 2020-04-23 14:09:14 -05:00
Eric Schultz
ab8d25dec2 make sure the donate-button-v2.js never splits and include the runtimeChunk 2020-04-23 14:09:14 -05:00
Eric Schultz
87c15f0a0b client fix 2020-04-23 14:09:14 -05:00
Eric Schultz
4daaeb8c7f donate-button.v2.js builds! 2020-04-23 13:44:17 -05:00
Eric Schultz
c54f0d2423 Add webpacker 2020-04-23 13:44:17 -05:00
Eric Schultz
6f74eb9bdd Remove grape. 2020-04-21 13:52:56 -05:00
Eric Schultz
c20d01c4e8 Add api/nonprofits#create 2020-04-21 13:47:49 -05:00
Eric Schultz
b19cb9ddc8 Rename some sample nonprofits to make certain tests easier 2020-04-20 14:41:01 -05:00
Eric Schultz
4d8e5207b9 Add initial verification for Nonprofit registration through model 2020-04-17 17:51:59 -05:00
Eric Schultz
38a1afc0f1 getting closer! 2020-04-17 15:30:54 -05:00
Eric Schultz
30b2df23e2 WIP 2020-04-17 14:38:58 -05:00
Eric Schultz
68f118100a Remove unused events/index.rabl 2020-04-02 10:50:40 -05:00
Eric Schultz
e1b2ac4d28 All stats pass with listeners 2020-02-10 14:01:49 -06:00
Eric Schultz
2a20b9f381 ticket_create event working 2020-01-07 11:20:28 -06:00
Eric Schultz
6f087c76b8 Remove unused PaymentNotificationJob 2020-01-07 11:08:54 -06:00
Eric Schultz
31e4a69a22 Added refund create and recurring donation create 2020-01-07 11:07:48 -06:00