Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[PLAT-931] Retrieve/Delete User External Identities in APIv2 #8540

Merged

Commits on Jul 12, 2018

  1. Configuration menu
    Copy the full SHA
    49c66ba View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' of https://github.com/CenterForOpenScience/osf.io

    … into get-delete-external-ids
    
    * 'master' of https://github.com/CenterForOpenScience/osf.io: (27 commits)
      Update entity id / login url for IIT
      Add institution Illinois Institute of Technology (IIT)
      Update CHANGELOG, package.json
      Allow "upload" action to registrations being archived
      Fix institutions order in `scripts/populate_institutions.py`
      Add new institution CMU to test server only
      Fix None subjects bug
      Add 'provider' to ES CGM docs
      fix prob fail for TestNodeDetail.test_node_shows_wiki_relationship_based_on_disabled_status_and_version
      Add SearchParser - update perms and views
      Add test for expected search POST behavior
      Remove deprecated kwarg -Breaking change from "master"
      Update changed method signatures -Broke with "master" changes
      Add merge migration
      Remove duplicative Addr/Privacy info -Already in base template -Also fix <br/> tag
      Add form validation for asset naming conflicts
      Include comment in "edit-comment" email
      Add Choices to ProviderAssetFile.name
      Add merge migration
      Prevent outgoing blob requests when getting URLs
      ...
    Johnetordoff committed Jul 12, 2018
    Configuration menu
    Copy the full SHA
    ab0d642 View commit details
    Browse the repository at this point in the history
  3. add proper permissions

    Johnetordoff committed Jul 12, 2018
    Configuration menu
    Copy the full SHA
    5f78e67 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'develop' of https://github.com/CenterForOpenScience/osf.io

     into get-delete-external-ids
    
    * 'develop' of https://github.com/CenterForOpenScience/osf.io:
      Integrate django-silk for profiling
      avoid failure on coveralls client
      add code coverage to tests
    Johnetordoff committed Jul 12, 2018
    Configuration menu
    Copy the full SHA
    aad7e7d View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2018

  1. Configuration menu
    Copy the full SHA
    d9155f5 View commit details
    Browse the repository at this point in the history
  2. add and improve tests

    Johnetordoff committed Jul 16, 2018
    Configuration menu
    Copy the full SHA
    70441aa View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2018

  1. Configuration menu
    Copy the full SHA
    fc8a883 View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2018

  1. Merge branch 'develop' of https://github.com/CenterForOpenScience/osf.io

     into get-delete-external-ids
    
    * 'develop' of https://github.com/CenterForOpenScience/osf.io: (98 commits)
      Bump version and update changelog
      fix tests for non-dict based client attributes
      Update gitlab serializers for fangorn config js
      Add enforce_csrf waffle switch so that this can be merged earlier
      Update markdown-it-video with infinite loop fix
      Fix indentation
      Improve tests by using user cookie method and faster user creation
      Tests to ensure API requests with Session auth fail without CSRF protection
      Travis and Test Speed ups
      Rename --quick to --all
      Don't transact to avoid deadlocks
      Add script to fix poor mapping logic -h/t @caseyrollins
      Add same enforce_csrf method as drf's SessionAuthentication
      replace bad reverse migration with warning
      Use timezone.now() when checking for failed registrations
      Remove duplicate psyarxiv custom subject.
      Use fork of celery 4.2.1 with celery/celery#4839 merged
      Upgrade celery and kombu
      Set TIME_ZONE in settings
      add scheme to match UI
      ...
    Johnetordoff committed Jul 24, 2018
    Configuration menu
    Copy the full SHA
    68f343b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f562d08 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d389848 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    64bfc9b View commit details
    Browse the repository at this point in the history
  5. Merge branch 'develop' of https://github.com/CenterForOpenScience/osf.io

     into get-delete-external-ids
    
    * 'develop' of https://github.com/CenterForOpenScience/osf.io:
      fix mocking for gitlab
    Johnetordoff committed Jul 24, 2018
    Configuration menu
    Copy the full SHA
    5958bed View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2018

  1. Merge branch 'develop' of https://github.com/CenterForOpenScience/osf.io

     into get-delete-external-ids
    
    * 'develop' of https://github.com/CenterForOpenScience/osf.io:
      Allow removing stuck registrations with addons
      Add write scopes instead of read scopes to write-only user endpoints.
      Add USER_SETTINGS scopes, mock send_email in throttling tests, and move user fixtures out so they can be shared between tests.
      Handle account export and deactivation requests in APIv2.
    
    Signed-off-by: John Tordoff <john@cos.io>
    
    # Conflicts:
    #	api/users/serializers.py
    #	api/users/urls.py
    #	api/users/views.py
    Johnetordoff committed Jul 25, 2018
    Configuration menu
    Copy the full SHA
    b010b2c View commit details
    Browse the repository at this point in the history
  2. change scope to user_settings_read/user_settings_write

    Signed-off-by: John Tordoff <john@cos.io>
    Johnetordoff committed Jul 25, 2018
    Configuration menu
    Copy the full SHA
    b85ce4a View commit details
    Browse the repository at this point in the history
  3. change write scope to null user external identities list

    Signed-off-by: John Tordoff <john@cos.io>
    Johnetordoff committed Jul 25, 2018
    Configuration menu
    Copy the full SHA
    c465fbf View commit details
    Browse the repository at this point in the history