Commit Graph

11571 Commits (da325a10be61c423105da4d7366292be1365dab4)

Author SHA1 Message Date
Stuart Taylor c428b2c197 feat(package): Initial Curriculum separation (#17174)
* feat(package): Initial Curriculum separation

* feat(package): Add org scope to package

* chore(ooops): Remove development file

* feat(npm): Add .npmignore

* fix(paths): Fix curriculum paths

* feat(build): Add a build step

* chore(seed): Move package file back to seed

* fix(ignore): Fix .npmIgnore file

* chore(docs): Update README

* chore(seed): Rename coding interview blocks

* fix(seed): Challenge files now fit into learn

* chore(seed): Update seed files for use in learn

* chore(escapes): Unescape script tags of jQuery
2018-05-21 19:26:49 +05:30
Stuart Taylor 26193063f8
Merge pull request #17197 from raisedadead/chore/remove-templates
chore: Remove templates from the main repo
2018-05-21 14:14:11 +01:00
mrugesh mohapatra d1a2afbee4
fix: add keys to sample.env (#17196) 2018-05-21 11:26:56 +05:30
Mrugesh Mohapatra 251adb6022 chore: Remove templates from the main repo
templates moved to its own repo
2018-05-20 22:51:00 +05:30
Stuart Taylor 6b1e8af104
Merge pull request #17187 from raisedadead/feat/authentication
feat(auth0): migrate auth to auth0
2018-05-20 12:19:45 +01:00
Mrugesh Mohapatra 6b49e75f2b fix(styles): Auth0 hosted page styles 2018-05-20 14:28:55 +05:30
Mrugesh Mohapatra c6b62fc7ab fix: add user object to Observables 2018-05-20 13:40:49 +05:30
Mrugesh Mohapatra 4d48175e64 feat: update user identity login 2018-05-20 13:40:49 +05:30
Mrugesh Mohapatra 764d040553 fix(component-passport): Add falback redirects for external paths 2018-05-20 13:40:49 +05:30
Mrugesh Mohapatra f9dd384ea2 fix(auth0): Fix the scope to openid email 2018-05-20 13:40:49 +05:30
Mrugesh Mohapatra c58971866a feat(auth0): add hosted pages to version control 2018-05-20 13:40:49 +05:30
Mrugesh Mohapatra 53b362e5bd fix(views): Adjust routes and views 2018-05-20 13:40:48 +05:30
Mrugesh Mohapatra c2a0443486 fix: report error only when enabled 2018-05-20 13:40:48 +05:30
Mrugesh Mohapatra 8b0cec8678 fix: Update view copy 2018-05-20 13:40:48 +05:30
Mrugesh Mohapatra ed8e8091b2 chore: cleanup old public files and add logo 2018-05-20 13:40:48 +05:30
Mrugesh Mohapatra ebc1586222 fix(sign-up): Add check boxes for confirm 2018-05-20 13:40:48 +05:30
Mrugesh Mohapatra 6b133227d7 feat(auth0): Add packages, basic setup, etc 2018-05-20 13:40:48 +05:30
Stuart Taylor bb4bcbfb45 Feat(privacy): Add granular privacy controls of public profile (#17178)
* feat(privacy): Add granular privacy controls of public profile

* feat(certs): Hide certs if showCerts is false
2018-05-19 22:07:41 -05:00
Quincy Larson a1f2fc7c5c docs: Simplify wording of GitHub issue template (#17190)
I deleted a lot of the description text in favor of just having descriptive headings. By reducing the amount of text, we increase the likelihood that people will actually read the text we have here.
2018-05-20 05:03:54 +05:30
Stuart Taylor 0553bfe2ff refactor(server): Remove opbeat from dev tools 2018-05-19 22:05:09 +05:30
Stuart Taylor 13162cb53a feat(packages): Add scoped loopback-component-passport (#17179) 2018-05-17 19:56:44 +05:30
mrugesh mohapatra 0271e78a1d chore(opbeat): Remove opbeat react logging (#17173) 2018-05-16 15:22:43 +01:00
mrugesh mohapatra 73526a665f fix(active-users): remove api calls (#17170) 2018-05-16 15:16:27 +01:00
Jarek Wojciechowski 49ac8aa202 style(seed): Remove typo from chai-http-IV challenge title (#17148) (#17149) 2018-05-15 12:36:36 -04:00
Stuart Taylor f916204ba5 Chore: Update User model (#17171)
* fix(logs): Remove console.log's

* chore(challengeMap): challengeMap -> completedChallenges

* chore(userModel): Update user model

* feat(userIDs): Add user ident fields

* chore(github): Remove more refs to github data
2018-05-15 19:26:26 +05:30
Stuart Taylor 156ea1af76 Feat: Welcome Page (#17150) 2018-05-15 10:42:05 +05:30
Aditya Rohilla 47bb4ca5e3 fix(seed): removed typo from task description (#17166) 2018-05-15 10:16:33 +05:30
Bunny Vishal d4924c7069 fix(quotes): Misspelling in quote "Twenty years from now" by Mark Twain (#17164) 2018-05-14 23:59:16 +05:30
Kristofer Koishigawa ffde63c39b fix(challenges): Add Tests and Solution for Project Euler 50 (#17152)
Added an additional test and a solution adapted from the one
@elliotjz contributed to the fCC Arcade Mode.

BREAKING CHANGE: None
2018-05-14 15:12:04 +01:00
Jake Magers 69d833da66 fix: Display JS "Claim Certificate" button (#17104)
The "Claim Certificate" button for the "JavaScript Algorithms and Data
Structures" projects will now be visible when all projects have been
completed.
2018-05-14 09:37:47 +01:00
Marcus Chong 26ec1a6ea7 fixed broken link in contributing.md (#17159) 2018-05-14 09:34:46 +01:00
Otto Jongerius 79411a511e chore: add section on how to raise security issues (#17160)
* chore: add section on how to raise security issues

* chore: update email address.
2018-05-14 09:33:45 +01:00
Stuart Taylor 5eb90ed8c8 feat(challenge-redirect): Make '/challenge' and '/map' redirect to learn (#17144)
* feat(challenge-redirect): Make '/challenge' and '/map' redirect to learn

* fix(linting): Generate pathMigrationMap on 'prelint-js'

* fix(script): fix "only once" script

* fix(lock): Fix lock file
2018-05-14 13:04:51 +05:30
Kristofer Koishigawa 058ec5d247 fix(challenges): Edit Description, Add Tests and Solution for Project Euler 47 (#17142)
Edited the description to more closely match the spacing and line breaks
from projecteuler.net. Added more tests, updated the challenge seed,
and added a solution from user @elliotjz contributed to the fCC
Arcade Mode.

BREAKING CHANGE: None
2018-05-11 22:15:55 -04:00
Kristofer Koishigawa e078d72d04 fix(challenges): Edit challengeSeed and Add Solution for Project Euler 49 (#17146)
Changed the name of the function in the challengeSeed from euler49 to the
challenge name. Also added a solution that @elliotjz contributed to the
fCC Arcade Mode.

BREAKING CHANGE: None
2018-05-11 17:23:28 -04:00
Kristofer Koishigawa aac8f58ec9 fix(challenges): Edit Description, Tests, and Add Solution for Project Euler 48 (#17145)
Added `<sup>` tags to the description to make it more like the one on
projecteuler.net. Also added additional tests and a solution.

Here's a solution for QA:

```
```

BREAKING CHANGE: None
2018-05-11 17:00:46 -04:00
Oliver 47e8d93ec4 fix(seed): Change tag nesting order (#17093)
Changed em tag to wrap around p tag

Closes #17077
2018-05-08 20:09:14 -04:00
Kristofer Koishigawa ca1e466492 fix(challenges): Edit Description and Add Solution for Project Euler 46 (#17140)
Updated the problem description with `<sup>` tags. Also added a solution
that user @elliotjz contributed to the fCC Arcade Mode.

BREAKING CHANGE: None
2018-05-08 15:53:01 -04:00
Kristofer Koishigawa 54dbf89fd7 fix(challenges): Edit Description and Add Solution for Project Euler 45 (#17126)
Updated the problem description with an inline CSS grid, <sup>, and
<var> tags. Also added a solution that user @elliotjz contributed
to the fCC Arcade Mode.

BREAKING CHANGE: None
2018-05-08 15:43:20 -04:00
Kristofer Koishigawa 1325cc0513 fix(challenges): Edit Description and Add Solution for Project Euler 44 (#17127)
Updated the problem description with <sup> and <var> tags, and centered
some text. Also, added a solution that user @elliotjz contributed to the
fCC Arcade Mode.

BREAKING CHANGE: None
2018-05-06 21:48:17 +05:30
Stacy Jean-Philippe 3f09b234ec docs(documentation): Fix PR instructions inconsistency (#17124)
Closes #17090
2018-05-05 00:31:55 +05:30
Stuart Taylor f121a8b7bc feat(responceTime): Cache react markup by route (#16797) 2018-05-05 00:05:55 +05:30
John Kennedy 6227fb5d94 updates to MailHog instructions (#17113)
* updates to MailHog instructions

* add images for mailhog section

* changed image links
2018-05-04 21:48:14 +05:30
Marcin Procyk f031b82a70 fix(seed): Bootstrap default button fix (#17082)
added btn-default class to lessons with basic Bootstrap buttons, which
add proper styles for default button

Closes #17075
2018-05-03 10:07:00 -04:00
Jake Magers c9deffb4d8 fix(seed): Fix tests for apisMicroservicesCert (#17105)
Users are now capable of claiming the "Apis and Microservices"
certificate.
2018-05-03 18:34:44 +05:30
Jake Magers 36cd13417d fix: Claiming respWebDesignCert tests (#17102)
Changed the "Build a Personal Portfolio" id in the
responsive-web-design-certificate tests to the correct id.

Users are now capable of claiming the "Responsive Web Design Certificate".
2018-05-03 18:33:09 +05:30
Irina Brennen 3e778fe452 fix(seed): Fixed test to fail if console.clear is still commented out (#17097)
Closes #16958
2018-05-03 18:31:42 +05:30
anthonygallina1 3d1fadb6a6
Merge pull request #17103 from raisedadead/chore/update-lockfile
chore(lockfile): Update lockfile missed earlier
2018-05-02 16:47:06 -07:00
Courtney 5012af8cf3 fix: index number in QA challenge test (#17096)
* fix: index number in QA challenge test

* fix: removed json files from git
2018-05-03 02:01:44 +05:30
Logan Wright fe6442994f fix: typo in responsive web design projects (#17100) 2018-05-03 02:01:05 +05:30