c53716f94c
build(np): Add publishing via np to seed
2018-05-21 20:02:54 +05:30
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
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
d1a2afbee4
fix: add keys to sample.env ( #17196 )
2018-05-21 11:26:56 +05:30
251adb6022
chore: Remove templates from the main repo
...
templates moved to its own repo
2018-05-20 22:51:00 +05:30
6b1e8af104
Merge pull request #17187 from raisedadead/feat/authentication
...
feat(auth0): migrate auth to auth0
2018-05-20 12:19:45 +01:00
6b49e75f2b
fix(styles): Auth0 hosted page styles
2018-05-20 14:28:55 +05:30
c6b62fc7ab
fix: add user object to Observables
2018-05-20 13:40:49 +05:30
4d48175e64
feat: update user identity login
2018-05-20 13:40:49 +05:30
764d040553
fix(component-passport): Add falback redirects for external paths
2018-05-20 13:40:49 +05:30
f9dd384ea2
fix(auth0): Fix the scope to openid email
2018-05-20 13:40:49 +05:30
c58971866a
feat(auth0): add hosted pages to version control
2018-05-20 13:40:49 +05:30
53b362e5bd
fix(views): Adjust routes and views
2018-05-20 13:40:48 +05:30
c2a0443486
fix: report error only when enabled
2018-05-20 13:40:48 +05:30
8b0cec8678
fix: Update view copy
2018-05-20 13:40:48 +05:30
ed8e8091b2
chore: cleanup old public files and add logo
2018-05-20 13:40:48 +05:30
ebc1586222
fix(sign-up): Add check boxes for confirm
2018-05-20 13:40:48 +05:30
6b133227d7
feat(auth0): Add packages, basic setup, etc
2018-05-20 13:40:48 +05:30
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
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
0553bfe2ff
refactor(server): Remove opbeat from dev tools
2018-05-19 22:05:09 +05:30
13162cb53a
feat(packages): Add scoped loopback-component-passport ( #17179 )
2018-05-17 19:56:44 +05:30
0271e78a1d
chore(opbeat): Remove opbeat react logging ( #17173 )
2018-05-16 15:22:43 +01:00
73526a665f
fix(active-users): remove api calls ( #17170 )
2018-05-16 15:16:27 +01:00
49ac8aa202
style(seed): Remove typo from chai-http-IV challenge title ( #17148 ) ( #17149 )
2018-05-15 12:36:36 -04:00
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
156ea1af76
Feat: Welcome Page ( #17150 )
2018-05-15 10:42:05 +05:30
47bb4ca5e3
fix(seed): removed typo from task description ( #17166 )
2018-05-15 10:16:33 +05:30
d4924c7069
fix(quotes): Misspelling in quote "Twenty years from now" by Mark Twain ( #17164 )
2018-05-14 23:59:16 +05:30
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
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
26ec1a6ea7
fixed broken link in contributing.md ( #17159 )
2018-05-14 09:34:46 +01:00
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
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
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
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
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
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
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
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
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
3f09b234ec
docs(documentation): Fix PR instructions inconsistency ( #17124 )
...
Closes #17090
2018-05-05 00:31:55 +05:30
f121a8b7bc
feat(responceTime): Cache react markup by route ( #16797 )
2018-05-05 00:05:55 +05:30
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
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
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
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
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
3d1fadb6a6
Merge pull request #17103 from raisedadead/chore/update-lockfile
...
chore(lockfile): Update lockfile missed earlier
2018-05-02 16:47:06 -07:00
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