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

9293 - Apply filter-based auth for all API endpoints (2/2) #9360

Merged
merged 33 commits into from
Feb 22, 2023

Commits on Jan 31, 2023

  1. Configuration menu
    Copy the full SHA
    acabbb4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d98e8fc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    08cefe3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    306116a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b3921a4 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e31b894 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    1e934b4 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    92086b3 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    ffab810 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    3eebaf1 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    d15ae3b View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    5bf1a27 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    7ccb78b View commit details
    Browse the repository at this point in the history
  14. Refactor: using new filter-based auth on endpoints and unused depreca…

    …ted AbstractApiBean method 'response' removed
    GPortas committed Jan 31, 2023
    Configuration menu
    Copy the full SHA
    e9b04b3 View commit details
    Browse the repository at this point in the history
  15. Refactor: changed to filter-based auth from direct findAuthenticatedU…

    …serOrDie calls in API endpoint methods
    GPortas committed Jan 31, 2023
    Configuration menu
    Copy the full SHA
    36dbd9b View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2023

  1. Refactor: removed findAuthenticatedUserOrDie() from AbstractApiBean a…

    …nd replaced its calls to filter-based logic
    GPortas committed Feb 1, 2023
    Configuration menu
    Copy the full SHA
    b13e054 View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2023

  1. Refactor: Access API endpoint class to avoid any endpoint or related …

    …private method to use findUserOrDie method
    GPortas committed Feb 2, 2023
    Configuration menu
    Copy the full SHA
    e8163bd View commit details
    Browse the repository at this point in the history
  2. Refactor: replaced rest of findUserOrDie calls and removed the method…

    … from AbstractApiBean in addition to its associated methods
    GPortas committed Feb 2, 2023
    Configuration menu
    Copy the full SHA
    1304ed6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6a64c0a View commit details
    Browse the repository at this point in the history
  4. Fixed: DataversesTest

    GPortas committed Feb 2, 2023
    Configuration menu
    Copy the full SHA
    5909950 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    45817f3 View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2023

  1. Configuration menu
    Copy the full SHA
    94082eb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    56fb798 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5d7b0ec View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b4459fd View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2f64428 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b428cb6 View commit details
    Browse the repository at this point in the history
  7. Fixed: AdminIT tests

    GPortas committed Feb 3, 2023
    Configuration menu
    Copy the full SHA
    735712a View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    38ba4b0 View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2023

  1. Changed: DataRetrieverAPI.retrieveMyDataAsJsonString now uses auth-fi…

    …lter to allow more authentication mechanisms
    GPortas committed Feb 9, 2023
    Configuration menu
    Copy the full SHA
    9ce4795 View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2023

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

Commits on Feb 22, 2023

  1. Configuration menu
    Copy the full SHA
    50934ce View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5f52321 View commit details
    Browse the repository at this point in the history