Commit Graph

1337 Commits (eba29a7cd5da38978f797a9cb002d84276b7cd4b)

Author SHA1 Message Date
Quincy Larson e2ed1ace2b Merge pull request #10435 from BerkeleyTrue/fix/flash-to-toast
Fix(flash): Turn flash messages into toasts.
2016-09-04 00:59:34 -07:00
Quincy Larson 5f3911ec7a Merge pull request #10432 from BerkeleyTrue/fix/add-delete-page
Fix(settings): Add separate delete page
2016-09-03 18:04:42 -07:00
Berkeley Martinez b459dfd0a5 Merge pull request #10451 from alanbares/feature/update-sign-in-path
Update signin and add signup
2016-09-03 09:13:57 -07:00
alanbares e857df29a6 Update signin and add signup
Add missing semicolon
2016-09-02 21:57:56 -07:00
Cameron Pattisall a859a813d5 removed sneaky console log 2016-09-02 13:25:56 -04:00
Berkeley Martinez e0fbc9b1f4 Fix(settings): Redirect to about from delete-my-account page
per @quincylarson's suggestion
2016-09-01 19:00:10 -07:00
Berkeley Martinez 1a7c289324 Fix(flash): Turn flash messages into toasts. 2016-09-01 17:37:30 -07:00
Berkeley Martinez 7509041511 Fix(settings): prevent non user from hitting delete page 2016-09-01 15:40:32 -07:00
Berkeley Martinez b17d6c37f2 Fix(settings): Add separate delete page 2016-09-01 15:33:46 -07:00
dhcodes bbfcf1af54 add links to images in shop 2016-08-31 16:07:36 -05:00
Berkeley Martinez f7cffb2f16 Merge pull request #10083 from allonhadaya/fix/unsub-simple
Simplify the unsubscribe routes and handlers.
2016-08-30 12:05:45 -07:00
Quincy Larson 76a3f3c217 fix reference to old wiki 2016-08-19 21:27:35 -07:00
Mika Vesasto 1d7d9aabe6 Added a medium story link to FAQ 2016-08-16 10:18:01 +03:00
alanbares b00b7dd3d2 Add question to faq about fast tracking non-camper students to nonprofit projects 2016-08-15 16:16:45 -07:00
Berkeley Martinez 043832302e Fix(lang): update challenge lang on user lang change 2016-08-12 17:19:34 -07:00
Arun Kumar 1e01f48dae
Fix grammar issue 2016-08-12 12:14:52 +05:30
Berkeley Martinez 8be0d194a5 Fix(challenge): update user challenge map on challenge complete 2016-08-11 16:41:03 -07:00
Mrugesh Mohapatra e8a73728e2 Merge pull request #10107 from BerkeleyTrue/fix/nav-settings
Fix(nav): Avatar/points should always lead to settings
2016-08-06 23:22:16 +05:30
Berkeley Martinez f076f09a45 Fix(nav): Avatar/points should always lead to settings 2016-08-06 07:33:01 -07:00
Berkeley Martinez 94c4c846e9 Feature(theme): add nightmode react logic
We wait to load the user before applying the theme
as we will begin aggressively caching most of the react
app routes. This means we can not depend on user data to
determine.
2016-08-06 07:24:10 -07:00
Berkeley Martinez 3d05eee0ea Fix(routing): add protections against malformed data 2016-08-05 14:49:23 -07:00
Berkeley Martinez c3c640d00a Fix(nav): Use current-challenge instead of next-challenge for logo 2016-08-04 14:51:31 -07:00
Allon Hadaya bf564a5023
Simplify the unsubscribe routes and handlers.
The intention of issue #8115 seems to be to consolidate unsubscribe
behaviour. This commit attempts to formalize this by handling all
unsubscribe routes with the same exact handler.

