Berkeley Martinez
e60ff3775b
fix(User): Unify old remove save hook with before save
...
Since we are no longer using remote api to create accounts those hooks
are useless. Unifying them will ensure they apply to all
save/update/creates
2018-01-02 23:38:01 +05:30
Berkeley Martinez
5ea434c429
fix(User): Email is off the constructor
2018-01-02 23:38:01 +05:30
Berkeley Martinez
8a66886081
fix(AccessToken): Move extensions to boot script
...
Loopback does not facilitate built in model extensions in the same way
as user defined models
2018-01-02 23:38:01 +05:30
Berkeley Martinez
0682ef33db
fix(User.requestAuthEmail): Conditionally check for email availibility
...
Only check if email is available if it is not already associated with
this account
2018-01-02 23:38:01 +05:30
Berkeley Martinez
60e2baf307
feat(User): Refactor wait period logic
2018-01-02 23:38:01 +05:30
Berkeley Martinez
b6f621fee3
fix(User.updateEmail): Reduce code logic. defer promises
2018-01-02 23:38:01 +05:30
Berkeley Martinez
5e38ae4347
fix(User): Typo
2018-01-02 23:38:01 +05:30
Berkeley Martinez
750c9f1eab
fix(passwordless): Reduce db calls, run in parallel
...
Adds validations, reduces the number of database calls, separates
concers. reduces logic
2018-01-02 23:38:01 +05:30
Berkeley Martinez
44c2eb65d5
refactor(User): Make requestAuthEmail into instance method
2018-01-02 23:38:01 +05:30
Berkeley Martinez
0452a9d1d5
fix(models): Move custom method to loopback model extension
2018-01-02 23:38:01 +05:30
Berkeley Martinez
412fddd065
fix(models/User): Remove dup before create
2018-01-02 23:38:01 +05:30
Vivek Agrawal
cec1b9a227
style(map): Change estimated timestamp color ( #16393 )
...
Closes #16321
2018-01-01 17:29:58 -06:00
Berkeley Martinez
540b0ec4d4
Merge pull request #16295 from Bouncey/fix/duplicateKeys
...
fix(step-challenge): Fix duplicate keys in Step
2018-01-01 12:57:33 -08:00
Joshua Swift
603a354e56
Merge branch 'staging' into fix/js-disabled-message
2017-12-30 11:12:57 +00:00
Berkeley Martinez
4aa4248204
Merge branch 'Bouncey:fix/toolpanelConflict' into staging
2017-12-29 16:08:48 -08:00
Berkeley Martinez
46a696472c
fix(lint): Move rsa link to utils
2017-12-29 16:08:29 -08:00
Joshua Swift
23d2f2a08b
JS is disabled alert
2017-12-29 20:26:38 +00:00
Stuart Taylor
07df17287a
feat(map): Map will remember if it is hidden between challenges
2017-12-29 12:29:03 +00:00
Stuart Taylor
0f68940865
chore(step-redux): Remove console.log
2017-12-28 19:07:28 +00:00
Stuart Taylor
a3a9683bf7
fix(step-keys): Use description slice for key
2017-12-28 18:59:56 +00:00
Stuart Taylor
def690b282
fix(step-challenge): Fix duplicate keys in Step
2017-12-28 18:59:56 +00:00
Filip Havrlent
bed731d2ad
fix(challenges): Change e.meta to e.metaKey
...
The Command + Enter was not working on Mac in completition modal
Closes #16352
2017-12-28 19:51:59 +01:00
Stuart Taylor
2884b551c3
fix(classNames): Use block prop for .btn-block className
2017-12-28 18:47:42 +00:00
Stuart Taylor
2c6f0b1f09
fix(merge-conflicts): Add missing classNames to Get Help button
2017-12-24 09:34:05 +00:00
Stuart Taylor
71708aa7ff
fix(merge-conflicts): Resolve conflicts
2017-12-24 09:25:25 +00:00
Stuart Taylor
4c96c2079e
Merge branch 'fix/merge-78e86f5' of https://github.com/mpontus/freeCodeCamp into fix/toolpanelConflict
2017-12-24 09:21:03 +00:00
Niko
16dcfb4183
fix: Map button overlap ( #16301 ) ( #16310 )
2017-12-23 23:43:56 -06:00
Berkeley Martinez
59602200c0
Merge pull request #16294 from Bouncey/fix/documentTitle
...
fix(document.title): Update document title for Challenge route
2017-12-23 08:14:05 -08:00
Khaled Saleh
7f2edb6a71
style(challenges): Changed the lesson buttons to match production sty
2017-12-23 09:15:07 -06:00
Mikhail Pontus
3144820405
fix(challenges): Implement Help Dialog
...
This commit applies changes from 78e86f514f .
It introduces Help dialog which guides the user to review Read-Search-Ask
methodology, ask the question on the forums or in gitter chatroom.
This dialog replaces existing Help button which was leading to Gitter Chatroom.
2017-12-23 14:58:06 +03:00
Khaled Saleh
3592f797ec
style(map): Changed the color of the placeholder to grey inste ( #16259 )
2017-12-23 11:28:37 +00:00
Stuart Taylor
b14a821f6c
fix(document.title): Update document title for Challenge route
2017-12-23 11:21:30 +00:00
Berkeley Martinez
65356ff7e7
fix(Challenges/frame.js): Make iframe href base relative to / ( #16221 )
...
This prevents requests from appending to the current challenge url
2017-12-23 09:53:11 +00:00
Kristofer Koishigawa
3df65c30cd
fix(common): Fix for loopProtect undefined error ( #16263 )
...
Edited the file so that the loopProtect code, which is in the head of
the iframe on www.freecodecamp.org, is in the same script tag as the
base challenge content that get's rendered to the page. While the
loopProtect code is not rendered to the page like the rest of the
challenge code, it's within the same scope and seems to function
normally.
BREAKING CHANGE: None that I know of, but will keep checking.
Closes #16260
2017-12-22 14:51:21 -05:00
Angel Eduardo
8ee27fa6ed
fix: missing space in quiz score ( #16241 )
2017-12-21 16:04:20 -06:00
mrugesh mohapatra
8f6deff199
fix: Update text for GitHub and Settings ( #16253 )
...
This commit adds back changes from the
commit 9142aec8ad
Just updates the labels of some of the buttons
2017-12-21 15:35:21 -06:00
Shane Farrar
002e7d38c7
fix(UX): corrected overflow of instruction content ( #16236 )
2017-12-21 00:24:59 -06:00
Jonathan Grah
674ce83ab0
feat(cert): Certificates ( #16185 )
...
* feat(cert): finished layout and design of legacy certificates
* feat(cert): added new certs
* feat(cert): added logic for new certs
* feat(cert): updated claiming challenges
* feat(cert): fixed various small issues
* feat(cert): completed suggested changes
2017-12-20 19:15:23 -06:00
Stuart Taylor
3d86eaecbc
fix(style): Update search bar and apply styles ( #16218 )
...
* fix(style): Update search bar and apply styles
* chore(pkg): Bump react-freecodecamp-search version so there is no autocomplete
2017-12-20 10:48:17 -06:00
Berkeley Martinez
e412ce7d0a
Fix: storage files use challenge files as source ( #16215 )
...
* fix(files): CreateFiles shouldn't preserve previous state
* fix(Challenges): Use fileSpec when pulling from storage
2017-12-19 11:41:09 -06:00
Stuart Taylor
b16993b915
fix(backend): Unable to submit backend project
2017-12-19 00:07:53 +00:00
Berkeley Martinez
b2b1426e22
Feat: react redux migration ( #16200 )
...
* feat: crudely enables test to run solution code against React challenge (and passes!)
* feat: Updates comment
* feat: Adds React 2 and 3, validates challenges in app
* feat: Adds React 4, validates tests
* feat: Adds Peter's migrated challenge seed files for all challenges
* feat: Adds redux, react-redux imports, adds tests for React 7,
* feat: Adds tests for React 08
* fix(challenges): wrap reserved words in <code> and add tests
* feat: complete first two tests for React 9
* feat: modifies tests in React 09
* feat: Adds working tests for React 37, including async setState tests
* feat: Escape hatch to avoid async tests in automated test suite
* feat: Updates React 15 with working tests
* feat: build passes, yay
* feat: Provisions original code string in challenges and adds tests for React Redux 01
* fix(tests): add self-closing tags challenge, other small fixes
* fix(challenge): add react_10, some other stuff
* fix(challenges): update react 22, add react 23
* fix(challenges): react 5 and react 8
* feat: removes dependencies that will break in browser, will replace later
* feat: fix build
* feat: add redux 1
* fix(challenge): add react 24 tests
* feat: partial implemented Redux 2
* feat: migrate redux 3
* feat: Adds React-Redux 04 with working tests under npm test
* feat: Updates automated test runner, just provide all the dependencies. Adds Redux-Thunk.
* feat: Adds working tests for React Redux 07
* feat: redux challenge 4
* feat: migrate redux 5
* feat: redux 6
* feat: migrate Redux test 7
* fix(challenge): add react 25 tests
* feat: Adds tests for React 48, npm test does not pass...
* feat: Migrate Redux test 8
* fix(challenges): skip 26, add react 27 tests
* fix(challenges): add react 28 tests, replace function w/ => throughout, fix linter warnings
* feat: fixes (patches) hard to understand problem with automated test suite
* feat: updates async tests patch
* feat: adds converted tests for React 47
* feat: adds converted tests for React 46
* feat: Partially adds tests for React 43
* docs: adds TO-DO tests for React 43
* feat: migrates tests for React 42
* feat: migrates tests for React 41
* feat: migrates tests for React 39
* feat: Migrates tests for React 38, automated test script fails again!
* feat: migrates tests for React 32
* feat: QAs more React Redux challenge in FCC UI
* feat: Updates tests for React 7
* feat: Migrates React-Redux 3 tests and hardcodes deep-freeze dependency
* feat: migrates React Redux 05 tests
* feat: migrates React Redux 06 tests
* feat: Migrates React Redux 10
* feat: Migrates tests for React 16
* feat: Migrates React 17 tests
* feat: Migrates React 18 tests
* feat: Migrates React 19 tests
* feat: Migrates React 19 tests
* feat: fixing usage of code, replace with editor.getOriginalCode
* feat: Migrates React 21 tests
* feat: Finishes migration of React 09
* fix(challenges): add react 45 tests 💀
* feat: Adds React 11 tests
* feat: Migrates React 50 tests
* feat: Re-enables original code in FCC editor, QAs challenges blocked by original code
* feat: hacks head tail code in editor test environment
* feat: updates React 20 head code
* feat: QAs React Redux 07 in UI
* fix(challenges): add React 29 tests
* fix(challenges): add React 30 tests
* feat: updates async tests
* feat: Migrates React 12, gets ReactDOM challenges working and QAs them
* feat: Migrates React 13 tests
* feat: Migrates tests for React 14 and updates challenge description formatting
* feat: Refactors 2nd test for Redux 02
* feat: Migrates React 33
* feat: Removes React 26 and 43
* feat: Adds React 34 from Kevin
* fix(challenges): add React 31 & 35 tests (thanks Kevin)
* feat: Migrate Redux challenge 10 - pass both UI QA and terminal test
* fix(challenge): add react 40 tests
* feat: Migrates React Redux 02 tests
* feat: Migrates React Redux 08 and fixes async syntax in React challenge
* fix(challenge): add react 49 tests with caveat
* feat: fixes React 49 tests and adds first tests for React Redux 09
* feat: Migrate Redux 11 - pass both terminal test and UI test
* feat: Migrate Redux 12 - passing both UI test and terminal test
* feat: Migrate Redux 13 - passing both terminal and UI tests
* feat: Adding in code tags for previous redux challenges - terminal and UI tests pass
* feat: Migrates React Redux 09 and React 44 (thanks Kevin)
* feat: fix code tag issues - passed UI and terminal tests
* feat: Migrates Redux 14 tests
* feat: Migrates Redux 14
* feat: Migrates Redux 15
* feat: Migrates Redux 17
* feat: Final migration and QA of Redux, except for Redux 9
* feat: migrates React 36 and QAs
* feat: Rewrites Redux 09 and migrates
* feat: refactors pull request and cleans up code
* style(challenges): QA React challenges
* style(challenges): QA react challenges
* fix(challenges): fix react 41 and 45 tests
* style(challenges): QA redux challenges
* style(challenges): QA react and redux challenges
* fix(seed/react): Move head/tail to files
* fix(seed/redux): Move head/tail to file level
* chore(packages): Move jsdom to dev deps
* fix(seed/react/redux): Async funcs
make async func defined
* fix(seed): %s/editor.getUserCode/getUserInput/gc
* fix(Challenges/build): Make sure head/tail is bundled and transformed
* feat(Challenges.react): Add tail to render component
* chore(seed): Disable modern challenge testing for now
We will put these on beta while we update the auto testing framework
2017-12-18 15:04:03 -06:00
Berkeley Martinez
49133ab3d6
Merge pull request #16211 from Bouncey/fix/scroll-position
...
fix(Instructions): Scroll to top on update
2017-12-18 11:49:40 -08:00
Stuart Taylor
b4542a5aa3
feat(search): Add react-freecodecamp-search to Nav ( #16209 )
2017-12-18 10:48:21 -06:00
Stuart Taylor
e0f620ad59
fix(Instructions): Scroll to top on update
2017-12-18 12:43:48 +00:00
Quincy Larson
3c077561fa
fix(linting): Fix linting issue
2017-12-16 20:11:03 +05:30
Quincy Larson
cda82d68fe
feat(navigation): Fix vertical bar in navbar and change "side panel"
2017-12-16 20:11:03 +05:30
Quincy Larson
7a110aaf55
fix(navbar): Fix a mistake I left in the CSS
2017-12-16 20:11:03 +05:30
Quincy Larson
59dc80a621
feat(navbar): Adds vertical line between normal navigation and p
2017-12-16 20:11:03 +05:30
Berkeley Martinez
b1e9a172a2
Feat: anon navbar ( #16189 )
...
* chore(React): %s/react-pure-render/React.PureComponent/gc
* fix(Settings): Should redirect to signup when unauthen
* feat(Development): Use SES for mail if defined
* feat(Nav): Show anon navbar when logged in
* fix(server/datasources): Make sure mailhog works if no ses keys are found
LB will use both mail settings if using both local and dev
* fix(Nav): Use text instead of icons
* fix(Nav): Make donate page open in new tab
2017-12-15 15:53:32 -06:00