Berkeley Martinez
0af881a177
feat(User): Add remove getMessages method
...
We'll use this api to get flash messages on the front end up
2018-01-18 15:20:54 -08:00
Berkeley Martinez
6042ce2a84
fix(User): Allow confirm
...
This is still used for email confirmation on update
2018-01-02 23:38:01 +05:30
Berkeley Martinez
07f30427cb
feat(User/Auth): Use stand alone auth token
2018-01-02 23:38:01 +05:30
Berkeley Martinez
7a922229f4
chore(Loopback): Normalize configs using cli
2018-01-02 23:38:01 +05:30
Berkeley Martinez
c55f0e5e89
fix(User): Deny old auth api
2018-01-02 23:38:01 +05:30
Berkeley Martinez
5e38ae4347
fix(User): Typo
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
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
Berkeley Martinez
69fa4b3098
Merge pull request #15892 from raisedadead/feat/lb3-upgrade
...
feat(LoopBack): Upgrade to LoopBack 3
2017-11-27 13:33:01 -08:00
Mrugesh Mohapatra
c50965290e
fix(email-auth): add missing properties to user
2017-11-16 11:34:50 +05:30
Mrugesh Mohapatra
c9a961d3d8
fix(github-auth): add missing properties to user
2017-11-16 11:34:50 +05:30
Mrugesh Mohapatra
e652ad934a
fix: Email should be switched before confirm
2017-11-01 01:43:22 +05:30
Mrugesh Mohapatra
5e61fd53d1
fix(user): Add update new-email placeholder property
2017-10-28 00:24:27 +05:30
Mrugesh Mohapatra
9ccfe4f72c
refactor: Update methods to sensible names
2017-10-28 00:24:27 +05:30
Joshua Riddle
6cbdbc2580
feat(user): Track challenge submissions count
...
BREAKING CHANGE: none
Closes #14881
2017-09-07 20:47:26 -07:00
Mrugesh Mohapatra
f8c818e7e7
Implement passwordless login
...
* Created a new rest API to create and save a temporary token that
can be exchanged for a access token.
* Updated the sign in view
* Add email template for sign in links
* Add route to request a access token and login user
* Make the email views conistent
2017-09-01 17:14:43 -07:00
padulam
ec020ad471
Add available for hire button
2017-06-18 09:13:48 -04:00
Berkeley Martinez
962675ee17
feat(api): Add active user api
2017-01-26 18:01:15 -08:00
Ivan Sebastian
a455ec0dc1
show core team status in user profile
2016-10-29 15:54:42 +07:00
Janice Shiu
0696825fc3
standardize capitalization and fix typos
2016-10-04 10:34:07 +08:00
Dylan
5e9f22e05f
fix typo in user.json
2016-09-24 10:44:18 -05:00
Berkeley Martinez
42de7c57ef
Feature(nav): clicking on logo takes user to current challenge
2016-08-03 15:51:28 -07:00
Berkeley Martinez
078560c3ba
Add language routing
2016-07-28 23:40:01 -07:00
Berkeley Martinez
6898d961bf
Normalize model json using generator loopback
2016-07-28 23:39:17 -07:00
Berkeley Martinez
e29a2a9716
feature(email): add ability to verify current email
2016-06-02 15:23:49 -07:00
Berkeley Martinez
e72ad8c513
fix(ui): Fix flash shown to user on page refresh
...
Store user theme preference on user object.
Must be logged in to use themes
2016-05-12 18:52:03 -07:00
Mrugesh Mohapatra
3d55b9bb8b
Add Update Email View
...
This commit:
- Displays the user's email that we have on records
- Adds a button in the settings to update email
- Adds a form view to update the email
- Fixes CSS for the Email icons and the email form
~ Credits to @hallaathrad
- Linting fixes and updated with Berkeley's Comments
- Streamline checks and fix scope
- Add AJAX Calls
- Add flash messages
- Update the views & add XHR value
2016-05-02 18:33:37 +00:00
Quincy Larson
e98fc9d9ff
Remove Google and Facebook links from user profiles and settings page for privacy reasons
2016-04-04 22:21:34 -07:00
Quincy Larson
d47aed4850
factor out settings page with email settings
2016-03-14 23:59:24 -07:00
Berkeley Martinez
07d54a455c
Add challengeMap migrations
2016-02-10 10:06:36 -08:00
JelenaBarinova
29f93df1bb
Getting users timezone on client side and passing it to server side within POST (on challenge complete), showing users stats with users timezone
...
After CR
2016-01-26 15:09:47 -08:00
Berkeley Martinez
6b6232fb3e
Block certs from cheaters
2016-01-24 15:48:00 -08:00
Berkeley Martinez
52fd15284a
Add banning to camper news
2016-01-12 22:07:19 -08:00
Berkeley Martinez
a7f04cdc11
Add data vis certification
2016-01-11 15:58:37 -08:00
Berkeley Martinez
0b4052fc38
Add prop to user model
2015-12-14 13:19:30 -08:00
Berkeley Martinez
c8da944caf
Add logic to load nonprofit on query
...
Add logic to model update
2015-10-06 19:51:19 -07:00
Berkeley Martinez
188da02ffc
Fix disable cert
...
Disable certificate when user is locked to the public
or when they haven't signed academic honesty
2015-10-05 20:00:25 -07:00
Berkeley Martinez
8c48626f03
Add certification page
2015-10-05 15:55:50 -07:00
Berkeley Martinez
ee35fe075c
Feature show Waypoints on user profile page
...
This PR also fixes some bugs in lockedDown mode
2015-10-01 23:03:52 -07:00
Berkeley Martinez
6c305dbc67
feature make completedChallenges uniq
...
now when users complete a challenge, it will instead update the
last save if it exists.
2015-10-01 22:19:26 -07:00
Quincy Larson
b197358056
make one page profile with bonfire solution urls
2015-09-30 21:04:16 -07:00
Quincy Larson
e74533a727
add lockdown mode toggling
2015-09-27 17:08:56 -07:00
Quincy Larson
ccf5504537
add tshirt voting mechanism
2015-09-27 10:49:44 -07:00
Berkeley Martinez
112972cfdd
fix enables email login
2015-08-18 01:32:37 -07:00
Berkeley Martinez
13b38aefb5
add random attribute to user props
...
Allows easier random sampling
2015-08-15 12:19:36 -07:00
Berkeley Martinez
4b0a9bef0a
fix social auth scheme
...
closes #1734
2015-08-12 20:10:12 -07:00
Berkeley Martinez
e6d05e3421
fix specify index using mongodb property
2015-08-05 19:08:25 -07:00
Berkeley Martinez
8c7a9dd818
fix trim and lowercase user username and email
2015-08-05 18:51:15 -07:00
Berkeley Martinez
e9958281c9
pull user bio from github
2015-08-05 17:49:54 -07:00
Berkeley Martinez
3cfd69c704
add loopbackMigrationGrandfathered flag
2015-08-05 13:01:48 -07:00