aboutsummaryrefslogtreecommitdiff
path: root/src/services/UserProfileService.ts
AgeCommit message (Collapse)Author
2021-05-17Fixed bugs for plus sign in profileBrian Kim
2021-05-10updating state to check taken email/usernamesGeorge Rusu
2021-04-21Merge branch 'master' into hotfix-linting-fixupIvan Chen
# Conflicts: # .eslintrc.js # src/components/notifications/Notification.tsx # src/screens/onboarding/legacy/SocialMedia.tsx # src/screens/onboarding/legacy/WaitlistSuccessScreen.tsx # src/screens/profile/CategorySelection.tsx
2021-04-21updated to use the new endpointIvan Chen
2021-04-20lintedIvan Chen
2021-03-29Refactoring changesankit-thanekar007
2021-03-29Added API for updating account toggleankit-thanekar007
2021-03-26Merge branch 'master' into tma728-select-school-onboardingIvan Chen
# Conflicts: # src/services/UserProfileService.ts # src/types/types.ts
2021-03-25updated to use formdata for register, make university requiredIvan Chen
2021-03-25refactored editprofile endpointIvan Chen
2021-03-25renamed to profile and headerIvan Chen
2021-03-25added is_privateIvan Chen
2021-03-24cleaned up logicIvan Chen
2021-03-23updated types, using api/profileIvan Chen
2021-03-17better fix for imagesIvan Chen
2021-03-17using s3 url instead of image passed from backendIvan Chen
2021-02-26onboarding revamp done!Ivan Chen
2021-02-23fixed people state inconsistenciesIvan Chen
2021-02-12now using suggested_people_linked, moved things aroundIvan Chen
2021-02-11added onboarded flag to storeIvan Chen
2021-02-11dispatching reducer while updating backendShravya Ramesh
2021-02-11removed console log for tokenShravya Ramesh
2021-02-11added async function to services for backend callShravya Ramesh
2021-02-09changed insta icon + added extra prop for switchShravya Ramesh
2021-01-21updated regex, removed authentication, updated validationIvan Chen
2021-01-16Merge branch 'master' into tma538-friend-requestsAshm Walia
2021-01-16DoneAshm Walia
2021-01-15updated some stringsIvan Chen
2021-01-15created strings.ts and lintingIvan Chen
2021-01-15friend requestShravya Ramesh
2021-01-12[TMA 491 Frontend] Revamp onboarding (#173)Ashm Walia
* First commit, arrow excluded * Done from my side * Some small nitpicks * exclude tsconfig * Show profile screen after onboarding * Update string * Small fix * small cosmetic
2020-12-30[TMA - 457]Change followers to friends (#149)Ashm Walia
* One commit to replace followers with friends * Move block unblock to drawer and some cosmetic changes * Options to edit own profile when viewing * Changes for University Class * Small fix * Made ProfileOnboarding a scroll view and other small changes * Small fix * Small fix thanks to ivan and tanmay * Add ?
2020-12-29[TMA-461] Notifications Screen (#151)Ivan Chen
* renamed ProfileStack to MainStack, created initial notifications data type * cleaned up code * added notifications to redux * finished sectioned list * updated types to make more sense * finished sectioned notifications by date * updated notification type and tested mock backend integration * finished read or unread logic * minor changes * another minor fix * finished integration * moved stuff * added ability to navigate to user profile Co-authored-by: Husam Salhab <47015061+hsalhab@users.noreply.github.com>
2020-12-22update endpoints (#143)Husam Salhab
2020-12-10fix (#136)Ashm Walia
2020-12-08[TMA-308] Forgot password logic [Frontend] (#131)Ashm Walia
* Done with changes * Submit on enter * Fixed StrongPassword issue * Clean and modular Verification.tsx * small fix
2020-12-08[TMA-410] Edit Non-Integrated Socials (#126)Ivan Chen
* removed refs, added KB avoidance, UI done * missed some things * now parsing response correctly from backend * fixed naming * now allow empty strings to un-link a social * hide field if empty, allow empty string, fixed taggs bar not updating bug * Fix bug where non integrated socials do not show up on edit profile page Co-authored-by: Ashm Walia <40498934+ashmgarv@users.noreply.github.com> Co-authored-by: Ashm Walia <ashmwalia@outlook.com>
2020-12-04[TMA - 398 AND TMA-430] Replace Providers with Redux Store (#125)Ashm Walia
* First * WIP * Thunk * Some more comments * sc * recent searches and follounfollow * Edit profile dummy * Block / unblock and some cleanup * Replace auth provider * Sc * Delete AP after rebase * Discover users * Cleanup * More cleanup * Replace profile provider * Fixed build failure * Fixed a bug reported * Prevent app crash when backend server is down
2020-11-17[TMA-382] Edit profile screen (#121)Shravya Ramesh
* added more icon * a less fat icon * and the actual icon asset * bottom drawer skeleton done * removed warning, better code * a more completed skeleton done * bottom drawer done! * Added content container, sent birthday picker props, minor styling * differenciating defined and undefined birthdate in birthdate, datepicker * removed restricting width for TaggDropDown * Added edit profile screen to navigator stack * Add EditProfile view, refresh profile view on save * Removes unnecessary import * Stores gender and birthdate as part of ProfileType * Added gender, birthdate, isEditProfile to AuthProv * Conditional view applied for edit profile button * Includes discarded changes in previous merge- BD * removed unused icon * resolved scary warnings * added icon to drawer * Small fix * minor code improvement * sc * fixed birthday bug * custom gender updation fixed * small change to birthday default value * missed something * cleaned up types! Warnings gone! * fixed another gender picker bug * fixed gender bug and cleaned up logic * removed warning, MUCH better code now Co-authored-by: Ivan Chen <ivan@thetaggid.com> Co-authored-by: Ashm Walia <ashmwalia@outlook.com>
2020-10-27[TMA-180] Image Carousel for Tagg Posts (#77)Ivan Chen
* image carousel done * fixed a minor bug * TikTok is TikTok NOT Tiktok OKAY? Co-authored-by: Husam Salhab <47015061+hsalhab@users.noreply.github.com>
2020-10-27[HOT FIX] Refactor to make things clean and make the app work (#82)Ashm Walia
* Refactored * Final refactor with an issue * It works * Whoops
2020-10-25[TMA-237] Added modal for user registration and redirect (#61)George Rusu
* move async-storage * removed lock files * added lock files to gitignore * added the wrong file to gitignore * added modal for user registration and redirect * api call to get list of linked socials for each user to display appropriate icon * fixed indentation and linting * refactored modal and browser sign-in * now dynamically adding linked and unlinked taggs, added a bunch of TODOs for tomorrow * added svg icons * done? finished taggs bar UI and all the navigations including modal * fixed some bugs and added more TODOs * fixed some bugs and refactored posts fetching logic * fixed taggs bar bug * done, it will update everything correctly * added comments * added tiktok Co-authored-by: hsalhab <husam_salhab@brown.edu> Co-authored-by: george <grus6928@gmail.com> Co-authored-by: Ivan Chen <ivan@thetaggid.com>
2020-10-24[TMA 301] Add follow/unfollow button to profile (#70)Ashm Walia
* Follow Unfollow User * Fixed an issue and moved api call to Content.tsx * last * Small changes
2020-10-22[TMA-242] Twitter and Facebook Tagg View (#63)Ivan Chen
* modified the way we store social media data, initial skeleton * MVP? Twitter done? * cleaned up some things * forgot to lint and cleaned up some more code * minor change to text display * fixed some UI bug, linting, and minor adjustment to posts UI * fixed a couple of things * added DateLabel, Facebook taggs view, fixed minor stuff * Some small changes for the PR * removed unused Feed Co-authored-by: Ashm Walia <ashmwalia@outlook.com>
2020-10-18[TMA 279] Ability to search and view someone's profile (#58)Ashm Walia
* Batch one : major changes * WIP checkpoint * The one before the final touch * Probable final touch * ran yarn lint D: * linter broke something * fixed a small bug * Addressed a small nitpick * Well abstracted now Co-authored-by: Ivan Chen <ivan@thetaggid.com>