Commit Graph

15893 Commits (3123f8c5b9b9e1e4d67b7d78c08bab2373b35051)

Author SHA1 Message Date
Stuart Taylor a9b6a7e7db feat(shortId): Initial shortId referral 2018-08-03 19:27:42 +05:30
Stuart Taylor 0c84f5e09b feat(views): Add views and extend functionality 2018-08-03 19:27:42 +05:30
Stuart Taylor bbeb7d16c2 feat(client-routes): Add react-router-dom for client-side routing 2018-08-03 19:27:42 +05:30
Stuart Taylor acf07d70c4 chore(unused): Remove unused files 2018-08-03 19:27:42 +05:30
Mrugesh Mohapatra 66502a8338 chore(seed): update curriculum to v3.1.1 2018-08-03 19:27:42 +05:30
Stuart Taylor 4dac8c1867 feat(views): Add views and extend functionality 2018-08-03 19:27:42 +05:30
Stuart Taylor 2c633e70da feat(nav): Add a Nav to news and update www nav links 2018-08-03 19:27:42 +05:30
Stuart Taylor 40eacff588 chore(react16): Prep for move to react@16 2018-08-03 19:27:42 +05:30
Stuart Taylor 1b18594bd3 feat(client-routes): Add react-router-dom for client-side routing 2018-08-03 19:27:42 +05:30
Stuart Taylor 5cf5979563 feat(news): Initial SSR implementation 2018-08-03 19:27:42 +05:30
Stuart Taylor 8ffd03578a feat(news): Initial server work for /news 2018-08-03 19:27:42 +05:30
Stuart Taylor c84a9c8b57 feat(news): Initial app with webpack 2018-08-03 19:27:42 +05:30
Stuart Taylor 42a97da763 fix(csp): Add fontaesome.com to trusted styleSrc 2018-08-03 19:27:42 +05:30
Mrugesh Mohapatra de5f7a1f9b chore(lock-file): Sync up local updates 2018-08-03 19:27:42 +05:30
Stuart Taylor 6d6f8af647 chore(unused): Remove unused files 2018-08-03 19:27:42 +05:30
Stuart Taylor 10bee0f025 fix(webpack): Fix public paths 2018-08-03 19:27:42 +05:30
Stuart Taylor 94622cc3d6 fix(csp): Add .rocks to csp 2018-08-03 19:27:42 +05:30
Stuart Taylor 41a99e6487 chore(deps): Update webpack plugins 2018-08-03 19:27:42 +05:30
Stuart Taylor f3207fa902 fix(lint): Apply Observable bindings to new Models 2018-08-03 19:27:42 +05:30
Stuart Taylor 22cd308fd4 chore(gulp): Clean up gulp file 2018-08-03 19:27:42 +05:30
Stuart Taylor 8bfeed75ca chore(frame-runner): Remove frame-runner 2018-08-03 19:27:42 +05:30
Stuart Taylor af8030c1d1 chore(tools): Move to webpack v4 2018-08-03 19:27:42 +05:30
Mrugesh Mohapatra 60719fcbe6 feat(news): Add relations 2018-08-03 19:27:42 +05:30
Mrugesh Mohapatra 2cce8bbfd5 feat(news): Add popularity model 2018-08-03 19:27:42 +05:30
Mrugesh Mohapatra eba910e939 feat(news): Add news model 2018-08-03 19:27:42 +05:30
Mrugesh Mohapatra f46f06ccd6 fix: add .vs to gitignore 2018-08-03 19:27:42 +05:30
Mrugesh Mohapatra 4511e33716 fix: update to use shortid for sub resub 2018-08-02 22:38:11 +01:00
Stuart Taylor 99b9e9e3ba feat(resub): Add resubscribe endpoint 2018-08-02 22:38:11 +01:00
mrugesh mohapatra db39a94493 docs: re-add the curricular license 2018-08-02 21:24:31 +05:30
Niraj Nandish a9d625d975 fix(docs): Broken link and typo in README.md
Closes #17954
2018-08-02 21:24:31 +05:30
Buğra Gündüz 3c72c93a8d feat(profile): Create top contributor badge (#17805) 2018-08-02 21:09:51 +05:30
Niraj Nandish dcd8e45318 fix(challenges): challenge description is formatted and concised 2018-08-02 17:50:49 +09:00
Hugo d1b207553b fix(challenges): update test and add solution for DS challenge
ISSUES CLOSED: #164
2018-08-02 17:12:40 +09:00
Hadrien Allemon 7707b180bb fix(challenges): insufficient objectives for javascript_algorithm/es6/19
The user was able to pass the challenge without building a proper constructor for the class. The new
objective ensure a constructor was built.
2018-08-02 11:29:12 +09:00
Mrugesh Mohapatra d7180d8a4f chore(seed): update curriculum to v3.1.1 2018-08-01 14:14:14 +01:00
CamperBot 0b67e313f7 chore(release): 3.1.2 [skip ci]
## [3.1.2](https://github.com/freeCodeCamp/curriculum/compare/v3.1.1...v3.1.2) (2018-07-31)

### Bug Fixes

* **challenges:** allow for omitted unit after zero values ([45b573b](https://github.com/freeCodeCamp/curriculum/commit/45b573b)), closes [#166](https://github.com/freeCodeCamp/curriculum/issues/166)
* **challenges:** changed complementary color for blue to orange ([e41f078](https://github.com/freeCodeCamp/curriculum/commit/e41f078)), closes [#17934](https://github.com/freeCodeCamp/curriculum/issues/17934)
* **challenges:** fix test in hr challenge ([#189](https://github.com/freeCodeCamp/curriculum/issues/189)) ([2edb306](https://github.com/freeCodeCamp/curriculum/commit/2edb306))
* **challenges:** fix third test for template literals ([b8d004e](https://github.com/freeCodeCamp/curriculum/commit/b8d004e)), closes [#135](https://github.com/freeCodeCamp/curriculum/issues/135)
* **challenges:** fixes escaping of ([fd8c9e4](https://github.com/freeCodeCamp/curriculum/commit/fd8c9e4))
* **scripts:** fix unpack and repack scripts for the new challenge schema ([52ed7cf](https://github.com/freeCodeCamp/curriculum/commit/52ed7cf))
2018-07-31 15:59:22 +00:00
Josh Alling 45b573b57c fix(challenges): allow for omitted unit after zero values
ISSUES CLOSED: #166
2018-07-31 10:16:55 +09:00
John Kennedy fd8c9e469c fix(challenges): fixes escaping of
and test error message
2018-07-31 09:23:04 +09:00
John Kennedy b8d004e3f2 fix(challenges): fix third test for template literals
replaced the overly long and complex regex which tests for use of template literals with a much
simpler one that has the same effect

ISSUES CLOSED: #135
2018-07-31 09:23:04 +09:00
Stuart Taylor da325a10be Slight whitespace edit 2018-07-30 15:10:05 +01:00
Adam Ghannoum f13390acb3 fix(settings): Removed link tag and added href into the button ta
The first button in the settings page no longer has a link tag so that
the clickable area doesn't overflow outside of the button boundaries

BREAKING CHANGE: none AFAIK

Closes #17867
2018-07-30 15:10:05 +01:00
ByronCoder e41f0782ea fix(challenges): changed complementary color for blue to orange
ISSUES CLOSED: #17934
2018-07-30 13:45:13 +09:00
ValeraS 52ed7cfa7e fix(scripts): fix unpack and repack scripts for the new challenge schema 2018-07-30 11:36:10 +09:00
Ruzsa Balázs 2edb306ca1 fix(challenges): fix test in hr challenge (#189)
the current test never matches: in the html, </h4> is followed by <p>, not <em>
2018-07-28 17:48:19 +01:00
ValeraS 2e04b0a1e7 fix: Invalid argument supplied to oneOfType, expected an instance of array 2018-07-28 08:38:52 +01:00
Mrugesh Mohapatra 57ceee0897 fix: update email template 2018-07-28 08:33:30 +01:00
mrugesh mohapatra 548a7a4e21
docs: update the changelog 2018-07-28 10:57:16 +05:30
CamperBot 02edc8e5d6 chore(release): 3.1.1 [skip ci]
## [3.1.1](https://github.com/freeCodeCamp/curriculum/compare/v3.1.0...v3.1.1) (2018-07-28)

### Bug Fixes

* **challenges:** improve test for mongodb and mongoose ([8ae372a](https://github.com/freeCodeCamp/curriculum/commit/8ae372a))
2018-07-28 04:58:58 +00:00
Kartik Shah 8ae372ad14 fix(challenges): improve test for mongodb and mongoose 2018-07-28 10:15:48 +05:30
Mrugesh Mohapatra 8c2af37b29 chore(seed): Update curriculum to v3.1.0 2018-07-27 20:53:00 +01:00