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

Block API endpoints access to users when their password has been invalidated by a superuser #4573

Merged
merged 29 commits into from
Sep 7, 2023

Commits on Aug 8, 2023

  1. Configuration menu
    Copy the full SHA
    cc5ed4c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a3a64b5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    94d2f23 View commit details
    Browse the repository at this point in the history
  4. Restore useful import

    noliveleger committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    78791db View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    379dcd5 View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2023

  1. Merge branch 'feature/password-complexity' into 4473-block-api-with-i…

    …nvalid-password
    
     # Conflicts:
     #	kobo/apps/accounts/tests/test_email.py
    noliveleger committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    5a6fa3a View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2023

  1. Configuration menu
    Copy the full SHA
    b932a18 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0a4fa4a View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2023

  1. Configuration menu
    Copy the full SHA
    22c8fe9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    511ca44 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b3c2f6c View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2023

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

Commits on Aug 21, 2023

  1. Configuration menu
    Copy the full SHA
    6012e2a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0f089c9 View commit details
    Browse the repository at this point in the history
  3. Fix typo in help text

    noliveleger committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    3115b81 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2023

  1. Remove unused import

    jnm committed Aug 30, 2023
    Configuration menu
    Copy the full SHA
    bac0309 View commit details
    Browse the repository at this point in the history
  2. Revise comments

    jnm committed Aug 30, 2023
    Configuration menu
    Copy the full SHA
    92c7007 View commit details
    Browse the repository at this point in the history
  3. Merge remote-tracking branch 'origin/feature/password-complexity' int…

    …o 4473-block-api-with-invalid-password
    jnm committed Aug 30, 2023
    Configuration menu
    Copy the full SHA
    babd0ee View commit details
    Browse the repository at this point in the history
  4. Relax number of queries assertion

    jnm committed Aug 30, 2023
    Configuration menu
    Copy the full SHA
    db36eb0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f3b4598 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    960e2a6 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    8f2635a View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    e359a2d View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    3a8564f View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    9a01cef View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    84fa06e View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    db205f9 View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2023

  1. Merge pull request #4606 from kobotoolbox/fuzzy-int-assert-num-queries

    Use fuzzy integer for tests which assert of number of queries
    JacquelineMorrissette committed Sep 1, 2023
    Configuration menu
    Copy the full SHA
    9668267 View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2023

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