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

Carry next URL through authentication #4347

Draft
wants to merge 49 commits into
base: master
Choose a base branch
from
Draft

Carry next URL through authentication #4347

wants to merge 49 commits into from

Commits on Sep 13, 2024

  1. Fixes the copyright notice label.

    ajrbyers authored and mauromsl committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    f6969a2 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2024

  1. Configuration menu
    Copy the full SHA
    d75ddef View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    81020ae View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4123003 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5a26ba1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8dc372d View commit details
    Browse the repository at this point in the history
  6. #4405: Update validators on migrations

    mauromsl authored and ajrbyers committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    8fc72f4 View commit details
    Browse the repository at this point in the history
  7. #4405: Adds unit tests

    mauromsl authored and ajrbyers committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    99b66a3 View commit details
    Browse the repository at this point in the history
  8. 4405: Adds acceptance tests

    mauromsl authored and ajrbyers committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    dc7a7a7 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    4d5dec8 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    dae095c View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2024

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

Commits on Sep 25, 2024

  1. Configuration menu
    Copy the full SHA
    a2527d7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    aed1e6b View commit details
    Browse the repository at this point in the history
  3. Reverts previous change. Adds new subclass that adds competing_intere…

    …sts for the edit_metadata view.
    ajrbyers authored and joemull committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    2123e63 View commit details
    Browse the repository at this point in the history
  4. Remove import.

    ajrbyers authored and joemull committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    83a1314 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2024

  1. Initial WIP. Adds setting and filter.

    ajrbyers authored and joemull committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    fcd6ce7 View commit details
    Browse the repository at this point in the history
  2. Moves to securitytags, adds checks.

    ajrbyers authored and joemull committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    279c6aa View commit details
    Browse the repository at this point in the history
  3. #4417 adds a tag for PII can_see_pii_tag

    Logic is moved to a helper function.
    ajrbyers authored and joemull committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    ec1ed8e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    88b0e36 View commit details
    Browse the repository at this point in the history
  5. #4417 adds checks to edit/metadata.html

    ajrbyers authored and joemull committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    f3f4acd View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8517f05 View commit details
    Browse the repository at this point in the history
  7. #4417 anonymises the article log

    ajrbyers authored and joemull committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    5c5aecc View commit details
    Browse the repository at this point in the history
  8. Moves logic to logic.py module

    mauromsl authored and joemull committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    ec9d353 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    9ac9dff View commit details
    Browse the repository at this point in the history
  10. Use new decorator on document manager

    mauromsl authored and joemull committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    d665aa9 View commit details
    Browse the repository at this point in the history
  11. Adds security decorator test case

    mauromsl authored and joemull committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    abb2f28 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    e5b2a1c View commit details
    Browse the repository at this point in the history
  13. Fix wrong logic on new SE PII checks

    mauromsl authored and joemull committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    b98714c View commit details
    Browse the repository at this point in the history
  14. Fix test

    mauromsl authored and joemull committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    d035bd4 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    134004c View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    e12635c View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    f48bbc3 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    578ed7b View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    a4118de View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    e137592 View commit details
    Browse the repository at this point in the history
  21. #4417 adds a test for edited views.

    ajrbyers authored and joemull committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    ae03ef9 View commit details
    Browse the repository at this point in the history
  22. #4417 change setting description

    ajrbyers authored and joemull committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    b88d0b4 View commit details
    Browse the repository at this point in the history
  23. #4417 fix typo

    ajrbyers authored and joemull committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    e77d7a7 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    fafc5ce View commit details
    Browse the repository at this point in the history
  25. #4417 updates test.

    ajrbyers authored and joemull committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    dc710dd View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    e439093 View commit details
    Browse the repository at this point in the history
  27. #4417 fix visible pii.

    ajrbyers authored and joemull committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    9a400a8 View commit details
    Browse the repository at this point in the history
  28. #4417 include department in checks.

    ajrbyers authored and joemull committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    26b8d1c View commit details
    Browse the repository at this point in the history
  29. #4417 adds additional PII to test.

    ajrbyers authored and joemull committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    2e7b1b1 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2024

  1. Configuration menu
    Copy the full SHA
    ecc05d4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5c1d67c View commit details
    Browse the repository at this point in the history
  3. WIP

    joemull committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    b15a1a9 View commit details
    Browse the repository at this point in the history