Berkeley Martinez
de0101328f
Merge pull request #15187 from raisedadead/fix/placeholder-project-view
...
fix(frontend-projects): replace video with image thumbnail
2017-07-17 16:33:41 -07:00
Berkeley Martinez
2fcd976700
fix(signup): signup auth ( #15628 )
...
* fix(models.user): Colocate all user methods
Moved user methods/extensions into one file. Tracked down `next method
called more than once` error and setting headers after their sent. Let
regular error handler handle api errors as well.
* feat(server.auth): Disable github account creation
We are no longer allowing account creation through github
* refactor(Auth): Move user identity link into models dir
* feat(Disable link account login): This removes the ability to use a linked account t
* feat(errorhandlers): Add opbeat, filter out handled error
2017-07-14 00:09:07 +05:30
Mrugesh Mohapatra
91105bdf12
fix(frontend-projects): replace video with image thumbnail
2017-07-13 21:50:47 +05:30
Dylan
6608f82d5a
reset to top on new challenge ( #15607 )
2017-07-09 12:58:25 -05:00
Luke Bousfield
121f53a20b
Replaced 'startsWith' with RegExp.test()
2017-07-02 15:15:23 +01:00
Berkeley Martinez
36c61b1c52
Merge pull request #14979 from padulam/feature/bug-modal-issue-link
...
Updates create issue button in bug modal to direct user to forum
2017-06-21 15:43:40 -07:00
padulam
ec020ad471
Add available for hire button
2017-06-18 09:13:48 -04:00
Dylan
e1a2fecd13
add donate links and mousetrap
2017-06-05 16:46:04 +01:00
padulam
ea951052a3
Point bug modal to forum
2017-05-30 10:17:21 +05:30
Berkeley Martinez
70f2b797d9
Fixs classic modal styling not rendering
...
Move classic modal less files co-locating them in the app file structure
2017-05-19 05:46:35 +01:00
Stuart Taylor
2ed64dc1e5
Add a settings skeleton
2017-05-03 00:21:42 +01:00
Berkeley Martinez
ee8ac7b453
feat(rechallenge): Retool challenge framework ( #13666 )
...
* feat(rechallenge): Retool challenge framework
* fix(code-storage): should use setContent not updateContent
* fix(rechallenge): fix context issue and temporal zone of death
* fix(rechallenge): Fix frame sources for user code
* fix(polyvinyl): Set should ignore source and transform should keep track of source
* fix(rechallenge): Missing return statement causing issues
2017-04-28 20:30:23 -05:00
Berkeley Martinez
f018cae686
Merge branch 'staging' into fix/update-config-for-debug-setups
2017-04-17 14:38:28 -07:00
Berkeley Martinez
8dd66b5084
fix(classic-challenge): should not show scroll bar if not needed ( #13981 )
2017-03-22 00:06:58 -05:00
Mrugesh Mohapatra
566de3e3f2
fix: Update config to be flexible for host
2017-03-20 12:13:27 +00:00
Berkeley Martinez
53001012d1
feat(Map): Map now is closed by default ( #13980 )
2017-03-18 02:38:11 -05:00
Berkeley Martinez
f4443e16dd
feat(nav): make navbar static ( #13673 )
...
* feat(nav): make navbar static
make the navbar in react layout and the static layout stick to the top of the screen
* feat(challenges): Make classic view flex
Classic view now uses flex to control it's height. This was necessary to control view and allow
navbar to be static on other pages.
This breaks mobile view and other non-classic challenge views
* feat(app): Add logic to make screen expand on tablet
* fix(app): let routes define their content structure
* fix(less): use American spelling of gray
* fix(classic-preview): make preview smaller to prevent scroll
* feat(classic-frame): Make frame border less distinct
* fix(challenges): scope test suite less to challenges
* feat(challenges): make generic ChallengeTitle component
2017-03-13 18:17:07 -05:00
Eric Leung
f046a7d5c3
Add space in challenge step counter within parens
2017-03-09 01:42:09 -08:00
Berkeley Martinez
b9c54fb859
Merge pull request #13164 from no-stack-dub-sack/fix/backend-challenge-wrapper
...
fix(challenges): add class to backend challenge wrapper, fix basic no…
2017-02-28 13:43:54 -08:00
Berkeley Martinez
4d4516a2bc
Merge pull request #12497 from Bouncey/fix/update-eslint-plugin-react
...
Enable react/sort-prop-types rule
2017-02-27 14:00:38 -08:00
quentin
de707c185e
indexOf() instead of includes()
2017-02-20 15:42:50 -05:00
Peter Weinberg
9ec760fa54
fix(challenges): add class to backend challenge wrapper, fix basic node formatting
2017-02-17 20:20:23 -05:00
Stuart Taylor
c96ce25598
Enable react/sort-prop-types rule
2017-02-05 13:13:36 +00:00
Peter Weinberg
0b60d7de3a
chore(seed): freeCodeCampify remaining sections of codebase
2017-02-02 18:29:59 -05:00
Dylan
2d836f0237
Merge pull request #12917 from systimotic/feature/editor-focus-hotkeys
...
Add editor focus and unfocus hotkeys
2017-01-29 21:44:24 -06:00
Samuel Plumppu
3ebfb05171
Merge pull request #12856 from systimotic/fix/bug-reporting-indentation
...
Fix closing backticks indentation on bug report
2017-01-29 22:20:57 +01:00
systimotic
c57f577fe0
Add editor focus and unfocus hotkeys
2017-01-27 16:42:05 +01:00
systimotic
01d10c5316
Fix closing backticks indentation on bug report
2017-01-27 09:24:21 +01:00
Berkeley Martinez
f1d936198e
feat(challenges): add backend challenge infrastructure ( #11058 )
...
* Feat: Initial backend view
* Feat: Refactor frame runner
* Feat: backend challenge submit runs tests
* Feat: Backend challenge request
* Feat: Whitelist hyperdev in csp
* Fix: Use app tests instead of challenge tests
* Feat: Allow hyperdev subdomains
* Fix(csp): allow hypderdev.space subdomains
* feat(challenge): submit backend
* feat: Add timeout to test runner (5 sec)
* chore(seed): Add more to test backend
* fix(csp): s/hyperdev/gomix/g
* fix(app): fix code mirror skeleton filepath
* fix(app): remove Gitter saga import
* fix(app): codemirrorskeleton does not need it's own folder
fix(app): cmk needs to work with Null types
* fix: No longer restart the browser when challenges change
* fix(app): Update jquery for challenges
* fix(seed): Remove to promise jquery call
* fix(lint): Undo merge error
undefined is no allowed
* fix(app): linting errors due to bad merge
* fix(seed): Remove old seed file
2017-01-26 23:07:22 -06:00
Berkeley Martinez
962675ee17
feat(api): Add active user api
2017-01-26 18:01:15 -08:00
Samuel Plumppu
1196093ca2
Merge pull request #12833 from systimotic/fix/es6-linting
...
Fix ES6 linting
2017-01-25 17:16:17 +01:00
systimotic
9d457c4cac
Fix ES6 linting
2017-01-25 15:29:52 +01:00
Mrugesh Mohapatra
f262bfd960
fix(night-mode): Update indenting and change border color
2017-01-24 22:23:20 +05:30
Markus Török
e1261526d8
fix(night-mode): Add css classes to unsubscribe button
...
Add class btn-toggle and remove bg-color from inactive buttons in night mode
2017-01-24 22:17:45 +05:30
systimotic
6e653c65bd
Center images in introduction challenges
2017-01-21 21:58:34 +01:00
dhcodes
d45dd23adf
update blockNameify preformattedBlocks for beta
2017-01-19 21:16:48 -06:00
Peter Weinberg
3ed485b14a
chore(common): updated common to freeCodeCamp
2017-01-14 19:49:01 -05:00
Quincy Larson
ed91c4bf09
Merge pull request #12438 from BerkeleyTrue/fix/open-toggle-warning
...
fix(nav): add noop for onToggle to remove warning
2017-01-09 23:28:38 -06:00
Berkeley Martinez
0cd2e9b390
fix(settings): Lang attribute warnings
2017-01-08 20:33:00 -08:00
Berkeley Martinez
f25d850c92
fix(nav): add noop for onToggle to remove warning
2017-01-08 19:58:45 -08:00
Stuart Taylor
a9059eb2c6
Make translated challenge titles searchable
2017-01-07 22:36:45 +00:00
Stuart Taylor
b9c7532efd
Next step unlocked persistence
2017-01-05 21:33:52 +00:00
Berkeley Martinez
8bb85c9f8d
Merge pull request #11784 from Bouncey/fix/entitiesReducerRefactor
...
Fix: Entities reducer refactor to enable update of redux-actions
2017-01-04 16:16:53 -08:00
Stuart Taylor
bba4ecc13c
Refactor entities reducer for redux-actions update
2017-01-05 00:09:47 +00:00
Berkeley Martinez
dd5425eb21
Merge pull request #12306 from Bouncey/feature/codemirrorSkeleton
...
Render CodeMirror skeleton for SSR
2017-01-04 15:42:57 -08:00
Berkeley Martinez
568091785f
Merge pull request #12322 from systimotic/fix/improve-log-output
...
Improve console.log output
2017-01-04 15:39:01 -08:00
Quincy Larson
19facd3781
add new nav dropdown options
2017-01-04 22:55:46 +00:00
systimotic
27713a9d21
Improve console.log output
2017-01-04 18:25:54 +01:00
Stuart Taylor
075476f15f
Render CodeMirror skeleton for SSR
2017-01-03 21:25:14 +00:00
Berkeley Martinez
3d93e70a73
Show dropdown on hover
2017-01-03 07:04:07 +00:00