aboutsummaryrefslogtreecommitdiff
path: root/routes/user.js
Commit message (Collapse)AuthorAge
* Added more unit tests, fixed some bugs in the code, fixed voting alert ↵HumairAK2016-07-26
| | | | prompts and redirects
* Removed jsdom - causing issues on windowsnanalelfe2016-07-26
|
* Added add_user: extra check if username is taken by an admin (and nice ↵nanalelfe2016-07-26
| | | | versa). Fixed Answered, Inbox and comments fields in user_profile
* mergednanalelfe2016-07-25
|\
| * added admin confirmation and alert messages for submissionsHumairAK2016-07-25
| |
| * added warning message for adding solution while not logged inHumairAK2016-07-25
| |
* | need pull"nanalelfe2016-07-25
| |
* | Added popup window to view messages in profile pagenanalelfe2016-07-25
|/
* Minor fixnanalelfe2016-07-25
|
* Updatenanalelfe2016-07-25
|\
| * Accounted for empty comment history in retrieve_userComments_historyHumairAK2016-07-25
| |
* | need pulLnanalelfe2016-07-25
|/
* Merge branch 'master' of https://github.com/HumairAK/solutions_reponanalelfe2016-07-25
|\
| * minor fix to submitting a solutionHumairAK2016-07-25
| |
* | Profile page hangingnanalelfe2016-07-25
|/
* Merge branch 'master' of https://github.com/HumairAK/solutions_reponanalelfe2016-07-25
|\
| * fixed conflictHumairAK2016-07-25
| |\
| * | added all admin panel functionalityHumairAK2016-07-25
| | |
* | | Populated profile page with commentsnanalelfe2016-07-25
| |/ |/|
* | Fixed /send_message error/success message show up.nanalelfe2016-07-25
|/
* Added voting to front endHumairAK2016-07-24
|
* added comments to frient-endHumairAK2016-07-24
|
* fixed inbox mail pullHumairAK2016-07-24
|
* resolved conflictHumairAK2016-07-24
|\
| * Mergednanalelfe2016-07-24
| |\
| * | Implemented messaging system. Form neesds to be fixednanalelfe2016-07-24
| | |
* | | minor fixesHumairAK2016-07-24
| |/ |/|
* | minor fixesHumairAK2016-07-24
| |
* | Added some add_solutions functionalityHumairAK2016-07-24
|/
* Added comments for user, along with dummy data if the user doesn't have any ↵nanalelfe2016-07-24
| | | | comments
* Added route protection for the admin panel, and additional for user. Nav ↵nanalelfe2016-07-23
| | | | changes depending on admin/user
* Created admins collection. Added admin authentication.nanalelfe2016-07-23
|
* Populated user info into user_profile.hbsnanalelfe2016-07-23
|
* Fixed session storage. Fixed optional phone number in signupnanalelfe2016-07-23
|
* Fixed minor issuenanalelfe2016-07-23
|
* Resolved conflictnanalelfe2016-07-23
|\
| * moved admin route data into admin.jsHumairAK2016-07-22
| |
* | Leftover commitsnanalelfe2016-07-23
|/
* Cleaned up the routing for users. Header changeable depending on whether ↵nanalelfe2016-07-22
user is logged in or not. Logout option.