Commit Graph

26074 Commits

Author SHA1 Message Date
ff0973ad65 restructured grammar for clarity (#37368)
Rewrote parts of the sentences about the zero-index to add clarity.
2020-03-26 16:38:07 +05:30
99749074e1 docs: fixed grammar and consistent wording in German contribut… (#37293) 2020-03-26 16:36:59 +05:30
448068888c fix(i18n): Spanish corrected explanation and fixed redundancy (#37281)
described the media query in a bit more detail and fixed a redundancy description on the first paragraph.
2020-03-26 16:11:04 +05:30
552203c0b0 fix(docs): Fixed Chinese broken link and markdown (#37278)
* fix: Chinese README.md broken link

* fix: Chinese CONTRIBUTING.md broken link

* fix: broken markdown and full width char

* fix: overly translation

* update Chinese CONTRIBUTING.md to current version
2020-03-26 16:10:04 +05:30
7ad220d1ac fix: add tests for exercise tracker (#37696)
* fix: add tests for exercise tracker
2020-03-26 10:39:06 +01:00
4c14e3f396 fix: add a fallback for fullstack cert (#37065)
* fix: add a fallback for fullstack cert completion

* fix: optimize loop over completedChallengs

* fix: try to make more declarative

* fix: move variable to config

* fix: use node exports

Co-authored-by: moT01 <tmondloch01@gmail.com>
Co-authored-by: Oliver Eyton-Williams <ojeytonwilliams@gmail.com>
2020-03-26 09:57:15 +01:00
2b1e02daf3 fix (client): show correct paypal donation duration on donate page (#38444) 2020-03-26 10:51:05 +03:00
af46e851df fix: make donation plan dynamic 2020-03-26 16:34:37 +09:00
58bd0b5ce4 chore(tools): add jsx-a11y Eslint plugin (#38438)
* chore(tools): add a11y eslint plugin

* fix: use Gatsby's a11y eslint rules

* fix(search): remove unnecessary mouse listeners
2020-03-26 10:25:47 +05:30
e0e6334628 fix(curriculum): Consolidated comments for JavaScript Algorithms and Data Structures challenges - part 3 of 4 (#38264)
* fix: remove example code from challenge seed

* fix: remove declaration from solution

* fix: added sum variable back in

* fix: reverted description back to original version

* fix: added examples to description section

* fix: added complete sentence

Co-Authored-By: Oliver Eyton-Williams <ojeytonwilliams@gmail.com>

* fix: corrected typo

Co-Authored-By: Manish Giri <manish.giri.me@gmail.com>

* fix: reverted to original desc with formatted code

* fix: removed unnecessary code example from description section

Co-Authored-By: Oliver Eyton-Williams <ojeytonwilliams@gmail.com>

* fix: failiing test on iterate through array with for loop

* fix: changed to Only change this line

Co-Authored-By: Manish Giri <manish.giri.me@gmail.com>

Co-authored-by: Oliver Eyton-Williams <ojeytonwilliams@gmail.com>
Co-authored-by: Manish Giri <manish.giri.me@gmail.com>
Co-authored-by: moT01 <tmondloch01@gmail.com>
2020-03-25 16:07:13 +01:00
50f15886b8 fix(curriculum): Strip comments from user code for Use Destructuring Assignment to Extract Values from Objects challenge (#38213)
* fix: strip user code to improve tests

* fix: removed closing section tag messing up tests
2020-03-25 13:28:17 +01:00
8b0cbd6f83 Modify tests for testing objects for properties challenge (#38414)
* Stronger test cases for testing objects for properties

Change function signature to take in a custom object to be tested

* YML formatting mistake

* Yaml no space in string

* Small one more fix - most likely final

* REmove double space in return

* Update instruction Section
2020-03-24 22:09:57 -07:00
49efb02528 fix(client):remove hyperlink from flash message (#38429)
* fix(client):remove hyperlink from flash message

* Use full URL

Co-Authored-By: mrugesh <1884376+raisedadead@users.noreply.github.com>

Co-authored-by: mrugesh <1884376+raisedadead@users.noreply.github.com>
2020-03-24 17:31:48 +01:00
4e3d35d487 fix: delete inactive links in Russian Contribution Guidelines(#37270) 2020-03-24 15:03:53 +03:00
786626f21e fix(PayPal): update config pickup from env (#38423)
Co-authored-by: Ahmad Abdolsaheb <ahmad.abdolsaheb@gmail.com>
2020-03-23 19:33:37 +05:30
1f2a93b646 fix: added additional test for altText (#38395) 2020-03-23 07:02:34 -05:00
2ff5e83195 Add full width hover to map (#38412)
Co-authored-by: Tobias <tobias.helsing@futurice.com>
2020-03-22 19:15:46 +03:00
ae45c491b2 docs(i18n): Update Chinese README.md (#37585) 2020-03-22 16:14:52 +05:30
022bbdd1b0 Adding a solution for searching within a linked list for future students (#38326)
* Adding a solution for future students

* fix: added new tests and correctied existing tests

* Adding isEmpty method as well

* Update curriculum/challenges/english/08-coding-interview-prep/data-structures/search-within-a-linked-list.english.md

Co-Authored-By: Manish Giri <manish.giri.me@gmail.com>

Co-authored-by: Randell Dawson <rdawson@onepathtech.com>
Co-authored-by: Manish Giri <manish.giri.me@gmail.com>
2020-03-21 09:30:14 -05:00
696bfe8b7b docs: update links in curriculum guide 2020-03-21 11:18:17 +05:30
6920634e6c TYPO-FIX JS-regex-match-non-whitespace-characters (#38407)
Added Markdown to correctly display second test
2020-03-20 21:13:48 -07:00
88e1952478 fix: ESLint warnings in logs 2020-03-21 03:09:38 +05:30
ef39ab0e20 fix(donate): allow calls to the API without auth
This is also dependent on 170e3dbf4f
2020-03-21 01:58:07 +05:30
b561599614 fix(donate): re-enable monthly donations and update plans 2020-03-21 01:58:07 +05:30
a7c70ddcd8 fix: remove debugModal (#38405) 2020-03-20 21:24:06 +05:30
8866ed74c2 fix(donate): remove call to verification when not signed in 2020-03-20 13:17:39 +05:30
08ec29fa1b fix(donate): update plans in config 2020-03-20 11:59:58 +05:30
cdc8b1e8e5 feat: add reconfigurable paypal button to donate page 2020-03-20 10:05:07 +05:30
a2c7659f2d fix(donate): remove monthly plans from client 2020-03-20 00:33:20 +05:30
170e3dbf4f fix(donate): remove isSigned in check temporarily 2020-03-19 23:55:47 +05:30
585527d145 feat: add paypal donation to modals and certificates 2020-03-19 23:55:47 +05:30
c30f0dbf0d fix(client): fixup PayPal intergration 2020-03-19 17:18:53 +05:30
4ee032d664 feat(api): add and update webhooks routing 2020-03-19 17:18:53 +05:30
d8e5f3ebc8 feat(tools): add helper for testing webhooks locally 2020-03-19 17:18:53 +05:30
f25d035e9d add: solution to project euler problem 23 md file (#38369) 2020-03-18 16:37:26 -07:00
6f90efb20c fix(api): update routes for authorization bypass (#38387) 2020-03-18 18:05:42 +01:00
802f9f68ba fix: use flash before auth (#38385) 2020-03-18 17:51:14 +05:30
933e289617 fix(api): add /auth paths to whitelist (#38383) 2020-03-18 13:19:42 +01:00
7613df56e1 chore: add Peter-Samir to HOF (#38384)
Co-authored-by: Peter-Samir <43256727+Peter-Samir@users.noreply.github.com>
2020-03-18 06:23:56 +05:30
9d72ccf048 chore(client): remove PayPal integration
This commit removes the changes introduced via #38239 to unblock deployment to production
2020-03-18 00:18:23 +05:30
23b899f50f fix(csrf): remove all csrf bypass 2020-03-17 23:28:23 +05:30
f183df0d88 chore: update search-indexing 2020-03-17 11:09:12 +05:30
35578720e5 chore: update build 2020-03-17 11:09:12 +05:30
b350efef5b chore: update seed 2020-03-17 11:09:12 +05:30
d2e1326e71 chore: update parser 2020-03-17 11:09:12 +05:30
95a8f5873e chore: remove @babel/cli and update curriculum 2020-03-17 11:09:12 +05:30
de124c4386 chore: update api-server 2020-03-17 11:09:12 +05:30
10eaf8ed13 chore: update client 2020-03-17 11:09:12 +05:30
00347ff8bf feat(client): add space for flash message (#38327) 2020-03-17 11:07:42 +05:30
c21af106bb feat: update open graph and twitter meta 2020-03-17 00:32:56 +05:30