It changes the behaviour of unsubscribe-notifications to be consistent
as discussed in pull request #8135.
2016-08-04 16:03:56 -04:00
Berkeley Martinez 8121ada14c Feature(routing): add current-challenge redirect logic 2016-08-04 10:49:37 -07:00
Berkeley Martinez 2b32fb3633 Feature(challenges): save users current challenge to db
This allows us to automatically load their current challenge
2016-08-03 15:51:28 -07:00
Mrugesh Mohapatra 0a90d0f1d3 Merge pull request #10041 from BerkeleyTrue/regression/add-current-challenge
Fix(accounts): show challenge info on user profile
2016-08-02 22:35:55 +05:30
Mrugesh Mohapatra 553b2e6ee0 Merge pull request #10010 from atjonathan/fix/wiki-to-forum
Replaced wiki links with new forum links
2016-08-02 16:22:08 +05:30
Berkeley Martinez 606bfd7c88 Fix(accounts): show challenge info on user profile
This changes the behavior of the user profile page to pull the current
challenge info from our challenge map and overwrite the user challenge.
This should also make name changes point to the correct challenge
regardless of the info saved to the user profile
2016-08-01 18:48:31 -07:00
That Guy 90c176516c Changed release date for D3 and React Challenges 2016-08-01 11:50:14 +01:00
theflametrooper a45b0a5685 Replaced wiki links with new forum links 2016-08-01 10:20:08 +01:00
Berkeley Martinez ff13fc4835 Fix(layout): use specific body css tag for react 2016-07-28 23:41:23 -07:00
Berkeley Martinez 8bbe0b31f9 Fix(css): trimming of app sides on mobile
add class container to body
2016-07-28 23:41:23 -07:00
Berkeley Martinez 1981e5b1a9 Fix(routes): ignore link routes in lang redirects 2016-07-28 23:41:23 -07:00
Berkeley Martinez 2e9b179626 Feature(challenges): Load and cache required files 2016-07-28 23:40:01 -07:00
Berkeley Martinez 2d7e96045c Fix: remove old middleware config 2016-07-28 23:40:01 -07:00
Berkeley Martinez 9a2dfca0fc Feature(settings): complete settings page logic 2016-07-28 23:40:01 -07:00
Berkeley Martinez 5d94cb369d Feature(server): Add response type detecting to lang redirect 2016-07-28 23:40:01 -07:00
Berkeley Martinez 0d3dd75f41 Feature(settings): add user flag logic
This also moves a couple of settings to their own controller
2016-07-28 23:40:01 -07:00
Berkeley Martinez 2f98976de1 Feature(react): Move settings to React 2016-07-28 23:40:01 -07:00
Berkeley Martinez 822eb541de Feature(pages): Add 404 page
To prevent loops, server errors will lead here instead of map page
This page can be static to prevent infinite loops
closes #9463
2016-07-28 23:40:01 -07:00
Berkeley Martinez 0418c71509 fix(server): typo in commit router
closes #9345
2016-07-28 23:40:01 -07:00
Berkeley Martinez 44b83ce494 Fix(views): remove wiki/map iframe drawers
closes #9460
2016-07-28 23:40:01 -07:00
Berkeley Martinez 627c92c72f Fix(challenges): make challenge height auto
closes #9347
2016-07-28 23:40:01 -07:00
Berkeley Martinez f736042bfc Fix(server): remove legacy redirect
closes #9345
2016-07-28 23:40:01 -07:00
Berkeley Martinez 2461530944 Refactor(views): remove old challenge/map jade files 2016-07-28 23:40:01 -07:00
Berkeley Martinez 4815f98e8c Fix(map): remove map drawer from non-react pages
map drawer will be reserved for react pages only
closes #9341
2016-07-28 23:40:01 -07:00
Berkeley Martinez 668bd74690 Fix(lint): Add import eslint and fix import errors 2016-07-28 23:40:01 -07:00
Berkeley Martinez cc0543d5df Fix(lint): correct lint errors 2016-07-28 23:40:01 -07:00
Berkeley Martinez b434ef6e43 Feature(map): add super block message logic 2016-07-28 23:40:01 -07:00
Berkeley Martinez 2805835de5 Fix(map): Fix superblock title/name on api call 2016-07-28 23:40:01 -07:00