and though bugs are the bane of my existence, rest assured the wretched thing will get the best of care here

  1. 02 Jun, 2016 4 commits
    • Xavier Lozinguez's avatar
      merge migration · cc160d07
      Xavier Lozinguez authored
      cc160d07
    • Xavier Lozinguez's avatar
      PLAN-215-INTEGRATION: (merge) Merge PLAN-215-integration into integration · cada5651
      Xavier Lozinguez authored
          afa2271c - PLAN-215: adjusted admin to address angular 1.5.5 migration error messages
          f15082ac - GREEN-2152: adjusted auth_check logic around auth routes
          5c009e3e - GREEN-2152: Adjusted behavior when trying to access sign in and reset password while already logged in
          b8f7ea6e - PLAN-215: Removed LinkedIn Signup related code & Cleaned up BE code
          564cfacf - PLAN-215: addressed ui-select issues linked to angular upgrade
          a9f1e77d - PLAN-215: Fixed bug when LinkedIn auth return hashbang into the url, upgraded angular to 1.5.5
          f48e42be - Merge branch 'integration' into PLAN-215
          8b5b9390 - PLAN-215: Handling the case when LinkedIn is returning an error
          952eac42 - PLAN-215: adjusted copy and prefill email when returned by linkedin signin
          ce3d798b - PLAN-215: store linkedin_user_id regardless of linkedin user email
          86088268 - Merge remote-tracking branch 'origin/GREEN-2088' into PLAN-215
          603b2ecf - Merge remote-tracking branch 'origin/GREEN-2105' into PLAN-215
          9ac31f21 - GREEN-2105: updated linkedin button in user profile
          eb21b311 - Merge pull request #3777 from axialmarket/GREEN-2092
          5b82735c - GREEN-2092: addressed CR comment
          5b642563 - GREEN-2092: adjusted Sign in to handle LinkedIn workflow
          f6617f0f - GREEN-2093: fixed failing test case by allowing null value
          e0446cad - GREEN-2093: deprecated old apitest
          57e460e4 - GREEN-2093: added angular_signin to axurl
          46f3c461 - GREEN-2093: added migration for linkedin_user_id
          d829c694 - Merge branch 'GREEN-2033' into GREEN-1973
          19252e98 - Merge remote-tracking branch 'origin/GREEN-2087' into GREEN-1973
          4323bd2f - Merge branch 'GREEN-1947' into GREEN-1973
          d4c7c5db - GREEN-1973: fixed unit tests
          cd27ff57 - Merge branch 'GREEN-1980' into GREEN-1973
          4998f343 - GREEN-1947: implemented missing current_user_summary fields
          9d51bdd6 - Merge pull request #3768 from axialmarket/GREEN-2041
          e0e6d586 - GREEN-2041: fix unit test test_current_user_summary_all_fields
          0dab6079 - GREEN-2041: Adjust last_login to match old current_user_summary endpoint
          6d90105c - Merge branch 'GREEN-1980' of github.com:axialmarket/axm into GREEN-1980
          5d3f61df - GREEN-2087: do not raise NotFound in send_password_reset
          3b614d0a - GREEN-2033: Added some spinners around submit buttons + Fixed validation UX on reset password
          a046144d - GREEN-1980: copied auth logic back into mobile due to IPC issue
          3f0a2ce9 - GREEN-1980: copied auth logic back into mobile due to IPC issue
          01b49d40 - GREEN-2041: Add profile_picture_public_id; adjust member_since timestamp.
          3b689b38 - Merge branch 'GREEN-1975' into GREEN-1973
          b8170c39 - GREEN-1975: unit tests around sign in, forgot and reset password controllers
          be7fe925 - Merge branch 'GREEN-1980' into GREEN-1973
          c2eb5cff - GREEN-1980: only use linkedin user_id for verifying user
          bdbeb5cd - GREEN-1975: Readjusted the code around linkedin signin
          455465d4 - GREEN-1980: updated mobile auth unit tests
          92dd46cc - GREEN-1975: CR & unit tests
          e25f16ee - GREEN-1975: addressed code review
          b7ba3c81 - GREEN-1973: Fixed broken specs and implemented new ones
          0d6d8760 - GREEN-1985: Hooking up linkedin sign in
          4a90184d - GREEN-2014: Handled redirect for sign in, sign out, forgot and reset password
          881f9cf3 - GREEN-1975: adding sign in, forgot and reset password pages
          cf332a52 - GREEN-1972: Fixed infinite redirect loop in angular
          43c416c2 - GREEN-1980: added readmes
          c8de58ff - GREEN-1980: updated setup.py and toplevel README.md
          ca6ef9b2 - GREEN-1980: updated setup.py and toplevel README.md
          30c1c0bf - Merge branch 'GREEN-1980' into GREEN-1973
          4c827c01 - GREEN-1980: use linkedin_nomatch query param in redirect when linkedin auth fails
          3bea8322 - GREEN-1980: return empty object from current_user_summary if session user is anonymous
          b36ebc09 - GREEN-1980: extract token public_id from token passed in from FE
          f7d6de9e - GREEN-1980: remove user_agent from param list
          30ef92ad - GREEN-1980: moved unit test for auth into hub
          090364f0 - GREEN-1980: changed name of old auth.py file in hub/api
          cae64a37 - GREEN-1980: addressed initial code review with ying
          1ce7767d - GREEN-1980: redirect to home on failed linkedin auth rather than raising RPC exception
          34cb4b8d - GREEN-1980: updated readme
          3be8dd97 - GREEN-1980: unit tests and some refactoring
          15082ed5 - GREEN-1980: added readmes
          59d648e0 - GREEN-1980: added readmes
          66858ca0 - GREEN-1980: fixed minor detail in setup.py
          e51a078e - GREEN-1980: fixed minor detail in setup.py
          84e9dc52 - GREEN-1980: updated setup.py and toplevel README.md
          1a22b1fe - GREEN-1980: updated setup.py and toplevel README.md
          3c7f5dcd - GREEN-1980: updated setup.py and toplevel README.md
          3c586c02 - GREEN-1980: refactored and cleaned up
          eb6e8275 - GREEN-1980: login with linkedin works
          97592669 - GREEN-1980: first pass as login with linkedin outside of platform
          388afe70 - GREEN-1993: unit test for send_password_reset
          3452e349 - GREEN-1993: moved send_password_reset function into hub
          ec8a9471 - GREEN-1974: make user_agent optional in log_in_with_password
          eda65cdb - GREEN-1974: moved password_reset into hub
          17d71eba - GREEN-1974: moved login/logout RPC functions into hub
          1ed16439 - GREEN-1976: modified auth endpoint to point to new hub endpoint
          2876e64e - GREEN-1905: address CR comments
          d09b6f7a - GREEN-1905: add TODO notes
          6da5e7ad - GREEN-1905: add test test_current_user_summary_all_fields
          8d431520 - GREEN-1905: add unit tests for user_profile and company_profile functions
          1c25161d - GREEN-1905: add current_user_summary endpoint in hub
          dd6b7f95 - GREEN-1980: fall back on linkedin user id if email not found
          8e4e33f6 - GREEN-1980: redirect to accounts/login
          3650629c - GREEN-1980: extract token public_id from token passed in from FE
          9a1da936 - GREEN-1980: remove user_agent from param list
          39d99c2d - GREEN-1980: moved unit test for auth into hub
          250c5941 - GREEN-1980: changed name of old auth.py file in hub/api
          e0714a1a - GREEN-1980: addressed initial code review with ying
          50e00477 - GREEN-1980: redirect to home on failed linkedin auth rather than raising RPC exception
          dca9773a - GREEN-1980: updated readme
          e88c9ef0 - GREEN-1980: unit tests and some refactoring
          b3aa0527 - GREEN-1980: added readmes
          2154bda8 - GREEN-1980: fixed minor detail in setup.py
          0f55d210 - GREEN-1980: updated setup.py and toplevel README.md
          2af3335c - GREEN-1980: refactored and cleaned up
          b58556b0 - GREEN-1980: login with linkedin works
          22c167ee - GREEN-1980: first pass as login with linkedin outside of platform
          264dd470 - GREEN-1993: unit test for send_password_reset
          cea04bb7 - GREEN-1993: moved send_password_reset function into hub
          2553f494 - GREEN-1974: make user_agent optional in log_in_with_password
          86824a4b - GREEN-1974: moved password_reset into hub
          c5fb9edb - GREEN-1974: moved login/logout RPC functions into hub
          13957137 - GREEN-1976: modified auth endpoint to point to new hub endpoint
          9852ca5f - GREEN-1905: address CR comments
          bf226ebe - GREEN-1905: add TODO notes
          5b340294 - GREEN-1905: add test test_current_user_summary_all_fields
          53c9924c - GREEN-1905: add unit tests for user_profile and company_profile functions
          113e0189 - GREEN-1905: add current_user_summary endpoint in hub
      cada5651
    • Daniel Gabriele's avatar
      BUGZ-3778: (merge) Merge BUGZ-3778 into integration · a120a03f
      Daniel Gabriele authored
          b8e00c11 - BUGZ-3778: fixed test handling in hellosign callback
      a120a03f
    • Daniel Gabriele's avatar
  2. 01 Jun, 2016 21 commits
  3. 31 May, 2016 3 commits
  4. 27 May, 2016 4 commits
  5. 26 May, 2016 1 commit
  6. 25 May, 2016 5 commits
  7. 24 May, 2016 2 commits