Commit Graph

16274 Commits

Author SHA1 Message Date
6a8a9db4a1 fix(challenges): removed comment in the seed 2018-06-30 05:37:25 +05:30
ec028d7a59 refactor: Coding style changes 2018-06-29 21:29:20 +01:00
a7bbd96d46 chore: Remove passport packages 2018-06-29 21:29:20 +01:00
ebba8e9c64 fix(auth0): Unify authentication via auth0 as provider 2018-06-29 21:29:20 +01:00
38bcc2e250 fix(auth): Remove deprecated views and routes 2018-06-29 21:29:20 +01:00
6fad6f92a0 fix: add default true to privacy and terms 2018-06-29 21:29:20 +01:00
4c0d587784 fix(challenges): fix a test case in an Applied Accessibility
fix a test case in Applied Accessibility: Improve Accessibility of Audio Content with the audio
Element
2018-06-30 01:03:49 +05:30
46fcf434cd fix(challenges): change comment to make it clearer (#72) 2018-06-30 01:03:16 +05:30
6c8700136f docs: simplify PR template 2018-06-30 00:48:06 +05:30
ff266972e5 fix(challenges): removed a test in basic javascript challenge (#76)
removed a test looking for timesFive call and it is not clear from the instrucitons to do so

ISSUES CLOSED: #73
2018-06-30 00:19:47 +05:30
ebf03993c2 chore(release): 3.0.0 [skip ci]
# [3.0.0](https://github.com/freeCodeCamp/curriculum/compare/v2.0.0...v3.0.0) (2018-06-29)

### Bug Fixes

* **challenge:** Fixed the typo for automatically ([#48](https://github.com/freeCodeCamp/curriculum/issues/48)) ([dd046d6](https://github.com/freeCodeCamp/curriculum/commit/dd046d6))
* **challenge:** Updated tests to avoid confusion ([#57](https://github.com/freeCodeCamp/curriculum/issues/57)) ([7105507](https://github.com/freeCodeCamp/curriculum/commit/7105507))
* **challenges:** change test for template literals challenge ([#37](https://github.com/freeCodeCamp/curriculum/issues/37)) ([4b1c5eb](https://github.com/freeCodeCamp/curriculum/commit/4b1c5eb))
* **challenges:** cherry pick pr 17664 & 17672 from main repo ([#52](https://github.com/freeCodeCamp/curriculum/issues/52)) ([2375d0c](https://github.com/freeCodeCamp/curriculum/commit/2375d0c))
* **challenges:** fixed telephone number validator project ([#53](https://github.com/freeCodeCamp/curriculum/issues/53)) ([2b034e2](https://github.com/freeCodeCamp/curriculum/commit/2b034e2)), closes [#47](https://github.com/freeCodeCamp/curriculum/issues/47)
* **challenges:** fixed typo in css-grid.json ([#46](https://github.com/freeCodeCamp/curriculum/issues/46)) ([e74192e](https://github.com/freeCodeCamp/curriculum/commit/e74192e))
* **challenges:** grammar fix in css-grid auto-fit challenge ([#60](https://github.com/freeCodeCamp/curriculum/issues/60)) ([a6a0266](https://github.com/freeCodeCamp/curriculum/commit/a6a0266))
* **challenges:** Typo errors ([#39](https://github.com/freeCodeCamp/curriculum/issues/39)) ([0c0702d](https://github.com/freeCodeCamp/curriculum/commit/0c0702d))
* **challenges:** update regular expression that fails ([#56](https://github.com/freeCodeCamp/curriculum/issues/56)) ([9fa5907](https://github.com/freeCodeCamp/curriculum/commit/9fa5907)), closes [#55](https://github.com/freeCodeCamp/curriculum/issues/55)

### BREAKING CHANGES

* **challenges:** None
2018-06-29 18:19:43 +00:00
71342cb1aa docs: add license, badges and banner 2018-06-29 23:47:58 +05:30
c4f0b27af9 docs(readme): point to the contribution guide 2018-06-29 23:47:58 +05:30
c49ddbada6 docs: update the path to the PR image 2018-06-29 23:47:58 +05:30
d5617dcfa7 docs: keep file in docs folder 2018-06-29 23:47:58 +05:30
97360b0f29 docs(contributing): add Contributing Guide
Took the challenge guide from the main repo and reworked it for the Curriculum repo. Moved the
CONTRIBUTING.md file to the root directory. Added an image directory and sample image to more
clearly show how to open a PR and point it to the correct branch, like in the guide in the
main repo.

ISSUES CLOSED: #61
2018-06-29 23:47:58 +05:30
0c0702d6c0 fix(challenges): Typo errors (#39) 2018-06-29 23:47:58 +05:30
9fa5907da0 fix(challenges): update regular expression that fails (#56)
* fix(challenges): update regular expression that fails

Changes regular expression in testString to remove negative look behind that is not implemented
across all browsers.

ISSUES CLOSED: #55

* Fixed line spacing

It is definitely something to do with a linter. I re-ran the `npm run commit` in my own environment and watched the line spacing jump. Should probably be checked if it ends up happening to others. However, this should fix it all for this PR!

* Back to `prettier` formatting

Reverting back to pretty formatting from commit.
2018-06-29 23:47:58 +05:30
2375d0c98d fix(challenges): cherry pick pr 17664 & 17672 from main repo (#52) 2018-06-29 23:47:58 +05:30
2b034e267b fix(challenges): fixed telephone number validator project (#53)
fixed telephone number validator projects to show example telephone numbers on new lines

ISSUES CLOSED: #47
2018-06-29 23:47:58 +05:30
a6a0266e08 fix(challenges): grammar fix in css-grid auto-fit challenge (#60) 2018-06-29 23:47:58 +05:30
7105507910 fix(challenge): Updated tests to avoid confusion (#57) 2018-06-29 23:47:58 +05:30
dd046d6a0c fix(challenge): Fixed the typo for automatically (#48) 2018-06-29 23:47:58 +05:30
e74192e1e4 fix(challenges): fixed typo in css-grid.json (#46) 2018-06-29 23:47:58 +05:30
4b1c5ebc7a fix(challenges): change test for template literals challenge (#37)
The original test was too rigid, and many users were forced to use one solution, usually map, to
complete the challenge. The test is changed here to allow for multiple solutions to the problem,
including the use of either single or double quotes when naming a class.

BREAKING CHANGE:
None
2018-06-29 23:47:58 +05:30
a5ea7ad879 feat(unsub-email): Add an annon unsubscribe route 2018-06-29 19:55:13 +05:30
9a3dd5cfd3 fix(blacklist): Sure up blacklisted usernames 2018-06-29 19:55:13 +05:30
ee59047097 fix(Certificates): Delete word 'projects' from certificates' titles
Corresponsing .jade files were changed

Closes #17667
2018-06-28 10:29:30 +01:00
d09ab75b04 fix(auth): remove all linking apis 2018-06-28 10:28:44 +01:00
9a472dd631 fix: update email settings 2018-06-28 10:28:08 +01:00
580e1465bb fix: remove enforcing redirect to update-email 2018-06-26 15:37:51 +01:00
2a192671da fix: remove linkedin signin and paths (#17720) 2018-06-25 15:51:09 -05:00
c459572fcf fix(about): Return empty object for no user (#17714) 2018-06-26 00:50:40 +05:30
65cb3886ff chore(curriculum): Version bump 2018-06-25 10:44:58 +01:00
6bb62c7c2c chore(release): 2.0.0 [skip ci]
# [2.0.0](https://github.com/freeCodeCamp/curriculum/compare/v1.2.1...v2.0.0) (2018-06-24)

### Bug Fixes

* **challenges:** Correct a regex in ES6 read-only challenge ([#41](https://github.com/freeCodeCamp/curriculum/issues/41)) ([cf9336a](https://github.com/freeCodeCamp/curriculum/commit/cf9336a))
* **challenges:** fix responsive web design cert claim ([6e02f9d](https://github.com/freeCodeCamp/curriculum/commit/6e02f9d))
* **interview-prep:** Remove duplicates ([816be51](https://github.com/freeCodeCamp/curriculum/commit/816be51))

### Features

* **interview-prep:** Porting Rosetta problems ([#17537](https://github.com/freeCodeCamp/curriculum/issues/17537)) ([21930a8](https://github.com/freeCodeCamp/curriculum/commit/21930a8))

### BREAKING CHANGES

* **challenges:** none
2018-06-24 13:43:00 +00:00
6e02f9d3e4 fix(challenges): fix responsive web design cert claim
BREAKING CHANGE:
none
2018-06-24 14:41:31 +01:00
cf9336a3b1 fix(challenges): Correct a regex in ES6 read-only challenge (#41)
The regex testing if the user has entered console.log(SENTENCE); was broken. It has been modified.
2018-06-24 14:41:31 +01:00
816be51471 fix(interview-prep): Remove duplicates 2018-06-24 14:41:31 +01:00
21930a8c1b feat(interview-prep): Porting Rosetta problems (#17537)
* feat(interview-prep): Porting Rosetta problems

* Objects formatted and description updated.

* Update rosetta-code.json

* Update rosetta-code.json

* Fixed syntax for Identity matrix description array
2018-06-24 14:41:31 +01:00
9b0ee8b77c docs: update issue templates 2018-06-24 14:41:31 +01:00
68092aa311 docs: remove duplicate issue template 2018-06-24 14:41:31 +01:00
1b3add5b28 docs: update issue templates 2018-06-24 14:41:31 +01:00
837f9e7524 fix: remove seed files 2018-06-22 12:42:01 +01:00
6fab6319f8 chore(package): Update Font Awesome and remove Ionicon dependency (#17497)
Update Font Awesome from 4.7 to 5. Update existing Font Awesome icon
references to match version 5 syntax. Replace all Ionicon references
with Font Awesome icons and remove all files relating to Ionicon.

Closes #13798
2018-06-22 01:46:17 +05:30
77f542a2bd chore(release): 1.2.1 [skip ci]
## [1.2.1](https://github.com/freeCodeCamp/curriculum/compare/v1.2.0...v1.2.1) (2018-06-21)

### Bug Fixes

* changes text to bold in the JS Algo and DS ([#20](https://github.com/freeCodeCamp/curriculum/issues/20)) ([999c6af](https://github.com/freeCodeCamp/curriculum/commit/999c6af))
* example link will open in new tab ([#22](https://github.com/freeCodeCamp/curriculum/issues/22)) ([5815401](https://github.com/freeCodeCamp/curriculum/commit/5815401))
* give 'Exercise Tracker' the correct id ([6de827c](https://github.com/freeCodeCamp/curriculum/commit/6de827c))
* Remove an unnecessary line from basic javascript challenge ([#19](https://github.com/freeCodeCamp/curriculum/issues/19)) ([e1dfe8f](https://github.com/freeCodeCamp/curriculum/commit/e1dfe8f))
* sample code in intro to currying ([d4cf9de](https://github.com/freeCodeCamp/curriculum/commit/d4cf9de))
* typo errors ([#23](https://github.com/freeCodeCamp/curriculum/issues/23)) ([16ff132](https://github.com/freeCodeCamp/curriculum/commit/16ff132))
2018-06-21 13:20:27 +00:00
d4cf9deee6 fix: sample code in intro to currying
Corrected the code sample that didnt work
Amended uncurried example to better tie in with rest of code making the lesson more cohesive
2018-06-21 18:48:04 +05:30
6de827c8b7 fix: give 'Exercise Tracker' the correct id 2018-06-21 18:48:04 +05:30
16ff132f44 fix: typo errors (#23)
* Typo errors

Unnecessary break

Grammatical error

* remove an unnecessary <br>
2018-06-21 18:48:04 +05:30
5815401097 fix: example link will open in new tab (#22)
Example link will open in new tab

Final editing
2018-06-21 18:48:04 +05:30
999c6af639 fix: changes text to bold in the JS Algo and DS (#20) 2018-06-21 18:48:04 +05:30