Lim Shang Yi
df8dc9b9c6
fix(ui): Fix crash when viewing an invalid certificate ( #43681 )
...
* fix: remove empty object literal creation causing #43224
* fix: initialize userByName selector using empty object from initialState to keep the same reference instead
* fix(lang): added translation for invalid certificate
2021-10-06 21:05:05 +02:00
Eric Cheng
1f880a552d
fix(docs): modified grammar and phrasing in docs and comments ( #43682 )
...
* docs: fixed minor typos in how-to-open-a-pull-request.md
* docs: grammar fixes in FAQ.md
* refactor: streamlined comments in multiple TS files
* fix: linting issues
2021-10-02 23:43:14 +01:00
Oliver Eyton-Williams
48f2c02c5d
refactor(client): remove unused axios dependents ( #43579 )
2021-09-27 14:32:42 +05:30
Ahmad Abdolsaheb
e5523bf16e
feat: add Stripe card form ( #43433 )
...
* eat: add Stripe card form
* Apply suggestions from code review
Co-authored-by: Shaun Hamilton <shauhami020@gmail.com >
* feat: adjust payload and error handling
* feat: readjust error handling
* Apply suggestions from code review
Co-authored-by: Oliver Eyton-Williams <ojeytonwilliams@gmail.com >
Co-authored-by: Shaun Hamilton <shauhami020@gmail.com >
* feat: refactors from comments
* feat: prevent submition during processing
* feat: redefine isSubmitting
Co-authored-by: Oliver Eyton-Williams <ojeytonwilliams@gmail.com >
* fix: show the proper paypal button on donate page
* fix: handle errors from stripe
Co-authored-by: Shaun Hamilton <shauhami020@gmail.com >
Co-authored-by: Oliver Eyton-Williams <ojeytonwilliams@gmail.com >
Co-authored-by: moT01 <20648924+moT01@users.noreply.github.com >
2021-09-17 22:15:56 +03:00
Shaun Hamilton
5806c3047d
fix(client): convert challengeFiles->files before sending to api ( #43204 )
...
* fix(client): convert challengeFiles->files before sending to api
* update use of user.completeChallenges
* parse response in ajax, pre-typing
* add typing to getSessionUser
* refactor: use Omit
* fix: reorganise getSessionUser
* refactor ajax for simplicity
* refactor to be worse
* allow for undefined completedChallenges
Co-authored-by: Oliver Eyton-Williams <ojeytonwilliams@gmail.com >
Co-authored-by: Oliver Eyton-Williams <ojeytonwilliams@gmail.com >
2021-08-17 12:31:25 -05:00
Victor Duarte
7c6524186e
refactor(client): docs, ts and test challenges ( #42978 )
...
* refactor(client): relocate to learn path tests file
* refactor(client): add docs for to learn path
Co-authored-by: Huyen Nguyen <25715018+huyenltnguyen@users.noreply.github.com >
* fix: order imports
Co-authored-by: Oliver Eyton-Williams <ojeytonwilliams@gmail.com >
2021-08-10 15:22:39 +02:00
Ahmad Abdolsaheb
b623c340a9
feat(client): add google pay ( #43117 )
...
* feat: initial button setup client
* feat: rename walletsButton to .tsx
* chore: typescriptize wallet component
* chore: re-add keys to config, env, etc + check in gatsby-node
* feat: refactor donate form and wallet component
* feat(client): set labels correctly
* chore: add stripe package back to server
* chore: add stripe back to allowed paths
* chore: copy donate.js code from PR #41924
* feat: attempt to make back end work
* feat: make redux work
* feat: clean up
* feat: hokify
* feat: add error handling
* fix: back-end should be working
* fix: type errors
* fix: clean up back-end
* feat:addd styles
* feat: connect the client to the api
* feat: display wallets button everywhere
* test: add stripe key for cypress action
* test: fix for cypress tests
* test: cypress tests again
* test: maybe?
* test: more
* test: more
* test: more
* test
* askdfjasklfj
* fix: tests finally?
* revert: remove space from cypress yaml action
* remove logs
Co-authored-by: moT01 <20648924+moT01@users.noreply.github.com >
Co-authored-by: Oliver Eyton-Williams <ojeytonwilliams@gmail.com >
2021-08-08 23:22:25 +03:00
Nicolás Restrepo
e34ec814ef
feat(client): migrate donate module to ts ( #42561 )
...
* change DonationTextComponent extension to tsx
* migrate DonationTextComponents to ts
* change DonationModal extension to tsx
* add @types/react-redux
* migrate DonationModal to ts
* change PaypalButton extension to ts
* change DonateCompletion extension to tsx
* migrate DonateCompletion to TypeScript
* change PayPalButtonLoader extension to tsx
* first changes in paypal button (help needed)
* first changes in PayPalButtonScriptLoader (help needed)
* change DonateForm extension to tsx
* migrate donate module to ts
* Update client/src/components/Donation/DonateForm.tsx
Co-authored-by: Oliver Eyton-Williams <ojeytonwilliams@gmail.com >
* Update client/src/components/Donation/DonationModal.tsx
Co-authored-by: Shaun Hamilton <shauhami020@gmail.com >
* Update client/src/components/Donation/DonationModal.tsx
Co-authored-by: Shaun Hamilton <shauhami020@gmail.com >
* Update client/src/components/Donation/DonateForm.tsx
Co-authored-by: Oliver Eyton-Williams <ojeytonwilliams@gmail.com >
* Update client/src/components/Donation/DonateForm.tsx
Co-authored-by: Oliver Eyton-Williams <ojeytonwilliams@gmail.com >
* Delete console.log client/src/components/Donation/DonationModal.tsx
Co-authored-by: Shaun Hamilton <shauhami020@gmail.com >
* applied changes requested
* fix: readjust default one time amount
* fix types
Co-authored-by: Oliver Eyton-Williams <ojeytonwilliams@gmail.com >
* chore: restore comments.json
* fix: type assertion
* fix: specific DonateForm props
* Apply suggestions from code review
Co-authored-by: Oliver Eyton-Williams <ojeytonwilliams@gmail.com >
* Update client/src/components/Donation/PaypalButton.tsx
Co-authored-by: Oliver Eyton-Williams <ojeytonwilliams@gmail.com >
* fix:set default stat for paypalbutton
Co-authored-by: Oliver Eyton-Williams <ojeytonwilliams@gmail.com >
Co-authored-by: Shaun Hamilton <shauhami020@gmail.com >
Co-authored-by: Ahmad Abdolsaheb <ahmad.abdolsaheb@gmail.com >
2021-08-04 11:21:11 +01:00
Oliver Eyton-Williams
e118dda13a
fix: order imports and remove circular dependencies ( #41824 )
...
* fix: remove circular dependency
redux depended on templates/Challenges/redux and vice versa. This
meant that import order mattered and confusing bugs could arise.
(cherry picked from commit 7d67a4e70922bbb3051f2f9982dcc69e240d43dc)
* feat: require imports to be in alphabetical order
Import order generally does not matter, but there are edge cases
(circular imports and css imports, for example) where changing order
changes behaviour
(cherry picked from commit b8d1393a91ec6e068caf8e8498a5c95df68c2b2c)
* chore: order imports
* fix: lift up challenge description + title comps
This brings the classic Show closer to the others as they
now all create the description and title components
* fix: remove donation-saga/index circular import
(cherry picked from commit 51a44ca668a700786d2744feffeae4fdba5fd207)
* refactor: extract action-types from settings
(cherry picked from commit 25e26124d691c84a0d0827d41dafb761c686fadd)
* fix: lint errors
* feat: prevent useless renames
2021-08-02 08:39:40 -05:00
Victor Duarte
10511a7402
refactor(client): document and test create types utilities ( #42960 )
...
Co-authored-by: Oliver Eyton-Williams <ojeytonwilliams@gmail.com >
2021-07-24 23:24:08 +07:00
Ikko Ashimine
48257c80b5
fix(curriculum): typo in comment ( #42914 )
...
preceed -> precede
2021-07-17 12:34:31 +05:30
Oliver Eyton-Williams
1ba9d03cb5
feat: remove csrf from the client ( #42242 )
2021-07-16 10:49:47 -05:00
awu43
4071b72a6c
feat(curriculum): add spy helper ( #42566 )
...
* Added initial version of spy helper
* add missing backslashes
* update to check for line start
* change __fixtures file extensions to .ts from .tsx
* add to exports and add documentation
* add tests
* update event.preventDefault() test
2021-07-16 09:20:03 +02:00
Shaun Hamilton
6ca6d9950c
feat(client): improve SuperBlock cert claiming UX ( #41147 )
...
* feat(client): improve SuperBlock cert claiming UX
* broken: add certCard foundation
* broken: add TODO comments for scatter-brain
* restructure stepsToClaimSelector
* add api-server verifyCanClaimCert logic
* temp: correct verifyCanClaim URL
* move GET logic to CertificationCard, remove console.logs
* add error handling, and navigation logic
* correct verification logical flow
* fix completion-epic updates, fix cert verify
* update widget to button, disable button unless verified
* working: refactor CertChallenge with hook state
* add StepsType
* update Honesty snapshot
* add DonationModal to SuperBlockIntro
* disable Claim Cert button unless also isHonest
* prevent warning when viewing cert
* test: use navigate in Modal to return to hash
* test: replace gatsby.navigate with reach/router.navigate
* add propTypes
* fix: rename propTypes -> prop-types
* use react-scrollable-anchor to squash modal bug
* update location parser type
* open-source Oliver's suggestion
* fix superblock title
* add claim-cert-from-learn tests
* use larger tests
Co-authored-by: Oliver Eyton-Williams <ojeytonwilliams@gmail.com >
* fix some cypress stuff
* fix ShowCertification cypress test
Co-authored-by: Oliver Eyton-Williams <ojeytonwilliams@gmail.com >
2021-07-15 23:51:27 +09:00
awu43
e1d8f4be3a
feat(client): ts-migrate client/src/utils ( #42666 )
...
* rename js files to ts
* start migrating ajax
* finish migrating ajax
* migrate algolia-locale-setup
* migrate format
* migrate format.test
* migrate get-words
* install axios for types in handled-error
* migrate handled-error
* migrate handled-error.test
* migrate report-error
* migrate script-loaders
* migrate to-learn-path
* correct renamed imports
* remove unnecessary type assertions in searchBar
* remove unnecessary global comment
* remove unnecessary max-len enable/disable
* change axios imports to type imports
* revert to .then() from await
* use UserType from redux/prop-types
* replace assertion with generic type
* revert format to JS
* remove unused getArticleById()
* update putUpdateUserFlag() to use Record
* remove unnecessary envData cast
* update algolia-locale-setup types
* remove invalid key property
2021-07-12 11:17:58 +02:00
Parth Parth
863f0dea2b
feat(client): ts-migrate /client/src/utils/fixtures/curriculum-helpers-* ( #42469 )
...
Co-authored-by: Parth Parth <thecodingaviator@users.noreply.github.com >
2021-06-30 20:50:56 +05:30
Ahmad Abdolsaheb
b3f2c64de8
fix(client): remove algolia and hot keys modules from landing pages ( #42394 )
...
* fix(client): remove algolia and hot keys from landing pages
Co-authored-by: Oliver Eyton-Williams <ojeytonwilliams@gmail.com >
2021-06-24 12:50:36 +03:00
Huyen Nguyen
2c16234853
chore: add jest global variables ( #42573 )
2021-06-20 09:14:42 +02:00
Victor Duarte
310bbdf54b
fix(client): store challenge panes sizes ( #42519 )
...
Co-authored-by: Oliver Eyton-Williams <ojeytonwilliams@gmail.com >
2021-06-17 23:50:39 +05:30
Oliver Eyton-Williams
2ebc3b62ab
feat(client): remove axios, include credentials ( #42531 )
...
* Revert "revert: replace axios with fetch"
This reverts commit 418287f1e8 .
* fix: always include credentials
Since www.freecodecamp.org and api.freecodecamp.org are different
origins we have to tell fetch to 'include' the credentials.
2021-06-16 21:23:49 +05:30
Mrugesh Mohapatra
418287f1e8
revert: replace axios with fetch
...
This reverts commit 82f3f6ae0c via PR #41944 .
2021-06-16 17:24:57 +05:30
Mrugesh Mohapatra
e402464304
revert(ajax): use 'same-origin' credentials
...
This reverts commit 80b12ee25c via PR #42525 .
2021-06-16 17:24:57 +05:30
Oliver Eyton-Williams
80b12ee25c
fix(ajax): use 'same-origin' credentials ( #42525 )
2021-06-16 09:47:47 +00:00
Oliver Eyton-Williams
82f3f6ae0c
refactor: replace axios with fetch ( #41944 )
2021-06-15 11:47:25 -07:00
Nicholas Carrigan (he/him)
f25e3e69f8
feat: enable new langs ( #42491 )
...
Enable italian and portuguese
2021-06-15 13:19:18 +05:30
gikf
bc9e8a69de
fix(client): display legacy certs like current ones ( #42038 )
...
* fix: display legacy certs like the current ones
* fix: link projects in legacy certs to project pages
* fix: update tests to changed legacy cert display
* fix: update tests for removed legacy certs forms
* fix: display legacy certs like the current ones
* fix: submit projects for cert on projects pages
* fix: remove legacy certs form submitting handling
* fix: move claiming cert setup before both tests
* fix: remove legacy cert update props and actions
* fix: remove legacy cert updates from api
* fix: correct merge conflict
2021-06-11 17:06:46 +01:00
Shaun Hamilton
af2a7658b4
feat(client): remove whitespace from calculated values ( #42400 )
...
* feat(client?): remove whitespace for calculated values
* feat(client): remove whitespace from styledeclaration
* do not automatically strip
Co-authored-by: Oliver Eyton-Williams <ojeytonwilliams@gmail.com >
* fix: include all properties of CSSStyleDeclaration
* fix test for getPropVal
Co-authored-by: Oliver Eyton-Williams <ojeytonwilliams@gmail.com >
2021-06-10 14:59:02 -07:00
Shaun Hamilton
35b18829d1
fix(curriculum): use mediaText for CSSHelp ( #42393 )
...
* fix(curriculum): use mediaText in CSSHelp
prevent selection of style elements with class or media attributes
this should avoid picking up some browser extensions
2021-06-07 23:33:58 +02:00
Shaun Hamilton
24be225fa4
feat(client): refactor propTypes to TS types ( #42278 )
2021-06-03 14:23:46 +03:00
Oliver Eyton-Williams
802273cf8a
refactor: remove sinon ( #42337 )
2021-06-02 21:03:05 +05:30
Oliver Eyton-Williams
3b115a1876
fix(client): use @freecodecamp/strip-comments for js comments ( #42254 )
2021-06-01 01:37:45 +02:00
Nicholas Carrigan (he/him)
00b76c0389
fix: link import bug ( #42266 )
...
Fix a small bug in the CSS helper tool.
2021-05-27 08:46:23 +02:00
Shaun Hamilton
d5cc9ba259
feat(dev): add css helper function ( #42148 )
...
* feat(dev): add css helper function
* add media declaration methods
* use a selector to grab styles
* add CSSHelp class with annoying TS warnings (no-verify)
* replace indexing with getPropertyValue
Co-authored-by: Nicholas Carrigan (he/him) <nhcarrigan@gmail.com >
* connect CSSHelp to helpers, clean up types
* fix: return extended object, not modify prototype
* fix: unnecessary assertion error
* add tests with fixtures
* add afterAll document clean-up
* 'fix' tests
* undo jest transform config
* remove erroneous comments and logs
* reafactor: use existing types and narrow types
* refactor test descriptions
* rename files to appease Mrugesh 😄
* remove probably unnecessary document clean
Co-authored-by: Oliver Eyton-Williams <ojeytonwilliams@gmail.com >
Co-authored-by: Nicholas Carrigan (he/him) <nhcarrigan@gmail.com >
Co-authored-by: Oliver Eyton-Williams <ojeytonwilliams@gmail.com >
2021-05-25 07:34:55 -07:00
Oliver Eyton-Williams
66dae77fc5
feat: use TypeScript in the client ( #42124 )
2021-05-18 00:23:41 +05:30
Oliver Eyton-Williams
854fee4779
Revert "fix(client): use strip-comments library for js comments removal ( #41960 )" ( #42103 )
...
This reverts commit b16fadb436 .
2021-05-11 17:12:48 +00:00
Mrugesh Mohapatra
83943de719
chore: rollback CSRF token generation ( #42082 )
...
This reverts commit e1c00138a9 .
2021-05-11 00:27:08 +05:30
Oliver Eyton-Williams
e1c00138a9
fix: generate csrf tokens on server ( #41968 )
...
Co-authored-by: Ahmad Abdolsaheb <ahmad.abdolsaheb@gmail.com >
2021-05-10 21:40:42 +05:30
renovate[bot]
21dd80c47a
chore(deps): update dependency prettier to v2.3.0 ( #42074 )
...
* chore(deps): update dependency prettier to v2.3.0
* chore: apply formating per prettier
* fix: correctly disable import/no-unresolved
Co-authored-by: Renovate Bot <bot@renovateapp.com >
Co-authored-by: Mrugesh Mohapatra <hi@mrugesh.dev >
Co-authored-by: Oliver Eyton-Williams <ojeytonwilliams@gmail.com >
2021-05-10 08:48:49 -07:00
Lasse Jørgensen
b16fadb436
fix(client): use strip-comments library for js comments removal ( #41960 )
2021-05-10 11:03:04 +02:00
Oliver Eyton-Williams
e1f673e685
fix: prevent excessive locale bundling ( #41979 )
...
Co-authored-by: Nicholas Carrigan (he/him) <nhcarrigan@gmail.com >
2021-05-08 13:18:37 +05:30
Nicholas Carrigan
e46e80e08f
feat(client): add chinese traditional
...
Add chinese traditional to the all-langs validation and necessary
client build configs.
2021-05-05 21:06:54 +05:30
Ahmad Abdolsaheb
27c8d564e4
fix(client): replace Stripe with PayPal ( #41924 )
...
* feat: remove stripe payment option from client
* feat: remove stripe completely
* fix: remove last Stripe remnants
Co-authored-by: Oliver Eyton-Williams <ojeytonwilliams@gmail.com >
2021-05-03 11:45:23 +03:00
Oliver Eyton-Williams
2eac236e39
fix: remove JS comments revisited ( #41952 )
...
* fix: restrict removeJSComments to test-evaluator
To prevent @babel from being included everywhere, this only calls
removeJSComments inside the test-evaluator
* test: add removeJSComments test
2021-04-30 22:30:06 +03:00
Mrugesh Mohapatra
341fe76f0f
chore: roll back CSRF changes for the weekend
...
This reverts commit 00193858a0 .
2021-04-30 23:57:28 +05:30
Oliver Eyton-Williams
00193858a0
fix: generate csrf tokens on server not client ( #41908 )
...
Co-authored-by: Mrugesh Mohapatra <1884376+raisedadead@users.noreply.github.com >
2021-04-30 09:42:26 +03:00
Oliver Eyton-Williams
9be2fb9a10
fix: use lodash-es in the client ( #41931 )
2021-04-28 16:11:20 -05:00
Evgeny Klimenchenko
db369fbed1
fix(client): remove JS comments from user code for tests ( #41873 )
...
* Removes comments in js challanges by default
* fix local-scope-and-functions test regex
* fix all languages
* revert language changes
* removed unnecessary removeJSComments from challenges
* fix challanges in other languages
* removed removeJSComments from all challanges
2021-04-28 10:18:54 -05:00
Tom
e79e212912
fix(curriculum): helper function regex s flag causing error ( #41910 )
2021-04-23 22:59:33 +02:00
Shaun Hamilton
d3f59e6d5d
fix(dev): rename superBlock with v7 to certSlug ( #41738 )
...
* fix(dev): rename superBlock with v7 to slug
* improve name slug -> certSlug
* superBlockTitle -> superBlock
* correct teeny, tiny mistake
* fix: correct slug to certSlug in certLocation
* refactor currentCerts
* rename showCert cert -> certSlug and various
2021-04-23 22:29:17 +03:00
Ahmad Abdolsaheb
d5d786049e
feat(api): stripe checkout integration ( #41666 )
...
* feat: add api stripe checkout integration
Co-authored-by: Oliver Eyton-Williams <ojeytonwilliams@gmail.com >
2021-04-02 15:33:34 +09:00